Hi, I have a button that controls a different sprite (animation) and it steps forward one frame, all working fine but I want it to loop back to frame one when it gets past the last frame, code I've got looks like this
touch | On tap gesture on eyebutton | eyesani | Set animation frame +1
The actual animation for 'eyesani' is set to loop but it wont do it for some reason, any ideas?
thanks