home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / ie / 00173.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  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.