Hi everyone, is there a way to stop an animation on a random frame or advance it one frame when a button is clicked?
I have a fortune cookie animation where the first two frames it opens and frames 3 to 16 are the actual fortunes.
I'd like to have a button that when clicked shows the first two frames then one of the random fortunes.
I could make the first two frames (The cookie cracking open) a separate sprite then turn it off and show one of the fortunes But I still need to randomize or advance through the 14 frames of different fortunes.