home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / databa_o.dxr / 00016_MainScreen.ls < prev    next >
Encoding:
Text File  |  1996-09-21  |  150 b   |  13 lines

  1. on exitFrame
  2.   go(the frame)
  3.   BSetup(13, 13)
  4. end
  5.  
  6. on idle
  7.   global ButtonsActive
  8.   if ButtonsActive = 1 then
  9.     IndexHilite()
  10.   end if
  11.   pass()
  12. end
  13.