Hi Group,
first of all - this is my first project using the away3d library and
iam pretty anticipated to work with it. but unfortunately the
timescale for the project is quite tight so maybe i have to ask some
silly questions instead of enjoing the learning process :-)
First thing: i have to animate a character, which is exported from max
as md2 with different animated sequences. the sequences has to be
imported, played and blended over.
So far i think the best way is to convert the md2 as as3 - but from
this point iam confused how do i have to use the animation-engine from
away.
Is it just a : instance_of_seq_01.play(),
or do i have to use the AnimationSequence ? (instance.play(new
AnimationSequence("run", true, true, 30)))
Is there somewhere a quick rundown which is the best way to do this i
havent seen yet?
Or is somebody willing to push me in the right direction?
Thanks in advance,
Olee