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

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