Hi everyone, I was wondering how, if at all possible can I make an image move towards the right (fluidly) when I click and hold a button?
I want to do this so when I let go it will stop moving towards the right.
Search found 3 matches
- Sat Nov 28, 2009 1:42 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Click to move right
- Replies: 1
- Views: 2273
- Fri Nov 27, 2009 10:42 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How do I make a variable and put it in a text field?
- Replies: 3
- Views: 3371
Re: How do I make a variable and put it in a text field?
Thanks! I could have sworn I tried that, but it works now!
And thanks for the welcome.
Edit:
I'm trying to make an app that will generate a series of 12 random characters (6 sets of 2)
What's the best way of doing this?
And thanks for the welcome.
Edit:
I'm trying to make an app that will generate a series of 12 random characters (6 sets of 2)
What's the best way of doing this?
- Fri Nov 27, 2009 10:31 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How do I make a variable and put it in a text field?
- Replies: 3
- Views: 3371
How do I make a variable and put it in a text field?
How do I make a variable, and then put it into a text field? This is what I'm trying to do: put any character of "abcdef1234567890" into trand on mouseUp put trand into field testing end mouseUp I want trand to be the variable that will have a random character, then I want to put that character into...