In ActionScript DropShadow Text Effect
using this u have to import the Filter
import flash.filters.DropShadowFilter;
and then,
some property item to be given here..
Distance
Angle
Color
Alpha
Blur X
Blur Y
Strength
Quality
Inner
KnockOut
Hide Object
here code...
var myDropShadowFilter = new DropShadowFilter (5,65,0xff3333,1,5,10,2,3,false,true,false);
after that assign this effect to the movie clip
Es.filters = [myDropShadowFilter];
Now, the DropShadow effect is applied to ur Movie Clip
here, the complete code..
import flash.filters.DropShadowFilter;
var myDropShadowFilter = new DropShadowFilter (5,65,0xff3333,1,5,10,2,3,false,true,false);
Es.filters = [myDropShadowFilter];
Have a gr8ful to u...
Monday, December 31, 2007
-
Code Back ground image fit 1 2 3 4 5 6 body { background-image: url(images/mybackground.svg); background-size: cover; ...
-
Creating a method that can be used by all movieclips in a movie As of Flash MX, the prototype property of the MovieClip class can be used ...








0 comments:
Post a Comment