fix warning blink continues when after timer has be re-Set to a large number

This commit is contained in:
Chris Danford
2007-03-07 05:41:26 +00:00
parent 48a69df568
commit 4989fdf6be
+2 -2
View File
@@ -1887,9 +1887,9 @@ WaitForChildrenBeforeTweeningOut=false
WarningStart=6
WarningBeepStart=5
MaxStallSeconds=30
Text1OnCommand=stoptweening;shadowlength,0;zoomx,1;x,-13;y,2
Text1OnCommand=stopeffect;stoptweening;shadowlength,0;zoomx,1;x,-13;y,2
Text1FormatFunction=function(fSeconds) fSeconds=math.min( 99, math.ceil(fSeconds) ); local digit = math.floor(fSeconds/10); return ""..digit end
Text2OnCommand=stoptweening;shadowlength,0;zoomx,1;x,17;y,2
Text2OnCommand=stopeffect;stoptweening;shadowlength,0;zoomx,1;x,17;y,2
Text2FormatFunction=function(fSeconds) fSeconds=math.min( 99, math.ceil(fSeconds) ); local digit = math.mod(fSeconds,10); return ""..digit end
Warning6Command=stoptweening;sleep,0.8;linear,0.2;zoomx,0
Warning5Command=stoptweening;linear,0.2;zoomx,1;sleep,0.6;linear,0.2;zoomx,0;glowshift;effectperiod,0.15;effectcolor1,1,0,0,0;effectcolor2,1,0,0,1