loadMovie without container mc
Hi! Im using AS2.
Now, i got this trouble: when i load an external movie into the main one, i had some errors if i put it into a containter mc, with this code:
Code:
loadMovie ("movie.swf", containter_mc);
The scroll bar not only move the movie.swf object, but the container_mc too...
So, i just load the movie without using a container, with this code:
Code:
loadMovie ("movie.swf", 2);
And suprise! now the scroll bar works just fine. But...
How can i position the movie into the main one?
Like :
movie._x = 200;
movie._y = 200;
How can i do that in the right way?
Thanks for your patience and help!
(Sorry, but my english its not good enough ha!
)
