Well it seems a real convoluted way of handling it, (like your 'mouseup'
example wouldn't really work) but if it's mouseup say:
On mouseUp me
me.dotheThing()
End
On dotheThing me
if prevHandler = "mouseup"
End.....
Well why not pass the current handler as an argument, ie
On mouseup me
me.dotheThing(#mouseup)
End
On dotheThing me, prevHandler
case prevhandler
#mouseUp:
Blah
Still weird though.
[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!]