home *** CD-ROM | disk | FTP | other *** search
/ The VPRO Digital Guide 1994 / vpro.iso / vpro1 / md.dir / 00192.ls < prev    next >
Encoding:
Text File  |  1994-08-28  |  182 b   |  10 lines

  1. on mouseUp
  2.   set the visible of sprite 6 to 0
  3.   HideRandoms()
  4.   if the mouseV < the locV of sprite the clickOn then
  5.     goSubject("MD303")
  6.   else
  7.     goSubject("MD302")
  8.   end if
  9. end
  10.