home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / oddech / space / spacecraft.exe / scripts / DefineSprite_256 / frame_8 / DoAction.as
Text File  |  2002-10-22  |  142b  |  11 lines

  1. stop();
  2. tellTarget("../schiff")
  3. {
  4.    gotoAndStop("destruction");
  5.    play();
  6.    tellTarget("..")
  7.    {
  8.       gotoAndPlay(125);
  9.    }
  10. }
  11.