home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / DemoAtlas / Ecran1_2_3.dir / 00097_Script_97 < prev    next >
Text File  |  2002-02-07  |  226b  |  18 lines

  1. -- retour α Mobiclic
  2.  
  3. on mouseUp me
  4.   sommaire
  5. end
  6.  
  7. on mouseEnter
  8.   s = the currentSpriteNum
  9.   afficherPistes s+1
  10.   cursor 280
  11. end
  12.  
  13. on mouseLeave
  14.   s = the currentSpriteNum
  15.   masquerPistes s+1
  16.   cursor -1
  17. end
  18.