View Full Version : how to control the position when loadmovie
bonjour
04-08-2003, 10:58 AM
hi...i am newbie in this forum, may i ask u guy how to control the position when i use the loadmovie , thanks
CyanBlue
04-08-2003, 11:21 AM
Howdy...
If you meant that you want to move a SWF or JPEG file that has been loaded with loadMovie() function into the container movieclip, then you will have to have a routine that checks if the external file has been FULLY loaded or not... You can only change the value of _x and _y properties afterwards...
Please do some searching on the forum for more information... ;)
position the _x, _y of the movie clip you load the swf/jpg into...
like this:
this.createEmptyMovieClip("loader",1);
loader._x=100;
loader._y=100;
loader.loadMovie("PC3.jpg");
this works for me... just tried it.
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.