Hi guys, again. This time:
i have five movieclips (with different instance names, but same tween) and i am tweening them with a for loop.
I need each movieclip to make a slight move onrollover (relatively to its position) , while returning back to its original position on onrollout. The way i tried to solve it, was setting exactly the same amount of pixels to the rollout, but with oposite value.
The problem comes when i rollout the movieclip, BEFORE it completes the movement. I have attached a video for you to see it. and here is the code:
for (i=0; i<links_menu.length; i++)