![]() |
|
#1
|
|||
|
|||
|
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! |
|
#2
|
|||
|
|||
|
I'd say using actions would be the best way. Since speak() and walkto() are both actions, you could use the vizact.sequence() method along with vizact.waittime() to create a sequence of actions that would execute when you want them to. You should look up the vizact module in the vizard documentation for more information on actions.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wanda button events on flock of birds | Atul Thakur | Vizard | 12 | 01-18-2008 03:04 PM |
| Prioritizing events | Uttama_vizard | Vizard | 7 | 12-11-2007 08:44 PM |
| Timing | jaclyn.bill | Vizard | 2 | 10-19-2007 03:34 AM |
| flockOfBirds events | giancamati | Vizard | 3 | 07-03-2006 10:35 AM |
| collision events trigger | Eunice | Vizard | 1 | 01-03-2006 10:39 AM |