Content tagged condition

Report Tag

39 usages of this tag
  • 6 replies
  • 420 views
This content is deleted
Forum Topic
How do I use a boolean to inhibit an action?
0 favourites

I am trying to check whether a boolean is true each time the player presses Z and, if this boolean is true, and the player presses Z again, inhibit the function...

  • 3 replies
  • 422 views
This content is deleted
Forum Topic
OR condition not working correctly
1 favourites

This condition here it NOT working (the boolean Is'nt set to true): But this one (which is logically the same) works fine: What am I missing here?

posted 3 years ago
  • 2 replies
  • 5.2K views
This content is deleted
Forum Topic
How do I add an OR condition?
0 favourites

I have tried searching for it,but all I find are discussions related to using OR statements,and documentations about events in general. Help?

posted 3 years ago
  • 2 replies
  • 295 views
0 favourites

So, currently I have a small system in place where if you're in "build mode" have your mouse cursor over one of the machines in the game, and press "F" it'll tu...

  • 4 replies
  • 686 views

As the title says I have this scenario: I have a cards.Json with an array of cards (array of objects). I want to generate 3 cards "opponents" to the player with...

  • 4 replies
  • 450 views
0 favourites

Can anyone pot why the "exists" and "missing" in the following code is never triggered? I have the exact same code in a Construct 2 project, where it worked fin...

posted 3 years ago
  • 3 replies
  • 265 views
This content is deleted
Forum Topic
How do I set the conditions to do x action -once-?
0 favourites

Essentially, I'd like to see the global value (NumberofPowerPlants) to increase once when the conditions are met. However, I suck at this and the global value i...

  • 5 replies
  • 678 views
This content is deleted
Forum Topic
How do I delete child object, not all objects?
0 favourites

Hey C3 world. Hope you're doing well! Not sure what I messed up on in the coding but I'm hoping you can figure it out. Essentially, when oil pump is placed, the...

  • 1 replies
  • 436 views
This content is deleted
Forum Topic
How do I prevent multiple arrows from appearing?
0 favourites

I tested this on my own for a few days and I'm not making much progress. Essentially, I'd like to have this black arrow be on the sprite that you last left clic...

  • 16 replies
  • 682 views
This content is deleted
Forum Topic
How do I get all arrows to show?
0 favourites

Decided to do some testing to learn more about conditions. In this scenario, an easy "left-arrow" if cows = 3, otherwise a "right-arrow" should appear. However...