Player Movement
by S2P · 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.
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.
About the author
Time saving game tools and gameplay developer. http://www.indiegamedevelopertools.com
Torque Owner S2P
Something2Play