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

  1. on mouseDown
  2.   DoClickA()
  3.   DoHide(37)
  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 the movieTime of sprite 33 to the movieTime of sprite 33 - 1
  11.   DoShow(37)
  12. end
  13.