PDA

View Full Version : loading movie clips into other movie clips


nrvus19
03-05-2007, 06:48 PM
I have a main timeline with 2 loaded movie clips loaded.

Main>
MC1
MC2


On the main timeline i have a button which when pressed loads information into MC1.

From MC1 I have button which I would like to load contect into MC2.

What is the correct way to make this happen?
Thank you.

ryancbutler
03-06-2007, 05:45 PM
Should just be:

buttonone.movieclip2.loadMovie("whatever.swf");

Unless I'm misunderstanding.