home *** CD-ROM | disk | FTP | other *** search
/ PC Creation 3 / PCCREATION3.iso / Pc_creation / choix.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  2001-12-13  |  300 b   |  14 lines

  1. on mouseUp
  2.   open(the pathname & "jeux_sexy\uuhaah\uuhaah.exe")
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   set the foreColor of member the memberNum of sprite the currentSpriteNum to 2
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   set the foreColor of member the memberNum of sprite the currentSpriteNum to 13
  13. end
  14.