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

  1. on mouseDown
  2.   DoClickA()
  3.   DoHide(36)
  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.   jDoHide(32, "-", 39)
  11.   set the memberNum of sprite 33 to 0
  12.   DoPupOff(33)
  13.   puppetTransition(50)
  14.   go(label("Ficha") + 2)
  15. end
  16.