*** How to not wall jump? ***

XibbeXibbe Member Posts: 22
edited February 2012 in Working with GS (Mac)


I don't like that you can wall jump in my game how do i fix this?

Comments

  • POMPOM Member Posts: 2,599
    I play the game , but i don't understand your question .. can you please be more specific about the problem?!

    Photobucket Roy
  • XibbeXibbe Member Posts: 22
    In this game you can jump against the wall and the wall is then used as a "booster" so that you can jump longer and i don't want that.
  • POMPOM Member Posts: 2,599
    I believe you'll find this useful :
    http://gshelper.com/?p=215

    Photobucket Roy
  • XibbeXibbe Member Posts: 22
    nope :/
  • XibbeXibbe Member Posts: 22
    but thx anyway
  • ashtmjashtmj Member, PRO Posts: 405
    you need another actor 1/4 of the of the player's height and maybe 3/4 of the width, lets call them "feet" and you need to constrain them to your player's X and Y-1/4 of players height, then make it so if feet collide with the ground a true or false, lets call this one "can jump" becomes true, otherwise it's false.
    If your player isn't a fixed rotation this gets more complicated, but it can still be done

    hope that helps
Sign In or Register to comment.