home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 31 / PCGAMER31.bin / activis / demos / actvdemo.dir / 00019.ls < prev    next >
Encoding:
Text File  |  1996-01-25  |  155 b   |  10 lines

  1. global gNextMovie, gRollover
  2.  
  3. on mouseDown
  4.   LegalButtonHandler()
  5.   if gRollover = 1 then
  6.     set gNextMovie to "ELKMOON.DIR"
  7.     go("Black")
  8.   end if
  9. end
  10.