AS3 how to go to next frame in MainTimeline when character die animation ends
问题 so I need to know if my character(bird) hitTestObject with pipe he plays the die animation after the animation ends it need to go to the game over frame in the main timeline if (bird.hitTestObject(pipe1)) { bird.gotoAndStop(3); //frame 3 = where the die animation is } LINK 1 (here you see different frames for animations frame 3 is die animation) http://gyazo.com/67381832827bfb8a4dac2452076a4217 LINK 2 (the die animation) http://gyazo.com/bf5153a9d00e1478471fff7b73d0c592 so here you can see