Forum Topics tagged object

Report Tag

116 forum topics with this tag
  • 3 replies
  • 1.7K views
This content is deleted
Forum Topic
Accessing Array object in runtime
0 favourites

For reference, I am trying to create a simple slot machine in Construct 3 by utilizing an array to generate a 3x3x1 Array of integer values, each of which will...

  • 41 replies
  • 1.5K views

In my game, a general HUD object is the same for all NPCs. However, this object has 3 different animations/frames and each NPC has its own instance variable (wi...

  • 4 replies
  • 504 views
This content is deleted
Forum Topic
Check if an object is covering another object?
0 favourites

I saw a topic on the forum about this from twelve years ago but it was unresolved, so I'll try my luck again: I'll try to be concise. I need to do a dishwashing...

posted 4 years ago
  • 1 replies
  • 1.2K views
This content is deleted
Forum Topic
How do I create a new Object through scripting?
0 favourites

I would like to create an object through scripting, can someone give me an example?

posted 4 years ago
  • 4 replies
  • 318 views
This content is deleted
Forum Topic
How do I get the instances of a certain Object Type?
0 favourites

I would like to shuffle some cards in my game and I need to get the instances of the Card Object Type to change certain values. Is there any way to do that?

posted 4 years ago
  • 6 replies
  • 555 views
This content is deleted
Forum Topic
How do I dynamically create an object that is global?
0 favourites

I would like to create an object that is global but through events is that possible?

posted 4 years ago
  • 15 replies
  • 1.4K views
This content is deleted
Forum Topic
A New Visual Glitch.
0 favourites

I have not run into this before, but all of a sudden, when my game spawns an object that is located on another layout it flashes a little black square behind th...

posted 4 years ago
  • 2 replies
  • 843 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
  • 486 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
  • 1.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...