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

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