Content tagged collision

Report Tag

132 usages of this tag
  • 6 replies
  • 2K views
0 favourites

I know this is probably very simple but I am very early on in using Construct, how do you set collision filters?

  • 2 replies
  • 565 views
This content is deleted
Forum Topic
How do I refer to the collision object?
0 favourites

I am using for Construct 2 for quite some time now, but I never got this issue solved. When I have 2 players colliding, both sharing the same sprite, how do I k...

posted 3 years ago
  • 0 replies
  • 337 views

I'm developing a game that uses multiple lanes of collision for both players and enemies (similar to a beat-em-up PoV) that I have been migrating from Construct...

  • 0 replies
  • 320 views
This content is deleted
Forum Topic
How do I make a bait-ball?
0 favourites

So I'm trying to make a bait-ball. A large group of fish, all orbiting the same randomly moving point. Such that they're attempting to get closer to the center...

  • 4 replies
  • 420 views
This content is deleted
Forum Topic
Checking for collisions where an object could end up?
0 favourites

This is conceptually a little complicated so here's a screenshot of the project: So this project uses the Platform behavior in conjunction with the Solid collis...

  • 1 replies
  • 662 views
This content is deleted
Forum Topic
Collision event in script
0 favourites

I'm starting using Scripting in Construct 3 and I'm a little lost. I made a Player class and want to manage events in my class. Is it possible to access an even...

  • 2 replies
  • 346 views
This content is deleted
Forum Topic
How do I select an overlapping object of the same type?
0 favourites

I have some Boxes that the player can move left or right. When a Box (a) is moved up against another one (b), I'd like to store (b)'s UID in (a)'s boxToLeft Ins...

  • 2 replies
  • 284 views

Pretty much it.

posted 3 years ago
  • 2 replies
  • 542 views
This content is deleted
Forum Topic
Collision Issues when using Families
0 favourites

I'm fairly new to Construct and am encountering an issue I have been unsuccessful in resolving for several days. I have combed the forums and spent a lot of tim...

  • 4 replies
  • 763 views
0 favourites

I'm trying to detect collision when my player hits the bottom of the lucky block. I heard you use is overlapping at offset but I'm not sure how it works.