Content tagged object

Report Tag

116 usages of this tag
  • 2 replies
  • 819 views
This content is deleted
Forum Topic
how to dynamically insert multiple values at once?
0 favourites

What I want to do here is to insert several values in an array line in case 3 Name, time, difficulty an example would be. In my current code I can create lines...

  • 1 replies
  • 479 views
This content is deleted
Forum Topic
How do I export my game?
0 favourites

I am having trouble editing the properies of an object to update all the instances of that object project wide. I am making a metroidvania so this sort of featu...

posted 4 years ago
  • 5 replies
  • 1K views
This content is deleted
Forum Topic
How do I select multiple objects in game?
0 favourites

I have a game I'm remaking for someone and they've a system where the player gets a list and selects the objects from the list. It has ten levels with more obje...

  • 5 replies
  • 677 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
  • 526 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
  • 329 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
  • 407 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 3 years ago
  • 2 replies
  • 758 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
  • 436 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.