JoergM's Forum Posts

  • 4 posts
  • Now this is really getting funny, I got the version from steam and it is built 158.2 as well when I try to download the free version it shows me a 158.2 version.

    Your version is 159, which makes it impossible for me to view it.

    I really appreciate your help, thank you, but I could do this more easily programming in java or alike, this software, this forum and this way to release software makes nothing easier for me.

    The session expired just after writing 6 lines before I could post this, unbelievable ..

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Gosh this forum is a pain when you use Opera, either I dont have the rights for a quick reply, or the session got lost or even I get logged out once I focus on construct for 10 minutes.

    The point is that ELSE is red and has a "(not valid here)" when I put it close to the OR blocks, which makes sense. But how can I put it into a position that it is connected to this? Just to check this I made 3 buttons and the background turns green when all of them have been clicked (OR) but red (ELSE) when not each one has been clicked. Guess what, the background stays green all the time.

  • What I am missing is that I can create an array with boolean elements and then I cant compare them or read them. Is the value TRUE equal to 1? I created 3 boolean instance variables in that array and I dont understand how I access them.

    And I think I need AND blocks not OR ones or I just dont see that else function yet.

  • Title says it all, I want to check the status of 3 different inputs, they all have to be true to continue.

    Tried to use an array with 3 boolean and toggle each variable when the right number has been set, change it to false when a different number is set. Now how do I go through the array to check if all 3 boolean are true? I can only see sorting and writing options.

    Do I need a fourth boolean that is set to false if any of the other 3 is false?

    Tried to just compare the variables but I can only compare 2. So far I had to write 3 functions to set the values for all 3 variables, havent figured out so far how to do this much easier and the examples I found in the forum are outdated or not available anymore.

    Thx in advance for help.

  • 4 posts