Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Simple 3D input text
Author: Treble Designs
| Website: http://www.treble.lfhost.com |
- Open
up a new flash document.
- 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;
In
the second keyframe add the following code:
gotoAndPlay(1);
| » Level Intermediate |
|
|
Added: : 2005-06-14
Rating: 6.00 Votes: 4
Hits: 787
|
| » Author |
|
Owner of Treble Designs
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (0 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|