home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 April - The Windows Show / PCPRO_0496.ISO / demos / webmedia / webmedia.dir / 00184.ls < prev    next >
Encoding:
Text File  |  1996-01-30  |  163 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(2) = 1 then
  3.     set the visible of sprite 18 to 1
  4.   end if
  5.   if rollOver(2) = 0 then
  6.     set the visible of sprite 18 to 0
  7.   end if
  8. end
  9.