View Single Post
  #2  
Old 07-29-2008, 11:15 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Are you referring to vizact actions, or built-in avatar animation actions? Either way, Vizard has the ability to detect when these are finished. For vizact actions you can handle the viz.ACTION_END_EVENT. For built-in avatar animation, have a look at viz.ANIMATION_END_EVENT. The documentation has sample code for each event. Let me know if you need a more specific example.
Reply With Quote