home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / DEMOSOFT / AWARE3WM.EXE / WELCOME / DIVE.DIR / 00007.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  202 b   |  10 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     if the locH of sprite 1 > 815 then
  4.       exit repeat
  5.     end if
  6.     set the locH of sprite 1 to the locH of sprite 1 + 5
  7.     updateStage()
  8.   end repeat
  9. end
  10.