I believe this is very easy but I can't figure it out. I have it so when I click on a button it goes to frame 1 and I want to make it that when I let go it starts the transition and stuff. I don't know how to make it so when I am not touching it anymore it goes to the transition slide. The picture explains it. I want to make it so event 4 has to happen before event 5 can take place. photobucket.com/user/kinglimberg1/media/pictre_zps7dhyfkm5.png.html
You could use this extra condition:
On touch end
palybuttonone - frame is 1
or just adding the frame is 1 condition to your current event should work too..
So have it like
Touch ; On touch 0 start; Set animation frame 1
Touch; On touch 0 end; Transition and Stuff
The problem with this is that I want to click specifically on the play button for this to happen. The touch events don't work with this.
Add another condition..
playbuttonone - frame is 1
right click on the event and choose add another condition, the event will only trigger if both conditions are true.
So is not touching + frame is 1
Develop games in your browser. Powerful, performant & highly capable.
Something like this? This doesn't work though. photobucket.com/user/kinglimberg1/media/pictre2_zpsbu0fckgl.png.html