home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1997 March / PowerPlay0397.iso / T-ONLINE / DECODER / FORMULAR.DIR / 00056_Script_56 < prev    next >
Text File  |  1997-01-08  |  210b  |  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 "speed"
  9. end