Content tagged instance

Report Tag

68 usages of this tag
  • 9 replies
  • 149 views
This content is deleted
Forum Topic
How do I pick correct instance for tween?
0 favourites

I've had this problem for years, and I've just "solved it" with hacks. I wonder what's the proper solution for it. So, I have buttons and I want them to tween w...

  • 4 replies
  • 136 views
This content is deleted
Forum Topic
How to select one object from an overlap with many?
0 favourites

What's the elegant solution to overlapping with many copied objects, let's say, many cloned enemies, and then selecting only the instance with the highest Y val...

  • 2 replies
  • 77 views
This content is deleted
Forum Topic
Mystery Mice: where are multiple instances coming from???
0 favourites

I'm trying to have 2 different enemies on screen. I'm using EnemyBox to handle the bullet movement, with an animated sprite Mouse pinned for the animations. Pre...

posted 2 months ago
  • 4 replies
  • 120 views
This content is deleted
Forum Topic
How do I make objects not reset when leaving layout?
0 favourites

I have some object sprites that symbolize equipment. They all have a number for which slot they're. "Slot 1" for example is the weapon slot. The weapon is set d...

  • 6 replies
  • 97 views
This content is deleted
Forum Topic
How do i subtract from an especific instance variable?
0 favourites

I want to create a "respawn" object. It will be able to spawn monsters and once those are destroyed it will spawn more. Well, this part I managed to create, but...

posted 17 days ago
  • 12 replies
  • 121 views
This content is deleted
Forum Topic
How do I Retrieve from Dictionary based on Number Range?
0 favourites

I'm quite new to Construct 3 still, so I'm just dabbling on some little projects to learn. I have a dictionary with two instance variables: Excellent and Awful....

  • 2 replies
  • 60 views
This content is deleted
Forum Topic
How do I target Individual Peer Animations?
0 favourites

Hoping someone has some insight on this. I'm working on this multiplayer game that uses the peer system from the Construct multiplayer documentation tutorials....

  • 1 replies
  • 22 views
0 favourites

I'm making a character who can deploy a manually controlled item. I create a new sprite object for the item (henceforth called "Drone"), without placing it in t...