I have been working on a project that has multiple links assigned via AS to the specific instance of a button. I have tried assigning URL scripts in frame 1 as well as "hard" coding them to each button the frame that they are being displayed on screen.

Example: button 1 is assigned code to go to www.site1.com
button 2 is assigned code to go to www.site2.com
button 3 is assigned code to go to www.site3.com

Compile and run...

All links take me to www.site2.com

If I remove the link of button 2 then no links work.

Any thoughts? Anyone else had this happen?