SceneSetup.intro = function(){ Game.resetScene(); // Background var bg = new BG_Intro(); Game.scene.children.push(bg); };