home *** CD-ROM | disk | FTP | other *** search
/ Machine Hunter - Digital Press Kit (1997-05-14) / Machine_Hunter-Digital_Press_Kit-1997-05-14 / Machine_Hunter-Digital_Press_Kit-1997-05-14.bin / pc / quit.dir / 00020.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  257 b   |  14 lines

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