At 2:23 AM -0500 2/8/01, grimmwerks wrote:
>Hey again -
>Now I'm trying to play with the new timeout thang....but in trying to do
>something as simple as:
>
>MeTime=timeout("henry").new(3000, #beepit)
>
>Gets 'object expected' errors...AND plays the regular 'timeout' sound
>playing, since I've got a regular 'on timeout' script else where in the
>movie - do these not co-exist well?
You need a third argument which is either a pointer to a script object or
script object instance or you can specify a value of 0 or VOID to indicate
that #beepit is an event you want sent to your moviescript level handlers.
Regards,
Terry
--
...---===| Terry R. Schussler |===---...
...---===| Chief Investigator |===---...
on visitWebsite yourSelection
coolSites = [ \
#greatSeminars : "http://www.macromediaSEMINARS.com/", \
#directorIntelligenceAgency: "http://www.director8.com", \
#freeBehaviors : "http://www.behaviors.com/"]
gotoNetPage coolSites[yourSelection]
end visitWebsite
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]