for example ım write my input red and then input color change red , if ım write my input blue and then input color change blue how ? ty![]()
Professional Software Development Tools
for example ım write my input red and then input color change red , if ım write my input blue and then input color change blue how ? ty![]()
Input1 OnKey event:
Code:if Input.GetText("Input1")=="red" then Input.SetProperties("Input1", {BackgroundColor=Math.HexColorToNumber("FF0000")}) elseif Input.GetText("Input1")=="blue" then Input.SetProperties("Input", {BackgroundColor=Math.HexColorToNumber("0000FF")}) end
Never know what life is gonna throw at you.
(Based on a true story.)
how ı change text color not bacground.. ?
change:
BackgroundColor
to
FontColor
Open your eyes to Narcissism, Don't let her destroy your life!!
Please use a bit the help file, that last question would have been really easy with it.