home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / menus_o.dxr / 00113_Menu Loop.ls < prev    next >
Encoding:
Text File  |  1996-09-08  |  215 b   |  13 lines

  1. on exitFrame
  2.   global ButtonsActive
  3.   go(the frame)
  4.   BSetup(48, 48)
  5.   BSetup(42, 43)
  6.   if ButtonsActive = 1 then
  7.     CheckRollover()
  8.     CheckHilite(33, 39)
  9.   end if
  10.   CheckHilite(42, 43)
  11.   CheckHilite(48, 48)
  12. end
  13.