Content tagged global-variable

Report Tag

55 usages of this tag
  • 2 replies
  • 644 views
This content is deleted
Forum Topic
Global variable or Dictionary entry?
0 favourites

C3 guru's, thanks for checking out this topic. As I make my way through this first game, I've set 10+ global variables for different things I need to reference...

  • 2 replies
  • 1.4K views
This content is deleted
Forum Topic
Global variables are not working![SOLVED]
0 favourites

I have really weird bug occurring in my project. For some reason the global variables change on default value every time ANY layout loads. I am confused and fru...

posted 3 years ago
  • 2 replies
  • 825 views

I am wondering how can I in the JS script reference a global variable that is declared in spread sheets? So basically I have created global variable in spread s...

  • 2 replies
  • 242 views
This content is deleted
Forum Topic
How do I set storage limits for items? (Solved)
0 favourites

In this game I’m working on, the character gathers items and stores them. However the items have a value called “weight” and I’m trying to prevent the character...

posted 3 years ago
  • 1 replies
  • 497 views
This content is deleted
Forum Topic
How do I RESET only some GLOBAL VARIABLES?
0 favourites

I'm currently building roguelike, and I'm trying to create the mechanics - and here I need help. I want to create that every time a death occurs the character r...

  • 2 replies
  • 406 views
0 favourites

Hey all. In some instances, instead of using multiple layers, it was recommended to use different layouts. So I opened up a new project and started testing how...

  • 4 replies
  • 616 views
0 favourites

Is it possible to access an array inside a global variable? For example, if I have a global variable called fruit which's value is , how can I access "Orange"?...

  • 3 replies
  • 347 views
0 favourites

When I click on the destroy button, it is supposed to do several things including destroying the sprite. The sprite, which is a member of the minerals family, h...

  • 3 replies
  • 267 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...

  • 4 replies
  • 549 views
This content is deleted
Forum Topic
How do I get selected sprites to add to global variable?
0 favourites

In my little project, I want to have the sprites with animation 1 showing to add to totalups (global number) or add 1 to totaldowns (global number) for animatio...