home *** CD-ROM | disk | FTP | other *** search
- class MaggieMenu extends smashing.Menu
- {
- function MaggieMenu()
- {
- super();
- }
- function onShow()
- {
- _global.mcRoot.oBase.pause();
- _global.mcRoot.mcMusic.oSound.stop();
- }
- function onResume()
- {
- var _loc1_ = _global;
- _loc1_.mcRoot.oBase.play();
- if(_loc1_.bMute == false)
- {
- _loc1_.mcRoot.mcMusic.play();
- }
- }
- }
-