home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 31 / PCGAMER31.bin / activis / demos / spycraft.dir / 00001.ls next >
Encoding:
Text File  |  1996-01-25  |  258 b   |  20 lines

  1. on enterFrame
  2.   if rollOver(10) then
  3.     go("video")
  4.   else
  5.     if rollOver(11) then
  6.       go("play")
  7.     else
  8.       if rollOver(12) then
  9.         go("exit")
  10.       else
  11.         go("none")
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.  
  17. on exitFrame
  18.   go(the frame)
  19. end
  20.