Ok, i need to make some text a button in actionscript. I want the text to fade from one color to the other when I mouse over it, and then when i click on it, it does something. I can’t just make some text and make it into a button, because it is dynamic (like if the person typed “go” then the button text would be “go”) i’m thinking around the lines of makinga button with a fade from black to purple, then masking it with some text. any ideas how this would work?