I’ve go this project: There is 3 swf that load ontop of each other.
1st swf – no problem
2nd swf = has main mc on it, which needs to be hiden and shown when needed.
3rd swf – merchants.swf what I want is to show the mc main that is one swf lower on the 2nd swf.
I used:
on (press) {
if (_parent.merchants._visible) {
trace(“brandon”);
main._visible = true;
}
}
I think I have a levels issue, but I don’t know how to get the code to get to the main mc? Can anyone help with finding main mc?
Thanks

New Topic/Question
Reply



MultiQuote





|