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

  1. on mouseUp
  2.   global curs, valorTexte, opcio, Lsubmenus
  3.   puppetSound("harp")
  4.   set curs to 3
  5.   marcaDescripcio()
  6.   set the text of member "texte" to the text of member "texte curs3"
  7.   set valorTexte to the text of field "texte"
  8.   set opcio to 1
  9.   setAt(Lsubmenus, 1, 3)
  10.   activaBotoExecutar()
  11. end
  12.