Engine Start and Stop Show Abnormal Behaviour

Posted by Siddharth on Game Development See other posts from Game Development or by Siddharth
Published on 2012-06-19T13:20:38Z Indexed on 2012/06/19 15:27 UTC
Read the original article Hit count: 170

Filed under:

In my game, when I pause the game using mEngine.stop() it works perfectly but when I press resume button that has code mEngine.start() it provide some movement to the physics body. So the created body does not stand at its desire position after the resuming the game. That fault I have found in other game developed by other developer also. So please provide some guidance for it. I also tried with mScene.onUpdate(0) and mScene.onUpdate(1) but I does not able to found anything new from it.

© Game Development or respective owner

Related posts about andengine