Hi list...
I can't seem to pass parameters to a timeout object
(scriptexecutionstyle=10). I'm trying to pass along a cast member name,
but timeouts just don't seem to take params. Can it be done?
Regards,
- Michael M.
====================================================
All within a parent script:
on mWipe(me, theParam)
theTimeout = timeout().new("theWipe", 33, #mWipeIncrement, me,
theParam)
end
on mWipeIncrement(me, that)
put me -- <offspring "theTools" 4 244800>
put that -- timeOut("theWipe")
timeout("theWipe").forget()
end
[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!]