home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / mac / files / CAD.DiR / 01746.ls < prev    next >
Encoding:
Text File  |  1995-12-08  |  155 b   |  12 lines

  1. on enterFrame
  2.   global gframe
  3.   if the frame <> gframe then
  4.     set gframe to the frame
  5.     doenterpframe()
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   go(the frame)
  11. end
  12.