I have a main.swf that has a container MC on stage with this action in the first frame:
loadMovieNum("Main_map.swf", 3);
Everything loads but I would like Main_map.swf to be over to the left about 50px. I tried to move the container clip over but it did not change the Main_map.swf position when loaded. How can it be moved over 50px without moving it over in the Main_map.fla ?
thanks
loadMovieNum("Main_map.swf", 3);
Everything loads but I would like Main_map.swf to be over to the left about 50px. I tried to move the container clip over but it did not change the Main_map.swf position when loaded. How can it be moved over 50px without moving it over in the Main_map.fla ?
thanks