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

  1. on jcargatexto_hTX etiqueta, numspritedes, linea, numlineas
  2.   set l_H to the locH of sprite numspritedes
  3.   set l_V to the locV of sprite numspritedes
  4.   set l_Tname to "T" & etiqueta
  5.   duplicate(member l_Tname, the castNum of sprite numspritedes)
  6.   set the locH of sprite numspritedes to l_H
  7.   set the locV of sprite numspritedes to l_V
  8.   set the name of member the memberNum of sprite numspritedes to "TDmask"
  9.   set l_w1 to the lineCount of member ("T" & etiqueta)
  10.   set the visible of sprite numspritedes to 1
  11.   return linea
  12. end
  13.