Content tagged instance

Report Tag

68 usages of this tag
  • 5 replies
  • 275 views

I have been humming along using instance variables and have found that in order to set a random # I have to put the setting bit of it as a global variable but i...

  • 4 replies
  • 394 views
This content is deleted
Forum Topic
Changing the sprite of sprite instance better?
0 favourites

I have seen the forums saying that instances have better cpu performances than introducing objects.So,does this still apply as I change the sprite of the sprite...

  • 4 replies
  • 286 views
This content is deleted
Forum Topic
How do I delete an instance of a newly created Object?
0 favourites

I create a new object with the "CreateObject" script. I then add many more so I have a multitude of instances of that same object. I want to click on an instanc...

posted 1 years ago
  • 4 replies
  • 240 views
This content is deleted
Forum Topic
How do I show certain text in a text box?
0 favourites

I have a textbox that follows the cursor and when I hover over an item sprite with some instance variables I want it to display these. It does work but I also w...

  • 5 replies
  • 247 views
This content is deleted
Forum Topic
An instance object in scene
0 favourites

I found an issue about instances in scene. For example,I drag 4 treasure chest into scene.Then I preview.There are 1 to 3 chests would not create rewards. But t...

posted 1 years ago
  • 8 replies
  • 273 views
0 favourites

In this example, I'm creating the orange "sprite" at a random location. What I want to accomplish next is to click on one of those oranges and add to the orange...

  • 1 replies
  • 195 views
This content is deleted
Forum Topic
Moving specific instances
0 favourites

I am working on an interaction where you can add and remove elements to a sandwich. Ex: +BURGER button adds a burger to the sandwich. Same thing with the other...

  • 4 replies
  • 128 views
This content is deleted
Forum Topic
pathfinding issue - All instances not returning to home
0 favourites

All the best for your current project! I have 3 homes and 3 arrows when start game. These three arrows are initially placed in there respective home. When the p...

  • 4 replies
  • 171 views

I have a sprite object called "MovableBox," and there are currently two instances of MovableBox in my layout. When the player comes in collision with a MovableB...

  • 8 replies
  • 224 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...