[FMX] x and y position for empty movie clip

I created an empty movieclip with:

_root.createEmptyMovieClip("container", 1);

Where in the script can I add the x and y properties for that empty movieclip?