File: timeanimtest4.cfdg

package info (click to toggle)
contextfree 3.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,448 kB
  • sloc: cpp: 37,995; lex: 414; makefile: 123; sh: 43; python: 34
file content (37 lines) | stat: -rw-r--r-- 630 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
startshape PLANT
CF::Background = [b (-frame())]
CF::FrameTime = 0.75
CF::Frame = 0.9
shape PLANT {
	EITHER [x -2 b frame() time 0 infinity()]
	EITHER [x 2 b frame() time 0 infinity()]
}

shape BOTH {
	BL [rotate 30]
	BL [rotate -30 flip 90]
}

shape EITHER 
rule {BL[]}
rule {BL[flip 90]}

shape BL {
	CIRCLE []
	WL [size 0.95 y 1.6 time 0.5 0 timescale 0.95]
}

shape WL
rule {BL [rotate 3]}
rule {BL [rotate 4]}
rule {BL [rotate 5]}
rule {BL [rotate 6]}
rule {BL [rotate 7]}
rule {BL [rotate 3]}
rule {BL [rotate 4]}
rule {BL [rotate 5]}
rule {BL [rotate 6]}
rule {BL [rotate 7]}
rule {BOTH []}
rule {BL [rotate -10 flip 90]}