Hello everyone,
I have been battling with this issue for a while and seems like I can’t find the right solution.
I have a navigation bar generated from the XML file. If XML file contains 10 photos, i would have a nav bar generated with 1 2 3 4 … 10 where each number acts as a movie clip.
onMouseRollOver - new movie clip starts by sliding in and fading in a thumb preview box
on RollOut and RollOver a next or previous photo number, the thumb preview box mc does not finish sliding out and fading out action but disappears and starts a new slide in and fade in mc for the corresponding rollover action.
The problem and my question is how to make the thumb preview box finish its slide out and fade out action before starting the next rollover action if initiated.
Thakns in advance.