home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global loop, valorTexte, opcio
- set loop to 5
- repeat with x = 28 to 29
- set the visible of sprite x to 0
- end repeat
- put valorTexte into field "texte"
- case opcio of
- 1:
- marcaDescripcio()
- 2:
- marcaveure()
- 3:
- marcainstalar()
- 4:
- marcaDesinstalar()
- 5:
- marcaImprimir()
- end case
- end
-