home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / mac / files / shared.dir / 07763_not2.ls < prev    next >
Encoding:
Text File  |  1995-12-08  |  218 b   |  11 lines

  1. on mouseUp
  2.   global log2
  3.   if the hilite of cast 7763 = 0 then
  4.     set the hilite of cast 7763 to 1
  5.   else
  6.     set the hilite of cast 7762 to 0
  7.     set the hilite of cast 7761 to 0
  8.     set log2 to "lbnot"
  9.   end if
  10. end
  11.