Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Simple 3D input text
Author: Treble Designs
| Website: http://www.treble.lfhost.com |
What
the code does
var
m*…. sets up a variable for the movie to look for
textboxname = m*… looks for the variable m* and copies this into
the textbox given
Added
more/taking away text boxes, simple!
Simply
add more code or take away code from the controller clip. For example a fourth
textbox with the name ‘subject’ would mean you add the following
code to the controller clip:
var
m4 = this._parent.subject;
this._parent.subjectshadow = m4
| » 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.
|
|
|