Content tagged global-variable

Report Tag

55 usages of this tag
  • 5 replies
  • 377 views
This content is deleted
Forum Topic
How do stop condition from applying when it should't?
0 favourites

I am trying to get a sprite to show when a condition is met. Specifically I get the value of a variable using system>get on overlap with mouse.X & mouse.Y and t...

  • 1 replies
  • 314 views
0 favourites

I have a problem whenever I leave my sheet the global variable keep resetting. So, on the third image. The variable "musik" starts at 0. And then on the fourth...

  • 8 replies
  • 217 views

As the title suggests, the game produces a resource every 2 seconds (set low threshold to aid in trouble-shooting). The quantity of that resource is included in...

posted 1 years ago
  • 1 replies
  • 144 views
This content is deleted
Forum Topic
How do I load random number from json file?
0 favourites

Hey C3. Thought this was a good idea but now not so sure. Essentially I'm trying to get a value from a json file and set it to a dictionary entry. I tried setti...

  • 0 replies
  • 117 views

I've noticed when I test a project in the Debug Mode, any Global Variables that are inside of groups will not be displayed in the Debug info. Is there a setting...

  • 2 replies
  • 180 views
0 favourites

This seems SUPER simple, but for some reason I can't find the information on how to do it. I have an event that I need to run immediately upon the game starting...

  • 2 replies
  • 539 views
This content is deleted
Forum Topic
TextInput to Global Variable...
0 favourites

I'm new to Construct 3. I have a problem that I can't solve: I created a Text Input object. "TextInput". I set the type as a number. I have set a global variabl...

  • 4 replies
  • 201 views
This content is deleted
Forum Topic
How to access all my global variables?
0 favourites

Cant seem to find where all my global variables are located in the projects folder. In my events the global variables are separated in the even sheet in which I...

posted 1 years ago
  • 3 replies
  • 185 views
This content is deleted
Forum Topic
How do I pass a global Variable with Javascript?
0 favourites

In Construct 3 I'm able to pass a global var in JS using the following: Rik.LogError(runtime.GlobalVars.MyGlobalVar); In c2 obviously I need to use the Browser....

  • 2 replies
  • 237 views
This content is deleted
Forum Topic
how do i dynamically list all global vars using script?
0 favourites

I would like to dynamically list all the global vars in my game, so that I can keep track of them. I know that I can use the debug mode, but I would like to see...