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

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