How do I stop looping

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
ray
Posts: 1
Joined: Tue Jul 18, 2006 12:19 pm

How do I stop looping

Post by ray »

Hi
I'm a nobo in using moho. I've greated a simple banner an exported into a flash file. If I use it in a website it won't stop looping. Can somebody please help me?
Thanks
PixelDust
Posts: 41
Joined: Sat Jul 08, 2006 4:25 pm

Post by PixelDust »

I'm kind of a newbie at Flash, too, but I think you would have to use an ActionScript command to make it stop. You would insert an ActionScript keyframe in the frame where you want it to stop, and type "stop;" in the script window (without quotes).
phlux0r
Posts: 14
Joined: Fri Jul 14, 2006 4:06 pm

Post by phlux0r »

There is also a specific parameter you can set to "no loop" in the HTML that loads the flash. Just look up the flash embedding reference or do a google search on embedding flash and parameters.
User avatar
cribble
Posts: 899
Joined: Wed Aug 04, 2004 4:42 am
Location: London, UK
Contact:

Post by cribble »

1) import the file into flash or another flash based editing program that can use actionscripting

2) in the last frame, put the action

Code: Select all


stop ();

and re-export the animation.
--Scott
cribble.net
Post Reply