Valentino Virdis's Forum Posts

  • Hi all I tried to export with construct 3 builder but the Cordova plugins do not work which plugins work with this method?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hello to all I have to add a button that links to a web page, I tried to use the default browser plugin in the test with nw.js works but when I export it does not open the web page anyone knows how to solve this problem?

  • Crazy Mill is a fast Arcade Tower Defense manager for Ios & Android. The goal is to eliminate enemies who try to destroy the mill through the touch of your touch screen. The mill does the work of collecting wheat and eliminate enemies with various abilities that change depending on the mill chosen.

    indiegogo campaign site: https://bit.ly/2k96AF1

    Teaser trailer: https://youtu.be/Dq-B_-sz76Q

    these are some images of the game

  • Support now Crazy Mill indiegogo campaign

    Crazy Mill is a fast Arcade Tower Defense manager for Ios & Android. The goal is to eliminate enemies who try to destroy the mill through the touch of your touch screen. The mill does the work of collecting wheat and eliminate enemies with various abilities that change depending on the mill chosen.

    visit the indiegogo site: https://bit.ly/2k96AF1 else http://crazymill.altervista.org/

    Crazy Mill Splash

    world map with the 12 chapters of the game

    Mill Shop

    if you are interested in the game and want to know more, visit the site: http://crazymill.altervista.org/

    else: https://bit.ly/2k96AF1

  • thank you again you have been very kind and helpful

  • last thing this applies even if there are many other timers?

  • thank you very much you have solved me a big problem !!!!

  • I thank you could you send me the correct capx? I tried to do as you said but it does not work ..

  • hello to all I tried to make two counts with the Rex TimeAwayL plugin works.. but when a timer ends in this case Timer1 that lasts 10 seconds, also stop Timer2 that lasts 20 seconds to 10 seconds. How can I make sure that multiple timers work at the same time? thank you in advance I leave the link with the capx.

    link: https://www.dropbox.com/s/vpnw3siyylv7r ... .capx?dl=0

  • I wrote this way (My Timer background) and it works only when I leave the app but when it does not resume within the timer .. and when it reaches 0 continues and goes below 0. How can I make it appear that is written in this way? 15: 00 instead of 900.00? And that when the timer gets zero it stops and can you connect the classic timer with the backgroun timer?

    --- Classic timer ---

    {System.every tick: set text to floor floor (Timer / 60% 60) & ":" & floor (Timer% 60)

    System.Timer> 0: System subbtract dt from Timer

    System.Timer <0: system set Timer to 0

    }

    --- My Timer background ---

    {System: on start layout: local storage: check item "mytimer exist;

    LocalStorage: on item "mytimer" exist: localStorage: get item "mytimer";

    LocalStorage: on item "mytimer" get: text: set text to (15 * 60) - ((Date.UnixTimestamp-LocalStorage.ItemValue) * 0.001);

    Button: on clicked: LocalStorage: Set item: Setitem "mytimer" to Date.UnixTimestamp;

    LocalStorage: On item "mytimer" set: text: Set text to "Timer set".

  • Hey but so you can do this thing ie create a countdown similar to clash of clans? But without using a server. I would like to do for example that I touch a button and I get a write with a countdown for example 15:00 minutes and if I close the application for 10:00 minutes and return it to me it appears that 5:00 minutes remain to complete this action I do not know If I explain it ..

  • Can you do such a thing to do the countdown?

    { system.every tick : set text to floor floor(Timer/60 %60) & ":" & floor(Timer%60)

    system.Timer > 0: system subbtract dt from Timer

    system.Timer < 0: system set Timer to 0

    }

    Can you do a similar thing? Even with the timeAwayL plugin or the date plugin? And also be able to give a precise time for example as I said before making a countdown from 15:00 minutes to 0. And when it reaches 0 the timer locks

  • But is it possible to make a countdown?

  • I used the timeAwayL plugin but can not find any help on how to use the plugin. However, if you know a guide on how to do this I would really be useful

  • I had tried to use Rex's TimeAwayL plugin but I can not figure out how to stop time for example when it comes to 10:00 minutes it has to stop and then how to make the text so 00:00 instead of the default 0.000.