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

  1. on mouseDown
  2.   DoClickA()
  3.   DoHide(38)
  4.   updateStage()
  5.   repeat while the mouseDown = 1
  6.     nothing()
  7.   end repeat
  8.   DoClickB()
  9.   set the movieRate of sprite 33 to 1
  10.   DoShow(38)
  11. end
  12.