[font=Arial]Hi ever1![/font]
[font=Arial]I hope ever1’s doing fine… well, I am having a problem creating this scrolling slide show images where I want the thumbnail images to move (scroll) to the left and when you rollover one the animation will stop, then when you rollout the animation continues moving to the left but it isn’t moving at all. I got it as far with the rollover, but I need the thumbnails to move. [/font]
[font=Arial]Each thumbnail is a movie clip with this script:[/font]
[font=Arial]
[font=Arial]on (rollOver) {[/font]
[font=Arial] _global.gnum=6;[/font]
[font=Arial] _root.cuadro.gotoAndStop(2);[/font]
[font=Arial] [/font]
[font=Arial]}[/font]
[font=Arial]on (rollOut){[/font]
[font=Arial] _global.gnum=6;[/font]
[font=Arial]}[/font]
[/font]
[font=Arial]Then I have another movie on the stage with this script:[/font]
[font=Arial]
[font=Arial]onClipEvent(enterFrame) {[/font]
[font=Arial] if(_global.gNum == 6) {[/font]
[font=Arial] mylist = [_root.mt1, _root.mt2, _root.mt3, _root.mt4, _root.mt5, _root.mt6];[/font]
[font=Arial] for(t in mylist) {[/font]
[font=Arial]mylist[t]._x -=6;[/font]
[font=Arial]if(mylist[t]._x <0) {[/font]
[font=Arial] mylist[t]._x = 543;[/font]
[font=Arial] }[/font]
[font=Arial] }[/font]
[font=Arial] [/font]
[font=Arial] }[/font]
[font=Arial]}[/font]
[/font]
[font=Times New Roman][size=3]And for last I have another movie but where I only have the bigger images and there I have 2 layers and one of the layers has a stop(); action. I also my stage is 650 x 480. If anyone please can help me with this and tell me what I’m doing wrong it will be much appreciated. [/size][/font]
[font=Times New Roman][size=3]Here is the link to want I have so far> Tony and Mary[/size][/font]