Jumping Through Platform
hambuerger7
Member Posts: 45
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.
Anyone know why?
Thanks in advance.
Comments
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