• Runtimes
  • [as3 starling] collision detection

Is there ant way to detect collision between 2 skeletons / slots?

Related Discussions
...

There is a bounding box feature that will be implemented. Until then you can use rectangles for bounding boxes for each skeleton. You could also do polygon intersection using the vertices for each image in the skeleton.