home *** CD-ROM | disk | FTP | other *** search
- fscommand("fullscreen","true");
- fscommand("allowscale","false");
- fscommand("showmenu","false");
- fscommand("trapallkeys","true");
- snd = new Sound(snd1);
- snd.attachSound("snd1");
- snd.setVolume(16);
- snd.start(0,999);
- soundbusy = 1;
- sound_fade = 20;
-