Search tutorials
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: 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! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!