home *** CD-ROM | disk | FTP | other *** search
/ Guia CD-ROM 25 / GUIACD25.iso / bht / 02.dir / 00009.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  203 b   |  10 lines

  1. on mouseDown
  2.   global gMovieRate
  3.   repeat while the stillDown = 1
  4.     set the movieRate of sprite 1 to -gMovieRate
  5.     updateStage()
  6.   end repeat
  7.   set the movieRate of sprite 1 to 0
  8.   updateStage()
  9. end
  10.