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;