Hello, I'm writing a small drawing program and wonder what is the best method to limit mouse dragging area?
1. if (mouseX < 100) {...}
2.Event.MOUSE_LEAVE
or any other?
Could you advice?
Thank you in advance,
Ktt
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

