home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / oddech / space / spacecraft.exe / scripts / frame_52 / DoAction_3.as < prev    next >
Text File  |  2002-10-22  |  202b  |  18 lines

  1. tellTarget("/alien")
  2. {
  3.    stop();
  4. }
  5. x = "50";
  6. tellTarget("/drop")
  7. {
  8.    stop();
  9. }
  10. stopAllSounds();
  11. if(soundoff == "0")
  12. {
  13.    tellTarget("/music")
  14.    {
  15.       gotoAndStop("sound2");
  16.    }
  17. }
  18.