> Do you need the handler to know, or do you need to know for debugging
purposes?

I need the handler to know the previous handler, as in:

if lingoPreviousHandler = "mouseUp" then -- or some such wording
 gTools.mRecordData("set") -- something clicked caused to go here.
else if lingoPreviousHandler = "sendSprite"
 gTools.mRecordData("get") -- something else happened, so go here.
end if

-- arguments.caller in place of "lingoPreviousHandler" would handle this
fine


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to