Hi everyone, me again. I watched some tutorials on how to destroy boxes like with SuperMario. However, I don't want to jump and simply collide with them, but I want to hit them while standing on them. My player is animated, so it looks as if he hits something below when you press arrow down.
I already created one of these dummys. The box serves as container for the invisible Hitbox (same size as normal box). My idea was the following:
System on start of layout: Hitbox set position to Box
Conditions: Player on collision with Hitbox AND another condition: Keyboard: Down arrow is down. Action: Box destroy
capx:
https://www.dropbox.com/s/z12e57mprk7k0hu/2..capx?dl=0
It is just not working...
Thank you so much for answers!