views:

9

answers:

0

Hi, I'm new to coding and I'm having trouble figuring out how to make a working radio button group. I am working on building my website and I have different sections of my art portfolio that I only want to show up on at a time. I have an "artwork" button you press that opens up the menu choices, "figure drawings", "backgrounds" etc- 4 buttons in all. I want it to be able to show my section-specific thumbnails whenever you click on a one of those 4 buttons. I already got the thumbnails to work but when you click on the "artwork" button, it displays my thumbnails and artwork from each of the sections all at once, layered on each other. The 4 buttons reveal themselves just fine- they just don't do anything yet. I would also like it for the first button "figure drawings" to already be clicked when the "artwork" button is selected. I figured radio buttons were the best way to go about this- I'm just not sure what coding to put and in what instances it would need to go on the frame or the actual button. I hope this isn't too confusing. Any help would be much appreciated. I'm using Flash and ActionScript 2. Thank you!