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

  1. on mouseEnter me
  2.   spr = me.spriteNum
  3.   nom = member(the member of sprite spr).name
  4.   set the member of sprite spr to nom && "on"
  5.   updateStage()
  6. end
  7.  
  8. on mouseLeave me
  9.   spr = me.spriteNum
  10.   nom = word 1 of the name of member the member of sprite spr
  11.   set the member of sprite spr to nom
  12.   updateStage()
  13. end
  14.  
  15. on mouseDown
  16.   play movie "menu.dir"
  17. end
  18.