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

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