home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineSprite_1611 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  117 b   |  8 lines

  1. sa = new Sound();
  2. sa.attachSound("GetReady");
  3. sa.start(0,99);
  4. sa.onSoundComplete = function()
  5. {
  6.    stop();
  7. };
  8.