When you choose a nickname and a color for you nickname, it only applies the color on the first layout. I want it to apply the colors on any layouts on which the txt obj is.
Video:
My thinking is that you can either set an array or global variable (the array would probably be better) to be set with the numeric values for the color that you want your text to be. On the start of your layouts you set the text color to the values you saved when selecting color in your initial layout.
I did it with variables, but im curious on why this: http://prnt.sc/b0c18p doesn't apply to all layouts..
When working with layouts, you can try including a global event sheet on every layout that sets common parameters On Start of Layout for situations like this.
colorIndex.capx
Develop games in your browser. Powerful, performant & highly capable.
Well that one took 5 times less code than mine and its actually really simple lol
I will wisely use it, thanks