I asked about this earlier and I thought i had it figured out but I haven’t.
I am currently fading in all my swf contents using this code
TransitionManager.start(nav_mc, {type:Fade, direction:Transition.IN, duration:8, easing:Strong.easeOut});
But when I try to apply this to my form submit button and UI scroll bar I get an error in the output window.
I have even tried creating the submit button as a movie clip from scratch rather than using a component but I still get the error.
I also tried encapsulating the form elements in a movie clip but it doesn’t like this either.
Is there anyway I can get my submit button and UI scroll bar to fade in using Action Script.
Thanks