home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / sketch2.swf / scripts / frame_3 / DoAction.as
Text File  |  2008-09-04  |  79b  |  5 lines

  1. stop();
  2. var bgm = new Sound();
  3. bgm.attachSound("bgm");
  4. bgm.start(0,10000);
  5.