M > MovieClip.clear |
![]() ![]() ![]() |
MovieClip.clear
movieclip, movieclip.clear, clear
Availability
Flash Player 6.
Usage
myMovieClip
.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 MoveClip.lineStyle
. Shapes and lines that are manually drawn during authoring time (with the Flash drawing tools) are unaffected.
See also
![]() ![]() ![]() |