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

  1. on mouseUp
  2.   global opcio, valorTexte, linia, ScrollAppl
  3.   puppetSound("harp")
  4.   marcaDescripcio()
  5.   ompleTexteAplicacio()
  6.   set opcio to 1
  7.   set linia to 0
  8.   set valorTexte to the text of field "texte"
  9.   set ScrollAppl to 0
  10.   desactivaBotoExecutar()
  11.   go("aplicacio")
  12. end
  13.