English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

can anyone tell me how to change the alpha parameter of an imported image in flash 8?

2006-08-20 23:08:48 · 3 answers · asked by cutie_boy1987 1 in Computers & Internet Programming & Design

3 answers

Its very simple to set the alpha of an imported image:-

1) Place you imported image onto the stage.
2) Right Click on it and select 'CONVERT TO SYMBOL'
3) Choose GRAPHIC SYMBOL
4) Now set the alpha of your image as graphic symbol.

Remember, you can't set the alpha of imported image unless you convert it into a symbol.

Good Luck

2006-08-21 00:43:25 · answer #1 · answered by Web Designer 2 · 0 0

for static image on the stage follow these steps

1)import image on stage
2)convert this into symbol
3)select the properties tab at bottom and select color drop down box and select the "alpha" property

for dynamic image follow these steps

Take on movie clip on stage and name it as a "mc"

Open script window on first key frame and add the following code

mc.loadMovie("ImageName.jpg");
mc._alpha = 50;
mc._width = 25;
mc._height = 25;

and test the movei

Good Luck !

2006-08-21 09:23:29 · answer #2 · answered by Tiru 2 · 0 0

cutie_boy1987 here is your link. OK

http://www.google.co.uk/search?hl=en&q=alpha+parameter+of+an+imported+image+in+flash+8&btnG=Search&meta=

2006-08-21 06:20:02 · answer #3 · answered by Joe_Young 6 · 0 0

fedest.com, questions and answers