home *** CD-ROM | disk | FTP | other *** search
- function itemHandler(obj, item)
- {
- getUrl("http://www.armorgames.com", "_blank");
- }
- function highQ(obj, item)
- {
- getUrl("http://www.armorgames.com", "_blank");
- }
- _root.createEmptyMovieClip("sound1",83242);
- _root.createEmptyMovieClip("sound2",80123);
- _root.createEmptyMovieClip("sound3",81234);
- _root.createEmptyMovieClip("sound3",84351);
- shot = new Sound(sound3);
- shot.attachSound("bullet");
- shot.setVolume(30);
- fan = new Sound(sound1);
- fan.attachSound("fanloop");
- fan.start(0,1000000);
- fan.setVolume(0);
- bgmusic = new Sound(sound2);
- bgmusic.attachSound("bgmusic");
- menuMusic = new Sound(sound4);
- menuMusic.attachSound("menu");
- menuMusic.start(0,1000);
- placeholdersound = new Sound();
- root_cm = new ContextMenu();
- root_cm.hideBuiltInItems();
- _root.menu = root_cm;
- root_cm = new ContextMenu();
- root_cm.hideBuiltInItems();
- root_cm.customItems.push(new ContextMenuItem("Armor Games",itemHandler));
- root_cm.customItems.push(new ContextMenuItem("Highscores",highQ));
- _root.menu = root_cm;
-