Before handlers

Paul Hibbert paulhibbert at mac.com
Mon Jan 6 12:26:37 EST 2014


It's simple to test and you're correct, it will check, but if there is a mouseDown Handler in the object script, that will over-ride the mouseDown Handler in the behavior script, so maybe step 2 in the dictionary should read:

2. The engine next looks at the object script - If an on mouseDown handler is present, then it executes it
	else, the engine looks at the behavior script - If an on mouseDown handler is present, it executes it.

Paul

On 2014-01-06, at 6:52 AM, Dr. Hawkins <dochawk at gmail.com> wrote:

> On Sun, Jan 5, 2014 at 8:00 PM, <dunbarx at aol.com> wrote:
> 
>> 2. The engine next looks at the object script - If an on mouseDown handler
>> is present, it executes it.
>> 
> 
> Wait a minute, shouldn't it also be checking the behavior script for a
> mouseDown handler?
> 
> 
> -- 
> Dr. Richard E. Hawkins, Esq.
> (702) 508-8462
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list