Content tagged condition

Report Tag

45 usages of this tag
  • 6 replies
  • 660 views
This content is deleted
Forum Topic
How do I use a boolean to inhibit an action?
Not favoritedFavorited Favorited 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
  • 713 views
This content is deleted
Forum Topic
OR condition not working correctly
Not favoritedFavorited Favorited 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 4 years ago
  • 2 replies
  • 7.33K views
This content is deleted
Forum Topic
How do I add an OR condition?
Not favoritedFavorited Favorited 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 4 years ago
  • 2 replies
  • 471 views
Not favoritedFavorited Favorited 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
  • 876 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
  • 879 views
Not favoritedFavorited Favorited 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 4 years ago
  • 3 replies
  • 508 views
This content is deleted
Forum Topic
How do I set the conditions to do x action -once-?
Not favoritedFavorited Favorited 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
  • 1K views
This content is deleted
Forum Topic
How do I delete child object, not all objects?
Not favoritedFavorited Favorited 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
  • 619 views
This content is deleted
Forum Topic
How do I prevent multiple arrows from appearing?
Not favoritedFavorited Favorited 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
  • 958 views
This content is deleted
Forum Topic
How do I get all arrows to show?
Not favoritedFavorited Favorited 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...