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

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