Search found 5 matches
- Wed Aug 14, 2013 9:13 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Accurate Timer
- Replies: 16
- Views: 15095
Re: Accurate Timer
Okay Craig, I give up--how do you do it? I'm a real newbie, so this really is beyond me, but timers are important to me, so I'm dying to know! Thanks, Andrew
- Sat May 28, 2011 6:36 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: how do you randomize words in a field without re-using?
- Replies: 3
- Views: 3817
Re: how do you randomize words in a field without re-using?
Awesome--your replies are both extremely helpful. Thanks! 

- Thu May 26, 2011 3:42 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: how do you randomize words in a field without re-using?
- Replies: 3
- Views: 3817
how do you randomize words in a field without re-using?
Say you have a field with a few paragraphs of text and you want to randomize the text and put it in another field. This is just for fun. Here is what I have: on mouseUp repeat with x = 1 to the number of words in field "originalText" put any word in field "originalText" & space after field "newText"...
- Wed May 04, 2011 1:38 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: countdown timer script
- Replies: 4
- Views: 5142
Re: countdown timer script
Thanks, that's extremely helpful! I'm sure I'll be back with more questions after I try this out.
Thanks again!
Thanks again!
- Wed May 04, 2011 12:28 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: countdown timer script
- Replies: 4
- Views: 5142
countdown timer script
Hi! I am learning all about LiveCode after many years off the scripting horse. I took some Hypercard programming classes about 20 years ago and loved it, and I'm really excited to have found LiveCode! I want to make a task-timing application and am not sure where to begin. I've looked at several tut...