home *** CD-ROM | disk | FTP | other *** search
/ L'Encyclopedie Des Jeux Video 8 / EJV8_CD2.ISO / ejv8-cd2 / viewer.dxr / 00007_Next.ls < prev    next >
Encoding:
Text File  |  2003-10-24  |  110 b   |  12 lines

  1. on mouseUp
  2.   sprite(2).DisplayNextFile()
  3. end
  4.  
  5. on mouseEnter
  6.   cursor(280)
  7. end
  8.  
  9. on mouseLeave
  10.   cursor(-1)
  11. end
  12.