I’m using arrays from xml to fade in/center clips on the stage and then fade them out again when a different button is clicked.
The first time you click a button, the length of the array from the xml gets passed into a function and the proper # of clips fade in on a clip that gets centered based on the width of all the attached clips together.
click on another button and a fadeOut function with setInterval gets triggered and the clips fly out one by one. At this point something is hiccuping and I can’t seem to nail it down. It seems that the second time around, the setInterval or the function itself (fadeInClips) is not working properly.
stared at it too long now and can’t seem to sort any of it out!!! help!!!
attaching my .fla