1

I would like to know how i can detect collision between shapes instead of getting a list wit intersecting objects or point in path. Just 2 (or more) shapes colliding detection.

TIA!

Fer van Rijswijk
  • 159
  • 1
  • 10

1 Answers1

0

I don't know of any method inside the kineticjs framework that do collision detection( please prove me wrong).

So your back to do it with standard techniques found wikipedia stackoverflow

Community
  • 1
  • 1
Jonke
  • 6,525
  • 2
  • 25
  • 40
  • Thanks for your reply, i will have a look. I come from flash/actionscriot. With flash there was the possibility to do that, so i hope someone has a kineticjs solution :-) – Fer van Rijswijk Nov 28 '12 at 08:10