Search found 7 matches
- Fri Jan 25, 2013 3:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Best way to animate
- Replies: 1
- Views: 2289
Best way to animate
Hey guys, I would like to know which method you are recommending in order to animate in Livecode. I am currently working on a small helicopter game and I have to animate certain parts of the helicopter. For now, I am using four images and setting them as icons of a button. I am looping through the i...
- Sat Dec 29, 2012 8:03 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How would you update a mobile app?
- Replies: 2
- Views: 2412
Re: How would you update a mobile app?
Hey Dave,
thanks for the info this is exactly what I was looking for
Cheers
thanks for the info this is exactly what I was looking for

Cheers
- Fri Dec 28, 2012 2:59 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How would you update a mobile app?
- Replies: 2
- Views: 2412
How would you update a mobile app?
I have a very general question regarding the update procedure of Android apps. Imagine I am publishing a game including different levels and a sql file that stores the highscore and the progress of the player. As far as I understood, uploading a new .apk file to the Google Playstore would completely...
- Thu Dec 20, 2012 4:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Image rotation with MouseStillDown not very smooth
- Replies: 3
- Views: 2839
Re: Image rotation with MouseStillDown not very smooth
Hey Klaus,
thank you very much for the hints, it rotates perfectly now and I removed the "THE".
thank you very much for the hints, it rotates perfectly now and I removed the "THE".

- Thu Dec 20, 2012 3:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Image rotation with MouseStillDown not very smooth
- Replies: 3
- Views: 2839
Image rotation with MouseStillDown not very smooth
Hey guys, I am trying to rotate an image "CannonBarrel.png" according to the position of the finger on the screen. I am therefore using the "on MouseStillDown" still down handler in combination with "mouseLoc". Everything works fine and the image is adjusting accordingly to the position of the finge...
- Tue Nov 20, 2012 11:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Respond to Selection in answer box
- Replies: 2
- Views: 2163
Re: Respond to Selection in answer box
Thank you Bernd, that's exactly what I was looking for.
- Tue Nov 20, 2012 9:38 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Respond to Selection in answer box
- Replies: 2
- Views: 2163
Respond to Selection in answer box
Hey guys, I have a very basic question related to the "answer" command. I looked it up in the dictionary and created a popup "yes" or "no" answer box and I want to execute different functions depending on the user's choice. So this is what I got answer "Are you sure you want to continue" with "Yes" ...