home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / pc / science / files / shared.dir / 07758_and1.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  223 b   |  11 lines

  1. on mouseUp
  2.   global log1, log2
  3.   if the hilite of cast 7758 = 0 then
  4.     set the hilite of cast 7758 to 1
  5.   else
  6.     set the hilite of cast 7759 to 0
  7.     set the hilite of cast 7760 to 0
  8.     set log1 to "land"
  9.   end if
  10. end
  11.