Hey guys, I'm trying to make a block pushing puzzle, but I'm having some trouble in the form of two related issues.
The first problem is that if the player walks into the block while holding z, the block can be pushed. but if the player is already touching the block and then tries to push it with z, it doesn't move. I'm assuming this is a collision issue.
The second issue is as long as the player is pushing the block, the block can be pushed through a different block so that they overlap. I want it so when a player pushes one block into another, he can't push it any further.
here's the file dl.dropbox.com/u/37959012/block%20push%20test.capx