Explain Shapeflag please =)


onClipEvent (enterFrame) {
	if(this.hitTest(_parent.test12,true)){
		trace("Woooeeee");
	}
}

Hello there
im using the above code to hittest for a irregular movieclip…
but i cannot get it to work (even if they are overlapping it is not tracing the msg)

Any help appreciated

both objects are created with flash (vector grafic, read sumwere it must be vector to work with shapeflag)

Thanks
// VoS