Featured FLA
» Author: Nitin Tikhe
» Title: Cart
» Description: This Animation Tut is a fun and useful for kids below 15 years. Watch the Flag, Doors, Stick and Horse movements.
» More by Nitin Tikhe
Featured Site
» Posted in the Flash Kit Links section
» Title: Banana Swimwear
» Description: This is a banana swim wear interactive catalog we designed and animated in Flash
Now
add three text boxes (or however many you want, I’ll cover this later).
Name
your first layer ‘toptext’.
Add
a new layer and name it ‘bottomtext’, now move this layer below
the layer ‘toptext’.
Copy
the textboxes from step 2 into this layer.
Move
these text boxes down and to the left by one pixel (you can do this using
the arrow keys).
Now
make the text box text on the layer ‘bottomtext’ lighter than
the textbox text in the ‘toptext’ layer.
Insert
a new movieclip into the movie (Ctrl+F8).
You
may need to drag this movieclip from the library onto the main movie, if so
do it now.
Now
double click this movieclip layer and add two blank keyframes.
In
the first keyframe add the following code:
var
m = this._parent.name;
this._parent.nameshadow = m;
var m2 = this._parent.email;
this._parent.emailshadow = m2;
var m3 = this._parent.message;
this._parent.messageshadow = m3;