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

  1. on mouseUp
  2.   global zfichatest, zvalor
  3.   R.OpA.Set(zfichatest, 3 + zvalor, "0")
  4.   R.OpB.Set(zfichatest, 3 + zvalor, "0")
  5.   R.OpC.Set(zfichatest, 3 + zvalor, "1")
  6.   if Question.Sol.Get(zfichatest, 3 + zvalor) = "C" then
  7.     R.Sol.Set(zfichatest, 3 + zvalor, "1")
  8.   else
  9.     R.Sol.Set(zfichatest, 3 + zvalor, "0")
  10.   end if
  11.   DoShow(40)
  12.   DoHide(38, 39)
  13.   updateStage()
  14. end
  15.