home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / LANGUES / lan00.dir / 00243_Script_243 < prev    next >
Text File  |  2002-01-12  |  247b  |  16 lines

  1. -- interruption Θventuelle et envoi sur suite
  2. on mouseUp me
  3.   global langue
  4.   s = the currentSpriteNum
  5.   langue = s-27
  6.   coupeSon 3
  7.   go to "Lan03" & suffixeLangue()
  8. end
  9.  
  10. on mouseEnter
  11.   cursor 280
  12. end
  13.  
  14. on mouseLeave
  15.   cursor -1
  16. end