Can anyone help me? My hitTest doesnt work I've been trying for 2 days. It looks like this:
onClipEvent(enterFrame)
{
if (this.hitTest(_root.instancename))
{
this.removeMovieClip();
}
}
can't see why it doesn't work. Help would be greatly appreciated.