English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

My animation in flash keeps on repeating itself what or how do i tell the comp to stop afetr one view then how do i place a button there that replays the whole thing when the user clicks on replay?

2007-01-21 22:58:18 · 5 answers · asked by James curry 2 in Computers & Internet Programming & Design

5 answers

As the previous answer mentioned you go to the frame you want the animation to stop on and click into the actions panel and give it a stop action.

To add a replay button, make a button symbol and place in into the movie on the frame which your movie has stopped. The click the button and assign it a 'Goto and Play' action in the actions panel set the frame number as 1 so that the button will return the movie to frame 1 and play again.

2007-01-22 01:19:45 · answer #1 · answered by CuriousBoy 2 · 0 0

To have the animation play more than once before stopping you will have to add some conditional logic to the movie.

On the last frame of the movie add this stop action...

stop();


Then on the button put this script...

on(release) = function(){
gotoAndPlay(1);
}

Enjoy!

2007-01-25 05:18:51 · answer #2 · answered by Grant 1 · 0 0

Leading 3D Animation Software : http://3dAnimationCartoons.com/?NvBO

2016-05-10 06:25:39 · answer #3 · answered by ? 3 · 0 0

go to the last frame and right click - actions - + - actions - movie control - stop

2007-01-21 23:06:42 · answer #4 · answered by rocky alsatian 1 · 0 0

to learn macromedia flash in a pro way... before that try www.swishzone.com... its actually a flash programming software.... but its made easy for beginers....

2007-01-21 23:06:15 · answer #5 · answered by vextraker 1 · 0 0

fedest.com, questions and answers