How can I change a text-color via color picker?
Hello there,
I have made the snapchat lens called "Vouge". A Friend askd me if I can add a additional color picker for the "Vouge" - Logo. I have addet the Color picker from the UI but I cant change the color of the text. What can I do? Btw I have to change two words, I don´t know.. is it possible?
Thanks for your help.
hi finntigchelaar
you can make a trick to use 2 color UI without user notice
1 : add 2 color UI by duplicating the first one so they will have same position and same size
you can use touch input to each word
2 : user behavior script to do this logic
if word1 clicked enable UI1 and disable UI2
else if word2 clicked enable UI2 and disable UI1
i hope that helped if you need more clarification please let us know
Cheers