home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / LINSTAL.DIR / 00010_Script_10 < prev    next >
Text File  |  2002-02-07  |  128b  |  13 lines

  1. --> aide
  2. on mouseUp me
  3.   cursor -1
  4.   go to "aide"
  5. end
  6.  
  7. on mouseEnter
  8.   cursor 280
  9. end
  10.  
  11. on mouseLeave
  12.   cursor -1
  13. end