Hi guys i am making a physics platformer and have run into a problem.
I followed the instructions in this blog post
http://redlettergames.wordpress.com/2013/03/24/tips-on-mixing-physics-and-platforming/
And it works great but i want blocks that disappear when stepped on but in construct 2 when i disable physics collisions with the platform i want to disapear my character is still able to collide with it.
And when i jump and fall on it again i fall through.
I have the following events.
Floor | set collisions disabled
Floor | disable physics collisions with Player
Help would be appreciated.