13
MovieClip extension

challenge

create a symbol in the flash library and draw some simple frames in it by hand. Then create a sub class that extends MovieClip and picks a frame at random to gotoAndStop() in its constructor.

experiment creating and adding new children to the MovieClip via code. create a new Shape, draw on it with its graphics property, and position it on the parent MovieClip's stage.