catreya
May 29th, 2003, 07:42 PM
Hello,
I am trying to create a starfield effect. I have gone through the tutorials here and elsewhere and come so far. I am attaching the fla file along with the code.
The motion as you can see is jerky. Cant figure out what am i doing wrong.
Another thing. I am trying to load this swf into a main movie using the following script:
loadMovie("starfield.swf",_root.movies);
movies._x = 227;
movies._y = 145;
movies._width = 250;
movies._height = 245;
However the the stars in the child movie do not respect the width and height restrictions. So I have those stars running all around the place in the main movie. Is there a way to curtail these stars besides using a mask (actually havent tried the mask so far, but i am assuming it would work)
I am trying to create a starfield effect. I have gone through the tutorials here and elsewhere and come so far. I am attaching the fla file along with the code.
The motion as you can see is jerky. Cant figure out what am i doing wrong.
Another thing. I am trying to load this swf into a main movie using the following script:
loadMovie("starfield.swf",_root.movies);
movies._x = 227;
movies._y = 145;
movies._width = 250;
movies._height = 245;
However the the stars in the child movie do not respect the width and height restrictions. So I have those stars running all around the place in the main movie. Is there a way to curtail these stars besides using a mask (actually havent tried the mask so far, but i am assuming it would work)