Content tagged value

Report Tag

19 usages of this tag
  • 1 replies
  • 400 views
This content is deleted
Forum Topic
How do I Check if dictionary has a word?
0 favourites

Basically what I am trying to do is: What already done: _________________________________________. Ajax my Realtime Databases and request info ( works fine). __...

  • 3 replies
  • 929 views
This content is deleted
Forum Topic
How do I check if a value has been changed?
0 favourites

I have spent the last two hours banging my head against the wall trying to figure this out on my 2D platforming game. I want to be able to tell when my characte...

  • 1 replies
  • 319 views
This content is deleted
Forum Topic
How do I make a value based on percentage ?
0 favourites

I want to roll a value between 1 and 12. But I want that 1-2-3 and 10 - 11 - 12 is way rare than other numbers. Thx !

posted 2 years ago
  • 1 replies
  • 226 views
0 favourites

When a enemy spawn, I want him getting a specific text for only him. Then when I spawn an other enemy, I want him to have an other text. Based on his value. And...

posted 2 years ago
  • 3 replies
  • 648 views
0 favourites

In my game, travelling distances are important. They're stored in an array names ArrayDistances like this : At some points of the game, I have to retrieve the v...

posted 2 years ago
  • 3 replies
  • 268 views
This content is deleted
Forum Topic
How do I storage text variable ??
0 favourites

Hello I would like to store a text input. As variable. But I don't know what to do. Not work with item value.

posted 1 years ago
  • 2 replies
  • 366 views
This content is deleted
Forum Topic
How do I get an instance variable from a specific UID?
0 favourites

As the title says. More specifically, I'm trying to use the 'Subtract from' tool to subtract a predetermined value that's taken from an instance variable owned...

  • 2 replies
  • 140 views
This content is deleted
Forum Topic
How do I Set a global value to current layout name?
0 favourites

Title Says all.

posted 1 years ago
  • 2 replies
  • 87 views
This content is deleted
Forum Topic
How do I set the value of my Slider via Javascript?
0 favourites

I tried: Runtime.Objects.MySlider.Value = newValue; But that didn't work.