Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
bhg webforumsuser@macromedia.com #1
hitTest with true
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
bhg webforumsuser@macromedia.com Guest
-
#26232 [Opn->Bgs]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: jay@php.net Reported By: me at my dot house -Status: Open +Status: Bogus Bug... -
#26232 [Bgs->Opn]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: helly@php.net Reported By: me at my dot house -Status: Bogus +Status: Open... -
#26232 [Ver->Bgs]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: iliaa@php.net Reported By: me at my dot house -Status: Verified +Status: Bogus... -
#26232 [Ver]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: jay@php.net Reported By: me at my dot house Status: Verified Bug Type: Arrays... -
#26232 [Opn->Ver]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: helly@php.net Reported By: me at my dot house -Status: Open +Status: Verified... -
abeall webforumsuser@macromedia.com #2
Re: hitTest with true
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
CurrentProject - feedback appreciated
abeall webforumsuser@macromedia.com Guest



Reply With Quote

