Hello all,
Was wondering if anyone could explain how to make the TextArea Component background transparent.
The help says that by default most componants are transparent but it looks like this one isn't.
I want to be able to see through my text field to the layers below (and I'm keen to keep it a component to keep my databinding simple).
I'm a complete Flash noob. I have no idea where I'm supposed to enter this code. I tried doing it on the actionscript for the text area itself and it didn't work. I'm working in AS2, by the way.
Quote:
Originally Posted by motionid
Ok,
looks like I'm going to answer my own post!
ActionScript Code:
_level0.componentName.depthChild0._alpha=0
Where "componentName" should be the instance name of your component.
Tested and working (I've been looking for the answer to this for ages).
I'm a complete Flash noob. I have no idea where I'm supposed to enter this code. I tried doing it on the actionscript for the text area itself and it didn't work. I'm working in AS2, by the way.
I tried changing the 'transparent' to blue and red and I saw those colors as the background. Is there a list somewhere of the background colors available? I am looking for a light gray.