Hey all,
I'm having some trouble toggling an animation. The first time you click on something, I want it to go to frame 1. The second time, I would like it to go back to frame 0. The third, back to frame 1. This is the way I have it and its not correct.
Touching - Object - Wait 1 second
Animation Frame = 0 - Set animation Frame to 1
Else
Touching - Object - Wait 1 second
Animation Frame = 1 - Set animation Frame to 0
Unfortunately, the "else" does not stop the program from carrying out those actions. I will click the object once and it does not appear to animate.