Gabbagabba hey
Easy one here but I forgot how to do this and it riddles me. How do you change the background to your dynamic and static textboxes. Think I did it a while ago but as I said it riddles me now
Gabbagabba hey
Easy one here but I forgot how to do this and it riddles me. How do you change the background to your dynamic and static textboxes. Think I did it a while ago but as I said it riddles me now
Give your text box an instance name of âyourtextboxâ for example and paste the following script on the first frame of your movie. â0x00ccffâ is where you place the color hex code in case you didnât know.
_level0.yourtextbox.backgroundColor = "0x00ccff"
Yup⌠Also, donât forget that you have to have a border property set to true or border icon clicked for the text field property to set the background colorâŚ
Thx alot!!!
:: Copyright KIRUPA 2024 //--