Hi,
Simple question about scene and listeners :
when you create a scene, traditionally you create at the end of your lua file some listeners :
scene:addEventListener( "createScene", scene ) scene:addEventListener( "enterScene", scene ) scene:addEventListener( "exitScene", scene ) scene:addEventListener( "destroyScene", scene )
Do I need to remove this listeners somewhere when I leave this scene?
- If yes when and how?
- if no, “who” do the job?
Thanks for your help!
Best,
Olivier