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

  1. on mouseUp
  2.   global joc, opcio, valorTexte, opcioMenu, Lsubmenus, linia, ScrollAppl
  3.   puppetSound("harp")
  4.   set joc to 1
  5.   marcaDescripcio()
  6.   ompleTexteJocs()
  7.   set opcio to 1
  8.   set valorTexte to the text of field "texte"
  9.   set opcioMenu to 3
  10.   set linia to 0
  11.   setAt(Lsubmenus, 2, 1)
  12.   desactivaBotoExecutar()
  13.   go("jocs")
  14. end
  15.