I wish to change an animation of a sprite every xx seconds (permanently) but my timer isn’t working.
At the beginning of scene | Start (or reset the timer “blip”
The timer “blip” > 10 seconds | change the scene variable NAME: set to Random(3)
Trigger Once
The number of scene var NAME = 0 | Change the number of the animation of SPRITE: set to 1
The number of scene var NAME = 1 | Change the number of the animation of SPRITE: set to 2
The number of scene var NAME = 2 | Change the number of the animation of SPRITE: set to 3
I suspect what happening is… it waits 10 seconds before RND event but nothing after this
Can anyone help please?
Thanks,
Rob