On returning to my menu (im using the director class) then going to the game again, once my collision occurs i get :
attempt to call method ‘applyLinearImpulse’ (a nil value)
This works without fail on the first run of the game, it’s only when i return to the menu then back to the game that I get this error.
I know what it means, however I don’t understand why it is occuring, all other physic’s and there properties work as expected on the second run, just not this one… ?