I’m in a hurry to finish off this movie and I’m having trouble loading the attached swf into another swf! It loads but then I can’t move the man! This is the script in the swf
_root.createEmptyMovieClip(“container”, 1);
loadMovie(“isoRooms.swf”, “container”);
container._x = 150;
container._y = 20;