ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > MovieClip > 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
The following example shows how to stop a movie clip named aMovieClip:
aMovieClip.stop();
|
|
|
|