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

  1. on exitFrame
  2.   global gNextPage
  3.   if not gNextPage then
  4.     go(the frame)
  5.   else
  6.     go(gNextPage)
  7.     set gNextPage to 0
  8.   end if
  9. end
  10.