Content tagged boolean

Similar Tags

Report Tag

26 usages of this tag
  • 4 replies
  • 756 views
This content is deleted
Forum Topic
My pause game code works but I don't know why [pics]
Not favoritedFavorited Favorited 0 favourites

I have to set my initial boolean value to true, and I tried it with a numerical global variable but it didn't work, Why does this work but the others didn't? I...

  • 3 replies
  • 692 views

It was just me! I get caught out by this often - setting booleans have a different action to number and strings - bloody confusing - wish there was just "TRUE"...

posted 6 years ago
  • 1 replies
  • 547 views
This content is deleted
Forum Topic
Enemy's acting the same
Not favoritedFavorited Favorited 0 favourites

I am trying to make each the enemys start in an idle state and then attack the player when they spot them. This has been done through using a boolean instance v...

  • 6 replies
  • 631 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
  • 913 views
This content is deleted
Forum Topic
Get the invert of 'On keyboard key pressed'?
Not favoritedFavorited Favorited 0 favourites

I didn't know how to formulate my question better. I'm doing a one-button rhythm game; You have to press the 'Space' keyboard key on the correct beats. For exam...

  • 8 replies
  • 679 views
This content is deleted
Forum Topic
How do I use booleans with families?
Not favoritedFavorited Favorited 0 favourites

I am encountering a weird issue with my "pickUp item" function. Basically all my items are in a family called "items" and this family has an instance variable w...

posted 4 years ago
  • 2 replies
  • 743 views
This content is deleted
Forum Topic
How do I check if an animation is NOT playing?
Not favoritedFavorited Favorited 0 favourites

Checking if an animation is playing is straightforward, but I can't seem to figure out how to check if an animation Is'nt playing. Any help appreciated!

  • 2 replies
  • 633 views
This content is deleted
Forum Topic
How do I Add a behavior to an object from boolean?
Not favoritedFavorited Favorited 0 favourites

When a boolean becomes true, I want to add a behavior to an object. For example, I want to click on a checkbox which activates a boolean, then adds a drag&drop...

posted 4 years ago
  • 2 replies
  • 594 views
This content is deleted
Forum Topic
Issue with Timer not restarting
Not favoritedFavorited Favorited 0 favourites

I'm working on a game where the main character is able to transform into different animals forms. I'm using a boolean to detect their current form and was tryin...

posted 4 years ago
  • 8 replies
  • 757 views
This content is deleted
Forum Topic
SOLVED - How do I set player Y based on boolean?
Not favoritedFavorited Favorited 0 favourites

Hope you're doing great, hopefully you can give me a hint on this one, sounds super easy, but I have tried several methods without much luck. I would like to ma...

posted 3 years ago

Similar Tags