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

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