I have an animation with 7 sprites (They are words)
When a player touches the screen I would like the animation to spawn but in order - spawn 1 then 2 then 3 etc each time they touch the screen, I have - "set animation frame to random(0,7)"
But I don't want it spawning random also I would like it looping from animation 7 back to animation 1.
Thank you