if i have a game, menu.lua, level1.lua,level2.lua and i create a scene for when the user makes a mistake called redo.lua, this shown will tell the user to try again, then the user will press a button to return to the previous scene.
is this possible or do i have to create a specific redo.lua for each level(redo1.lua,redo2.lua)
thx for your help