skywalker Posted January 24, 2015 Share Posted January 24, 2015 i created 2 sprites and added p2 body for each of them first on is the player it is , second is static and when i checkd for collision for each of them it works but only if the second one is not movingwhen i move the second sprite around the world for example this.update = function(){ block.body.x = block.body.x -1;}; it is not collide with the other sprite what is the problem :/ ! Link to comment Share on other sites More sharing options...
valueerror Posted January 24, 2015 Share Posted January 24, 2015 http://www.html5gamedevs.com/topic/11887-p2-static-body-can-no-longer-collide-after-killreset/ this thread covers obviously a similar problem... looks like a bug.. Link to comment Share on other sites More sharing options...
Recommended Posts