Game Development Community

Rope problem

by Dangh · in TGB Platformer Kit · 07/23/2008 (4:30 pm) · 2 replies

Hello everyone,
I recently bought the platformer kit for torque game builder. Everything was great except I was not able to climb up the rope on the platformer demo. Also, when I tried making my own game with the rope behavior, I could'nt climb up the rope. I just jump right through it. Can someone please help me with this problem.

,Thanks

About the author


#1
07/25/2008 (6:37 am)
Are you applying the rope bevaior directly to the rope object? If so, try drawing a trigger over the rope object (or make the rope a tilemap) and applying the behavior to that trigger.

Hope it helps.

Patrick
#2
10/01/2008 (8:00 pm)
I had the same problem at first. As I was very new to this. My problem was not hitting the up arrow when I was over the rope. That is what makes the player climb. If you just hit left or right the player will not automatically grab on to the rope.