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

  1. on mouseUp
  2.   open(the moviePath & "shoot\fille" & the currentSpriteNum - 9 & "\*.jpg", "acdsee32\acdsee32.exe")
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   set the ink of sprite the currentSpriteNum to 4
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   set the ink of sprite the currentSpriteNum to 0
  13. end
  14.