Hey all, Ok I’ve done alot of tutorials and book tutorials for flash, I know how to load a movie from the timeline, however, working with this component, for some odd reason won’t load my movieClips from the library? I’ve tried different combinations to get the MC from the library to load, but with no success.
Here’s the current code on my timeline:
combos.onThumbRelease = function(mc1) {
picHolder.loadMovie("Cpic_"+mc1.no+".jpg");
Content.attachMovie(_root, "Com_"+mc1.no);
};
The MC’s need to accompany the images, example:
Pix: Cpic_0, Cpic_1, Cpic_2…etc.
MC’s in library: Com_0, Com_1, Com_2…etc.
Anyone have any ideas on how to do this? :puzzled: