I rigged up a quick character set the walking sequence name to "1"
and exported it out of Anim8tor as .3DS, used the "loop object 1, 0, 40" command and nothing character just stands there. Is it the .3ds format not being supported or is my code flawed, if it is the format, what software would anyone recomend using of bone animation and what format is compatible with DBP, thanks again guys,
Rem Project: animation
Rem Created: 8/9/2006 10:18:49 AM
Rem ***** Main Source File *****
rem Init for best performance
sync on : sync rate 60 : color backdrop 0 : hide mouse
if check display mode(1024,768,32)=1 then set display mode 1024,768,32
Load Object "models/animation test.x", 1
Position Object 1,0,0,0
Make Camera 1
position Camera 1, 621,60,-377
POINT CAMERA 1, 0, 0, 0
do
Control Camera Using Arrowkeys 1,2,5
loop object 1,1,40
sync
Loop