home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 2000 August / Designer's Club 2000 August.iso / pc / DC Users Guide / Tutorials / Flash_Tutorial.exe / Flash_Tutorial.DXR / 00104.ls < prev    next >
Encoding:
Text File  |  2000-06-29  |  91 b   |  7 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     go("homedown")
  4.   end repeat
  5.   go("home")
  6. end
  7.