How do you make a character push a crate?
Printable View
How do you make a character push a crate?
That would depend on what type of movement the character has.
Platform
you could try this,
Player overlapping box
player X position lower than Box X position
Repeat while Left Key is pressed
+Set Box postition to Box X position+1
that would be to push it to the right
jusc change the x positon to player x position to greater than box and repeat while Right Key is pressed
and change the action to set box positon to box-1
that will make it go left.