#1
|
|||
|
|||
run multiple actions simultaneously
Hello,
I cannot seem to figure out how to run actions simultaneously. Everything I try does one before another. Is there a way to make two things happen at once. resize = vizact.size(.15,.15,.15,30,viz.time) move = vizact.goto(0,14,-20,2) any way to make these happen at the same time? Thanks |
#2
|
|||
|
|||
Have a look at the documentation for node.addAction and node.runAction. Both these commands have an optional pool parameter. Adding actions to different pools allows you to run them simultaneously.
Another way to run actions in parallel is to use the vizact.parallel command, also in the docs. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
multiple objects | durf | Vizard | 1 | 04-10-2009 01:42 PM |
multiple shadows using projector | theuberk | Vizard | 13 | 02-24-2009 02:56 AM |
How to make avatar's eyes to blink when speaking | michelcm3 | Vizard | 12 | 01-15-2008 08:48 AM |
Speech during actions | zoltantoth | Vizard | 2 | 05-02-2007 03:11 PM |
Weird lagging/choppiness when avatars perform actions | vjonshih | Vizard | 8 | 11-30-2004 04:08 PM |