Thanks,
Kyle
If the mouse pointer leaves the checkerboard during the drag operation, the dragged checker may either follow it or stop wherever it is on checkerboard — the behavior is up to you. But if the mouse pointer moves back into the checkerboard, the checker should resume following the mouse. If the mouse button is released when the mouse is off the checkerboard, the behavior is undefined and up to you.
--
To unsubscribe, reply using "remove me" as the subject.
Thanks for the help! I currently have my drag and drop for pixel
following the
mouse, and the drag and drop for stroke stopping when the mouse leaves before
resuming when re-entering. Is this inconsistency okay or do they both have to
do the same thing upon exit?
I have attached my .swf in case you need a better idea of my current
functionality, and thanks again!
-Kyle