It looks like you're new here. If you want to get involved, click one of these buttons!
[b]bolded text[/b] [size="30px"]Large Text[/size] [color=#FF00FF]Text in fuchsia[/color] [Center]Large Text[/Center]
local text = TextField.new(nil, "This is a \e[color=#f005]semi transparent red\e[color] text") text:setPosition(32, 64) stage:addChild(text)
Likes: oleg
MoKaLux said:hello there @oleg there is this style for text color inside a string:local text = TextField.new(nil, "This is a \e[color=#f005]semi transparent red\e[color] text") text:setPosition(32, 64) stage:addChild(text)
hello there @oleg there is this style for text color inside a string:
Comments
Likes: oleg
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
edit: done
https://wiki.giderosmobile.com/index.php/TextField
Likes: oleg