Im working on my portfolio and i got 7 MC’s, containing their own button with the transition MC’s within…
The issue is that i cant get the mc’s to swap depth as you roll over each button, as the transitions for each MC covers the same space its kind of crucial that i get them to swap depths. have read, tried and most of all failed every tutorial i have found on this matter.
I managed to get them to swap randomly at one point, but forgot to save it to rework it, this is the script im stuck on;
on (rollOver) {
start(_root.about_mc);
}
on (rollOut) {
stop();
}
on (rollOver, rollOut) {
_root.x +=6;
_root.about_mc.swapDepths(_root.x);
}
If anyone got an idea of what im trying to do please give me a hand.
Cheers in advance