home *** CD-ROM | disk | FTP | other *** search
/ Curso de Informatica 6 / elPeriodico6.iso / menu.dir / Internal_23.ls < prev    next >
Encoding:
Text File  |  1997-10-18  |  287 b   |  13 lines

  1. on mouseUp
  2.   global opcio, valorTexte, opcioMenu, Lsubmenus, utilitat
  3.   puppetSound("harp")
  4.   marcaDescripcio()
  5.   ompleTexteUtilitats()
  6.   set opcio to 1
  7.   set valorTexte to the text of field "texte"
  8.   set opcioMenu to 5
  9.   set utilitat to 1
  10.   setAt(Lsubmenus, 4, 1)
  11.   go("utilitats")
  12. end
  13.