Game Development Community

"Ridable" objects

by Jenny Nielsen · in Torque Game Engine · 02/13/2011 (10:44 am) · 2 replies

Hey y'all! I'm new around here. I'm a fairly new game coder and I just got Torque 2D and the platformer kit. I'm wondering if it is possible to code for an airplane or flying yoshi type creature a player could ride on and if so if there are any resources that would help? I saw some "ridable objects" codes but perhaps they only work for Torque 1.5 ? Thanks! :)

~Jenny

About the author

Recent Threads


#1
02/13/2011 (4:35 pm)
You can mount any object to another object. Mounted objects are stuck in place to the object that they are mounted to, so you couldn't move your character around within the airplane.
#2
02/13/2011 (4:38 pm)
Thanks! This is great to know. :)

Love what I've seen in the Platformer demo so far and am learning avidly!