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 / eidosss.cst / 00086.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  251 b   |  12 lines

  1. on exitFrame
  2.   if rollover (8) then
  3.     set the visible of sprite 8 to true
  4.     set the visible of sprite 9 to true
  5.     updatestage
  6.   else
  7.    set the visible of sprite 8 to 0
  8.     set the visible of sprite 9 to 0
  9.     updatestage
  10.   end if
  11.   stayhere
  12. end