Jumping Through Platform

I have rules that allow me to jump through a platform, but it only lets me jump through it once.

Anyone know why?

Thanks in advance.

Comments

  • ashtmjashtmj Member, PRO Posts: 405
    make 2 real global attributes called

    Player X
    Player Y

    inside your player actor :

    Constrain game.player X to self.positionX
    Constrain game.player Y to self.positionY

    then this rule inside your ledge actor:

    If game.player Y is equal or greater then self.positionY+self.height /2

    Colide with player
  • hambuerger7hambuerger7 Member Posts: 45
    Thanks!
Sign In or Register to comment.