1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="juggle" _label="Juggle">
7 <number id="count" type="slider" arg="-count %"
8 _label="Speed" _low-label="Slow" _high-label="Fast"
9 low="50" high="1000" default="200"
12 <number id="cycles" type="slider" arg="-cycles %"
13 _label="Performance Length" _low-label="Short" _high-label="Long"
14 low="50" high="1000" default="1000"/>
16 <number id="tail" type="slider" arg="-tail %"
17 _label="Trail Length" _low-label="None" _high-label="Long"
18 low="0" high="100" default="1"/>
22 <boolean id="balls" _label="Balls" arg-unset="-no-balls"/>
23 <boolean id="clubs" _label="Clubs" arg-unset="-no-clubs"/>
24 <boolean id="torches" _label="Flaming Torches" arg-unset="-no-torches"/>
27 <boolean id="knives" _label="Knives" arg-unset="-no-knives"/>
28 <boolean id="rings" _label="Rings" arg-unset="-no-rings"/>
29 <boolean id="bballs" _label="Bowling Balls" arg-unset="-no-bballs"/>
33 <boolean id="describe" _label="Print Cambridge Juggling Pattern Descriptions" arg-unset="-no-describe"/>
34 <string id="pattern" _label="Juggle This Pattern" arg="-pattern %" />
37 Draws a juggling stick-man. See also "Juggle3D".
39 Written by Tim Auckland; 2002.