How to make a Movie Clip In Flash STOP?

  • Thread starter Thread starter Hope8nzc
  • Start date Start date
H

Hope8nzc

Guest
How to make a Movie Clip In Flash CS3 Action Script 2.0 to stop from looping over and over.
I tried looking everywhere but I simply can't understand, most places are saying to put those two actions:
01. stop()
02. mymovieclip.stop()

Where should I put it and How?????

The name of my movie clip is - The Sleeping Lion

P.S
I don't want to use any buttons, I want it stop all by itself.
 
if its a looping action inside a movie clip and you want to stop it from looping over and over.

- click into the movie clip "The Sleeping Lion" so that you have access to its full timeline

- select the last keyframe on the timeline.

- open up the script editor and type

stop();

= )
 
Back
Top