View Single Post
  #1  
Old 09-13-2004, 05:24 PM
vduckie vduckie is offline
Member
 
Join Date: Sep 2004
Posts: 1
avatar animations

Hi,

I was using the avatar animations (for example, the sit and the shot) and the avatars always return to their original standing position after completing their animation. For example, if I use viz.act(sit) the avatar will sit down, then pop up back to their original standing position and stay there. If I use viz.state(sit) the avatar will sit down, return to their original position, and continue repeating this. How you you make the avatar sit down and stay there?

So whether I used viz.act or viz.state, I can't seem to get the avatar to do their action (sit or get shot) and then stay where they are (sitting or lying on the ground). How do you get them to stop returning to their original position every time?

Thanks.
Reply With Quote