Vehicle
by Louden · in Torque Game Engine · 10/18/2005 (6:24 am) · 1 replies
I want to create a horse for my game, how do I define it to behave like a vehicle, ie: how do I address the legs to be the wheels...
Also, can I create mounting animations for my player to mount the vehicle/horse? That play when you jump on and off of the vechicle.
Also, can I create mounting animations for my player to mount the vehicle/horse? That play when you jump on and off of the vechicle.
About the author
Torque Owner Bruno Grieco
I would define it as a Player class, mount the player image on it with the eye vector where the player's eye should be. Animations for the legs and look left and right shouldn't be different from animating a player.