Events for children

i have a movieclip with a mouse over event, and it works, just this movieclip has a property and the mouseover sometimes is trigged by the textbox, and it doesnt have this property and its giving me a error

i cant encase my function inside of this statment
if(event.target.PosX != undefined){}

this is my error,
ReferenceError: Error #1069: Property PosX not found on flash.display.SimpleButton and there is no default value.
at Untitled_fla::MainTimeline/GridOver2()