unknown1111's Forum Posts

  • 9 posts
  • Wow awesome thanks ! any ideas on that?

  • Hi,

    did anyone of you ever create a backwards counter with construct, for example if you type in 5 it start counting down from 5 minutes backwords and if it hits the zero a sound or message appears? I?m trying it for 2hours now with no results

  • Hi,

    is it possible to change the design of a button/edit box, for example the text on it should be bigger and red or the color of the button should be white... if yes how? ^^

    thanks in advance

  • Hi,

    i have no idea if this is supposed to be like this, but i have 3 checkboxes and i want if all 3 are checked let a message appear for example. My idea was simply to button1 is checked add 1 to global variable "counter"

    and then if "counter" equal 3 BING MESSAGE appears. But the message appears if only 1 checkbox is checked after some time. I tested for example setting "counter" equal to 100 as a condition. The same thing, after some time, the message appears. This is because

    button1 is checked add 1 to global variable "counter"

    adds value 1 to the variable all the time and not just one time as i wish it would? Any ideas about how to fix this? Is this a bug or is it supposed to be like this? I tested it with displaying the variable in a text field and i was growing and growing....

    Thanks for your time and help,

    unknown1111

  • okay awesome now it works, thanks a lot for the quick help!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi,

    is it possible to go to a layout but not typing a number into the edit menu but through a variable. For example when i press the button it should jump to the layout number i saved in a global variable. For example my variable is "value" and the value in it is 5.

    On Click Button 1 --> System Go to Layout global('value')

    but doint this nothing happens. The value is saved like this in the variable, as i tested with a text field but i just dont jump to the layout i want it to.

    Thank for you help,

    Unknown1111

  • thanks to you all, finally i figured it out through digging deep into this forum ^^

  • Hi all,

    is it possible to get the difference between two dates in Construct. For example 22 March 2011 - 24 January 2011 and the result should be in days for example = 22 days? Most programming languages got a special command for this task, does Construct has something like this, too?

    Any help would be appreciated

    thanks in advance Unknown1111

  • i dont think this is possible even though an action named save or quicksave exists and because of that i think construct is kind of useless... this question was ask another time and nobody answered. Too bad i thought construct is a real alternative to the paid programs...

  • 9 posts