View Single Post
  #8  
Old 02-29-2008, 01:13 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can use the following command to pause an avatar:
Code:
avatar.speed(0)
To resume the avatar animation, use the following code:
Code:
avatar.speed(1)
Reply With Quote