home *** CD-ROM | disk | FTP | other *** search
/ Imagination Express: Destination Pyramids / PYRAMIDS.ISO / THEMES / PYRAMIDS / FACTBOOK / FACTBOOK.EXE / FACTBOOK.DXR / 00005.ls < prev    next >
Encoding:
Text File  |  1996-02-21  |  228 b   |  12 lines

  1. on enterFrame
  2.   global gIntroPageVisited
  3.   if gIntroPageVisited = "True" then
  4.     pauseTicks(130)
  5.     set gIntroPageVisited to "True"
  6.     go("Chapter1")
  7.   else
  8.     set gIntroPageVisited to "True"
  9.     go("Chapter1")
  10.   end if
  11. end
  12.