home *** CD-ROM | disk | FTP | other *** search
/ L'Encyclopedie Des Jeux Video 8 / EJV8_CD1.ISO / ejv8-cd1 / viewer.dxr / 00043.ls < prev    next >
Encoding:
Text File  |  2003-10-24  |  137 b   |  10 lines

  1. on mouseEnter
  2.   sprite(18).visible = 1
  3.   sprite(19).visible = 1
  4. end
  5.  
  6. on mouseLeave
  7.   sprite(18).visible = 0
  8.   sprite(19).visible = 0
  9. end
  10.