|
|||
|
Hello.
With the tips I found in the forum I have been able to link the images in the scroller to different frames. The problem I have is that it goes to the rigth frame the fist time i click the thumb. If i click it again when i find myself in the frame, it goes to the next one. And if I click it once again it goes back to the previous one. For instance. I click to go to frame 4 and it goes there. If I click the same thumb again it goes to 5. And the next time, back to 4 again. And so on. I tried to use labels with this gotoAndPlay(String(node.attributes.url)); And it does the same. I trid to put the scroller in echa frame, with the same results. Can you help me with this? Thank you Last edited by ameraviglia; 01-13-2011 at 06:29 PM. |
|
|||
|
Well, I think I found the solution by myself. Maybe it is useful for someone.
I merely used this: onRollOut(); _root.NewPáginasMc.gotoAndStop(String(node.attribu tes.url)); Instead of gotoAndPlay in the image.as file And it stopped doing that. Thanks anyway. Bye.
|