I have a Movie Clip and Im trying to do a hit test on it but i want it to test when the second object touches th eactualy object in the movie clip, not just enters inside of the blue outline.
I hope that makes any sence, if not I can make up a better example.
Ahh… Blue Lined Bounding Boxes… Actually if you use the hitTest method… The only way around this is to create invisible small movie clips with a tighter bounding box inside of the movie clip…
Now I’ve seen methods of defining hitTests when comparing RGB examples albeit… You might wanna check out some tutorials on this site and others for that one. I always just used the invisible box treatment…
“Create a bunch of blank clips inside of the movie clip to define a more precise border.”
It’s basically the only way to really do this… Then alls you have t do is test and see if all the sentry points hit another object or another objects sentry points… This also makes for more realistic possibilities when coding the bouncing…