isasaurio's Forum Posts

  • Hello my friends:

    How I can add a button or something that allows play my game (and HTML5. EXE) full screen?

    regards

    Hola mis amigos: Como puedo poner un botón o algo que permita jugar mi juego (HTML5 y .EXE) a pantalla completa? Saludos

  • Game Masters:

    In my game I'm using the GOOGLE WEB FONTS, when playing the game of LOCAL fonts are loaded without problems, but to play it from the server or from Dropbox, fonts are not loaded.

    May be due to this?

    regards

  • Hello friend:

    Try this ...

    [attachment=0:3hij3jot][/attachment:3hij3jot]

    Download the example from here

    https://dl.dropboxusercontent.com/u/19024090/CountDown.capx

  • friends:

    I have a game with TOUCH SCREEN IN JOYSTICK, in which pressing a button is a "Sprite" the character slips on the floor for high pass obstacles.

    My problem is this, you have to give instruction to tell the game "When you stop pressing the button" character back to its original position.

    Property used FLASH button "ON RELEASE" but here in the construct not how to fix this.

    thanks

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

    Amigos:

    Tengo un juego TOUCH con IN SCREEN JOYSTICK, en el cual apretando un botón que es un "Sprite" el personaje se resbala por el suelo para pasa obstáculos altos.

    Mi problema es el siguiente, que instrucción tengo que dar para decirle al juego "Cuando se deje de presionar el botón" el personaje regrese a su posición original.

    EN FLASH usaba la propiedad de botón "ON RELEASE" pero acá en constructo no se cómo solucionar este problema.

    Gracias

  • you need to set as the "FROM FACEBOOK" as a "APPLICATION FOR WINDOWS".

  • Try to export or compile the project in a way that the final product is a. EXE, Flash turned me that way.

  • I once in one of my projects occupy this, but I did not try to touch monitors.

    But according to my theory it should work at least with a NVIDA card with dual display.

    Usually one is VGA and the other DVI.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi I have worked with TOUCH screens.

    You should use the Windows EXTENDER DISPLAY option, and make the size measuring LAYOUT adding the 2 screens.

    So you would use the TOUCH screen as touch input method, replacing the mouse.

  • Hi friend, try this.

    regards

  • It works perfect

    Thank you Lunatrap

  • Hello friends

    I have a question ...

    I have a game and consists of 6 stages

    The 6 stages occupy the same Event Sheet.

    As I do that when you start stage 5 I perform the action I want.

    For example I do like this

    "System - On Start OF XXXX LAYOUT", select the layout by name.

    regards

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

    Hola amigos

    Tengo una duda…

    Tengo un juego y consta de 6 etapas

    Las 6 etapas ocupan la misma Event Sheet.

    Como lo hago para que al iniciar la etapa 5 me ejecute la acción que quiero.

    Por ejemplo hago como esto

    “System – On Start OF XXXX LAYOUT” , seleccionar el layout por el nombre.

    Saludos

  • Hi,

    I have got a working solution. This will work only for leaderboard among friends. It will not show a world-wide leaderboard. This is because, if the call for scores is initiated from user, Fb will give only the user's friend's scores.

    I think clay.io plugin should help if you want world wide leaderboard. Please check this tutorial if it helps:

    https://www.scirra.com/tutorials/495/how-to-make-a-custom-leaderboard-and-more-using-clay

    I haven't used clay.io, but, I store every user's score on my server and display the world leaders on a separate page.

    Attached screenshot of events sheet.

    Logic:

    Create arrays to store High score data (I have used 2 arrays - one for name and one for score)

    Create global variable for Array indexing. ('i" in my example)

    1. Call "Request hi-score board"

    2. Set the number of scores you need - 10 in my example

    3. Use "On hi-score" to populate the arrays. Note that "On hi-score" is triggered once for each score record received. Hence if you ask 10 scores it will be triggered 10 times. For each trigger we are incrementing the index (i) and storing the data in the respective arrays.

    4. After that we display the scoreboard in different text boxes. I used 20 of them.

    IMPORTANT CHANGES TO BE MADE TO c2runtime.js

    1. In FB.init add "Version": "v2.0",

    2. js.src link change all.js --> sdk.js

    3. RequestHiscores function def add '/v2.0/' after FB.api(

    4. You have to update "channel.html" with point 2

    These are for changes due to Facebook platform upgrade.

    I have attached screenshots to illustrate all these points.

    Possible improvements:

    I think one array could be used... maybe

    2. all the fb related changes may not be necessary

    Food for thought....

    If you have less than 10 friends who have played, then "On hi-scores" will be triggered exactly for the number of players only. It will not trigger all the times. So the array will be filled partially. (to be explored: What if we have more than 10 friends and we want to dynamically display the exact number of friends who play the game???)

    Let me know if this helped.

    I'll be glad, if some experts can offer tips on optimizing what i've done.

    Cheers,

    Capper

    Thank you very much friend, I will put into practice and tell you how it goes.

    Thank you

  • Hello friends

    I want to implement the game FLAPPING BIRD, so that you can play with Facebook (that I want to apply to a future game).

    Achieve Logging publish Score and publish on the wall.

    What we can do is to display the "Leader Board".

    Like what I do?

    Also I want to finish the game displays a list of the top 10 scores somethings, each with its name.

    The idea is to have a contest and to be aware of who is having the No. 1 spot.

    I searched for tutorials but I have not given anything.

    Can you help me please, as I see that there is no information.

    This is the link of the game

    puzzlenegro.cl/PZNGAME

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

    Hola amigos

    Quiero implementar el juego FLAPPING BIRD, para que se pueda jugar con Facebook (esto lo quiero aplicar a un futuro juego).

    Logre el Logging, publicar Score y publicar en el muro.

    Lo que no puedo hacer es lograr visualizar el “Leader Board”.

    Como lo debo hacer?

    Quisiera también que al finalizar el juego se muestre una lista con los 10 puntajes más algos, cada uno con su nombre.

    La idea es hacer un concurso y poder estar al tanto de quien es el que tiene el puesto número 1.

    He buscado tutoriales pero no he dado con nada.

    Me pueden ayudar por favor, ya que veo que no existe información al respecto.

    Este es el Link del juego

    puzzlenegro.cl/PZNGAME

  • consulta, como lo hago para postear juntamente la tracuccion de la preunta?

    Gracias

  • GREAT !!!!

    RUN PERFECT!!!!

    MUCHAS MUCHAS GRACIAS