1name="Moving",
2//Made by Justin Swidler
3//http://homepage.mac.com/whitecap for more configs
4
5Aspc=0,
6
7Stps=160,
8
9B0=".7 * sin( .3 * t )",
10
11C0="2 * (s - .3)",
12C1="b0 + mag( s ) * .25",
13
14
15
16Y1="c0 + .6",
17X1="c1 - 1.2",
18
19Y0="c0",
20X0="c1 - .6",
21
22Y2="c0 - .6",
23X2="c1",
24
25Y3="c0",
26X3="c1 + .6",
27
28Y4="c0 + .6",
29X4="c1 + 1.2",
30
31ConB=1,
32
33Vers=100