Hi,
I have created dynamic text on a button. How can I get the text to display the hand tool instead of the arrow tool. I have made the text not selectable and given it an instance name then used
itbl_text.buttonMode = true;
it is all contained inside a movie clip called iTunes and in the main stage I have the code
iTunes.buttonMode = true;
How can I make the hand tool come up?