home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 2000 July / Designer's Club 2000 July.iso / pc / DC Users Guide / Tutorials / Flash_Tutorial.exe / Flash_Tutorial.DXR / 00101.ls < prev    next >
Encoding:
Text File  |  2000-06-01  |  162 b   |  15 lines

  1. on mouseEnter
  2.   go("downdown")
  3. end
  4.  
  5. on mouseLeave
  6.   go("home")
  7. end
  8.  
  9. on mouseDown
  10.   repeat while the mouseDown
  11.     go("contact")
  12.   end repeat
  13.   go("downdown")
  14. end
  15.