I have a movie clip (swf) that loads two other movie clips (swf).
How can I position the movieclips onto my stage?
Also, can I position my movieclips on top of one another?
Here is how I am loading my movieclips so far
thanks
How can I position the movieclips onto my stage?
Also, can I position my movieclips on top of one another?
Here is how I am loading my movieclips so far
Code:
loadMovieNum("First.swf", 1);
loadMovieNum("Second.swf", 2);
thanks