public void startLv1Game() { IntroMusic.Stop(); Instantiate(Lv1Game, new Vector2(0.0f, 0.0f), Quaternion.identity); northwall.Begin(); southwall.Begin(); eastwall.Begin(); westwall.Begin(); PlayCanvas.SetActive(false); }