home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / pc / science / files / cad.dir / 04290.ls < prev    next >
Encoding:
Text File  |  1996-01-26  |  158 b   |  12 lines

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