Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hitTest

Status
Not open for further replies.

TheConeHead

Programmer
Joined
Aug 14, 2002
Messages
2,106
Location
US
I have about 30 movies each named:

mc1, mc2, ......

These are mc created via duplicateMovieClip and I need to put a hitTest on each movie... I tried putting it on the mc that is duplicated with:

Code:
if (this.hitTest("_root.mc2") {
   trace("here");
}

but this does not work- how could I go about this?

[conehead]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top