Unlike Director's Lingo behaviors, LiveCode behaviors are more than just 
scripts. They are housed within an object. That object has properties; it may 
have custom properties.
With chained behaviors you might want to know the currently executing 'link' in 
a chain (the 'this me'), so that you can get and set its custom property.

Because one behavior could be part of many different chains, its properties 
become shared amongst those chains - kind of semi-global.
That might be very useful and one reason why we need 'this me' or whatever it 
ends up being called.

Jim Lambert
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to