To stop at a particular frame you want use this script.
For Eg: If you want to stop your animation in frame 54.
ActionScript:
-------------------------------------------------------------
on(press) {
gotoAndplay(54);
}
Shortcut Key : Esc + on + gp
To stop at a particular frame you want use this script.
For Eg: If you want to Stop your animation in frame 54.
ActionScript:
-------------------------------------------------------------
on(click) {
gotoAndstop(54);
}
Shortcut Key : Esc + on + gs
0 comments:
Post a Comment