home *** CD-ROM | disk | FTP | other *** search
/ MASPC 1 / MASPC_1.iso / CursoWordI / AUTIL.DXR / 00001.ls next >
Encoding:
Text File  |  1998-07-20  |  353 b   |  12 lines

  1. on exitFrame
  2.   global xhelp, zutilactiva, zlista, zmenu, xruta
  3.   set xhelp to "autil"
  4.   docargades(zutilactiva)
  5.   set grafico to "U" & zutilactiva
  6.   set xruta to the pathName
  7.   set the searchPath to [xruta & "video", xruta & "imagen"]
  8.   SetSprite(6, grafico)
  9.   SetSprite(8, "texto")
  10.   set the text of field "mascaralista" to the text of field zmenu
  11. end
  12.