sanman918
May 26th, 2003, 10:57 PM
Ok, I'm really starting to get fed up with this new "amazing" feature of flashMX. I have a scene called bubbles.swf which is the converted snow tutorials into bubbles instead of snowflakes. I look watch bubbles.swf and it looks beautiful. Now i'm trying to load bubbles.swf into index.swf . So in my first frame of my one frame movie I put the following code.
_root.createEmptyMovieClip("container", 1);
loadMovie("bubbles.swf", "container");
container._x = 200;
container._y = -300;
Now when I view index.swf my bubbles load and only one bubble floats up to the top, unlike bubbles.swf which is a bunch of bubbles. Now why is it when I load through an empty movie clip it doesn't work. I loaded the moive with just the loadmovie command not the emptymovie clip and it worked just fine. But I need to set the X, Y place. Can first anyone just help me load the bubbles where I want. And then if someone can please tell me why when I use an emptymoveclip command it always screws up my movie!!!
_root.createEmptyMovieClip("container", 1);
loadMovie("bubbles.swf", "container");
container._x = 200;
container._y = -300;
Now when I view index.swf my bubbles load and only one bubble floats up to the top, unlike bubbles.swf which is a bunch of bubbles. Now why is it when I load through an empty movie clip it doesn't work. I loaded the moive with just the loadmovie command not the emptymovie clip and it worked just fine. But I need to set the X, Y place. Can first anyone just help me load the bubbles where I want. And then if someone can please tell me why when I use an emptymoveclip command it always screws up my movie!!!