Jump through a platform and land on top problem
Hi everyone
I was following @tshirtbooth's video in how to jump through a platform and land on top.
The platform that I am jumping through is set to movable. The problem that I am having is that when my actor jumps through the platform it looses the collide rules, it seems like to be sinking through the platform.
Please help!! Stuck/
The MATH
self.Position.X -( self.Size.Width /2)-( game.playerswidth /2)
self.Position.X +( self.Size.Width /2)+( game.playerswidth /2)
self.Position.Y +( self.Size.Height /2)+( game.PlayersHight /2)
cheers
I was following @tshirtbooth's video in how to jump through a platform and land on top.
The platform that I am jumping through is set to movable. The problem that I am having is that when my actor jumps through the platform it looses the collide rules, it seems like to be sinking through the platform.
Please help!! Stuck/
The MATH
self.Position.X -( self.Size.Width /2)-( game.playerswidth /2)
self.Position.X +( self.Size.Width /2)+( game.playerswidth /2)
self.Position.Y +( self.Size.Height /2)+( game.PlayersHight /2)
cheers
Comments