A question about Adobe Flash?

Mehungwaylo

New member
Lets say I want everything on the stage including the stages background to be transparent Opacity=85. Does flash support this kind of request? or how can i do it?
Thanks man! That did it.
 
Yes, in fact, Flash does support this. When I first started, i was wondering about this to. To find out, the opacity in flash is actually called "Alpha".
So in your properties tab, search for the alpha setting and choose.
In ActionScript, you can set the alpha of something like this:
Object.alpha = XX;
where XX is integers from zero to one (0-1).
As you can images, an alpha of .5 is half transparent.
Good Luck!
If you need further assistance/advice, feel free to contact me.
 
Back
Top