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

  1. on mouseUp me
  2.   open(the moviePath & "kit\mang_mod.exe")
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   set the member of sprite the currentSpriteNum to member(58)
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   set the member of sprite the currentSpriteNum to member(57)
  13. end
  14.