PDA

View Full Version : Help with using timers


BSUGeek
10-07-2014, 07:27 AM
Is it possible to start a timer when a scene starts and after like a minute have an event happen where an avatar starts walking?

Jeff
10-07-2014, 09:51 AM
Yes, you could set this up using vizact.ontimer2 or use a task function with the viztask.waitTime command.

Take a look at the Getting your feet wet (http://docs.worldviz.com/vizard/#Old_Book/Building_a_Small_World.htm) tutorial. In that example you'll see avatar animations added after timer expirations.