fixed syntax.
[swftools.git] / doc / examples / HoppingMonkey.sc
1 # monkey.sc
2 #
3
4 .flash bbox=autocrop version=4 fps=50 name="HoppingMonkey.swf"
5
6     .swf island "island.swf"
7     .swf monkey "monkey4.swf"
8     .put island
9     .point leftfoot 45 177
10     .point rightfoot 138 177
11     .frame 0 .put monkey 160 160
12     .frame 20 .change monkey 160 160
13     .frame 30 .change monkey 160 122
14     .frame 35 .change monkey 160 112
15     .frame 40 .change monkey 160 122
16     .frame 50 .change monkey 160 160
17     
18     .frame 70 .change monkey 205 337 pin=leftfoot rotate=0 
19     .frame 90 .change monkey rotate=30
20     .frame 100 .change monkey rotate=30
21     .frame 120 .change monkey rotate=0
22     .frame 122 .change monkey 298 337 pin=rightfoot rotate=0
23     .frame 140 .change monkey rotate=-30
24     .frame 150 .change monkey rotate=-30
25     .frame 170 .change monkey rotate=0
26 .end