From 6e0e6869a5ee1e4963071a18f24aa4dfdd442689 Mon Sep 17 00:00:00 2001 From: rcoh Date: Sun, 13 Feb 2011 16:03:39 -0500 Subject: Added a circle behavior to make circles. Added ContinuousCenterInput to do what it says. Modified SimpleMapper a bit. --- config/C5Sign.xml | 84 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 76 insertions(+), 8 deletions(-) (limited to 'config') diff --git a/config/C5Sign.xml b/config/C5Sign.xml index 8c2871e..23a823a 100644 --- a/config/C5Sign.xml +++ b/config/C5Sign.xml @@ -68,6 +68,13 @@ 50 + + inputs.ContinuousCenterInput + + center + 1800 + + - + inputs/MouseFollower.xml @@ -90,10 +97,10 @@ behaviors/RandomColor.xml - + @@ -108,7 +115,7 @@ decay gaussmap - True + False @@ -155,7 +162,6 @@ movebounce xymove - ybounce xbounce @@ -207,7 +213,7 @@ decay {'mover':'movebounce'} - True + False gaussmap @@ -246,16 +252,78 @@ mousechaser - followmouse echo - square + innercircle + outercircle singleframe False + + behaviors.Circle + + innercircle + 0 + True + + + + behaviors.Circle + + outercircle + 3 + True + + + + behaviors.ModifyParam + + incrinner + {val}+.3 + innercircleRadius + + + + behaviors.ModifyParam + + incrouter + {val}+.3 + outercircleRadius + + + + behaviors.BehaviorChain + + circle_expand + + innercircle + outercircle + incrinner + incrouter + recursivedecay + + + + + behaviors.BehaviorChain + + expandingcirlces + + pygameclick + center + + + colorchange + mover + decay + + {'mover':'circle_expand'} + True + + behaviors/RunningBehavior.xml -- cgit v1.2.3