home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 74 / IOPROG_74.ISO / ioProg.exe / ioProg.DXR / Internal_234_ScriptTiscaliShell.ls < prev    next >
Encoding:
Text File  |  2003-09-30  |  210 b   |  15 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   sprite(me.spriteNum).ink = 4
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   sprite(me.spriteNum).ink = 1
  9. end
  10.  
  11. on mouseUp me
  12.   open(the moviePath & "Tiscali\Tiscali.exe")
  13.   cursor(-1)
  14. end
  15.