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

  1. on mouseEnter
  2.   member(the memberNum of sprite the currentSpriteNum).foreColor = 35
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(-1)
  8.   member(the memberNum of sprite the currentSpriteNum).foreColor = 4
  9. end
  10.  
  11. on mouseUp
  12.   go(the frame - 1)
  13. end
  14.