stop (MovieClip.stop method)

public stop() : Void

Stops the movie clip that is currently playing.

You can extend the methods and event handlers of the MovieClip class by creating a subclass.

Availability: ActionScript 1.0; Flash Player 5

Example

The following example shows how to stop a movie clip named aMovieClip:

aMovieClip.stop();

See also

stop function