Hello there, I've set up a small top-down game following the Pac-man Tutorial example, but I find that there is a lack of tutorials on how to push blocks. Something like Sokoban, if you've heard of it.
dl.dropboxusercontent.com/u/97973942/BlockMoverTest.capx
I've tried to follow the same event coding for the player/AI, but they do not work properly or have improper collision detecting.
Basically I'd like some help on the logic of how to get them to slide in a pushed direction until they hit another wall block, or if they are already against a wall block, to destroy itself.