home *** CD-ROM | disk | FTP | other *** search
/ PCMania 14 / Pcmania_Ep2_14_CD-ART_Futura_2000.iso / Datos / menuE.dir / 00038.ls < prev    next >
Encoding:
Text File  |  2000-11-15  |  206 b   |  16 lines

  1. on mouseEnter
  2.   puppetSound("bip")
  3.   sprite(49).visible = 1
  4.   updateStage()
  5. end
  6.  
  7. on mouseLeave
  8.   sprite(49).visible = 0
  9.   updateStage()
  10. end
  11.  
  12. on mouseDown
  13.   puppetSound("transi")
  14.   play movie "menu.dir"
  15. end
  16.