Originally posted by MrMoan
Im trying to change my Text glow color and my option glow color
it works but when i back out of the sub menu it changes back to my green one any ideas
Heres my codes for them
setTitleColor(color)
{
self.menu.title.glowcolor FadeOverTime(0.2);
self.menu.title.glowcolor.color = color;
}
setOpColor(color)
{
self.menu.options.glowcolor FadeOverTime(0.2);
self.menu.options.glowcolor.color = color;
}
Thanks For Any help Given
Replace every instance of your desired color with a semi-permanent variable like
self.menu.color. When the huds are redrawn, you will still have your desired color.