Search tutorials
- Open up a new flash document.
- Now add three text boxes (or however many you want, Ill 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;
In the second keyframe add the following code:
gotoAndPlay(1);
» Level Intermediate |
Added: 2005-06-14 Rating: 5 Votes: 5 |
» Author |
Owner of Treble Designs |
» Download |
Download the files used in this tutorial. |
Download (0 kb) |
» Forums |
More help? Search our boards for quick answers! |