MovieClip.clear()

Availability

Flash Player 6.

Usage

my_mc.clear()

Parameters

None.

Returns

Nothing.

Description

Method; removes all the graphics created during runtime using the movie clip draw methods, including line styles specified with MovieClip.lineStyle(). Shapes and lines that are manually drawn during authoring time (with the Flash drawing tools) are unaffected.

See also

MovieClip.lineStyle()