hey... i got one more question now:

i tried placing my fla's into the content mc, as adviced. i placed my main movie swf inside an empty mc inside content mc using loadMovie command. well, the content mc is nicely centered, with my level 0 movie in it, just as it should be. but all the other movies that i have in other levels+ other mc's take their 0,0 point from the screen's top lef corner instead of the content mc's top left. this means that they are all in the wrong place. now i could, of course, use 'this._x=something, this._y something' for each swf - but as the content mc moves in different screens, that means that all my swf's in other levels except 0 level will again be incorrectly positioned.


so how to make sure that the swf's in other levels will be in right places in different screens?