home *** CD-ROM | disk | FTP | other *** search
/ Samuko Hentai / samuko.iso / pc / SAMUKO / SOMM.DXR / 00057.ls < prev    next >
Encoding:
Text File  |  2002-08-06  |  182 b   |  15 lines

  1. on mouseEnter
  2.   cursor(280)
  3.   sprite(40).visible = 1
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(-1)
  8.   sprite(40).visible = 0
  9. end
  10.  
  11. on mouseUp me
  12.   puppetSound(1, 0)
  13.   play movie "aie18ans2.dir"
  14. end
  15.