-
I've got a swf with three scenes and each scene contains three buttons(one to direct to each scene) and movie clip that gets set dynamically through asp. Each movie clip is named different and only "physically placed" in each scene by me.
The problem is that my clip show up in all scenes except the first. Remove clip and visibility haven't work. any suggestions on what to, even if it involves the two methods mentioned before.
I'm fried.
-
Is it placed in a fram you are not seeing? Check the explore and look for duplicates.
-
thanx but there aren't any duplicates, only what is dynamically created.
''''''''''''''''''''''''''''''''''''''''
something I found out yesterday:
The count in scene one should be seven, scene two three and scene three one. wht happens is the seven gets pulled first, ok.
then when you go to the second scene it "should" only show three buttons. but what happens is it shows three new buttons and takes three away from the first seven so now I see the bottom four(plus the new three).
If you click the third button the same thing happens.
Depending on where you click from(the first or second scene)the total is always seven. The new scene pulls in the new count and subtracts it from the first.
I even looked at the asp to see how it could be changed to bring the desired result but even if I change the order in asp or placement in the flash scenes it still brings the seven buttons.
At this point I'm convinced it's NOT asp. Why would a MC placed in scene one and not in any other, be seen in those scenes?