home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineSprite_1457 / frame_3 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  134 b   |  9 lines

  1. a = new Sound();
  2. a.attachSound("HowToPlay");
  3. a.start(0.12,99);
  4. a.onSoundComplete = function()
  5. {
  6.    gotoAndStop(1);
  7. };
  8. stop();
  9.