When it was
attachMovie("FRadioButtonSymbol", RbId, Movie_Layer++);
removeMovieClip(eval(RbId));
remove worked fine.
Now it's:
attachMovie("RadioButton", RbId, Movie_Layer++);
removeMovieClip(eval(RbId));
remove dont work.
How do i remove the new "RadioButton" symbol component.
ty