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

I am making a website banner for class and I'm not very advanced in Flash. But I have finished it, and the name of the school is at the end of the animation, and I want it to just stay there (basically just freeze), but I don't know how to do that, and the animation just keeps on looping. Thanks! :D

2007-02-25 01:49:33 · 4 answers · asked by ahh 1 in Computers & Internet Programming & Design

4 answers

Click the last frame and write STOP(); u can now stop it

2007-02-25 01:55:22 · answer #1 · answered by Anonymous · 3 0

Use the "stop();" method which commands the player to stop at the current frame whenever the method is called.

For example:
Right click on the frame you want to stop at, select Action script, then type :

stop();

Now your movie will stop at this frame and will not continue unless the movie is rewound, or either play() or gotoAndPlay(arg) methods are called.

Thanks

2007-02-25 09:59:57 · answer #2 · answered by Fox 3 · 1 0

very very simply,,,type the following code into the last frame of your movie!!!
stop();

2007-02-25 11:58:18 · answer #3 · answered by Thetower55 2 · 0 0

when you publish it, you have to check in the dialog box loop just once, there is this option, just check.

2007-02-25 09:57:51 · answer #4 · answered by Lady of the Lowlands 3 · 0 0

fedest.com, questions and answers