> Newer versions of Director use this syntax:
>
> oTemp = timeout().new(psTimeOut, pnTimerLength ,
> #changePicture, me)
And just for completeness, you could also use:
-- Lingo
oTemp = new timeout(psTimeOut, pnTimerLength, #changePicture, me)
// JavaScript syntax
oTemp = new timeout(psTimeOut, pnTimerLength, symbol("changePicture"), me)
Of course those are also MX'04 only.
Cheers,
Tom Higgins - Technical Product Manager
Macromedia Director and the Shockwave Player
http://www.markme.com/thiggins/
[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!]