how do i change scenes on collision? i tried composer.gotoScene(“menu”) and it works and goes the menu scene but doesnt remove my game scene… like everything from game.lua stays and menu.lua just overlays the game.lua… heres a video if you wanna see whats happening…
i have tried composer.removeScene(“game”) – and then
composer.gotoScene(“menu”)
but it doesnt remove my objects from game.lua