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

  1. on mouseUp
  2.   play movie "avancode.dir"
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   sprite(28).visible = 1
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   sprite(28).visible = 0
  13. end
  14.