home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global camino, quepeli, nivel, posicion
- set camino to "@:\islasoft\sonidos\click5.wav"
- set ram to ramNeeded(0, 310)
- set Libre to the freeBytes
- set quepeli to EMPTY
- set nivel to the soundLevel
- if nivel = 0 then
- set posicion to 10
- end if
- if nivel = 1 then
- set posicion to 30
- end if
- if nivel = 2 then
- set posicion to 50
- end if
- if nivel = 3 then
- set posicion to 70
- end if
- if nivel = 4 then
- set posicion to 90
- end if
- if nivel = 5 then
- set posicion to 110
- end if
- if nivel = 6 then
- set posicion to 130
- end if
- if nivel = 7 then
- set posicion to 130
- end if
- end
-
- on pasaraton mielemento
- global accion
- set accion to ["pelitres", "peliuno", " pelidos", "brillo", "brillo1 ", "volver", "avance", "volumen", EMPTY, "salir"]
- set queaccion to mielemento - 17
- do(getAt(accion, queaccion))
- end
-