Hello everyone! I am running into an issue: I have a dynamic TextField that I animated moving across the screen like a billboard.
What I am tryin gto fo is create a text imput field, that will accept max of 60 characters. Once the users type a word in, and hit submit - it displays in the animated textField immediately.
My animated dynamic textfield instance name is: billboradMessage.
I have a input textfiled called: message and my submit button has an instance name of : “update”
Can anyone help e with this.
Thank you