PDA

View Full Version : Flash Intro - How to stop animation looping?


AHF
07-25-2007, 03:46 AM
I have just made a new intro for my website using Coffee Cup Firestarter. The new into can be viewed here - www.adamhuckle.com/test.htm - but as you can see, once everything has faded in, the image disappears and then begins to fade in again.

I have made sure nothing is set to loop but yet it continues to do this. I would like it to all fade in and then stay in position (for an example of what I mean, see my current intro - www.adamhuckle.com)

If anyone has any ideas it would be greatly appreciated.
Thanks in advance!

famousb
07-25-2007, 07:10 AM
you have to explicitly tell flash to stop...

in the last frame, you have to put:
stop();
in the actionscript panel...

AHF
08-07-2007, 11:40 AM
Thanks for your help! Solved and sorted.

Blind Knight
08-29-2007, 11:37 PM
You can also disable the "loop" when publishing. In Macrom. Flash 8 for instance, just uncheck the "loop checkbox" in the third (If memory serves me correctly) tab of the Publish menu window.