Starting a new thread because I think the new subject line is more descriptive...
I wrote a little app to step through a .x model frame by frame, but it does not work. I am new to Dark(anything). I would expect the code to "animate" my model, but my object does NOTHING...
I guess my problem is that I do not understand what dbLoopObject() and/or dbPlayObject() arguments mean. When dbLoopObject(2,0,650) is called in the game loop, does it start over every time it is called in the loop, or does it just spawn off a thread that runs forever?
Any help would be appreciated