Info

Statistics

  • Download count1,020 total downloads
  • Latest download count 1,020 downloads of latest version
  • Average download count1 downloads per day average

Owners

Description

Add more collision boxes to your object

Example Files

A simple use of the behavior adding 2 additionnal collision boxes.

Discussion

  • 5 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • i have problem i cant add addons it shows me error please help me i need it very much thank you

  • i have problem i cant add addons it shows me error please help me i need it very much thank you

  • where can i get behavior

  • It's a nice idea but, it's for objects that have image points, and it looks like its one box per behavior. Suggestions include defining image points using x,y angle and distance at runtime, and multiple indexed instances per behavior. Then perhaps defining a poly rather than just a box, but that would be another thing most likely.

    • Well, all world objects have image points. At least one, the hotspot.

      You can already define a collision using X and Y offset from the hotspot and angle.

      Multiple collisions per behavior would just make the behavior a lot harder to use and to maintain and would probably cause a few bugs in the process. Keeping it simple helps avoid these issues.

      And even though I named it collision box, given that it actually uses a sprite for collision, it can be any collision polygon a sprite allows for. So anything that isn't a circle.