Epiconnn's Forum Posts

  • > Se há um plugin para hora no Construct 2, sim é possível. Hey, eu também sou Brasileiro e este fórum só da suporte para quem fala inglês !

    >

    Please stick to English or provide a translation with your posts.

    Ok, i'm sorry!

  • Please, Help-me!

  • Se há um plugin para hora no Construct 2, sim é possível. Hey, eu também sou Brasileiro e este fórum só da suporte para quem fala inglês !

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Personally, for me to create a Multiplayer game, I plan / open ports on network or the Internet C2 already has the server? And if I have to open a multiplayer game. Note: I've read the tutorial Scirra, but he does not teach anything just talk the gates of the internet.

    I'm sorry, i don't speak english. I use the Translate of Google!

  • Epiconnn While not being able to open it in the game, if you're running it in a web browser you can add a Browser object and can do the following:

    Browser -> Page is visible

    Keyboard -> On G pressed (an example key)

    Then add Browser -> Open URL in new window -> and enter the URL of the forum you want and the title of that window. Now, whenever the game tab is active and visible, if you hit G it'll open up a new tab or window with your forum topic in it.

    thank you

  • > I want to create a forum within the Construct 2 for my game ... How can I create a system to create topics it? And to bring up the topic when we create and who created the thread ??

    >

    > Sorry, i don't speak english :/!

    >

    That would be astronomically difficult and advance. Using available engine in the market is still the best way.

    Ok, thank you!

  • I want to create a forum within the Construct 2 for my game ... How can I create a system to create topics it? And to bring up the topic when we create and who created the thread ??

    Sorry, i don't speak english :/!

  • I'm sorry, i don't speak english! I'm Brazilian !

  • Hello friends! How to make a counter items caught by the player. Example: In my game, the player must pick up a meat and will return to play. How do I get on his profile when he collides with the object of the meat, add +1 meat collected in profile. Example: I 0 meats and collided with the object, when I bumped the number of meat I got increased to 1?

    And the time: How do the time step? So after 1:50 move to another phase?

  • Ok, thank you :/!

  • I know how to create, but I want to know how to do it:

    Create a system of coins, for when we are in the store and buying a house, lose the money that the house cost and how do I fzer to prohibit putting a house on a site already occupied?

  • I'm sorry, Good luck.

    has nothing, thanks anyway ^^!

    There's no way ! The way I learn is to program games in Flash even

  • That does not help me at all, nor explain ¬¬

  • How can I create a system for when the player clicks Save the game and later when he returns load the saved game?

  • Portuguese

    Olá Epiconnn, tudo bem?

    Vou tentar te dar uma mão, mas antes queria reforçar que este fórum dá suporte somente para tópicos em inglês.

    Dentro de sua div com a classe 'jogo', coloque um iframe chamando o game em questão. Ficaria deste jeito:

    > <div class="jogo">
    <iframe src="seujogo.html"></iframe>
    </div>
    [/code:129n9bi6]
    
    Levando em consideração que o layout do seu jogo aceite alteração de escala, você só precisa fazer alguns ajustes no css:
    
    [code:129n9bi6]
    .jogo{
    overflow:hidden;
    margin: 25px;
    border-image: url(Images/Barraum.png) 1 stretch;
    width: 780px;
    border-width: 5px;
    float: left;
    }
    div.Jogo > iframe{
    width: 100%;
    }
    [/code:129n9bi6]
    
    Tente realizar este teste e me responda por aqui (preferencialmente em inglês por favor). Qualquer coisa, sinta-se livre para me enviar uma mensagem direta por aqui. Abraço!
    
    [b]English[/b]
    
    Epiconnn has a doubt regarding css and html formatting, i've explained him about how to proceed in our native language. He'll reply in english on the next time, or will send me a PM.
    
    Cheers 
    

    Thank you !!!