Pushing a box - total newbie issue

Second day using GDev.

I’m having issues doing a simple box push after watching many tutorial videos.

Attached is a screenshot of my actions.

Basically when I run up to the box and hit it, it moves a hair, then stops. I’m lost… any help greatly appreciated…

What are the other events that deal with NewSprite2 or Wood_Block_MOVE?

And why are you checking for the Y-axis positions when pushing the box in the X-axis?

He is using separate object that he is attaching to player
And then check if that object is in collision with box
And you went straight for the player <> box collision

When you fallow tutorial and you only do part of what you see
You should not be surprised it does not work