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

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