On Tuesday, March 5, 2002, at 10:26 AM, Ken Norris (dialup) wrote:
> I don't understand why > you use both 'on mouseUp' and on 'mouseRelease'. Aren't they the same > thing? No. MouseRelease is used to trap when the user releases the mouse outside of the dragged control. A control cannot receive a mouseUp message if the mouse is not within the rect of the control. Regards, Scott Rossi Creative Director, Tactile Media [EMAIL PROTECTED] http://www.tactilemedia.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
