home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch08.Lingo / tutor.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1996-12-05  |  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.