home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / beaverbrothers.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  116 b   |  8 lines

  1. function soundSt()
  2. {
  3.    song = new Sound();
  4.    song.attachSound("startSn");
  5.    song.start(0,9999);
  6. }
  7. stop();
  8.