brunodelfim's Forum Posts

  • 5 posts
  • Kyatric, that was exactly what I needed, coming home I will implement it! Very grateful for the great help, I was immensely grateful.

  • Kyatric, thank you so much for taking the time to help me! The project you gave me as an example was of immense help and helped me a lot, but after testing I ended up seeing that it is not what I need, as I need the action to be taken while I am touching the screen and not just after releasing it. I managed to follow to a certain point, in this case it jumps normally if I play for less than 0.2 seconds, and lowers if I play for more than 0.2 seconds, but when I stop touching the screen the character ends up jumping, for a few hours that I try to solve, but to no avail.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am grateful for the speed in helping !!! I tried this method, however when using the standard construct command to keep it pressed it ends up that my player jumps only after a long time, I believe that 1 second or more and as the game is in the running style I would like to do something like: If I play and release for less than 1 second it jumps, if I touch and hold for more than a second it goes down. In that case I am currently unsolved.

  • I am creating a game where there is a character standing while some obstacles appear and run across the screen from left to right, until they disappear. The character must jump over these obstacles, but he must also be able to duck when necessary. Oh, I'm having difficulties, because I can't make a system where when I just press the character quickly jump and when I press for a few seconds he just lowers (change the frame).

  • Hello everyone and thank you for your attention.

    First of all, I would like to say that I started my studies on the Construct tool recently and I am having problems generating my first APK with Cordova.

    When I add the Android platform and gain the apk, I get the following error in the plugin cordova-custom-config:

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

    Falha ao restaurar o plugin "cordova-custom-config" de config.xml. Talvez seja necessário tentar adicioná-lo novamente. Erro: Falha ao buscar o plug-in cordova-custom-config via registro.

    Provavelmente isso é um problema de conexão, ou a especificação do plugin está incorreta.

    Verifique a sua conexão e o nome / versão / URL do plugin.

    Erro: cmd: Comando falhado com o código de saída 1 Saída de erro:

    npm ERR! código ENOGIT

    npm ERR! Nenhum binário de git encontrado em $ PATH

    npm ERR!

    npm ERR! Falha ao usar git.

    npm ERR! Verifique se você já instalou e no seu CAMINHO.

    npm ERR! Um registro completo dessa corrida pode ser encontrado em:

    npm ERR! C: \ Users \ br_de \ AppData \ Roaming \ npm-cache \ _logs \ 2018-02-23T03_39_43_999Z-debug.log

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

    At the end of the process, the APK is generated, but I would like to do it without any kind of error.

    If anyone can help, I will be very grateful.

    Thank you.

  • 5 posts