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

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