Hi all, I hope you can help.
I am looking to have many active objects that I will manually add to the frame, this is because each one will have a different number on them and/or image. I am giving each object an alterable string name (the same name as the image shows, I'm doing this through the properties panel) I have added an 'Edit box' to the frame too.
What I would like to do is have an object highlight when I type the name of the objects alterable string in the edit box area. How can I get a loop to check each object for its alterable string and compare it to the text box whenever I type into the edit box (without having a submit button).
At the moment I have the edit box checking each object manually, once the object count increases this won't really be a feasible way to do this.
Thanking you in advance.