View Single Post
  #2  
Old 09-15-2004, 12:17 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

You can queue up animations similar to actions and respond to them in callbacks. For instance the following code will create an action that executes animation number 7:
Code:
doSomething = viz.Cal3D.loadAction(7)
male.act(doSomething)
Reply With Quote