thanks guys,
but the problem is that if I write a loop in the code the model will go back to its starting point which is key frame 0, so the model walks but then when the loop finishes the model goes back to its starting point.
Let me explain myself better,
I want someone to tell me how to code a way to make your character walk using your arrow keys or w.
Let me show you my code.
load object "model/whatever.x",1
do
if inkey$()="w" then loop object 1
loop
if I do that then the model will play its animation, but it will walk its steps forward but when the loop finishes the model goes back... literally..
Any help would be helpful.
thanks
>>>>>>