DiamondLil
Technical User
Hi there!
I could use some help...
the link: &
click "view show"
Only the first button (JCPenney - Women) is active. Once you click on that link, some thumbnails load at the button of the picture. If you click on one of them, it swaps out the picture (actually it takes you to a labelled frame that has the different picture). Problem is, that if you click the same thumbnail again instead of just going to the same spot, it goes the the next labelled frame. So it shows you a different picture instead of the one it is supposed to show.
The actions on the buttons read:
on (release) {
_root.mainpicholder.gotoAndPlay("jcW"
;
}
and there is a stop action at each of the labeled frames.
Any idea why this is being goofy??
Thanks!
I could use some help...
the link: &
click "view show"
Only the first button (JCPenney - Women) is active. Once you click on that link, some thumbnails load at the button of the picture. If you click on one of them, it swaps out the picture (actually it takes you to a labelled frame that has the different picture). Problem is, that if you click the same thumbnail again instead of just going to the same spot, it goes the the next labelled frame. So it shows you a different picture instead of the one it is supposed to show.
The actions on the buttons read:
on (release) {
_root.mainpicholder.gotoAndPlay("jcW"
}
and there is a stop action at each of the labeled frames.
Any idea why this is being goofy??
Thanks!