public void Busted() { if (!isBusted) { isBusted = true; if (levelMenu != null) { levelMenu.EnterLevelFailed(); } } }