this._container = container;
Sound buttonSound = new Sound(VisualBurglar.PATH_SOUNDS + SUBPATH_CLICK_SOUND);
// buttons:
this._buttonListener = new StickyListener();
this.createExitButton(container, buttonSound);
this.createLevelSelectButton(container, buttonSound);
}