View comments | RSS feed

MovieClip.stop()

Availability

Flash Player 5.

Usage

my_mc.stop() : Void

Parameters

None.

Returns

Nothing.

Description

Method; stops the movie clip currently playing.

You can extend the methods and event handlers of the MovieClip class by creating a subclass. For more information, see "Assigning a class to a movie clip symbol" in Using ActionScript in Flash.

Example

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

aMovieClip.stop();

See also

stop()

Comments


daheyob said on Aug 2, 2005 at 6:13 AM :
Subclassing doesn't really help, not matter how hard I've tried, I can't override the stop function. Perhaps this will be fixed some day...

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/mx2004/main_7_2/00001554.html