home *** CD-ROM | disk | FTP | other *** search
/ Curso de Informatica 10 / elPeriodico10.iso / menu.dir / Internal_118.ls < prev    next >
Encoding:
Text File  |  1997-12-15  |  207 b   |  8 lines

  1. on mouseUp
  2.   marcaImprimir()
  3.   set the visible of sprite 48 to 0
  4.   updateStage()
  5.   set the text of field "impressio" to the text of field "texte"
  6.   printFrom(label("impressio"), label("impressio"), 100)
  7. end
  8.