I am having a problem with pushing blocks in a platform game. I have been trying to follow Miu3's example: dl.dropbox.com/u/5214903/GM/push%20pull%20box.capx
My problem is that the box is taking on the same platform movement as the player. I have tried disabling the box's platform movement unless the player is overlapping it but the results are not smooth. I really want it to work like Miu3's example.
Heres my project file:https://www.dropbox.com/s/77nzytk5fyzvmgy/BlockPush.caproj
I have been trying to solve this for days now. Help would be greatly appreciated.