What steps do i need to take in order to create a "scribble" animation. For example i just want to color in a drawing, and i want a flash animation of me coloring in the drawing.
Well yarray, you need to write some actionscript that reads your mouse position while you are drawing and store it in an array, then when you want to replay, you take this data from the array and using the drawing API, you draw the same drawing programatically.