I'm trying to do this :
When i click on a button, it's add 1 to a variable which define the frame of a sprite.
So every time i click, the sprite change. And when there is no more frame, it's go back to frame 0.
I've found in an old post that i must use instance variable, i tried but i don't really understand how to do this.
Thanks for your help.