Hi guys!
I would create a simple game in away3d bug I’ve got a problem with a transition between two animations.
I created a new VertexAnimator(vertexAnimationSet) and a new CrossfadeTransition(0.5), but when change my animation, with vertAnimator.play(“Walk”,new CrossfadeTransition(.5)), the animation change instantly… why?
thx!