Forum Topics tagged variable

A symbolic name associated with a value and whose associated value may be changed.

Similar Tags

Report Tag

164 forum topics with this tag
  • 1 replies
  • 555 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...

  • 2 replies
  • 715 views
This content is deleted
Forum Topic
How do I store a color value in a variable?
0 favourites

It seems there's no way to get the color value of an object so to restore a color after switching layouts etc. I thought it could work with a variable. When you...

posted 3 years ago
  • 4 replies
  • 843 views
This content is deleted
Forum Topic
How to make Global Variable?
0 favourites

There's a Global.Var in "Layout_A" that every second, "1" is added to it.So for example if I wait for 60 seconds,the variable will show 60 . Now I save the game...

  • 0 replies
  • 284 views
0 favourites

How can I assign the text in to a global variable? It says "¡justvoiceandgames ha robado todos los diamantes del canal!" for this example, but text will change...

posted 3 years ago
  • 7 replies
  • 928 views
This content is deleted
Forum Topic
How do I set a given string as a global variable?
1 favourites

I've got some lines on a that get updates from a remote server. And I want to register those updates on a global variable to work with them, so I'm trying to us...

posted 3 years ago
  • 1 replies
  • 260 views
This content is deleted
Forum Topic
Time scale problem
0 favourites

I have a variable that every second, "1" is added to it.So in 60 seconds it shows 60. Now if I set timecscale from 1 to 2,then in 30th second,the variable must...

  • 8 replies
  • 1.5K views
This content is deleted
Forum Topic
How do I pick an object by name (string)?
0 favourites

Is it possible to use a string in a variable to pick an object? I have 2 Dictionary objects and want to select them by name, but the name is stored in a variabl...

  • 1 replies
  • 248 views
0 favourites

I would like to check if a certain string is included in an array variable. For example: Check if the name "Tom" is stored in the variable "names" (Betty, Tom,...

  • 2 replies
  • 278 views
This content is deleted
Forum Topic
How do I break subevents list executing?
0 favourites

I have an event with two subevents. First subevent checks if variable is "1". If it's "1" subevent doing some actions and set this variable to "2". The problem...

posted 3 years ago
  • 2 replies
  • 378 views
This content is deleted
Forum Topic
More efficient way to trigger multiple animations
0 favourites

A playable character sprite has five different costume animations. The costume is currently determined by a global variable. So far the only way I can get the c...

Similar Tags