Is it possible to call two scene at a time ?
like one scene for background and another one for front
ex:
– composer for background of game
local composer = require(“composer”)
–like one for background ui
composer.gotoScene(“scene.background”)
–another for front ui
composer.gotoScene(“scene.front”)