home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2004 January - Disc 1 / PCNET_CD_2004_01_1.iso / msi_megastick / playsound.swf / scripts / frame_1 / DoAction.as < prev   
Encoding:
Text File  |  2003-08-29  |  149 b   |  9 lines

  1. ifFrameLoaded(0)
  2. {
  3.    x = 100;
  4.    bgm_1 = new Sound();
  5.    bgm_1.attachSound("song1");
  6.    bgm_1.start(0,999);
  7.    text1 = bgm_1.getVolume();
  8. }
  9.