drmcnellis / collisiondetectionkit

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

Collision with Animations #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have an animated character on my screen. He is composed of 2 pieces,
head and body. When I create my collision list I am creating it using the
characters head (characer.head as target, where .head returns the "head_mc"
child of the character), but it's not showing collisions.
2. When I use a target of character.body or character.body_mc I do see my
collisions.
3. When I create a movie clip that I put over the character's head and set
that as the target I also see my collisions.

What is the expected output? What do you see instead?
I'm expecting to see collisions when I am over the head, instead I see nothing.

What version of the product are you using? On what operating system?
Not sure about the version. I downloaded it about a month ago, so I'm
assuming it's the latest.

Please provide any additional information below.
I'm thinking the issue was because my head movieclip was made up of
graphics, but that doesn't seem right as the body movieclip is as well and
it's detecting collisions just fine. I really just want to know why this is
happening!

Original issue reported on code.google.com by dewi...@gmail.com on 11 Mar 2009 at 1:24

GoogleCodeExporter commented 9 years ago
Hard to say what's causing your problem without looking at your code.  Since 
your 
body MC is able to detect collisions, I'd assume there's an issue with how 
you're 
accessing your head MC.  I'd be happy to take a look at it for you if you can 
upload 
the FLA and any additional assets for it.

Alternatively, you can e-mail me the file(s) to lessthanthree[at]gmail.com

Original comment by lessthan...@gmail.com on 13 Mar 2009 at 3:01

GoogleCodeExporter commented 9 years ago
Closing issue as it does not require a code change.

If you'd like assistance with integrating the CDK in your project, just let me 
know!

Original comment by lessthan...@gmail.com on 20 Mar 2009 at 2:34