The timeout object (and the 'me' if it's a behavior) are parameters which are returned.
Makes it real convenient to "what.forget()" the calling timeout object if necessary, without having to know/hardcode the name of the calling timeout object. Also allows you to have differently named timeOut objects calling the same handler and directly having access to your caller.
roymeo
At 10:55 AM 10/19/2003 -0400, you wrote:
Ok, simple question -
Birthing a timeout object, and checking what gets sent along with the handler being called --
pBlinker = timeout("blinker").new(1000, #test, me)
And in that sprite:
on test me, what put "this is:" && this End
So I guess the calling timeout object gets passed as the param? Because:
-- "this is: timeOut("blinker")"
[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!]
---------- roymeo(AT)brokenoffcarantenna.com ---------- i used to love you back when you wrote poetry
[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!]