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

  1. on enterFrame
  2.   global y_textlines, y_colortexto, gHtxcard
  3.   set g_textlines to 10
  4.   DoHide(62)
  5.   set y_colortexto to 6
  6.   jcargatexto(gHtxcard, 60, 1, 1)
  7.   set the visible of sprite 60 to 1
  8.   set y_colortexto to 255
  9.   jcargatexto(gHtxcard, 61, 2, y_textlines)
  10.   set the visible of sprite 61 to 1
  11.   jdocursor(62)
  12. end
  13.