all groups > flash actionscript > february 2004 >
You're in the

flash actionscript

group:

hitTest with true


hitTest with true bhg
2/3/2004 7:52:08 PM
flash actionscript:
I'd like to create a hitTest betweeen two irregularly shaped mc's - To use the actusl pixels rasther than a bounding bov I need to put True as a parameter. To use true I need to put x and y parameters in . There are two things I don't understand.
1) what the x and y parmeters should be ...
2) How do I make sure that actual pixels are used for both movie clips involved
onClipEvent (enterFrame){
if(hitTest(_root.mc_name(x,y,true)){
trace("hit");
}
}
thanks for any help

Re: hitTest with true abeall
2/3/2004 8:42:27 PM
this is an old problem. Hittest can be used to 1) detect MC to MC collision, using bounding box for both or 2) detect point(x,y) to MC collision, using bounding box OR pixels.

In other words, you can only use bounding box with MC to MC hittests.

Too bad that's how it works, but it is.

-beally-
-------------------------
"Senior Member" - experienced at messing things up
AddThis Social Bookmark Button