ok I;m making a flash website, but i’m having a hard time with some of my buttons… this is what i’m trying to do:
i have 3 swf’s there called index, profiles, and member1
what i have in these files is in index i have a movie clip with the instance name of load
now my buttong code is
on (release) {
loadMovie("profiles.swf",load);
}
now this code works 100% but i have a button in mu profiles.swf and i want that button to load members.swf but in my load movie clip the code aboce will half to be modified for this i’m just woundering how to modifie it??