home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / ch08_lgo / tutor.dir / 00008.ls < prev    next >
Encoding:
Text File  |  1996-12-06  |  134 b   |  10 lines

  1. on enterFrame
  2.   if not visited(getCurrLabel()) then
  3.     refreshLinks()
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   recordHistory(getCurrLabel())
  9. end
  10.