0
Community Beginner
,
/t5/animate-discussions/how-to-perform-hittest-between-mc-within-an-mc/td-p/2902323
Aug 17, 2010
Aug 17, 2010
Copy link to clipboard
Copied
how to perform hitTest between mc within an mc??
i tried it in the same timeline and it works, but those two movieclips (BLUE COLOR) is inside different MC's
is there a way to perform a hitTest between them??
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Community Expert
,
Aug 17, 2010
Aug 17, 2010
use the correct path. something like:
mango_mc.bluedot_mc.hitTest(basket_mc.blueline_mc)
Community Expert
,
/t5/animate-discussions/how-to-perform-hittest-between-mc-within-an-mc/m-p/2902324#M222957
Aug 17, 2010
Aug 17, 2010
Copy link to clipboard
Copied
use the correct path. something like:
mango_mc.bluedot_mc.hitTest(basket_mc.blueline_mc)
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
dn0myar06
AUTHOR
Community Beginner
,
/t5/animate-discussions/how-to-perform-hittest-between-mc-within-an-mc/m-p/2902325#M222958
Aug 18, 2010
Aug 18, 2010
Copy link to clipboard
Copied
thanks!!!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/how-to-perform-hittest-between-mc-within-an-mc/m-p/2902326#M222959
Aug 18, 2010
Aug 18, 2010
Copy link to clipboard
Copied
you're welcome.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

