home *** CD-ROM | disk | FTP | other *** search
/ Terracide - Digital Press Kit (1997-02-10) / Terracide-Digital_Press_Kit-1997-02-10 / Terracide-Digital_Press_Kit-1997-02-10.bin / pc / intro.dir / 00039.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  243 b   |  13 lines

  1. on installroll
  2.   if rollOver(4) then
  3.     set the visible of sprite 4 to 1
  4.   else
  5.     set the visible of sprite 4 to 0
  6.   end if
  7.   if rollOver(5) then
  8.     set the visible of sprite 5 to 1
  9.   else
  10.     set the visible of sprite 5 to 0
  11.   end if
  12. end
  13.