In the documentation 

metaTalk Reference (111)
Messages by Object :
Not that objects that contain other objects can get messages from any of these
objects, because if a message is not handled by an objects script, it is passed
up to its owner.

so if you click on a button , and there is no mouseDown handler, but the CARD to
which it belongs had a mouseDown handler, then the card handler is used.

so far so good. messages pass from objects to those objects that contain it
until one of them contains a handler that does not call the pass procedure.

i created a an object (a group of 3 atomic graphical elements) and gave it a
script. the object had clearly defined boarders. the script included a mouseDown
handler. clicking ANYWHERE on the card called that objects handler. 

Is this defined as correct behavior?

thankyou

robin-david hammond



Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to