transparancy in flash
transparancy in flash
- Started
- Last post
- 7 Responses
- Skylark
How do I make a object transparance in flash?
- Skylark0
nobody?
- knoxel0
you can create a movieclip out of it and change the alpha to 0.
- abizzyman0
movieClip._alpha = 50;
use the alpha adjustment once the object has been made a clip... etc
- Skylark0
thanks knoxel...but where do I find the alpha?
- mitsu0
"thanks knoxel...but where do I find the alpha?"
ooooh boy.....
- abizzyman0
well... if you really don't know... do it the 'hard' way using an event handler... learn some actionscript at the same time.
tutorials... use 'em.
- knoxel0
do it the way abizzyman said.. or look in the properties panel for the drop down menu... color:[none]
you can always hit F1 on your keyboard to open up help for future reference.