Featured FLA
» Author: Nitin Tikhe
» Title: Cart
» Description: This Animation Tut is a fun and useful for kids below 15 years. Watch the Flag, Doors, Stick and Horse movements.
» More by Nitin Tikhe
Featured Site
» Posted in the Flash Kit Links section
» Title: Banana Swimwear
» Description: This is a banana swim wear interactive catalog we designed and animated in Flash
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