PDA

View Full Version : How do I stop the loop?



iliketoskialot
06-08-2004, 06:13 PM
Here is the site that I am working on http://www.freewebs.com/ptex/ how do I stop the graphic to stop at the end?:)

scraf
06-08-2004, 09:00 PM
Make a keyframe on the last frame of the timeline, select it, open up the actions panel and type " stop(); ".

You'll probably have to go to expert mode to do that, good luck.

mkeefe
06-08-2004, 10:29 PM
Depends on what version of flash you have:

Flash 5 - do as scraf said
Flash MX & 2004 - there is no expert or basic mode

Open Actions Panel, F9, and once that opens type: "stop();"

scraf
06-09-2004, 05:00 AM
It was Flash 2004 MX, that saw the end of basic mode, not, Flash MX, as it goes.

iliketoskialot
06-09-2004, 02:17 PM
That worked thanks:D