I got kind of a weird one. I need to something like what is described here, but a little different.
I have a string of up to 25 letters in a global var. Something like "DAFGHABCDEFDAFGHABCDEFDAFGHABCDEF".
At the start of the layout, for each letter in the string I want to spawn a sprite object for each letter at a spawn point for that letters position. So if the first letter was "D" I want to spawn a "D" sprite from the "LtrSprites" family at position 1, and so on.
Anyone got an idea on how to do this?