What's wrong with this hitTest thing?

Something i wrote down wrong?
I can’t figure it out…

I try’d all of these, separate and togetter:

onClipEvent(enterFrame){
if(this._x == twee._x){
trace(“ja”);
}
if(this.hitTest(twee)){
trace(“ja”);
}

if(this.hitTest(“twee”)){
trace(“ja”);
}

if(this.hitTest(twee, true)){
trace(“ja”);
}
}

anyone? please

:edit:
added the fla :slight_smile: