home *** CD-ROM | disk | FTP | other *** search
/ Imagination Express: Destination Pyramids / PYRAMIDS.ISO / DEMO / EDMARKDB / IE.DXR / 00174.ls < prev    next >
Encoding:
Text File  |  1995-10-20  |  127 b   |  8 lines

  1. on enterFrame
  2.   global RainForestLoop
  3.   if RainForestLoop = "On" then
  4.     set RainForestLoop to "Off"
  5.     go("B")
  6.   end if
  7. end
  8.