PDA

View Full Version : Help Needed Over Here!


godonholiday
04-02-2003, 08:13 AM
I AM TRYING TO LOAD AN EXTERNAL SWF INTO A mc ON MY MAIN TIME LINE.

I HAVE MY BUTTONS ON THE MAIN TIME LINE AND THE mc WHERE I WANT THE SWF TO BE LOADED .

the swf file is based on the smooth trans tut found at tableau.
with an intro and outro and a preloader.

when button1 is pressed i want the preloader to start in the MC (not just on the main stage) then i want the intro to play(all in the MC on the main stage)
then when another button is pressed, the outro is played and then intro of the new swf?????

any ideas??
thanks

godonholiday
04-02-2003, 10:32 AM
im just wondering if i have explained this enough?

do you follow what im asking?

linckx
04-02-2003, 11:02 AM
isn't it just that you need to give your mc an instancename and then load the swf in it like:

loadMovie("myMovie.swf",myTarget);

or am I not understanding this?

friendly greetings
robin

godonholiday
04-02-2003, 11:31 AM
when i did it, the buttons where in the same mc as the mc with the preloader in, but i want the buttons to be on the main timeline not in the movie clip????

thanks

linckx
04-02-2003, 11:33 AM
then simply copy-paste them on your main timeline?
and adapt the paths?

that should do it, not?

robin

godonholiday
04-02-2003, 01:19 PM
yeah i think thats what i need to do, but im not sure how to direct a button to a movieclip inside a movie clip????

but i think thats what im trying to do.

linckx
04-02-2003, 01:33 PM
your problem was: how do I adress a movieclip in a movieclip from a button, right?


i think you need to know 'bout paths for that:


check this url out.



http://www.actionscript.org/tutorials/beginner/paths/index.shtml