Hello all,
I’m trying to remove a wall by shooting it down with no luck… What am I doing wrong?
Any guidance is appreciated;o)
Thank you in advance
//A
Hello all,
I’m trying to remove a wall by shooting it down with no luck… What am I doing wrong?
Any guidance is appreciated;o)
Thank you in advance
//A
And if you only want to destroy certain tiles, there’s an easy tweak to the code:
Love the idea and the help! This is the best forum.
Thanks @richard!
I totally get what you are doing… really clever. However it’s kind of a long way to go for removing a tile that should be just removed if the projectile overlaps it.
Anyways… this forum is amazing and teaching me lots of nifty stuff.
Best regards
//A
good for my future updates!
@izno thanks for the feedback. I agree this is not ideal, I’ve opened an issue for it here with a proposal for a new block.
yes! add the new block!!! pls add it!!!
The sprite also can’t overlap the wall you’d have to use if mysprite hitting wall
I know this topic already got resolved, but I may have a fix that’s fairly simple.
The code wasn’t working because you were using an overlap block, but because the tile was a wall, the projectile wasn’t able to overlap it. The code above typically works for me when I’m using projectiles to remove walls and stuff like that.
This is the code in action.
I hope this helps.