I have a Flash .fla file that has SimpleButton. That SimpleButton is basically a button-like shape, with an icon on it (say it's a "pause" sybol). I want to change the color of that icon programmatically, but I can't seem to access it from AS.
I've selected the icon, and did "convert to symbol", and gave it an instance name. This has worked for most other things I've wanted to access, but it fails for this purpose. I've looked for it in the debugger, but I just can't access the object.
So, what's the way to do this?