I have it to where on mouseUp, a balloon follows along a line down.
What I want to do is once it has gone down, the card goes to the next card.
Any ideas on how to do that? I'm not sure how to code it in.
Here's what I have so far:
-image script
on mouseUp
move image "hot air balloon 1.png" to ...
Search found 3 matches
- Tue Mar 24, 2015 7:33 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Going to the next card.
- Replies: 1
- Views: 1883
- Thu Mar 12, 2015 5:11 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Creating a Countdown
- Replies: 3
- Views: 3508
Re: Creating a Countdown
Thank you! That will be useful in the future!
However, I was looking for an invisible countdown, not to make the object invisible. Pretty much have the balloon drop after a 15 sec delay.
However, I was looking for an invisible countdown, not to make the object invisible. Pretty much have the balloon drop after a 15 sec delay.
- Thu Mar 12, 2015 8:25 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Creating a Countdown
- Replies: 3
- Views: 3508
Creating a Countdown
I was wondering how to code in a countdown timer (invisible if possible) to have an object drop along a created line made invisible after the timer hits zero. This would be a 15 second countdown.
The object in question is an image of a balloon. I'm trying to make it move in intervals connected to a ...
The object in question is an image of a balloon. I'm trying to make it move in intervals connected to a ...