View Single Post
  #2  
Old 11-08-2005, 04:39 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Looks like you found a bug. To work around it, try using a non-zero value for the rotation speed:
Code:
avatar.walkto( 3, -0.5, 3, 0.85, 90, viz.AVATAR_WALKSTEP )
Reply With Quote