home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1997 March / PowerPlay0397.iso / T-ONLINE / DECODER / FORMULAR.DIR / 00069_Script_69 < prev    next >
Text File  |  1997-01-08  |  381b  |  17 lines

  1. on mousedown
  2.   repeat while the mousedown
  3.     set the castnum of sprite 14 to 87
  4.     updatestage
  5.   end repeat
  6. end mousedown
  7.  
  8. on mouseup
  9.   set the castnum of sprite 14 to 85
  10.   set the visible of sprite 14 to false
  11.   set the visible of sprite 15 to false
  12.   repeat with i = 17 to 25
  13.     set the visible of sprite i to false
  14.   end repeat
  15.   updatestage
  16.   go "beding"
  17. end