View Single Post
  #7  
Old 07-02-2014, 05:03 AM
Frank Verberne Frank Verberne is offline
Member
 
Join Date: Mar 2008
Location: Netherlands
Posts: 148
Again, your question is not completely clear to me. If you want to have multiple action at the same time, add them to separate pools. Now, you add the blink action to pool 0, and for your angry action, you don't specify a pool. Because the default is pool 0, both actions are added to the same pool. This should do it:
Code:
face.addAction(action,1)
For more information about actions, see: http://docs.worldviz.com/vizard/Acti...troduction.htm.
Reply With Quote