Content tagged global-variable

Report Tag

55 usages of this tag
  • 5 replies
  • 574 views
This content is deleted
Forum Topic
[SOLVED] Is it possible to return all system global vars?
0 favourites

I'm using the browser console a lot to call functions and similar with JS. Next I'd like to return all system global variables used inside the project. The debu...

  • 2 replies
  • 662 views
This content is deleted
Forum Topic
Best way to store variables?
0 favourites

In my game, changing layouts happens frequently, and I need to find the best way to store variables so they stay consistent between layouts. Say I collect an it...

  • 2 replies
  • 359 views
This content is deleted
Forum Topic
How do I delete saved local storage individually?
0 favourites

I have some unwanted saved local storage data from global variable, and I am looking forward to see if there's a command to delete individual saved local storag...

  • 2 replies
  • 393 views
0 favourites

I have one sprite with 10 different animations being spawned randomly over the layout. I want to set a global variable according to which animations the player...

  • 4 replies
  • 420 views

I'm trying to create something very basic, but I'm a noob and can't figure it out So HERE I have in layout 1 a inputtext field and a button and a text box on La...

  • 2 replies
  • 329 views
This content is deleted
Forum Topic
How do I fix the global variables in layouts?
0 favourites

I have a game like when you touch the money sprite the money amount increases by 5. Yet, I have 3 layouts and they all have the same global variables; Money, su...

  • 3 replies
  • 823 views
This content is deleted
Forum Topic
How do I arrange global variables?
0 favourites

I've mentioned before, I'm making a life simulator game. I have 3 global variables; Money, success, and popularity. My player will face different random events...

  • 15 replies
  • 1.1K views
This content is deleted
Forum Topic
How do I make random events?
0 favourites

I've at least 100 random events in my game. They appear every 10 seconds. They're like: 1)There is a pandemic. Will you open hospitals? -Yes -No. 2)They kidnapp...

  • 5 replies
  • 959 views
This content is deleted
Forum Topic
Scroll to not working properly with global variable?
0 favourites

Please help me to find out the issue. When click on the blue circle it will add 0.01 to the Variable1 then the screen will scroll to a specific Y position but w...

  • 1 replies
  • 553 views
This content is deleted
Forum Topic
Dictionary vs global variables
0 favourites

For my savegame I will most likely use a dictionary to json on local storage. I will need to save about 20-50 variables/values. Now I'm thinking whether I shoul...