I have a PANEL that looks like this:

PANEL* panDisplay= {
digits(100, 300, "# 1: %0.1f", "Arial#60b", 1, t_1);
digits(450, 300, "# 2: %0.1f", "Arial#60b", 1, t_2);
flags= VISIBLE;
}

t_1 and t_2 are the remaining times for players 1 and 2, respectively. I'd like to change the color of the text to red to warn a player when his time falls below 60 seconds. It seems as though it should be possible to do this using pan_setvar(), but I haven't been able to figure out how, and there are no examples of this. Any advice will be appreciated.

Dr. Phillip M. Feldman