drmcnellis / collisiondetectionkit

Automatically exported from code.google.com/p/collisiondetectionkit
0 stars 0 forks source link

Object overlap while not showing any hit sign. #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have a movieclip inside a movie clip (car1.hitarea) that is being checked 
for collision with another moviclip inside another movie clip again 
(car2.hitarea).
2. When the main car is on reverse, in a specific angle range, it overlaps car1 
and the actual hit appears at the middle of the object..

What is the expected output? What do you see instead?
I would expect to have a hit event when they first touch.. Instead they wait to 
reach the middle to react!

What version of the product are you using? On what operating system?
CDK 1.5, Flash CS5

Please provide any additional information below.
Is the problem because I am checking for collisions inside diffent nested movie 
clips?

Any ideaS???

Original issue reported on code.google.com by panos.br...@gmail.com on 13 Nov 2011 at 8:37