How do I change Scene after animation runs its course?
bluelotus
Member Posts: 96
So I have a button that triggers an animation. I want the scene to change when the animation finishes its cycle. Is there a way to add an integer attribute to the images of the animation, or is there an easier way that I am not thinking of?
Comments
animate 10fps (10pics) = 1s
timer:after 1s >>> change scene
animate 10fps (10pics) = 1s
timer:after 1s >>> change scene (rule, change scene goes inside here)