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
-
Lifecycle Methods componentWillMount is executed before rendering, on both the server and the client side. componentDidMount i...
-
Progress Bar with jQuery, HTML, CSS3 by using Navigation Timing API which provides data that can be used to measure the performance of a ...
-
Section 1. Querying data This section helps you learn how to query data from the SQL Server database. We will start with a simple query tha...
-
Compar : ReactJS vs AngularJS Choosing the right framework for a new JavaScript system, application or website is a top priority for an...
-
R eact is a front-end library developed by Facebook. It is used for handling the view layer for web and mobile apps. ReactJS allows u...
0 comments:
Post a Comment