dynamic text field in a different movie clip


how dynamic text field show text imput text field few movie clips below? can give me sample script?

thanks.

hi!

lets have dynamic clip on same level movieclip containing input field.

_root.dynamic_texfield_name.text = _root.name_of_movieclip.input_texfield_name.text;

if need dynamic textfield updated user types in input field can use onchange handler.

_root.name_of_movieclip.input_texfield_name.onchange = function(){
_root.dynamic_texfield_name.text = _root.name_of_movieclip.input_texfield_name.text;
}


More discussions in Adobe Animate CC - General


adobe

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums