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
-
The difference between deep copy and shallow copy lies in how they create and handle copies of objects or data structures: Shallow Copy: A...
-
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...
-
Angular PDF Viewer Overview Install Angular >= 12 1 npm install ng2-pdf-viewer Angular >= 4 1 npm install ng2-pdf-viewer@^7.0.0 Angu...
-
A rchitecture of React Native Pre-Requisites 1. Hardware requirements RAM : 8 GB (If you are going to use the emulator on your machine)...
-
Summary : this tutorial introduces you to the basic of the SQL Server SELECT statement, focusing on how to query against a single table. ...








0 comments:
Post a Comment