|
Author |
Message |
xarzu
Joined: 17 May 2007
Posts: 18
|
Posted: Sat Sep 26, 2009 1:56 pm Post subject: No Loop Flash |
|
|
I want my flash animation (that I am creating) run once and then stop on the last frame. Does anyone know how to do this? |
|
|
|
|
wave of light
Joined: 16 Sep 2009
Posts: 68
Location: South Yorkshire - UK
|
Posted: Sun Sep 27, 2009 8:43 am Post subject: |
|
|
Hi Xarzu,
If it is just a simple animation (i.e. one movieclip) then do the follow.
1. I take it your animation in currently on one layer? If so, create a new layer above the current layer and call this 'actions'
2. Go to the last frame and press F6 (insert blank keyframe)
3. Press F9 - this will open the actions panel
4. Now type the following code inside the options box
stop();
and press return for a new line
The stop command will stop the playhead on the last frame of your timeline and stop the animation from looping.
Let me know if this helps.
Waves. _________________ One step at a time |
|
|
|
|
xarzu
Joined: 17 May 2007
Posts: 18
|
Posted: Thu Oct 08, 2009 7:12 pm Post subject: |
|
|
Yeah, I got my first flash animation logo done.
YEAH!!! |
|
|
|
|
|