![]() ![]() | |
Flash Player 4 as a read-only property.
my_mc._width
Property; the width of the movie clip, in pixels.
The following example sets the height and width properties of a movie clip when the user clicks the mouse.
onclipEvent(mouseDown) {_width=200;_height=200;}
![]() ![]() | |