home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 51 / Mobiclic51.iso / mac / DATA / JEUX / Quiz.dir / 00005_Script_5 < prev    next >
Text File  |  2003-01-27  |  183b  |  12 lines

  1. on mouseEnter me
  2.   set s = the currentSpriteNum
  3.   afficherPistes s+8
  4.   cursor 280
  5. end
  6.  
  7. on mouseLeave me
  8.   set s = the currentspriteNum
  9.   masquerPistes s+8
  10.   cursor - 1
  11. end
  12.