home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / PROM / PAN02_2.DIR / 00008_Script_8 < prev    next >
Text File  |  2001-09-07  |  177b  |  13 lines

  1. -- Carte Bleue
  2. on mouseUp
  3.   set the hilite of member "ChoixCheq" to FALSE
  4.   afficherPistes "36>40"
  5. end
  6.  
  7. on mouseEnter
  8.   Cursor 280
  9. end
  10.  
  11. on mouseLeave
  12.   cursor -1
  13. end