home *** CD-ROM | disk | FTP | other *** search
/ PC Creation 3 / PCCREATION3.iso / Pc_creation / somm.dxr / 00057.ls < prev    next >
Encoding:
Text File  |  2001-12-13  |  181 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 "aie18ans.dir"
  14. end
  15.