Beekiller's Forum Posts

  • Thanks, i try this night!!!!

  • This is the game personal; i put the selectors to go to the correct scene. But with the repeats i havent any idea to do it.

    I try with the global variable

    When you select the type of game, and the central point, the game is touch the circle with your peripherical vision. The last part is repeats, how many you need to touch the circle.

    + Sistema: Al iniciar escena
    -> Navegador: Solicitar a pantalla completa - Estirada (escala para pantalla proporcional), UI de navegación: Ocultar
    -> Sistema: Crear objeto Spot en la capa 1 en (aleatorio(1920), aleatorio(1080))
    -> Spot: Establecer color a rgba255(aleatorio(255), aleatorio(255), aleatorio(255), 255)
    // LO QUE HACE EL SPOT EN EL JUEGO
    + ControlTáctil: Al hacer gesto de toque en Spot
    -> Spot: Destruir
    -> Sonidos: Reproducir mario-coin sin bucle con 0 dB de volumen (etiqueta "")
    + Spot: Al destruirse
    -> Spot: Destruir
    -> Sistema: Crear objeto Spot en la capa 1 en (aleatorio(1920), aleatorio(1080))
    -> ESTIMULOCENTRAL: Destruir
    -> Sistema: Crear objeto ESTIMULOCENTRAL en la capa 1 en (AnchoEscena÷2, AltoEscena÷2)
    -> ESTIMULOCENTRAL: Establecer texto a elegir(1,2,3,4,5,6,7,8,9,0)
    + Spot: Al crearse
    -> Spot: Establecer color a rgba255(aleatorio(255), aleatorio(255), aleatorio(255), 255)
    + ControlTáctil: Al pulsar ESTIMULOCENTRAL
    -> Sonidos: Reproducir megaman-x-error sin bucle con 0 dB de volumen (etiqueta "")
    -> Sonidos: Establecer el valor de Z para el objeto de escucha en 0
    + Teclado: Al presionar Escape
    -> Navegador: Cancelar pantalla completa
    -> Spot: Destruir
    -> Sistema: Ir a OPCIONES
    + Spot: Al colisionar con ESTIMULOCENTRAL
    -> Spot: Destruir
  • Hi!!!

    i Want to repeat an action of my game with a slider, that grows in 5 to 5. You select the number of repeats in the game and then start the game.

    How can i do?

  • Good !!!!

    I have a question for some of you an existential doubt, I have very little with Construc 3.

    I have several options to play a simple game that has created and I have 3 selectors:

    - Type of game with 3 options

    - Stimulation of the center: 3 options.

    - Repetitions: text input (future slider)

    The idea is what scene will be made.

    (I think you could plant in the context of the options, create the scene, but create the different scenes with the easier options)

    Thank you

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I put a solution with css, but now i having a little white line

    	
    body {
     margin: -5px;
     padding: 0px;
     height: 100%;
    	width: 100%;
     max-height: 100%;
    }
    	}
    
  • Hi!!!!

    I'm new in this, but i have some issues. I cant put all the game in full screen without a scroll bar in the left of the browser.

    I put full screen mode in the propierties of the project, and put it into the event and also is the same i have a scroll bar in the left and some times in horizontal.

    I dont have any idea to solve.

    I put a img that you can see it.

    Thanks for your help,