home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 46 / Mobiclic46.iso / pc / DATA / SHARED / COMMUNS.CST / 00010_Script_10 < prev    next >
Text File  |  2002-07-12  |  201b  |  15 lines

  1. --ancien 2e cadeau
  2.  
  3. on mouseUp
  4.   global gChoixCadeau1 
  5.   sprite(61).member = member("cadeau" & string(gChoixCadeau1))
  6. end
  7.  
  8. on mouseEnter
  9.   cursor 280  
  10. end
  11.  
  12. on mouseLeave
  13.   cursor -1
  14. end
  15.