Custom Logo Maker

Hi, I am trying to make something where a user can input text and moves an item to a certain x or y coordinate based on the letter of their input. For instance , if the user typed “Name”, a picture of the letter “N” goes to position 1, a picture of “a” goes to position 2, “m” to position 3, and so on. so that it spells “Name” with pictures of the letters. Any help is appreciated. Thanks!

Hi,
You cannot move elements dynamically, however you can use the show and hide functions to display images. You can create an onChange event, check the value of the string entered and show the elements accordingly.

Best,
Tal.