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
Code: Select all
on mouseUp
move image "hot air balloon 1.png" to the points of graphic "line" in 2 seconds without waiting
end mouseUp
Code: Select all
on preOpenCard
set the location of image "hot air balloon 1.png" to 1085,134
end preOpenCard