seeFresh
09-25-2005, 03:02 PM
If I import 3 jpg's and I want to create a mc that displays them, but all on a different frame, is that possible?
like
//Can I tell this to be on frame 1?
targetMC.createEmptyMovieCLip("holdermc1", 501);
holdermc1.loadMovie("myjpg01.jpg");
//Can I tell this to be on frame 2?
targetMC.createEmptyMovieCLip("holdermc2", 502);
holdermc.loadMovie("myjpg02.jpg");
//Can I tell this to be on frame 3?
targetMC.createEmptyMovieCLip("holdermc3", 503);
holdermc.loadMovie("myjpg03.jpg");
thanks =)
like
//Can I tell this to be on frame 1?
targetMC.createEmptyMovieCLip("holdermc1", 501);
holdermc1.loadMovie("myjpg01.jpg");
//Can I tell this to be on frame 2?
targetMC.createEmptyMovieCLip("holdermc2", 502);
holdermc.loadMovie("myjpg02.jpg");
//Can I tell this to be on frame 3?
targetMC.createEmptyMovieCLip("holdermc3", 503);
holdermc.loadMovie("myjpg03.jpg");
thanks =)