Game Development Community

Player Movement

by Jules · in Torque Game Engine Advanced · 10/21/2008 (4:21 pm) · 1 replies

Hi,

I'm adding more animations to my player, currently I've added the jet animation when the 2nd mouse button is pressed, but I have further jetting animations to add, I'm looking for where (side step left and right) are located so that I can specify;

// side step left
if (!mJetting)
run the normal animation for side stepping left
else
run the jetting_left animation

I've added the sequences into the players cs file.