home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / oddech / space / spacecraft.exe / scripts / DefineButton2_221 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2002-10-22  |  136 b   |  9 lines

  1. on(press){
  2.    startDrag("/schiff","1","300","100","40","280");
  3.    tellTarget("..")
  4.    {
  5.       play();
  6.    }
  7.    gotoAndStop(2);
  8. }
  9.