Tile that i can only dash through

Im making a 2d platformer, and i want to add a tile that i can dash through and break it, but dashing into the tile stops the players movement. How do i fix it?

(im a total newbie to gdevelop and game making)

Hello, DillPickle and Welcome!!! :wave:

I suppose your tile call “Crate” have the platform behavior, right? If yes, i did something here but I don’t know if it’s the better solution.


Ignore the first event because it’s just to make the player dash.

In your subevent checking the collision, check “Yes” to “Ignore objects that are touching edges, but are not overlapping”. This will prevent you from destroying the box when you’re on top of it using the dash.

this worked great! Thank you :smiley: