this will also work:

_root.onEnterFrame = function(){
if (_level1 != undefined){
_level1._x = xvaluehere;
_level1._y = yvaluehere;
delete _root.onEnterFrame;
}
}

it needs only a flick of a second.