Forum Topics tagged object

Report Tag

116 forum topics with this tag
  • 5 replies
  • 681 views
This content is deleted
Forum Topic
Is it possible to use collision events with a tilemap?
0 favourites

I'm trying to paint my level with a tilemap I made, and I gave it solid behavior, but I can't seem to add any collision events to the tilemap. I'm trying to hav...

  • 1 replies
  • 533 views

Sorry for the Title, long, but that what I mean. Hi Guys. I want to make a game like Terraria or Minecraft in 2d, but unfortunately, if I play this game in my P...

  • 1 replies
  • 1.6K views
This content is deleted
Forum Topic
How do I pick random object?
1 favourites

I need to pick an random object. Example:We had 3 cubes, one of them, picked by random, is sizing up. How to do this?

posted 4 years ago
  • 4 replies
  • 353 views
This content is deleted
Forum Topic
How do I load different skills with one single object?
0 favourites

I want to make a game that the player can get many heroes with single sprite but has different skills for each other. 1. Said, I have one object called : Knight...

posted 4 years ago
  • 4 replies
  • 413 views
This content is deleted
Forum Topic
How do I spawn an object using a function?
0 favourites

I am trying to create a function that will handle a "loot drop". Essentially I would like to reuse the function and pass in which object I would like the functi...

posted 4 years ago
  • 2 replies
  • 769 views
This content is deleted
Forum Topic
How do I destroy by name?
0 favourites

Currently when the player picks up an object it creates the sprite inside their inventory. I need to create the sprite (and not use animation frames for the inv...

posted 3 years ago
  • 11 replies
  • 444 views
This content is deleted
Forum Topic
How do I maintain object when the layouts change?
0 favourites

The question is simple: Can I maintain the object with the same position when the layouts are changing? Is it possible? Thanks.

  • 2 replies
  • 329 views
This content is deleted
Forum Topic
Move Along Edge of BoundBox
0 favourites

I would like my 'Sprite' object to move along the outline of my 'Ground' object, which is rectangularly shaped. Using the BoundBox I was able to get it working...

  • 15 replies
  • 643 views
This content is deleted
Forum Topic
How do I keep these fields independent?
0 favourites

I have three "fields" (sprites) that when you click on them, a menu appears with two images. When you click on one of the two images, a new object is placed. Th...

posted 3 years ago
  • 8 replies
  • 1.5K views
This content is deleted
Forum Topic
How do I pick an object by name (string)?
0 favourites

Is it possible to use a string in a variable to pick an object? I have 2 Dictionary objects and want to select them by name, but the name is stored in a variabl...