Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ack - these buttons aren't SUPPOSED to toggle!

Status
Not open for further replies.

DiamondLil

Technical User
Jul 16, 2002
107
US
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!
 
Hard to tell without seeing how the frames are labelled but this might be as simpe as changing "gotoAndPlay" to "gotoAndStop". Slainte

 
Slainte - you're right. It was that simple (I feel silly). Thank you!
Lillian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top