how do you hitTest for a duplicated mc?

I've tried

if (this.hitTest (_root.dupedmc[i])) {
trace("please work this time";
}

am I doing something wrong, or is my flash program just messed up?