home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 11 / CD_1.iso / wingames / corsa-gs / quiz.dir / 00051_Script_51 < prev    next >
Text File  |  1995-04-18  |  170b  |  8 lines

  1. on mouseUp
  2.   global Result
  3.   if the visible of sprite 23 = TRUE then 
  4.     set Result = Result - 1
  5.     set the visible of sprite 23 = FALSE
  6.   end if
  7.   go to "N"
  8. end