Groups | Blog | Home
all groups > flash actionscript > december 2006 >

flash actionscript : loading swf file to a certain spot


Old Shoe
12/23/2006 8:57:17 PM
Old Shoe
12/23/2006 9:53:58 PM
jgn2006
12/23/2006 10:15:41 PM
create an actions layer and on the first frame of this layer if you hit F9 and
enter
moviename._x=num;
moviename._y=num;

then when the movie loads it will reposition it to the position you have
specified.
Old Shoe
12/23/2006 10:25:49 PM
So, on the action layer of swf movie that I'm loading the menu.swf onto I've done this:

loadMovieNum("DATA//menu.swf",2);
menu.swf._x=52;
menu.swf._y=150;

kglad
12/23/2006 11:53:39 PM
no. it's not close.

you might find it easier to put the following in the first frame of menu.swf:



this._x=52;
AddThis Social Bookmark Button