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

  1. --change 2e cadeau
  2.  
  3. on mouseUp me
  4.   global gNewCad,gListeCom,gChoixCadeau2
  5.   afficherPistes 10
  6.   s = me.SpriteNum
  7.   the cad of gListeCom[2] = gNewCad[s-7]
  8.   gChoixCadeau2= the cad of gListecom[2]   
  9.   sprite(61).member = member("cadeau" & string(gChoixCadeau2))
  10. end
  11.  
  12. on mouseEnter
  13.   cursor 280  
  14. end
  15.  
  16. on mouseLeave
  17.   cursor -1
  18. end
  19.