View Single Post
  #2  
Old 11-24-2008, 03:07 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can tell when a pool is empty by the viz.ACTION_EMPTY_EVENT or you could listen for the viz.ACTION_END_EVENT to see if a particular action has ended.

There is no animation callback event. You could manually set up a timer to expire when the animation path is done.

The current version does not accept a list for the vizact.walkTo command. Farshizzo, are there any plans for this?
Reply With Quote