I want to dynamically create a movieclip and draw a different image (via the mc.graphics functions) onto each of three frames. Eg: I want to draw a red square in frame one, a blue circle in frame two, and a green line in frame three.
I can do the drawing just fine, but how to get it into a specific frame, I just don’t know. Any ideas?