So. I've coded the main game engine and added some features, right now using only a sphere as the player. I think its high time that I added a player. My question is, if i modelled a character, and had to make a walk cycle, how would I implement it into DB Pro? Right now, for moving the sphere I am only using move object 1,100, etc. Should I model/animate the guy walking in place, and then just loop it when the the upkey is pressed? Or should I animate him wlaking forward then PLAY that when they key is pressed? I want to get the walking as smooth as possible, like how they do it in GTA Vice City
Any help appreciated!