View Single Post
  #1  
Old 10-25-2004, 11:16 PM
shai shai is offline
Member
 
Join Date: Oct 2004
Posts: 29
animation sequence

Hello,

I was wondering how I can make an animation follow one after the other smoothly.

For example if I go:

mavatar.act(2)
mavatar.act(2)

It won't show the loop of the walk smoothly, it'll actually go to idle state for a fraction of a second when it's changing between the lines.

(The walking is just an example, I actually have a custom animation where I want to make avatar sit + wave + loop the wave)

Any Ideas?
tnx!
Reply With Quote