Hi,We are currently building a title where we have a screen in which a characters speech bubble changes depending on which of about a dozen buttons the user clicks.We are currently doing this by having a hidden text field corresponding to each one that we then show when you click its button. So one a button click, we are showing one and hiding 11 others.The other option is to have the response strings set as variables and blat the value of the variable into the text field on each click. This seems a little more managable in terms of development, but we will be handing over the project to the client who won't necessarily be comfortable with editing variables.What would be super-neat is if we could have the text fields sitting there on the 'stage' so that the client can see and edit them easily, but also ease the development and proliferation of actions by having something akin to SET CONTENTS OF mainTextField TO CONTENTS OF button1TextField.But I can't see anything in the drop-down boxes that will let me either : put the contents of one text field into another, OR put the contents of text field into a variable.Can this even be done?Edited By: andrew.fulton on 2006-5-3 0:50:23