home *** CD-ROM | disk | FTP | other *** search
/ MASPC 1 / MASPC_1.iso / CursoWordI / AFICHAS.DXR / 00052.ls < prev    next >
Encoding:
Text File  |  1998-07-20  |  272 b   |  14 lines

  1. on mouseDown
  2.   DoClickA()
  3.   DoHide(39)
  4.   updateStage()
  5.   repeat while the mouseDown = 1
  6.     nothing()
  7.   end repeat
  8.   DoClickB()
  9.   set the movieRate of sprite 33 to 0
  10.   set MTime to the movieTime of sprite 33
  11.   set the movieTime of sprite 33 to MTime + 20
  12.   DoShow(39)
  13. end
  14.