home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / Slideshow.dxr / 00002_salta.ls < prev    next >
Encoding:
Text File  |  2000-12-21  |  113 b   |  13 lines

  1. on mouseWithin me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp me
  10.   cursor(-1)
  11.   salta()
  12. end
  13.