I want to create a text object with more than 1 color,
for example “(This part is red) (This part is green)” maybe defining the text could be like this “#ff0000(This part is red) ##00ff00(This part is green)”
can this be achieved through corona ? and if not can it be achieved at all ?
I thought about creating a custom text creation function where it splits the text wherever a hex code is found and then place the text objects with different colors beside each other, is there an easier way ?