Hi to everyone, first of all thanks all of you who make possible this forum 'cause it really helped me a lot with flash problems.
Secondly sorry for my bad english but I’ll try to do my best to explain my problem:
I have a large band of images (1000px width aprox.) and I have an animation segmented in 15 frames that makes a tweening between the first picture and the final one, with stops on each 15 frames. So I have 2 arrows one to move on and one to move back, the one on the right simply do : _root.nameMC.play(); and the other one calls a function that makes to play the MC back.
Ok, the effect is really nice, you push right, and the MC goes rights, back and goes back, ohh, impresive :P, but, what If I’m on the 20 picture what means that I’m on px 800 or what is the same, I have pushed the button 20 times and I want to go back to the first picture or the third one?.
So here’s my question, I would like to make another navigation button that allows the user while this button is being pressed the band will play faster than It’s really time line.
Can I make something like that ???
Thanks a lot!.