I have been working on this problem for about a week now and thought it would be time to ask the experts. I am sure there is a way to do this as I have seen it before but I can not work it out. Same as http://www.allmymagic.com/wizcard/create#gobot
I need to allow users the ability to draw on a stage with the moveTo function. I create an emptyMovieClip at run time to be used for the drawing. I need to have new movieclips created each time the user presses the mouse button (onMouseDown).
This is needed so the user can select the newly created line, curve, smiley face or whatever the just drew and drag it, swapDepth, delete it etc.
Please help.