home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineSprite_1461 / frame_2 / DoAction.as
Text File  |  2007-09-26  |  132b  |  9 lines

  1. s = new Sound(this);
  2. s.attachSound("Level4");
  3. s.start(0,99);
  4. s.onSoundComplete = function()
  5. {
  6.    gotoAndStop(2);
  7. };
  8. stop();
  9.