I have a main swf into which thumbnails are loaded.
The thumbnail swfs have some actionscript to allow the user to scroll through the various thumb buttons. (Basically by changing a movieclip’s position relative to the mouse position.)
I’d like to have a brief intro and outro animation for each thumbnail swf as the user moves from on group of thumbs to the next. The problem is that if the user is in the middle of a thumb swf and clicks one of the navigation buttons the swf will jump to the head or tail to play the intro/outro.
Does anyone know of a way to check the coordinates of the movie clip and reset them? To make everything behave smoothly, I think I’d also need to add a tween.
Any help would be greatly appreciated.