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
-
Compar : ReactJS vs AngularJS Choosing the right framework for a new JavaScript system, application or website is a top priority for an...
-
Blur Filter: Now, we see the blur Filter Examples... Now we have create a movie clip and give instance name as reflec... Main screen 1: Movi...
-
make text unselectable CSS Code 1 2 3 4 -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-sele...
-
What is React? React is a front end JavaScript library developed by Facebook in 2011. It's component based approach which helps in b...
-
15 Interesting JavaScript and CSS Libraries 2017 DisplayJS Tiny framework that makes it easier to sync data with the DOM. Ins...








0 comments:
Post a Comment