Content tagged instance-variable

A variable defined in a class for which each instantiated object of the class has a separate copy, or instance.

Similar Tags

Report Tag

88 usages of this tag
  • 3 replies
  • 295 views
This content is deleted
Forum Topic
How do I pick others instance differently?
0 favourites

In my game, there're 26 letters (instance of a sprite). Each insatance stand for 1 letter (A-Z). If user tap on a letter, I will set its opacity to 60, but I wa...

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

I am trying to make a randomly generated level and I want to make it choose between the platform X - 10 and the platform X + 10 and I get a syntax error. The ma...

  • 3 replies
  • 487 views
This content is deleted
Forum Topic
Why go to layout is not working?
0 favourites

I have a few Sprite objects called Stamp in may layout. I have set instance value `.Next_layout` with some strings equal to some my layout scenes in the game. T...

posted 2 years ago
  • 5 replies
  • 647 views
0 favourites

I have a box (without cover) and balls inside (with Physics behavior). Balls have boolean instance variable: InBox = true. I added an invisible sprite on the to...

  • 29 replies
  • 662 views
This content is deleted
Forum Topic
How do I add to sprite's instance variable? (SOLVED!)
0 favourites

Greetings all. I'm having the worst brain cramp on this and need some help. I've gone through demo's, tutorials and previous questions. Mental block still there...

  • 4 replies
  • 342 views

I'm trying to make a hotbar for a game and I want the item that has been bought to go to the nearest available hotbar slot. This hotbar slot has to have a false...

  • 5 replies
  • 339 views
This content is deleted
Forum Topic
How do I set global variable from dropdown?
0 favourites

Hey C3! Hope you're doing well out there. Got a simple question that I can't seem to get my brain around. I've got a dropdown box that I've assigned an instance...

  • 2 replies
  • 433 views
This content is deleted
Forum Topic
Instance variable and text box ?
0 favourites

How do I add to a text box the value of an instance variable ? Example : - Sprite has 2 instances variables : ID and Value. - There 3 instance of Sprite on scre...

  • 3 replies
  • 372 views
This content is deleted
Forum Topic
Why instance variable don't match?
0 favourites

I am doing some basic operation. I create 2 objects and the firt one has an instance variable with a value on it. In the events sheet, I create an event to comp...

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

I have been trying to figure this one out with not luck, I imagine it´s something simple, but I just can´t find how to do it. I have three instances of the same...

Similar Tags