Bouncy Platforms - Animation
Dessek
Member Posts: 14
Hey guys,
I'm attempting to use a bouncy platform in my game. I have an animation for the platform that I would like to use when the player jumps on it. I tried to set a rule for collision, but the animation only runs when the play runs into the side of the platform, and not the top. Any help would be appreciated. Thanks!
Comments
bump
This is caused by the rules and behaviours (and conditions and values . . etc) that you have used to set the game up.
Ah, is there a check I can do to make this work? Any suggestions?
try:
If all:
collides with actor
Self.position.y > platform.position.y
Actually I guess since its the platform animating:
self.position.y < character.position.y
...