Jump to content

AYUDA CON ESTE SCRIPT


Recommended Posts


local imagen = "cristian.jpg" - Directorio de la imagen
hora local Image = 20 -> 5 segundos. Duración de la imagen en pantalla.

addEvent ("onLogincristianm", verdadero)
addEventHandler ("onLogincristianm", root, 
    function (...)
        if (isElement (image)) luego destroyElement (image) end
        local sound = playSound ("cristian.mp3")
        setSoundVolume (sound, 1)
        image = guiCreateStaticImage (0.25, 0.04, 0.5, 0.2, imagen, true) - Creamos la imagen
        setTimer (level, timeImage * 1000, 1) - Añadimos un temporizador de los segundos asignados en timeImage
    end)

nivel de función ()

    - // Creamos un temporizador que se ejecutaá 10 veces 
    setTimer (función (...)
        guiSetAlpha (imagen, guiGetAlpha (imagen) - 0.1) - Le bajamos la opacidad a la imagen (le bajamos 0.1 ya que 100% es 1 , entonces: 0.1: 10 &)
    end, 50, timeImage)
    
end

-------------------------------------------------- -------------------------------------------------- -------------------------------------------------- -------------------------------------------------- -------------------------------------------------- -----------

que le falta o como hago que funcionan?

Edited by cristianM
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...