I have a mask set up for a horizontal scroller on some text. The text has some links that I want to be clickable and send the user to another web page, so I tried to create some buttons for click event listeners and to execute a getURL call.
The problem is whenever I place a button in the movie clip that is being masked, it cannot be clicked on, and does not act like a button. The cursor does not change and the onRlease or on(press) are not executed. If I place outside the mask, it works fine, but isn’t scrollable. Anyone have a workaround or any ideas as to what I would be doing wrong?