home *** CD-ROM | disk | FTP | other *** search
- global botonPlay, botonStop, botonPausa, botonRew, botonAdv, BotonSalir, botonIdio1, botonIdio2, posicion, idioma, mueveslide2, volumenpelicula
-
- on enterFrame
- if mueveslide2 then
- cursor([cast "DEDO", cast "DEDOM"])
- set laposic to the mouseH
- if laposic < (471 + 12) then
- set laposic to 471 + 12
- end if
- if laposic > (571 + 12) then
- set laposic to 571 + 12
- end if
- puppetSprite(11, 1)
- set the locH of sprite 11 to laposic
- set volumenpelicula to integer((laposic - 471 - 12) * 2.5600000000000005)
- else
- if rollOver(2) then
- if posicion <> 2 then
- puppetSound("SELECT2")
- updateStage()
- DesactivarPuppets()
- end if
- set posicion to 2
- seleccionar(BotonSalir)
- else
- if rollOver(5) then
- if posicion <> 5 then
- puppetSound("SELECT2")
- updateStage()
- DesactivarPuppets()
- end if
- set posicion to 5
- seleccionar(botonPlay)
- else
- if rollOver(8) and (idioma <> 1) then
- if posicion <> 8 then
- puppetSound("SELECT2")
- updateStage()
- DesactivarPuppets()
- end if
- set posicion to 8
- else
- if rollOver(9) and (idioma <> 2) then
- if posicion <> 9 then
- puppetSound("SELECT2")
- updateStage()
- DesactivarPuppets()
- end if
- set posicion to 9
- else
- if posicion <> 0 then
- set posicion to 0
- DesactivarPuppets()
- end if
- end if
- end if
- end if
- end if
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-
- on mouseUp
- set mueveslide2 to 0
- cursor(0)
- end
-