Hey!
Thats the task:
I got an array with text values in it, for example: "one","two" etc.
And i need to create X(maybe a lot, so i dont want to create every object manually) amount of text objects and take their text from array.
And second part: I want to make these objects unique, to link every to audio file with same name "One","Two".. So its like creating playlist, which i take from array. Thanks for attention ^^