changeset 131:35e0c467a292

borrrwwing!
author dmcc
date Sat, 14 Jun 2003 14:55:49 +0000
parents b5d3ffb3aac3
children 4136e92829e3
files light8/Lightboard.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/light8/Lightboard.py	Sat Jun 14 14:55:20 2003 +0000
+++ b/light8/Lightboard.py	Sat Jun 14 14:55:49 2003 +0000
@@ -73,7 +73,7 @@
         scene_tl = toplevelat('scenes')
         effect_tl = toplevelat('effect')
 
-        print "\tslider patching"
+        print "\tslider patching -- It can't be turned off!"
         mapping_tl = toplevelat('mapping')
         self.slidermapper = ExtSliderMapper.ExtSliderMapper(mapping_tl, 
                                                             self.scalelevels, 
@@ -331,7 +331,7 @@
         self.slidermapper.setup()
 
     def backgroundloop(self, *args):
-        self.master.after(50, self.backgroundloop, ())
+        self.master.after(150, self.backgroundloop, ())
         self.changelevel()
     def quit(self, *args):
         print "Light 8.8: And that's my cue to exit..."