Top down pushable block

Revisiting an old thread from 2022.

I have googled my eyes out for this. Using the top down behaviour, i want to push a box around.

I have this old code from Mr Men which apparently worked back in 2022:

Player is in collisidion with Box:

  • Box is not in collision with Env → Move Box away from Player
  • Box is in collision with Env → Move Box away from Env, Move Player away from Box

It works all the way up until the box touches something in the Env group, then its stuck there.

I tried the extension Pushable/Pullable Box but it requires the platformer behaviour.

1 Like

Can you screen shot your events?