Thread: Timing events
View Single Post
  #1  
Old 02-26-2008, 01:20 AM
dan12345 dan12345 is offline
Member
 
Join Date: Jan 2008
Posts: 58
Timing events

Hey
Was wondering what is the best way to execute a sequence of simple events -
to be more specific i want an avatar so use the "speak()" function
after let's say 10 seconds, and then a different speak function 10 seconds
after the first ended, and then another one 60 seconds later, and then walk
someplace a given time later.

I'm a bit confused from the tutorials - i know there is waittime() and director, and also using timers, but haven't figured what best suits the cause.

thanks!
Reply With Quote