Forum Topics tagged global-variable

Report Tag

55 forum topics with this tag
  • 5 replies
  • 650 views
This content is deleted
Forum Topic
How do i fix this variable problem?
0 favourites

In my game, I have it so when either player 1 or 2 gets to 0 health the other wins the round then they proceed to the next round. But the problem I am encounter...

  • 5 replies
  • 631 views
This content is deleted
Forum Topic
Help with Instance Variable for creating Multiple Objects
0 favourites

I am using a switch and a box. So the task is When player collides with Switch 1, Box 1 should fall through physics.However when there are multiple Switch(Copie...

  • 4 replies
  • 595 views
This content is deleted
Forum Topic
My pause game code works but I don't know why [pics]
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...

  • 0 replies
  • 309 views
0 favourites

I am trying to sync a global variable in multiplayer game using photon plugin where when the global variable changes from the host, it shows this to every other...

  • 2 replies
  • 474 views
This content is deleted
Forum Topic
Visible instances = Global Variable number
0 favourites

I was wondering how could I make a number of instances of the same object being related to a global variable. Trying to explain: Object: "Person". Global Variab...

  • 2 replies
  • 334 views

I am using a global variable throughout a game, and I was wondering if there was a way to do use compare variable to check something like "number" is equal to 4...

  • 9 replies
  • 793 views
This content is deleted
Forum Topic
Help me with Global Variable & Group
0 favourites

I want to have difficulty modes like Easy, Medium and Hard. Basically what I do is make the enemy tough. So, for that, I have different groups, Easy, Medium and...

posted 5 years ago
  • 3 replies
  • 527 views
0 favourites

So, I'm making a little game that when you press a button you get some items, but I want to make the player have a chance to get the items, like, 1% chance to g...

  • 3 replies
  • 384 views
This content is deleted
Forum Topic
How do I load parts of saved game?
0 favourites

I'm using the Save/Load game function in my game. I use it when a player goes from playing the game and into the menu. I will save the state of the game and whe...

posted 4 years ago
  • 21 replies
  • 1.7K views
0 favourites

In my game, the player have 3 chances (lives). When the player loses the game, 1 chance is subtracted from the text object named "txtChances", then a box appear...