Respond to a mouseMoved event, track the last mouse position, draw a stroke from that point to the new point (using the MovieClip drawing API), save the old point in an array, update lastX and lastY to this point, repeat. When done, you have an array of the points use to make the drawing. Capture other events like changing stroke size or color in the same array.
On 2/9/07, JR Fabito <[EMAIL PROTECTED]> wrote:
Hi, I'm a newbie to this community and was hoping if anyone can help me with something. I've been trying to find out how sites like Queeky.com are able to remember drawings made through a flash movie and replay what was done to the user? thanks in advance -JR _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
_______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

