Content tagged collision-detection

Report Tag

9 usages of this tag
  • 5 replies
  • 654 views
This content is deleted
Forum Topic
Pop ups for sprites -- collision detection for text label
0 favourites

I am implementing a pop up label for a sprite -- e.G. To visually indicate that it received an event. A text label is displayed for 3 seconds, 20 pixels below i...

  • 4 replies
  • 758 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.

  • 0 replies
  • 597 views
This content is deleted
Forum Topic
How to find collision points:
0 favourites

I couldn't find a way to find the specific collision point between 2 objects. Found this topic , but I can't reply in it because it is old. Here is what I tried...

  • 8 replies
  • 467 views

Is there a way to generate a tile object for collision purposes without manually tracing each black line of this maze? Thank you!

  • 6 replies
  • 1K views

This tilemap has tiles that are 256x256. I want to be able to change the size of my selector to 64x64 (divide each tile evenly into 4x4) so that I can 'select'...

  • 2 replies
  • 363 views
This content is deleted
Forum Topic
Custom Movement Slides Weirdly?
0 favourites

I have been trying to transition from using the 8direction plugin to CustomMovement for added control and for high speed movement collision detection with the s...

  • 4 replies
  • 535 views
This content is deleted
Forum Topic
How do I change collision detection based on layer?
0 favourites

I am making a pinball game. In this game there's an 'upper track' that I intend the ball to go on. I have placed this 'upper track' on a layer above the 'machin...

  • 2 replies
  • 194 views
This content is deleted
Forum Topic
How do I fix my Collisions?
0 favourites

I am having a problem with collisions in my inventory system for a survival game I am developing. The system has a hot bar which allows me to move items to it f...

  • 7 replies
  • 304 views
0 favourites

I'm using the Drag and Drop behavior, and I want it so that when the player drops an instance of a specific object, if it is overlapping with another instance o...