this one should do the trick.
Try it out and tell me if it solves your problem![]()
this one should do the trick.
Try it out and tell me if it solves your problem![]()
Thanks a lot, this is almost perfect!Sides and top work, but for some reason, collision from the bottom does not work half of the time... any idea why?
uh - sorry.
Had a bug in the code. Here's the working one![]()
This is it! You are my hero!![]()
(Having you there, do you know if it is possible to ""reset the jump count on each bounce? ... Like, If the maximum multiple jump is 2, the player jumps twice and falls on a box, then the bounces up, but he can still do, for exemple, 1 more jump... Possible? I was looking for a jump count variable but could not find it :/ )
no,...there is no jump count variable in the built-in platform engine (as far I know it). That's the problem with the built-in engines - you are limited in some customization.
Maybe you can change the movement of the active-object to a platform-engine movement (at runtime) which only allows 1 jump.
(or you really think about to create you own movement engine)
And I can't remove that animation you used when box is destroyed. I was using my own ( creating physics particles ) but now there are two at the same time haha
Yeah, I thing I will crete my own movement engine then :p
Never mind, everything is fine![]()