Hi! I’ve got a really strange problem.
-
20 mc (called Slide1, Slide2, SlideN…) in my library, with 3 couples of RadioButtons (6 radios per slide, with 3 radiobuttongroups, carefully checked against duplication…). Total: 120 radios, 60 radiogroups.
-
A document class instantiate them, in an array. Then, with a button panel, I add/remove each in the stage.
-
Well, the problem. There are 3 slides where 1 couple of radio just doesn’t work: I can select both radios. If I check the radio.groupName onClick, is correct, and definitely not duplicated somewhere else. But they just don’t behave like a group.
-
Even more strange: the problem appears ONLY when I instantiate more than a certain number of slides (even without adding them to the stage: in fact, there’s only 1 slide per time on the stage). For example: I’ve got the problem on slide8 only if I instantiate the preceding 6 slides. If I instantiate only 5 slides, no matter which one I don’t, it works.
So, strange enough? Did you ever come across a similar problem? Can you help me please?