Game Development Community

Platformer kit rope problem

by Dangh · in TGB Platformer Kit · 07/23/2008 (3:55 pm) · 8 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

Recent Threads

  • Rope problem

  • #1
    07/23/2008 (3:58 pm)
    What type of object have you added the rope behavior to? You need to add it to a t2dTrigger.
    #2
    07/23/2008 (3:59 pm)
    Yes I have added it to a t2dTrigger and it does'nt work.
    #3
    07/23/2008 (4:02 pm)
    Are there any problems in the console?
    #4
    07/23/2008 (4:04 pm)
    What do you mean by a console? Everything else works correctly.
    #5
    07/23/2008 (4:06 pm)
    In the game, press the ' (tilde) button. It will bring up a console. Failing that, you can look at the console.log (it is a file in your game's directory).
    #6
    07/23/2008 (4:08 pm)
    There are no problems (that the console is aware of). Even the platformer demo that was already created, the rope does'nt work. It is very strange. Can someone show me how to fix this problem please.
    -thanks-
    #7
    07/23/2008 (4:34 pm)
    Any chance you aren't pressing up when you're by the rope? Just a thought - sorry if its simplicity seems offensive :)
    #8
    07/23/2008 (4:41 pm)
    How dumb am i. i thought i was to jump onto it not press up.
    thanks