Forum Topics 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

86 forum topics with this tag
  • 2 replies
  • 93 views

I'm making a game at the moment, and I have multiple instances of the same object. I'm trying to utilize a State machine for an enemy, but at the moment, every...

  • 4 replies
  • 144 views
This content is deleted
Forum Topic
How do I put an instance variable in a textbox?
0 favourites

So, I'm testing something out and I'd like if I could temporarily make it so that a textbox displays the variable. I would appreciate if someone could tell me h...

  • 1 replies
  • 78 views

I have sprite called bucket that has an instance variable called ID. The ID variable is assigned a random number between 0-4. During gameplay, several buckets a...

  • 7 replies
  • 98 views
This content is deleted
Forum Topic
How do I select next empty bucket? (Solved)
0 favourites

Hey there. Three buckets (sprites) with Instance Values of ID = (0,1,2) and Status = (0,1). When I click on the "add" button sprite, I would like to pick in ord...

  • 4 replies
  • 65 views

Is it possible? Like when you replace all references of an object with another object? Thanks!

  • 2 replies
  • 66 views
This content is deleted
Forum Topic
How do I target Individual Peer Animations?
0 favourites

Hoping someone has some insight on this. I'm working on this multiplayer game that uses the peer system from the Construct multiplayer documentation tutorials....

Similar Tags