home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / LINSTAL.DIR / 00015_Script_15 < prev    next >
Text File  |  2002-02-07  |  210b  |  17 lines

  1. -- voir l'aide
  2. on mouseUp me
  3.   cursor -1
  4.   if the machineType = 256 then
  5.     go to "aidePC"
  6.   else
  7.     go to "aideMac"
  8.   end if
  9. end
  10.  
  11. on mouseEnter
  12.   cursor 280
  13. end
  14.  
  15. on mouseLeave
  16.   cursor -1
  17. end