Forum Topics tagged variable

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

Similar Tags

Report Tag

165 forum topics with this tag
  • 2 replies
  • 149 views
0 favourites

Hi folks! I have a variable 'MyVariable' that increases by a random number every 1 second. I wish to display it with comma separator (e.G. 750,000,000) and I do...

posted 7 months ago
  • 6 replies
  • 168 views
This content is deleted
Forum Topic
How do I reuse the same calculation for several sprites?
0 favourites

I have an input element (FaderValue) that gives a value from -100 to 0. These value are converted in an exponential equation that I want to tinker with to get r...

  • 8 replies
  • 264 views
This content is deleted
Forum Topic
Why don't my instance variables change?
0 favourites

I'm working on a game that is nearly complete, but for some reason, the instance variables stopped changing. I didn't have this issue before and I've also reali...

  • 2 replies
  • 116 views
This content is deleted
Forum Topic
Copy object's variables from an saved array
0 favourites

I have an object with different variables and boolean that I saved in an array in the right place like this: Then when I reload my layout, I would like my objec...

posted 6 months ago
  • 3 replies
  • 155 views
0 favourites

I generate 2 teams where each team has 4 player with instance variable named "kill". I'm not able to increment this instance variable only when the player shoot...

  • 5 replies
  • 180 views

I would like to use arrays like variables. The four things I would like to do are: Pass them as a parameter in a function. Make new ones as local variables (or...

posted 6 months ago
  • 1 replies
  • 110 views

How can you send all the data / or game variables from Construct 3 to the MYSQL database table and also receive them from there without any problems. Specifical...

  • 5 replies
  • 162 views
0 favourites

How do I save Audio into Binary base64 into a variable then call it back and play the sound, I have tried like this but the sound doesn't come out is there some...

  • 7 replies
  • 171 views

For the project I'm doing I need to compare four variables - apples, pears, oranges and coconuts. You enter a certain number of each fruit, and then when you pr...

posted 3 months ago
  • 2 replies
  • 77 views
This content is deleted
Forum Topic
How do I make enemies start moving when on screen?
0 favourites

I have a family called "characters", with a family variable called "ready". When ready is 0, characters stay still and when ready is 1 they start moving. I want...

Similar Tags