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
  • 281 views
0 favourites

I am creating a survival game with an inventory system. The inventory system consists of three objects, the inventory slot, the resources, and an array to keep...

  • 2 replies
  • 224 views
This content is deleted
Forum Topic
How do I choose animation based on Instance variable?
0 favourites

I have a MAIN SPRITE with 6 animations (1, 2, 3,etc). When I rollover a different "hover" sprite (named "hotspot"), I identify an instance number variable (name...

  • 2 replies
  • 212 views

I've been creating several menus to perform specific tasks for a base management game I've been making. I've run into a few problems though, that have been hard...

  • 0 replies
  • 173 views
This content is deleted
Forum Topic
Pathfinding Troubleshooting Destinations
0 favourites

I'm working on a management game in which little minions known as objWorkers go around performing tasks at different buildings based on an instance variable Wor...

  • 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
  • 191 views
This content is deleted
Forum Topic
How do I set limit on sprite frames?
0 favourites

Hey C3! My apologies for the crappy title but wasn’t sure how to phrase it. In short, I have a sprite with an instance variable “show” and when you left click o...

  • 0 replies
  • 217 views

I apologize that the subject heading is a bit confusing. Basically I want the player to create a trail of objects as he moves using the tile movement behavior....

  • 11 replies
  • 255 views
This content is deleted
Forum Topic
Simple Animation Frame Question
0 favourites

Sprite1 Animation frame compared with Sprite1 Animation Frame - Results always true- issue? Sprite1 Animation frame compared with Sprite2 Animation Frame - fals...

posted 9 months ago
  • 8 replies
  • 244 views

I'm trying to write all the information of the sprites contained in my layouts with JSON. Including size, angle and even instance variables. But I do this by us...

  • 0 replies
  • 128 views

I'm trying to create json files with all the information of my layouts and create others automatically. I have to acquire all the data regarding the variables o...

Similar Tags