Groups | Blog | Home
all groups > flash (macromedia) > may 2006 >

flash (macromedia) : How to stop a movie repeating



jasperjaz
5/9/2006 8:46:33 PM
Hi,
I have added an image to Flash and used the motion effect to the time line in
order to make the image fade in. My question is: how do I stop it from
repeating??

The properties pallete does not seem to let me do this. In the sync drop down,
no matter what I select it seems to loop every time I test the movie...

Thank you in advance
Ralph
5/9/2006 11:07:41 PM
jasperjaz skrev:
[quoted text, click to view]

In the time-line, put a stop(); in actionscript in the last
frame...(or where you want it to stop)

mgum
5/9/2006 11:32:51 PM
add a new layer called actions. On the last frame right click and choose "Add
Blank Keyframe".
Open the actions pannel. Insert the following code:

stop()

This should stop it from repeating.

MWGum
Ralph
5/10/2006 12:41:47 AM
mgum skrev:
[quoted text, click to view]
stop();
jasperjaz
5/10/2006 9:00:09 AM
AddThis Social Bookmark Button