Hi!
I am developing an application where I work with storyboard and physics. I wish I knew how to put the physics in the storyboard. How to put in createScene, or enterScene, how to eliminate, which to declare physical objects and joints … is very important …
currently I am doing
Local physics = require (“physics”)
the declaration of bodies and joints in createScene
and then the enterScene the physics.start ()
exitScene in the physics.stop (), and also purgeScene …
go to the next scene, return to this, try to go back to the following, and then the application crashes
this is very important …
Grateful if anyone can help …
Thank you,
Tiago Eirinha