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

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