Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Zyxil on September 03, 2012, 08:57:30 PM
-
I'd love to make my caret "[ff0000]|[-]". Setting this now just adds the text to the label. How about blinking, too?
And what's the status on "input within a string"? I've seen it mentioned as "in progress" elsewhere on the board.
Thanks!! Great work as always!
-John
-
Assuming you mean moving the caret and modifying the string from the middle, as an example -- it's on the list of things to do. The input text is purposely missing the encoding from it so that players can't do their own encoding by typing in the bracketed colors. You could modify the font's texture and color the "|" character red though. Occam's razor.
-
Hm, that makes sense about the color. I can use one of the "disallowed" characters to make a caret. That should work.
How about blinking the caret?
The challenge is to make the caret stand out from the rest of the input text. Nothing does that better than blink text... ;)
-
No blinking just yet...