Hi, I wasnt able to reload my game, so I did a Research and the most effective way is to create an intermediate scene like this: Level1.lua ---- Reload.lua----> Goback to Level1.lua
So I did this and I was very happy because everything seems to be working perfectly except for an error:
evel1.lua:506: attempt to call method ‘applyTorque’ (a nil value)
Im my game whe you tap the screen an apply torque method is applied to a physics body… When you start the game for the first time It works perfectly but when I reload the game (using the intermediate scene) The gravity works fine but my applyTorque its a nil value.
Why could that be happening?
Other Strange thing that happens its that my sound FX’s sound louder and duplicated.
Thank you for your Help