I’m completely stuck ;-;
I’m trying to figure out how to make my sprite “push” another sprite (such as a box or boulder) while walking into it.
I’m completely stuck ;-;
I’m trying to figure out how to make my sprite “push” another sprite (such as a box or boulder) while walking into it.
set (mysprite) friction to -() from the sprites category, I think. It might be the other way around, so set (mysprite) friction to ()
Here’s an example of pushing a block with tilemaps:
I was having fun with this concept, so here is another much, much, much more complicated example that lets you push multiple blocks at a time: