Ledge and high platform grabbing
by Peter Dwyer · in Torque X Platformer Kit · 06/28/2007 (12:40 pm) · 2 replies
I want to implement a climb up and leap of faith ledge grab system. What would be the best way to go about doing this in torque X?
#2
06/29/2007 (4:32 pm)
The easiest way would be to implement something similar to ladders where you mount an object on the tip of a ledge and specify an offset. Then you'd just have to implement a "HangingOnLedge" physics state and animation states.
Torque Owner Thomas Pereira