Question
GoTo and Pause?
Hi guys
Can anyone tell me how to change this script so instead of gotoAndStop on frame label 2, it pauses for 5 seconds on frame label 2 and then the animation continues to play?
on (release) {
gotoAndStop ("2") ;
}
Thanks
Can anyone tell me how to change this script so instead of gotoAndStop on frame label 2, it pauses for 5 seconds on frame label 2 and then the animation continues to play?
on (release) {
gotoAndStop ("2") ;
}
Thanks