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

  1. on mouseUp
  2.   set the visible of sprite 14 to false
  3.   set the visible of sprite 15 to false
  4.   repeat with i = 17 to 25
  5.     set the visible of sprite i to false
  6.   end repeat
  7.   updatestage
  8.   go "adapter"
  9. end