Changeset - bee0862f4436
[Not reviewed]
default
0 1 0
dmcc - 23 years ago 2002-07-07 08:36:21

Construction colors
1 file changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
Widgets/FlyingFader.py
Show inline comments
 
@@ -132,9 +132,11 @@ class FlyingFader(Frame):
 
        
 
        # blink the trough while the thing's moving
 
        if time()%.4>.2:
 
            self.scale.config(troughcolor=self.oldtrough)
 
            # self.scale.config(troughcolor=self.oldtrough)
 
            self.scale.config(troughcolor='orange')
 
        else:
 
            self.scale.config(troughcolor='white')
 
            # self.scale.config(troughcolor='white')
 
            self.scale.config(troughcolor='yellow')
 

	
 
#        colorfade(self.scale, percent)
 
        self.after(30, self.gofade)
0 comments (0 inline, 0 general)