catlab-remote-client 1.3.8 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/style.css +3 -2
- package/dist/scripts/WorkerPolyfills.js +219 -0
- package/dist/scripts/catlabremote.js +1 -1
- package/dist/scripts/main.js +8 -2
- package/dist/scripts/providermain.js +1 -1
- package/dist/scripts/webcontrol.js +1 -1
- package/dist/scripts/webremote.js +1 -1
- package/dist/scripts/webworker.js +134 -0
- package/dist/themes/portal/images/remote_atlas_.png +0 -0
- package/dist/themes/portal/remote.js +2386 -0
- package/package.json +17 -16
- package/dist/themes/createjs/createjsassets.html +0 -30
- package/dist/themes/createjs/createjsassets.js +0 -215
- package/dist/themes/quizwitz/images/BG_3.jpg +0 -0
- package/dist/themes/quizwitz/images/HD_background_02.jpg +0 -0
- package/dist/themes/quizwitz/images/Playersaccount_V_20.jpg +0 -0
- package/dist/themes/quizwitz/images/remote_atlas_.png +0 -0
- package/dist/themes/quizwitz/remote.html +0 -69
- package/dist/themes/quizwitz/remote.js +0 -1276
|
@@ -0,0 +1,2386 @@
|
|
|
1
|
+
(function (cjs, an) {
|
|
2
|
+
|
|
3
|
+
var p; // shortcut to reference prototypes
|
|
4
|
+
var lib={};var ss={};var img={};
|
|
5
|
+
lib.ssMetadata = [
|
|
6
|
+
{name:"remote_atlas_", frames: [[0,0,1923,1102]]}
|
|
7
|
+
];
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
// symbols:
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
(lib.Bitmap2 = function() {
|
|
15
|
+
this.initialize(ss["remote_atlas_"]);
|
|
16
|
+
this.gotoAndStop(0);
|
|
17
|
+
}).prototype = p = new cjs.Sprite();
|
|
18
|
+
// helper functions:
|
|
19
|
+
|
|
20
|
+
function mc_symbol_clone() {
|
|
21
|
+
var clone = this._cloneProps(new this.constructor(this.mode, this.startPosition, this.loop));
|
|
22
|
+
clone.gotoAndStop(this.currentFrame);
|
|
23
|
+
clone.paused = this.paused;
|
|
24
|
+
clone.framerate = this.framerate;
|
|
25
|
+
return clone;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
function getMCSymbolPrototype(symbol, nominalBounds, frameBounds) {
|
|
29
|
+
var prototype = cjs.extend(symbol, cjs.MovieClip);
|
|
30
|
+
prototype.clone = mc_symbol_clone;
|
|
31
|
+
prototype.nominalBounds = nominalBounds;
|
|
32
|
+
prototype.frameBounds = frameBounds;
|
|
33
|
+
return prototype;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
(lib.TextPlaceholderBackgroundAlternate = function(mode,startPosition,loop) {
|
|
38
|
+
this.initialize(mode,startPosition,loop,{});
|
|
39
|
+
|
|
40
|
+
// Laag 1
|
|
41
|
+
this.shape = new cjs.Shape();
|
|
42
|
+
this.shape.graphics.f("#00FF00").s().p("AnzH0IAAvnIPnAAIAAPng");
|
|
43
|
+
this.shape.setTransform(50,50);
|
|
44
|
+
|
|
45
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
46
|
+
|
|
47
|
+
this._renderFirstFrame();
|
|
48
|
+
|
|
49
|
+
}).prototype = getMCSymbolPrototype(lib.TextPlaceholderBackgroundAlternate, new cjs.Rectangle(0,0,100,100), null);
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
(lib.TextPlaceholderBackground = function(mode,startPosition,loop) {
|
|
53
|
+
this.initialize(mode,startPosition,loop,{});
|
|
54
|
+
|
|
55
|
+
// Laag 1
|
|
56
|
+
this.shape = new cjs.Shape();
|
|
57
|
+
this.shape.graphics.f("#FF00FF").s().p("AnzH0IAAvnIPnAAIAAPng");
|
|
58
|
+
this.shape.setTransform(50,50);
|
|
59
|
+
|
|
60
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
61
|
+
|
|
62
|
+
this._renderFirstFrame();
|
|
63
|
+
|
|
64
|
+
}).prototype = getMCSymbolPrototype(lib.TextPlaceholderBackground, new cjs.Rectangle(0,0,100,100), null);
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
(lib.Marker = function(mode,startPosition,loop) {
|
|
68
|
+
this.initialize(mode,startPosition,loop,{});
|
|
69
|
+
|
|
70
|
+
this._renderFirstFrame();
|
|
71
|
+
|
|
72
|
+
}).prototype = p = new cjs.MovieClip();
|
|
73
|
+
p.nominalBounds = new cjs.Rectangle(0,0,0,0);
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
(lib.TextPlaceholderBackground_1 = function(mode,startPosition,loop) {
|
|
77
|
+
this.initialize(mode,startPosition,loop,{});
|
|
78
|
+
|
|
79
|
+
// Laag 1
|
|
80
|
+
this.shape_1 = new cjs.Shape();
|
|
81
|
+
this.shape_1.graphics.f("#FF00FF").s().p("AnzH0IAAvnIPnAAIAAPng");
|
|
82
|
+
this.shape_1.setTransform(50,50);
|
|
83
|
+
|
|
84
|
+
this.timeline.addTween(cjs.Tween.get(this.shape_1).wait(1));
|
|
85
|
+
|
|
86
|
+
this._renderFirstFrame();
|
|
87
|
+
|
|
88
|
+
}).prototype = getMCSymbolPrototype(lib.TextPlaceholderBackground_1, new cjs.Rectangle(0,0,100,100), null);
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
(lib.Marker_1 = function(mode,startPosition,loop) {
|
|
92
|
+
this.initialize(mode,startPosition,loop,{});
|
|
93
|
+
|
|
94
|
+
this._renderFirstFrame();
|
|
95
|
+
|
|
96
|
+
}).prototype = p = new cjs.MovieClip();
|
|
97
|
+
p.nominalBounds = new cjs.Rectangle(0,0,0,0);
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
(lib.btnScrollUp = function(mode,startPosition,loop) {
|
|
101
|
+
this.initialize(mode,startPosition,loop,{});
|
|
102
|
+
|
|
103
|
+
// Layer 1
|
|
104
|
+
this.shape = new cjs.Shape();
|
|
105
|
+
this.shape.graphics.f("#592230").s().p("AiLBcICDi3ICUC3g");
|
|
106
|
+
this.shape.setTransform(20.325,13.45);
|
|
107
|
+
|
|
108
|
+
this.shape_1 = new cjs.Shape();
|
|
109
|
+
this.shape_1.graphics.f().s("#592230").ss(4).p("ACgfhIk/AAMAAAg/BIE/AAg");
|
|
110
|
+
this.shape_1.setTransform(19.6776,15.5097,1.2325,0.0769);
|
|
111
|
+
|
|
112
|
+
this.shape_2 = new cjs.Shape();
|
|
113
|
+
this.shape_2.graphics.f("#8B504F").s().p("AiffhMAAAg/BIE/AAMAAAA/Bg");
|
|
114
|
+
this.shape_2.setTransform(19.6776,15.5097,1.2325,0.0769);
|
|
115
|
+
|
|
116
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
|
|
117
|
+
|
|
118
|
+
this._renderFirstFrame();
|
|
119
|
+
|
|
120
|
+
}).prototype = getMCSymbolPrototype(lib.btnScrollUp, new cjs.Rectangle(-2,-2,43.4,35), null);
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
(lib.btnScrollDown = function(mode,startPosition,loop) {
|
|
124
|
+
if (loop == null) { loop = false; } this.initialize(mode,startPosition,loop,{});
|
|
125
|
+
|
|
126
|
+
// Layer 1
|
|
127
|
+
this.shape = new cjs.Shape();
|
|
128
|
+
this.shape.graphics.f("#592230").s().p("Ahwg+IDhAAIh3B9g");
|
|
129
|
+
this.shape.setTransform(18.3402,15.3157,1.0668,1.2129);
|
|
130
|
+
|
|
131
|
+
this.shape_1 = new cjs.Shape();
|
|
132
|
+
this.shape_1.graphics.f().s("#592230").ss(4).p("ACgfhIk/AAMAAAg/BIE/AAg");
|
|
133
|
+
this.shape_1.setTransform(19.6724,13.4902,1.2325,0.067,180);
|
|
134
|
+
|
|
135
|
+
this.shape_2 = new cjs.Shape();
|
|
136
|
+
this.shape_2.graphics.f("#8B504F").s().p("AiffhMAAAg/BIE/AAMAAAA/Bg");
|
|
137
|
+
this.shape_2.setTransform(19.6724,13.4902,1.2325,0.067,180);
|
|
138
|
+
|
|
139
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
|
|
140
|
+
|
|
141
|
+
this._renderFirstFrame();
|
|
142
|
+
|
|
143
|
+
}).prototype = getMCSymbolPrototype(lib.btnScrollDown, new cjs.Rectangle(-2,-2,43.4,31), null);
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
(lib.Tween17 = function(mode,startPosition,loop) {
|
|
147
|
+
this.initialize(mode,startPosition,loop,{});
|
|
148
|
+
|
|
149
|
+
// Layer_1
|
|
150
|
+
this.shape = new cjs.Shape();
|
|
151
|
+
this.shape.graphics.f("#592230").s().p("EgxrAFeIhsqBMBmvgBbIlJL9g");
|
|
152
|
+
this.shape.setTransform(-13.15,3.1,0.9896,1,0,0,0,-13.3,3.1);
|
|
153
|
+
|
|
154
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
155
|
+
|
|
156
|
+
this._renderFirstFrame();
|
|
157
|
+
|
|
158
|
+
}).prototype = p = new cjs.MovieClip();
|
|
159
|
+
p.nominalBounds = new cjs.Rectangle(-325.4,-38.3,650.8,76.69999999999999);
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
(lib.Tween16 = function(mode,startPosition,loop) {
|
|
163
|
+
this.initialize(mode,startPosition,loop,{});
|
|
164
|
+
|
|
165
|
+
// Layer_1
|
|
166
|
+
this.shape = new cjs.Shape();
|
|
167
|
+
this.shape.graphics.f("#0F0609").s().p("EgubAFMIixqzMBiZgAvIkKMtg");
|
|
168
|
+
this.shape.setTransform(-0.1,2.7,1,1,0,0,0,-0.1,2.7);
|
|
169
|
+
|
|
170
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
171
|
+
|
|
172
|
+
this._renderFirstFrame();
|
|
173
|
+
|
|
174
|
+
}).prototype = p = new cjs.MovieClip();
|
|
175
|
+
p.nominalBounds = new cjs.Rectangle(-314.8,-40.6,629.7,81.30000000000001);
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
(lib.Tween12 = function(mode,startPosition,loop) {
|
|
179
|
+
this.initialize(mode,startPosition,loop,{});
|
|
180
|
+
|
|
181
|
+
// Layer_1
|
|
182
|
+
this.shape = new cjs.Shape();
|
|
183
|
+
this.shape.graphics.f("#592230").s().p("EgxrAFeIhsqBMBmvgBbIlJL9g");
|
|
184
|
+
this.shape.setTransform(-12.4,5.1,0.9896,1,-1.1838,0,0,-13.3,3.1);
|
|
185
|
+
|
|
186
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
187
|
+
|
|
188
|
+
this._renderFirstFrame();
|
|
189
|
+
|
|
190
|
+
}).prototype = p = new cjs.MovieClip();
|
|
191
|
+
p.nominalBounds = new cjs.Rectangle(-325.2,-43.3,650.5,86.6);
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
(lib.Tween11 = function(mode,startPosition,loop) {
|
|
195
|
+
this.initialize(mode,startPosition,loop,{});
|
|
196
|
+
|
|
197
|
+
// Layer_1
|
|
198
|
+
this.shape = new cjs.Shape();
|
|
199
|
+
this.shape.graphics.f("#592230").s().p("EgxrAFeIhsqBMBmvgBbIlJL9g");
|
|
200
|
+
this.shape.setTransform(-13.15,3.1,0.9896,1,0,0,0,-13.3,3.1);
|
|
201
|
+
|
|
202
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
203
|
+
|
|
204
|
+
this._renderFirstFrame();
|
|
205
|
+
|
|
206
|
+
}).prototype = p = new cjs.MovieClip();
|
|
207
|
+
p.nominalBounds = new cjs.Rectangle(-325.4,-38.3,650.8,76.69999999999999);
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
(lib.Tween7 = function(mode,startPosition,loop) {
|
|
211
|
+
this.initialize(mode,startPosition,loop,{});
|
|
212
|
+
|
|
213
|
+
// Layer_1
|
|
214
|
+
this.shape = new cjs.Shape();
|
|
215
|
+
this.shape.graphics.f("#0F0609").s().p("EgubAFMIixqzMBiZgAvIkKMtg");
|
|
216
|
+
this.shape.setTransform(-0.1,2.7,1,1,0,0,0,-0.1,2.7);
|
|
217
|
+
|
|
218
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
219
|
+
|
|
220
|
+
this._renderFirstFrame();
|
|
221
|
+
|
|
222
|
+
}).prototype = p = new cjs.MovieClip();
|
|
223
|
+
p.nominalBounds = new cjs.Rectangle(-314.8,-40.6,629.7,81.30000000000001);
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
(lib.BigtextPlaceHolder = function(mode,startPosition,loop) {
|
|
227
|
+
this.initialize(mode,startPosition,loop,{});
|
|
228
|
+
|
|
229
|
+
this._renderFirstFrame();
|
|
230
|
+
|
|
231
|
+
}).prototype = p = new cjs.MovieClip();
|
|
232
|
+
p.nominalBounds = new cjs.Rectangle(0,0,0,0);
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
(lib.Light2 = function(mode,startPosition,loop) {
|
|
236
|
+
if (loop == null) { loop = false; } this.initialize(mode,startPosition,loop,{});
|
|
237
|
+
|
|
238
|
+
// timeline functions:
|
|
239
|
+
this.frame_0 = function() {
|
|
240
|
+
this.gotoAndPlay(Math.floor(Math.random()*this.timeline.duration));
|
|
241
|
+
}
|
|
242
|
+
this.frame_99 = function() {
|
|
243
|
+
this.gotoAndPlay(1);
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
// actions tween:
|
|
247
|
+
this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(99).call(this.frame_99).wait(1));
|
|
248
|
+
|
|
249
|
+
// Layer_1
|
|
250
|
+
this.shape = new cjs.Shape();
|
|
251
|
+
this.shape.graphics.f().s("rgba(51,51,51,0)").ss(0.1,1,1).p("AEkAAQAAB4hWBWQhVBVh5AAQh3AAhWhVQhVhWAAh4QAAh4BVhVQBWhWB3AAQB5AABVBWQBWBVAAB4g");
|
|
252
|
+
this.shape.setTransform(29.15,29.15);
|
|
253
|
+
|
|
254
|
+
this.shape_1 = new cjs.Shape();
|
|
255
|
+
this.shape_1.graphics.rf(["#FEF5DF","#F3C075","#FF7800"],[0,0.565,1],0.6,0,0,0,0,30).s().p("AjNDOQhWhVABh5QgBh3BWhWQBVhVB4gBQB4ABBWBVQBWBWAAB3QAAB5hWBVQhWBVh4AAQh4AAhVhVg");
|
|
256
|
+
this.shape_1.setTransform(29.15,29.15);
|
|
257
|
+
|
|
258
|
+
this.shape_2 = new cjs.Shape();
|
|
259
|
+
this.shape_2.graphics.f().s("rgba(51,51,51,0)").ss(0.1,1,1).p("AkjAAQAAh3BWhWQBWhWB3AAQB5AABVBWQBWBWAAB3QAAB5hWBVQhVBWh5AAQh3AAhWhWQhWhVAAh5g");
|
|
260
|
+
this.shape_2.setTransform(29.15,29.15);
|
|
261
|
+
|
|
262
|
+
this.shape_3 = new cjs.Shape();
|
|
263
|
+
this.shape_3.graphics.rf(["#FEF5DF","#F3C075","#FF7800"],[0,0.565,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
264
|
+
this.shape_3.setTransform(29.15,29.15);
|
|
265
|
+
|
|
266
|
+
this.shape_4 = new cjs.Shape();
|
|
267
|
+
this.shape_4.graphics.rf(["#FDF2DB","#F2BE73","#FE7700"],[0.004,0.573,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
268
|
+
this.shape_4.setTransform(29.15,29.15);
|
|
269
|
+
|
|
270
|
+
this.shape_5 = new cjs.Shape();
|
|
271
|
+
this.shape_5.graphics.rf(["#FCF0D7","#F1BC70","#FC7700"],[0.012,0.584,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
272
|
+
this.shape_5.setTransform(29.15,29.15);
|
|
273
|
+
|
|
274
|
+
this.shape_6 = new cjs.Shape();
|
|
275
|
+
this.shape_6.graphics.rf(["#FAEDD4","#EFB96E","#FB7600"],[0.016,0.592,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
276
|
+
this.shape_6.setTransform(29.15,29.15);
|
|
277
|
+
|
|
278
|
+
this.shape_7 = new cjs.Shape();
|
|
279
|
+
this.shape_7.graphics.rf(["#F9EAD0","#EEB76B","#F97500"],[0.024,0.6,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
280
|
+
this.shape_7.setTransform(29.15,29.15);
|
|
281
|
+
|
|
282
|
+
this.shape_8 = new cjs.Shape();
|
|
283
|
+
this.shape_8.graphics.rf(["#F8E8CC","#EDB569","#F87500"],[0.027,0.612,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
284
|
+
this.shape_8.setTransform(29.15,29.15);
|
|
285
|
+
|
|
286
|
+
this.shape_9 = new cjs.Shape();
|
|
287
|
+
this.shape_9.graphics.rf(["#F7E5C8","#ECB366","#F67400"],[0.035,0.62,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
288
|
+
this.shape_9.setTransform(29.15,29.15);
|
|
289
|
+
|
|
290
|
+
this.shape_10 = new cjs.Shape();
|
|
291
|
+
this.shape_10.graphics.rf(["#F6E2C4","#EBB164","#F57300"],[0.039,0.631,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
292
|
+
this.shape_10.setTransform(29.15,29.15);
|
|
293
|
+
|
|
294
|
+
this.shape_11 = new cjs.Shape();
|
|
295
|
+
this.shape_11.graphics.rf(["#F4E0C0","#E9AE61","#F37300"],[0.047,0.639,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
296
|
+
this.shape_11.setTransform(29.15,29.15);
|
|
297
|
+
|
|
298
|
+
this.shape_12 = new cjs.Shape();
|
|
299
|
+
this.shape_12.graphics.rf(["#F3DDBD","#E8AC5F","#F27200"],[0.051,0.647,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
300
|
+
this.shape_12.setTransform(29.15,29.15);
|
|
301
|
+
|
|
302
|
+
this.shape_13 = new cjs.Shape();
|
|
303
|
+
this.shape_13.graphics.rf(["#F2DAB9","#E7AA5C","#F17100"],[0.059,0.659,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
304
|
+
this.shape_13.setTransform(29.15,29.15);
|
|
305
|
+
|
|
306
|
+
this.shape_14 = new cjs.Shape();
|
|
307
|
+
this.shape_14.graphics.rf(["#F1D8B5","#E6A85A","#EF7100"],[0.063,0.667,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
308
|
+
this.shape_14.setTransform(29.15,29.15);
|
|
309
|
+
|
|
310
|
+
this.shape_15 = new cjs.Shape();
|
|
311
|
+
this.shape_15.graphics.rf(["#F0D5B1","#E5A557","#EE7000"],[0.071,0.675,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
312
|
+
this.shape_15.setTransform(29.15,29.15);
|
|
313
|
+
|
|
314
|
+
this.shape_16 = new cjs.Shape();
|
|
315
|
+
this.shape_16.graphics.rf(["#EFD2AD","#E4A355","#EC6F00"],[0.075,0.686,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
316
|
+
this.shape_16.setTransform(29.15,29.15);
|
|
317
|
+
|
|
318
|
+
this.shape_17 = new cjs.Shape();
|
|
319
|
+
this.shape_17.graphics.rf(["#EDCFA9","#E2A152","#EB6E00"],[0.082,0.694,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
320
|
+
this.shape_17.setTransform(29.15,29.15);
|
|
321
|
+
|
|
322
|
+
this.shape_18 = new cjs.Shape();
|
|
323
|
+
this.shape_18.graphics.rf(["#ECCDA6","#E19F50","#E96E00"],[0.086,0.702,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
324
|
+
this.shape_18.setTransform(29.15,29.15);
|
|
325
|
+
|
|
326
|
+
this.shape_19 = new cjs.Shape();
|
|
327
|
+
this.shape_19.graphics.rf(["#EBCAA2","#E09D4D","#E86D00"],[0.094,0.714,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
328
|
+
this.shape_19.setTransform(29.15,29.15);
|
|
329
|
+
|
|
330
|
+
this.shape_20 = new cjs.Shape();
|
|
331
|
+
this.shape_20.graphics.rf(["#EAC79E","#DF9A4B","#E66C00"],[0.098,0.722,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
332
|
+
this.shape_20.setTransform(29.15,29.15);
|
|
333
|
+
|
|
334
|
+
this.shape_21 = new cjs.Shape();
|
|
335
|
+
this.shape_21.graphics.rf(["#E9C59A","#DE9848","#E56C00"],[0.106,0.733,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
336
|
+
this.shape_21.setTransform(29.15,29.15);
|
|
337
|
+
|
|
338
|
+
this.shape_22 = new cjs.Shape();
|
|
339
|
+
this.shape_22.graphics.rf(["#E7C296","#DC9646","#E46B00"],[0.11,0.741,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
340
|
+
this.shape_22.setTransform(29.15,29.15);
|
|
341
|
+
|
|
342
|
+
this.shape_23 = new cjs.Shape();
|
|
343
|
+
this.shape_23.graphics.rf(["#E6BF92","#DB9443","#E26A00"],[0.118,0.749,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
344
|
+
this.shape_23.setTransform(29.15,29.15);
|
|
345
|
+
|
|
346
|
+
this.shape_24 = new cjs.Shape();
|
|
347
|
+
this.shape_24.graphics.rf(["#E5BD8F","#DA9241","#E16A00"],[0.122,0.761,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
348
|
+
this.shape_24.setTransform(29.15,29.15);
|
|
349
|
+
|
|
350
|
+
this.shape_25 = new cjs.Shape();
|
|
351
|
+
this.shape_25.graphics.rf(["#E4BA8B","#D98F3E","#DF6900"],[0.129,0.769,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
352
|
+
this.shape_25.setTransform(29.15,29.15);
|
|
353
|
+
|
|
354
|
+
this.shape_26 = new cjs.Shape();
|
|
355
|
+
this.shape_26.graphics.rf(["#E3B787","#D88D3C","#DE6800"],[0.133,0.776,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
356
|
+
this.shape_26.setTransform(29.15,29.15);
|
|
357
|
+
|
|
358
|
+
this.shape_27 = new cjs.Shape();
|
|
359
|
+
this.shape_27.graphics.rf(["#E1B583","#D68B39","#DC6800"],[0.141,0.788,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
360
|
+
this.shape_27.setTransform(29.15,29.15);
|
|
361
|
+
|
|
362
|
+
this.shape_28 = new cjs.Shape();
|
|
363
|
+
this.shape_28.graphics.rf(["#E0B27F","#D58937","#DB6700"],[0.145,0.796,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
364
|
+
this.shape_28.setTransform(29.15,29.15);
|
|
365
|
+
|
|
366
|
+
this.shape_29 = new cjs.Shape();
|
|
367
|
+
this.shape_29.graphics.rf(["#DFAF7B","#D48634","#D96600"],[0.153,0.804,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
368
|
+
this.shape_29.setTransform(29.15,29.15);
|
|
369
|
+
|
|
370
|
+
this.shape_30 = new cjs.Shape();
|
|
371
|
+
this.shape_30.graphics.rf(["#DEAD78","#D38432","#D86600"],[0.157,0.816,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
372
|
+
this.shape_30.setTransform(29.15,29.15);
|
|
373
|
+
|
|
374
|
+
this.shape_31 = new cjs.Shape();
|
|
375
|
+
this.shape_31.graphics.rf(["#DDAA74","#D2822F","#D66500"],[0.165,0.824,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
376
|
+
this.shape_31.setTransform(29.15,29.15);
|
|
377
|
+
|
|
378
|
+
this.shape_32 = new cjs.Shape();
|
|
379
|
+
this.shape_32.graphics.rf(["#DBA770","#D0802D","#D56400"],[0.169,0.831,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
380
|
+
this.shape_32.setTransform(29.15,29.15);
|
|
381
|
+
|
|
382
|
+
this.shape_33 = new cjs.Shape();
|
|
383
|
+
this.shape_33.graphics.rf(["#DAA56C","#CF7E2A","#D46400"],[0.176,0.843,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
384
|
+
this.shape_33.setTransform(29.15,29.15);
|
|
385
|
+
|
|
386
|
+
this.shape_34 = new cjs.Shape();
|
|
387
|
+
this.shape_34.graphics.rf(["#D9A268","#CE7B28","#D26300"],[0.18,0.851,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
388
|
+
this.shape_34.setTransform(29.15,29.15);
|
|
389
|
+
|
|
390
|
+
this.shape_35 = new cjs.Shape();
|
|
391
|
+
this.shape_35.graphics.rf(["#D89F64","#CD7925","#D16200"],[0.188,0.863,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
392
|
+
this.shape_35.setTransform(29.15,29.15);
|
|
393
|
+
|
|
394
|
+
this.shape_36 = new cjs.Shape();
|
|
395
|
+
this.shape_36.graphics.rf(["#D79D61","#CC7723","#CF6200"],[0.192,0.871,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
396
|
+
this.shape_36.setTransform(29.15,29.15);
|
|
397
|
+
|
|
398
|
+
this.shape_37 = new cjs.Shape();
|
|
399
|
+
this.shape_37.graphics.rf(["#D59A5D","#CA7520","#CE6100"],[0.2,0.878,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
400
|
+
this.shape_37.setTransform(29.15,29.15);
|
|
401
|
+
|
|
402
|
+
this.shape_38 = new cjs.Shape();
|
|
403
|
+
this.shape_38.graphics.rf(["#D49759","#C9731E","#CC6000"],[0.204,0.89,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
404
|
+
this.shape_38.setTransform(29.15,29.15);
|
|
405
|
+
|
|
406
|
+
this.shape_39 = new cjs.Shape();
|
|
407
|
+
this.shape_39.graphics.rf(["#D39455","#C8701B","#CB5F00"],[0.212,0.898,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
408
|
+
this.shape_39.setTransform(29.15,29.15);
|
|
409
|
+
|
|
410
|
+
this.shape_40 = new cjs.Shape();
|
|
411
|
+
this.shape_40.graphics.rf(["#D29251","#C76E19","#C95F00"],[0.216,0.906,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
412
|
+
this.shape_40.setTransform(29.15,29.15);
|
|
413
|
+
|
|
414
|
+
this.shape_41 = new cjs.Shape();
|
|
415
|
+
this.shape_41.graphics.rf(["#D18F4D","#C66C16","#C85E00"],[0.224,0.918,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
416
|
+
this.shape_41.setTransform(29.15,29.15);
|
|
417
|
+
|
|
418
|
+
this.shape_42 = new cjs.Shape();
|
|
419
|
+
this.shape_42.graphics.rf(["#D08C4A","#C56A14","#C75D00"],[0.227,0.925,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
420
|
+
this.shape_42.setTransform(29.15,29.15);
|
|
421
|
+
|
|
422
|
+
this.shape_43 = new cjs.Shape();
|
|
423
|
+
this.shape_43.graphics.rf(["#CE8A46","#C36711","#C55D00"],[0.235,0.933,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
424
|
+
this.shape_43.setTransform(29.15,29.15);
|
|
425
|
+
|
|
426
|
+
this.shape_44 = new cjs.Shape();
|
|
427
|
+
this.shape_44.graphics.rf(["#CD8742","#C2650F","#C45C00"],[0.239,0.945,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
428
|
+
this.shape_44.setTransform(29.15,29.15);
|
|
429
|
+
|
|
430
|
+
this.shape_45 = new cjs.Shape();
|
|
431
|
+
this.shape_45.graphics.rf(["#CC843E","#C1630C","#C25B00"],[0.247,0.953,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
432
|
+
this.shape_45.setTransform(29.15,29.15);
|
|
433
|
+
|
|
434
|
+
this.shape_46 = new cjs.Shape();
|
|
435
|
+
this.shape_46.graphics.rf(["#CB823A","#C0610A","#C15B00"],[0.251,0.965,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
436
|
+
this.shape_46.setTransform(29.15,29.15);
|
|
437
|
+
|
|
438
|
+
this.shape_47 = new cjs.Shape();
|
|
439
|
+
this.shape_47.graphics.rf(["#CA7F36","#BF5F07","#BF5A00"],[0.259,0.973,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
440
|
+
this.shape_47.setTransform(29.15,29.15);
|
|
441
|
+
|
|
442
|
+
this.shape_48 = new cjs.Shape();
|
|
443
|
+
this.shape_48.graphics.rf(["#C87C33","#BD5C05","#BE5900"],[0.263,0.98,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
444
|
+
this.shape_48.setTransform(29.15,29.15);
|
|
445
|
+
|
|
446
|
+
this.shape_49 = new cjs.Shape();
|
|
447
|
+
this.shape_49.graphics.rf(["#C77A2F","#BC5A02","#BC5900"],[0.271,0.992,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
448
|
+
this.shape_49.setTransform(29.15,29.15);
|
|
449
|
+
|
|
450
|
+
this.shape_50 = new cjs.Shape();
|
|
451
|
+
this.shape_50.graphics.rf(["#C6772B","#BB5800"],[0.275,1],0.6,0,0,0,0,30).s().p("AjNDOQhWhVABh5QgBh3BWhWQBVhVB4gBQB4ABBWBVQBWBWAAB3QAAB5hWBVQhWBVh4AAQh4AAhVhVg");
|
|
452
|
+
this.shape_50.setTransform(29.15,29.15);
|
|
453
|
+
|
|
454
|
+
this.shape_51 = new cjs.Shape();
|
|
455
|
+
this.shape_51.graphics.f().s("rgba(51,51,51,0)").ss(0.1,1,1).p("AEkAAQAAB4hWBWQhVBVh5AAQh3AAhWhVQhVhWAAh4QAAh4BVhVQBWhWB3AAQB5AABVBWQBWBVAAB4g");
|
|
456
|
+
this.shape_51.setTransform(29.15,29.15);
|
|
457
|
+
|
|
458
|
+
this.shape_52 = new cjs.Shape();
|
|
459
|
+
this.shape_52.graphics.rf(["#FEF5DF","#FEB901"],[0.569,1],0.6,0,0,0,0,30).s().p("AjNDOQhWhVABh5QgBh3BWhWQBVhVB4gBQB4ABBWBVQBWBWAAB3QAAB5hWBVQhWBVh4AAQh4AAhVhVg");
|
|
460
|
+
this.shape_52.setTransform(29.15,29.15);
|
|
461
|
+
|
|
462
|
+
this.shape_53 = new cjs.Shape();
|
|
463
|
+
this.shape_53.graphics.rf(["#C87C32","#BD5C05","#BE5900"],[0.263,0.98,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
464
|
+
this.shape_53.setTransform(29.15,29.15);
|
|
465
|
+
|
|
466
|
+
this.shape_54 = new cjs.Shape();
|
|
467
|
+
this.shape_54.graphics.rf(["#C97F36","#BE5E07","#BF5A00"],[0.259,0.973,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
468
|
+
this.shape_54.setTransform(29.15,29.15);
|
|
469
|
+
|
|
470
|
+
this.shape_55 = new cjs.Shape();
|
|
471
|
+
this.shape_55.graphics.rf(["#CB813A","#C0600A","#C15B00"],[0.251,0.965,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
472
|
+
this.shape_55.setTransform(29.15,29.15);
|
|
473
|
+
|
|
474
|
+
this.shape_56 = new cjs.Shape();
|
|
475
|
+
this.shape_56.graphics.rf(["#CC843D","#C1630C","#C25B00"],[0.247,0.957,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
476
|
+
this.shape_56.setTransform(29.15,29.15);
|
|
477
|
+
|
|
478
|
+
this.shape_57 = new cjs.Shape();
|
|
479
|
+
this.shape_57.graphics.rf(["#CD8641","#C2650E","#C35C00"],[0.239,0.945,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
480
|
+
this.shape_57.setTransform(29.15,29.15);
|
|
481
|
+
|
|
482
|
+
this.shape_58 = new cjs.Shape();
|
|
483
|
+
this.shape_58.graphics.rf(["#CE8945","#C36711","#C55D00"],[0.235,0.937,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
484
|
+
this.shape_58.setTransform(29.15,29.15);
|
|
485
|
+
|
|
486
|
+
this.shape_59 = new cjs.Shape();
|
|
487
|
+
this.shape_59.graphics.rf(["#CF8C48","#C46913","#C65D00"],[0.231,0.929,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
488
|
+
this.shape_59.setTransform(29.15,29.15);
|
|
489
|
+
|
|
490
|
+
this.shape_60 = new cjs.Shape();
|
|
491
|
+
this.shape_60.graphics.rf(["#D08E4C","#C56B15","#C75E00"],[0.224,0.922,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
492
|
+
this.shape_60.setTransform(29.15,29.15);
|
|
493
|
+
|
|
494
|
+
this.shape_61 = new cjs.Shape();
|
|
495
|
+
this.shape_61.graphics.rf(["#D19150","#C66D18","#C95F00"],[0.22,0.91,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
496
|
+
this.shape_61.setTransform(29.15,29.15);
|
|
497
|
+
|
|
498
|
+
this.shape_62 = new cjs.Shape();
|
|
499
|
+
this.shape_62.graphics.rf(["#D39353","#C86F1A","#CA5F00"],[0.212,0.902,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
500
|
+
this.shape_62.setTransform(29.15,29.15);
|
|
501
|
+
|
|
502
|
+
this.shape_63 = new cjs.Shape();
|
|
503
|
+
this.shape_63.graphics.rf(["#D49657","#C9711D","#CC6000"],[0.208,0.894,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
504
|
+
this.shape_63.setTransform(29.15,29.15);
|
|
505
|
+
|
|
506
|
+
this.shape_64 = new cjs.Shape();
|
|
507
|
+
this.shape_64.graphics.rf(["#D5985B","#CA741F","#CD6000"],[0.2,0.886,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
508
|
+
this.shape_64.setTransform(29.15,29.15);
|
|
509
|
+
|
|
510
|
+
this.shape_65 = new cjs.Shape();
|
|
511
|
+
this.shape_65.graphics.rf(["#D69B5E","#CB7621","#CE6100"],[0.196,0.875,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
512
|
+
this.shape_65.setTransform(29.15,29.15);
|
|
513
|
+
|
|
514
|
+
this.shape_66 = new cjs.Shape();
|
|
515
|
+
this.shape_66.graphics.rf(["#D79E62","#CC7824","#D06200"],[0.192,0.867,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
516
|
+
this.shape_66.setTransform(29.15,29.15);
|
|
517
|
+
|
|
518
|
+
this.shape_67 = new cjs.Shape();
|
|
519
|
+
this.shape_67.graphics.rf(["#D8A066","#CD7A26","#D16200"],[0.184,0.859,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
520
|
+
this.shape_67.setTransform(29.15,29.15);
|
|
521
|
+
|
|
522
|
+
this.shape_68 = new cjs.Shape();
|
|
523
|
+
this.shape_68.graphics.rf(["#D9A369","#CE7C29","#D36300"],[0.18,0.847,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
524
|
+
this.shape_68.setTransform(29.15,29.15);
|
|
525
|
+
|
|
526
|
+
this.shape_69 = new cjs.Shape();
|
|
527
|
+
this.shape_69.graphics.rf(["#DBA56D","#D07E2B","#D46400"],[0.173,0.839,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
528
|
+
this.shape_69.setTransform(29.15,29.15);
|
|
529
|
+
|
|
530
|
+
this.shape_70 = new cjs.Shape();
|
|
531
|
+
this.shape_70.graphics.rf(["#DCA871","#D1802D","#D56400"],[0.169,0.831,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
532
|
+
this.shape_70.setTransform(29.15,29.15);
|
|
533
|
+
|
|
534
|
+
this.shape_71 = new cjs.Shape();
|
|
535
|
+
this.shape_71.graphics.rf(["#DDAA74","#D28230","#D76500"],[0.161,0.824,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
536
|
+
this.shape_71.setTransform(29.15,29.15);
|
|
537
|
+
|
|
538
|
+
this.shape_72 = new cjs.Shape();
|
|
539
|
+
this.shape_72.graphics.rf(["#DEAD78","#D38532","#D86600"],[0.157,0.812,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
540
|
+
this.shape_72.setTransform(29.15,29.15);
|
|
541
|
+
|
|
542
|
+
this.shape_73 = new cjs.Shape();
|
|
543
|
+
this.shape_73.graphics.rf(["#DFB07C","#D48735","#DA6600"],[0.153,0.804,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
544
|
+
this.shape_73.setTransform(29.15,29.15);
|
|
545
|
+
|
|
546
|
+
this.shape_74 = new cjs.Shape();
|
|
547
|
+
this.shape_74.graphics.rf(["#E5BC8E","#DA9140","#E06A00"],[0.122,0.761,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
548
|
+
this.shape_74.setTransform(29.15,29.15);
|
|
549
|
+
|
|
550
|
+
this.shape_75 = new cjs.Shape();
|
|
551
|
+
this.shape_75.graphics.rf(["#E6BF92","#DB9343","#E26A00"],[0.118,0.753,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
552
|
+
this.shape_75.setTransform(29.15,29.15);
|
|
553
|
+
|
|
554
|
+
this.shape_76 = new cjs.Shape();
|
|
555
|
+
this.shape_76.graphics.rf(["#E7C296","#DC9645","#E36B00"],[0.114,0.741,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
556
|
+
this.shape_76.setTransform(29.15,29.15);
|
|
557
|
+
|
|
558
|
+
this.shape_77 = new cjs.Shape();
|
|
559
|
+
this.shape_77.graphics.rf(["#E8C499","#DD9848","#E56C00"],[0.106,0.733,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
560
|
+
this.shape_77.setTransform(29.15,29.15);
|
|
561
|
+
|
|
562
|
+
this.shape_78 = new cjs.Shape();
|
|
563
|
+
this.shape_78.graphics.rf(["#E9C79D","#DE9A4A","#E66C00"],[0.102,0.725,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
564
|
+
this.shape_78.setTransform(29.15,29.15);
|
|
565
|
+
|
|
566
|
+
this.shape_79 = new cjs.Shape();
|
|
567
|
+
this.shape_79.graphics.rf(["#EBC9A1","#E09C4C","#E76D00"],[0.094,0.718,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
568
|
+
this.shape_79.setTransform(29.15,29.15);
|
|
569
|
+
|
|
570
|
+
this.shape_80 = new cjs.Shape();
|
|
571
|
+
this.shape_80.graphics.rf(["#ECCCA4","#E19E4F","#E96E00"],[0.09,0.706,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
572
|
+
this.shape_80.setTransform(29.15,29.15);
|
|
573
|
+
|
|
574
|
+
this.shape_81 = new cjs.Shape();
|
|
575
|
+
this.shape_81.graphics.rf(["#EDCEA8","#E2A051","#EA6E00"],[0.082,0.698,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
576
|
+
this.shape_81.setTransform(29.15,29.15);
|
|
577
|
+
|
|
578
|
+
this.shape_82 = new cjs.Shape();
|
|
579
|
+
this.shape_82.graphics.rf(["#EED1AC","#E3A254","#EC6F00"],[0.078,0.69,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
580
|
+
this.shape_82.setTransform(29.15,29.15);
|
|
581
|
+
|
|
582
|
+
this.shape_83 = new cjs.Shape();
|
|
583
|
+
this.shape_83.graphics.rf(["#EFD4AF","#E4A456","#ED7000"],[0.075,0.678,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
584
|
+
this.shape_83.setTransform(29.15,29.15);
|
|
585
|
+
|
|
586
|
+
this.shape_84 = new cjs.Shape();
|
|
587
|
+
this.shape_84.graphics.rf(["#F0D6B3","#E5A758","#EE7000"],[0.067,0.671,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
588
|
+
this.shape_84.setTransform(29.15,29.15);
|
|
589
|
+
|
|
590
|
+
this.shape_85 = new cjs.Shape();
|
|
591
|
+
this.shape_85.graphics.rf(["#F1D9B7","#E6A95B","#F07100"],[0.063,0.663,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
592
|
+
this.shape_85.setTransform(29.15,29.15);
|
|
593
|
+
|
|
594
|
+
this.shape_86 = new cjs.Shape();
|
|
595
|
+
this.shape_86.graphics.rf(["#F3DBBA","#E8AB5D","#F17100"],[0.055,0.655,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
596
|
+
this.shape_86.setTransform(29.15,29.15);
|
|
597
|
+
|
|
598
|
+
this.shape_87 = new cjs.Shape();
|
|
599
|
+
this.shape_87.graphics.rf(["#F4DEBE","#E9AD60","#F37200"],[0.051,0.643,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
600
|
+
this.shape_87.setTransform(29.15,29.15);
|
|
601
|
+
|
|
602
|
+
this.shape_88 = new cjs.Shape();
|
|
603
|
+
this.shape_88.graphics.rf(["#F5E0C2","#EAAF62","#F47300"],[0.043,0.635,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
604
|
+
this.shape_88.setTransform(29.15,29.15);
|
|
605
|
+
|
|
606
|
+
this.shape_89 = new cjs.Shape();
|
|
607
|
+
this.shape_89.graphics.rf(["#F6E3C5","#EBB164","#F57300"],[0.039,0.627,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
608
|
+
this.shape_89.setTransform(29.15,29.15);
|
|
609
|
+
|
|
610
|
+
this.shape_90 = new cjs.Shape();
|
|
611
|
+
this.shape_90.graphics.rf(["#F7E6C9","#ECB367","#F77400"],[0.035,0.62,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
612
|
+
this.shape_90.setTransform(29.15,29.15);
|
|
613
|
+
|
|
614
|
+
this.shape_91 = new cjs.Shape();
|
|
615
|
+
this.shape_91.graphics.rf(["#F8E8CD","#EDB569","#F87500"],[0.027,0.608,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
616
|
+
this.shape_91.setTransform(29.15,29.15);
|
|
617
|
+
|
|
618
|
+
this.shape_92 = new cjs.Shape();
|
|
619
|
+
this.shape_92.graphics.rf(["#F9EBD0","#EEB86B","#F97500"],[0.024,0.6,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
620
|
+
this.shape_92.setTransform(29.15,29.15);
|
|
621
|
+
|
|
622
|
+
this.shape_93 = new cjs.Shape();
|
|
623
|
+
this.shape_93.graphics.rf(["#FBEDD4","#F0BA6E","#FB7600"],[0.016,0.592,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
624
|
+
this.shape_93.setTransform(29.15,29.15);
|
|
625
|
+
|
|
626
|
+
this.shape_94 = new cjs.Shape();
|
|
627
|
+
this.shape_94.graphics.rf(["#FCF0D8","#F1BC70","#FC7700"],[0.012,0.584,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
628
|
+
this.shape_94.setTransform(29.15,29.15);
|
|
629
|
+
|
|
630
|
+
this.shape_95 = new cjs.Shape();
|
|
631
|
+
this.shape_95.graphics.rf(["#FEF5DF","#F3C075","#FF7800"],[0,0.565,1],0.6,0,0,0,0,30).s().p("AjNDOQhWhVABh5QgBh3BWhWQBVhVB4gBQB4ABBWBVQBWBWAAB3QAAB5hWBVQhWBVh4AAQh4AAhVhVg");
|
|
632
|
+
this.shape_95.setTransform(29.15,29.15);
|
|
633
|
+
|
|
634
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_3},{t:this.shape_2}]},1).to({state:[{t:this.shape_4},{t:this.shape_2}]},1).to({state:[{t:this.shape_5},{t:this.shape_2}]},1).to({state:[{t:this.shape_6},{t:this.shape_2}]},1).to({state:[{t:this.shape_7},{t:this.shape_2}]},1).to({state:[{t:this.shape_8},{t:this.shape_2}]},1).to({state:[{t:this.shape_9},{t:this.shape_2}]},1).to({state:[{t:this.shape_10},{t:this.shape_2}]},1).to({state:[{t:this.shape_11},{t:this.shape_2}]},1).to({state:[{t:this.shape_12},{t:this.shape_2}]},1).to({state:[{t:this.shape_13},{t:this.shape_2}]},1).to({state:[{t:this.shape_14},{t:this.shape_2}]},1).to({state:[{t:this.shape_15},{t:this.shape_2}]},1).to({state:[{t:this.shape_16},{t:this.shape_2}]},1).to({state:[{t:this.shape_17},{t:this.shape_2}]},1).to({state:[{t:this.shape_18},{t:this.shape_2}]},1).to({state:[{t:this.shape_19},{t:this.shape_2}]},1).to({state:[{t:this.shape_20},{t:this.shape_2}]},1).to({state:[{t:this.shape_21},{t:this.shape_2}]},1).to({state:[{t:this.shape_22},{t:this.shape_2}]},1).to({state:[{t:this.shape_23},{t:this.shape_2}]},1).to({state:[{t:this.shape_24},{t:this.shape_2}]},1).to({state:[{t:this.shape_25},{t:this.shape_2}]},1).to({state:[{t:this.shape_26},{t:this.shape_2}]},1).to({state:[{t:this.shape_27},{t:this.shape_2}]},1).to({state:[{t:this.shape_28},{t:this.shape_2}]},1).to({state:[{t:this.shape_29},{t:this.shape_2}]},1).to({state:[{t:this.shape_30},{t:this.shape_2}]},1).to({state:[{t:this.shape_31},{t:this.shape_2}]},1).to({state:[{t:this.shape_32},{t:this.shape_2}]},1).to({state:[{t:this.shape_33},{t:this.shape_2}]},1).to({state:[{t:this.shape_34},{t:this.shape_2}]},1).to({state:[{t:this.shape_35},{t:this.shape_2}]},1).to({state:[{t:this.shape_36},{t:this.shape_2}]},1).to({state:[{t:this.shape_37},{t:this.shape_2}]},1).to({state:[{t:this.shape_38},{t:this.shape_2}]},1).to({state:[{t:this.shape_39},{t:this.shape_2}]},1).to({state:[{t:this.shape_40},{t:this.shape_2}]},1).to({state:[{t:this.shape_41},{t:this.shape_2}]},1).to({state:[{t:this.shape_42},{t:this.shape_2}]},1).to({state:[{t:this.shape_43},{t:this.shape_2}]},1).to({state:[{t:this.shape_44},{t:this.shape_2}]},1).to({state:[{t:this.shape_45},{t:this.shape_2}]},1).to({state:[{t:this.shape_46},{t:this.shape_2}]},1).to({state:[{t:this.shape_47},{t:this.shape_2}]},1).to({state:[{t:this.shape_48},{t:this.shape_2}]},1).to({state:[{t:this.shape_49},{t:this.shape_2}]},1).to({state:[{t:this.shape_52},{t:this.shape_51},{t:this.shape_50},{t:this.shape}]},1).to({state:[{t:this.shape_49},{t:this.shape_2}]},1).to({state:[{t:this.shape_53},{t:this.shape_2}]},1).to({state:[{t:this.shape_54},{t:this.shape_2}]},1).to({state:[{t:this.shape_55},{t:this.shape_2}]},1).to({state:[{t:this.shape_56},{t:this.shape_2}]},1).to({state:[{t:this.shape_57},{t:this.shape_2}]},1).to({state:[{t:this.shape_58},{t:this.shape_2}]},1).to({state:[{t:this.shape_59},{t:this.shape_2}]},1).to({state:[{t:this.shape_60},{t:this.shape_2}]},1).to({state:[{t:this.shape_61},{t:this.shape_2}]},1).to({state:[{t:this.shape_62},{t:this.shape_2}]},1).to({state:[{t:this.shape_63},{t:this.shape_2}]},1).to({state:[{t:this.shape_64},{t:this.shape_2}]},1).to({state:[{t:this.shape_65},{t:this.shape_2}]},1).to({state:[{t:this.shape_66},{t:this.shape_2}]},1).to({state:[{t:this.shape_67},{t:this.shape_2}]},1).to({state:[{t:this.shape_68},{t:this.shape_2}]},1).to({state:[{t:this.shape_69},{t:this.shape_2}]},1).to({state:[{t:this.shape_70},{t:this.shape_2}]},1).to({state:[{t:this.shape_71},{t:this.shape_2}]},1).to({state:[{t:this.shape_72},{t:this.shape_2}]},1).to({state:[{t:this.shape_73},{t:this.shape_2}]},1).to({state:[{t:this.shape_28},{t:this.shape_2}]},1).to({state:[{t:this.shape_27},{t:this.shape_2}]},1).to({state:[{t:this.shape_26},{t:this.shape_2}]},1).to({state:[{t:this.shape_25},{t:this.shape_2}]},1).to({state:[{t:this.shape_74},{t:this.shape_2}]},1).to({state:[{t:this.shape_75},{t:this.shape_2}]},1).to({state:[{t:this.shape_76},{t:this.shape_2}]},1).to({state:[{t:this.shape_77},{t:this.shape_2}]},1).to({state:[{t:this.shape_78},{t:this.shape_2}]},1).to({state:[{t:this.shape_79},{t:this.shape_2}]},1).to({state:[{t:this.shape_80},{t:this.shape_2}]},1).to({state:[{t:this.shape_81},{t:this.shape_2}]},1).to({state:[{t:this.shape_82},{t:this.shape_2}]},1).to({state:[{t:this.shape_83},{t:this.shape_2}]},1).to({state:[{t:this.shape_84},{t:this.shape_2}]},1).to({state:[{t:this.shape_85},{t:this.shape_2}]},1).to({state:[{t:this.shape_86},{t:this.shape_2}]},1).to({state:[{t:this.shape_87},{t:this.shape_2}]},1).to({state:[{t:this.shape_88},{t:this.shape_2}]},1).to({state:[{t:this.shape_89},{t:this.shape_2}]},1).to({state:[{t:this.shape_90},{t:this.shape_2}]},1).to({state:[{t:this.shape_91},{t:this.shape_2}]},1).to({state:[{t:this.shape_92},{t:this.shape_2}]},1).to({state:[{t:this.shape_93},{t:this.shape_2}]},1).to({state:[{t:this.shape_94},{t:this.shape_2}]},1).to({state:[{t:this.shape_4},{t:this.shape_2}]},1).to({state:[{t:this.shape_95},{t:this.shape_51},{t:this.shape_1},{t:this.shape}]},1).wait(1));
|
|
635
|
+
|
|
636
|
+
// Layer_2
|
|
637
|
+
this.shape_96 = new cjs.Shape();
|
|
638
|
+
this.shape_96.graphics.rf(["rgba(51,51,51,0.6)","rgba(212,67,67,0)"],[0.329,1],0.9,-0.1,0,0,0,45.6).s().p("Ak+E/QiDiFAAi6QAAi5CDiEQCFiEC5AAQC7AACECEQCDCEAAC5QAAC6iDCFQiECDi7AAQi5AAiFiDg");
|
|
639
|
+
this.shape_96.setTransform(28.7,29.4);
|
|
640
|
+
|
|
641
|
+
this.timeline.addTween(cjs.Tween.get(this.shape_96).wait(100));
|
|
642
|
+
|
|
643
|
+
this._renderFirstFrame();
|
|
644
|
+
|
|
645
|
+
}).prototype = p = new cjs.MovieClip();
|
|
646
|
+
p.nominalBounds = new cjs.Rectangle(-16.3,-15.6,90,90);
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
(lib.Light1 = function(mode,startPosition,loop) {
|
|
650
|
+
if (loop == null) { loop = false; } this.initialize(mode,startPosition,loop,{});
|
|
651
|
+
|
|
652
|
+
// timeline functions:
|
|
653
|
+
this.frame_0 = function() {
|
|
654
|
+
this.gotoAndPlay(Math.floor(Math.random()*this.timeline.duration));
|
|
655
|
+
}
|
|
656
|
+
this.frame_99 = function() {
|
|
657
|
+
this.gotoAndPlay(2);
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
// actions tween:
|
|
661
|
+
this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(99).call(this.frame_99).wait(1));
|
|
662
|
+
|
|
663
|
+
// Layer_1
|
|
664
|
+
this.shape = new cjs.Shape();
|
|
665
|
+
this.shape.graphics.f().s("rgba(51,51,51,0)").ss(0.1,1,1).p("AEkAAQAAB4hWBWQhVBVh5AAQh3AAhWhVQhVhWAAh4QAAh4BVhVQBWhWB3AAQB5AABVBWQBWBVAAB4g");
|
|
666
|
+
this.shape.setTransform(29.15,29.15);
|
|
667
|
+
|
|
668
|
+
this.shape_1 = new cjs.Shape();
|
|
669
|
+
this.shape_1.graphics.rf(["#FEF5DF","#FEDB7C","#FEB901"],[0,0.498,1],0.6,0,0,0,0,30).s().p("AjNDOQhWhVABh5QgBh3BWhWQBVhVB4gBQB4ABBWBVQBWBWAAB3QAAB5hWBVQhWBVh4AAQh4AAhVhVg");
|
|
670
|
+
this.shape_1.setTransform(29.15,29.15);
|
|
671
|
+
|
|
672
|
+
this.shape_2 = new cjs.Shape();
|
|
673
|
+
this.shape_2.graphics.f().s("rgba(51,51,51,0)").ss(0.1,1,1).p("AkjAAQAAh3BWhWQBWhWB3AAQB5AABVBWQBWBWAAB3QAAB5hWBVQhVBWh5AAQh3AAhWhWQhWhVAAh5g");
|
|
674
|
+
this.shape_2.setTransform(29.15,29.15);
|
|
675
|
+
|
|
676
|
+
this.shape_3 = new cjs.Shape();
|
|
677
|
+
this.shape_3.graphics.rf(["#FAF1DC","#FAD87B","#FAB602"],[0,0.498,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
678
|
+
this.shape_3.setTransform(29.15,29.15);
|
|
679
|
+
|
|
680
|
+
this.shape_4 = new cjs.Shape();
|
|
681
|
+
this.shape_4.graphics.rf(["#FAF1DA","#F9D678","#F9B502"],[0,0.51,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
682
|
+
this.shape_4.setTransform(29.15,29.15);
|
|
683
|
+
|
|
684
|
+
this.shape_5 = new cjs.Shape();
|
|
685
|
+
this.shape_5.graphics.rf(["#FAF0D9","#F7D476","#F7B402"],[0,0.518,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
686
|
+
this.shape_5.setTransform(29.15,29.15);
|
|
687
|
+
|
|
688
|
+
this.shape_6 = new cjs.Shape();
|
|
689
|
+
this.shape_6.graphics.rf(["#FAF0D7","#F6D373","#F6B302"],[0,0.529,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
690
|
+
this.shape_6.setTransform(29.15,29.15);
|
|
691
|
+
|
|
692
|
+
this.shape_7 = new cjs.Shape();
|
|
693
|
+
this.shape_7.graphics.rf(["#FAEFD5","#F4D171","#F4B202"],[0,0.541,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
694
|
+
this.shape_7.setTransform(29.15,29.15);
|
|
695
|
+
|
|
696
|
+
this.shape_8 = new cjs.Shape();
|
|
697
|
+
this.shape_8.graphics.rf(["#FAEFD4","#F3CF6E","#F3B102"],[0,0.549,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
698
|
+
this.shape_8.setTransform(29.15,29.15);
|
|
699
|
+
|
|
700
|
+
this.shape_9 = new cjs.Shape();
|
|
701
|
+
this.shape_9.graphics.rf(["#FAEED2","#F2CE6C","#F2B002"],[0,0.561,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
702
|
+
this.shape_9.setTransform(29.15,29.15);
|
|
703
|
+
|
|
704
|
+
this.shape_10 = new cjs.Shape();
|
|
705
|
+
this.shape_10.graphics.rf(["#FAEED0","#F0CC69","#F0AF02"],[0,0.573,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
706
|
+
this.shape_10.setTransform(29.15,29.15);
|
|
707
|
+
|
|
708
|
+
this.shape_11 = new cjs.Shape();
|
|
709
|
+
this.shape_11.graphics.rf(["#FAEDCF","#EFCA66","#EFAE02"],[0,0.58,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
710
|
+
this.shape_11.setTransform(29.15,29.15);
|
|
711
|
+
|
|
712
|
+
this.shape_12 = new cjs.Shape();
|
|
713
|
+
this.shape_12.graphics.rf(["#FAEDCD","#EDC864","#EDAD02"],[0,0.592,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
714
|
+
this.shape_12.setTransform(29.15,29.15);
|
|
715
|
+
|
|
716
|
+
this.shape_13 = new cjs.Shape();
|
|
717
|
+
this.shape_13.graphics.rf(["#FAECCB","#ECC761","#ECAC02"],[0,0.604,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
718
|
+
this.shape_13.setTransform(29.15,29.15);
|
|
719
|
+
|
|
720
|
+
this.shape_14 = new cjs.Shape();
|
|
721
|
+
this.shape_14.graphics.rf(["#FAECCA","#EAC55F","#EAAB02"],[0,0.612,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
722
|
+
this.shape_14.setTransform(29.15,29.15);
|
|
723
|
+
|
|
724
|
+
this.shape_15 = new cjs.Shape();
|
|
725
|
+
this.shape_15.graphics.rf(["#FAEBC8","#E9C35C","#E9AA02"],[0,0.624,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
726
|
+
this.shape_15.setTransform(29.15,29.15);
|
|
727
|
+
|
|
728
|
+
this.shape_16 = new cjs.Shape();
|
|
729
|
+
this.shape_16.graphics.rf(["#FAEBC6","#E8C15A","#E8A801"],[0,0.635,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
730
|
+
this.shape_16.setTransform(29.15,29.15);
|
|
731
|
+
|
|
732
|
+
this.shape_17 = new cjs.Shape();
|
|
733
|
+
this.shape_17.graphics.rf(["#FAEAC5","#E6BF57","#E6A701"],[0,0.643,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
734
|
+
this.shape_17.setTransform(29.15,29.15);
|
|
735
|
+
|
|
736
|
+
this.shape_18 = new cjs.Shape();
|
|
737
|
+
this.shape_18.graphics.rf(["#FAEAC3","#E5BE55","#E5A601"],[0,0.655,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
738
|
+
this.shape_18.setTransform(29.15,29.15);
|
|
739
|
+
|
|
740
|
+
this.shape_19 = new cjs.Shape();
|
|
741
|
+
this.shape_19.graphics.rf(["#FAE9C1","#E3BC52","#E3A501"],[0,0.667,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
742
|
+
this.shape_19.setTransform(29.15,29.15);
|
|
743
|
+
|
|
744
|
+
this.shape_20 = new cjs.Shape();
|
|
745
|
+
this.shape_20.graphics.rf(["#FAE9C0","#E2BA4F","#E2A401"],[0,0.675,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
746
|
+
this.shape_20.setTransform(29.15,29.15);
|
|
747
|
+
|
|
748
|
+
this.shape_21 = new cjs.Shape();
|
|
749
|
+
this.shape_21.graphics.rf(["#FAE8BE","#E1B94D","#E1A301"],[0,0.686,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
750
|
+
this.shape_21.setTransform(29.15,29.15);
|
|
751
|
+
|
|
752
|
+
this.shape_22 = new cjs.Shape();
|
|
753
|
+
this.shape_22.graphics.rf(["#FAE8BC","#DFB74A","#DFA201"],[0,0.698,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
754
|
+
this.shape_22.setTransform(29.15,29.15);
|
|
755
|
+
|
|
756
|
+
this.shape_23 = new cjs.Shape();
|
|
757
|
+
this.shape_23.graphics.rf(["#FAE7BB","#DEB548","#DEA101"],[0,0.706,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
758
|
+
this.shape_23.setTransform(29.15,29.15);
|
|
759
|
+
|
|
760
|
+
this.shape_24 = new cjs.Shape();
|
|
761
|
+
this.shape_24.graphics.rf(["#FAE7B9","#DCB345","#DCA001"],[0,0.718,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
762
|
+
this.shape_24.setTransform(29.15,29.15);
|
|
763
|
+
|
|
764
|
+
this.shape_25 = new cjs.Shape();
|
|
765
|
+
this.shape_25.graphics.rf(["#FAE6B7","#DBB243","#DB9F01"],[0,0.729,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
766
|
+
this.shape_25.setTransform(29.15,29.15);
|
|
767
|
+
|
|
768
|
+
this.shape_26 = new cjs.Shape();
|
|
769
|
+
this.shape_26.graphics.rf(["#FAE6B6","#D9B040","#D99E01"],[0,0.737,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
770
|
+
this.shape_26.setTransform(29.15,29.15);
|
|
771
|
+
|
|
772
|
+
this.shape_27 = new cjs.Shape();
|
|
773
|
+
this.shape_27.graphics.rf(["#FAE6B4","#D8AE3E","#D89D01"],[0,0.749,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
774
|
+
this.shape_27.setTransform(29.15,29.15);
|
|
775
|
+
|
|
776
|
+
this.shape_28 = new cjs.Shape();
|
|
777
|
+
this.shape_28.graphics.rf(["#FAE5B2","#D7AC3B","#D79C01"],[0,0.761,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
778
|
+
this.shape_28.setTransform(29.15,29.15);
|
|
779
|
+
|
|
780
|
+
this.shape_29 = new cjs.Shape();
|
|
781
|
+
this.shape_29.graphics.rf(["#FAE5B1","#D5AA38","#D59B01"],[0,0.769,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
782
|
+
this.shape_29.setTransform(29.15,29.15);
|
|
783
|
+
|
|
784
|
+
this.shape_30 = new cjs.Shape();
|
|
785
|
+
this.shape_30.graphics.rf(["#FAE4AF","#D4A936","#D49A01"],[0,0.78,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
786
|
+
this.shape_30.setTransform(29.15,29.15);
|
|
787
|
+
|
|
788
|
+
this.shape_31 = new cjs.Shape();
|
|
789
|
+
this.shape_31.graphics.rf(["#FAE4AD","#D2A733","#D29901"],[0,0.792,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
790
|
+
this.shape_31.setTransform(29.15,29.15);
|
|
791
|
+
|
|
792
|
+
this.shape_32 = new cjs.Shape();
|
|
793
|
+
this.shape_32.graphics.rf(["#FAE3AC","#D1A531","#D19801"],[0,0.8,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
794
|
+
this.shape_32.setTransform(29.15,29.15);
|
|
795
|
+
|
|
796
|
+
this.shape_33 = new cjs.Shape();
|
|
797
|
+
this.shape_33.graphics.rf(["#FAE3AA","#D0A42E","#D09701"],[0,0.812,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
798
|
+
this.shape_33.setTransform(29.15,29.15);
|
|
799
|
+
|
|
800
|
+
this.shape_34 = new cjs.Shape();
|
|
801
|
+
this.shape_34.graphics.rf(["#FAE2A8","#CEA22C","#CE9601"],[0,0.824,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
802
|
+
this.shape_34.setTransform(29.15,29.15);
|
|
803
|
+
|
|
804
|
+
this.shape_35 = new cjs.Shape();
|
|
805
|
+
this.shape_35.graphics.rf(["#FAE2A7","#CDA029","#CD9501"],[0,0.831,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
806
|
+
this.shape_35.setTransform(29.15,29.15);
|
|
807
|
+
|
|
808
|
+
this.shape_36 = new cjs.Shape();
|
|
809
|
+
this.shape_36.graphics.rf(["#FAE1A5","#CB9E26","#CB9401"],[0,0.843,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
810
|
+
this.shape_36.setTransform(29.15,29.15);
|
|
811
|
+
|
|
812
|
+
this.shape_37 = new cjs.Shape();
|
|
813
|
+
this.shape_37.graphics.rf(["#FAE1A3","#CA9D24","#CA9301"],[0,0.855,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
814
|
+
this.shape_37.setTransform(29.15,29.15);
|
|
815
|
+
|
|
816
|
+
this.shape_38 = new cjs.Shape();
|
|
817
|
+
this.shape_38.graphics.rf(["#FAE0A2","#C89B21","#C89201"],[0,0.863,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
818
|
+
this.shape_38.setTransform(29.15,29.15);
|
|
819
|
+
|
|
820
|
+
this.shape_39 = new cjs.Shape();
|
|
821
|
+
this.shape_39.graphics.rf(["#FAE0A0","#C7991F","#C79101"],[0,0.875,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
822
|
+
this.shape_39.setTransform(29.15,29.15);
|
|
823
|
+
|
|
824
|
+
this.shape_40 = new cjs.Shape();
|
|
825
|
+
this.shape_40.graphics.rf(["#FADF9E","#C6971C","#C68F00"],[0,0.886,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
826
|
+
this.shape_40.setTransform(29.15,29.15);
|
|
827
|
+
|
|
828
|
+
this.shape_41 = new cjs.Shape();
|
|
829
|
+
this.shape_41.graphics.rf(["#FADF9D","#C4951A","#C48E00"],[0,0.894,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
830
|
+
this.shape_41.setTransform(29.15,29.15);
|
|
831
|
+
|
|
832
|
+
this.shape_42 = new cjs.Shape();
|
|
833
|
+
this.shape_42.graphics.rf(["#FADE9B","#C39417","#C38D00"],[0,0.906,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
834
|
+
this.shape_42.setTransform(29.15,29.15);
|
|
835
|
+
|
|
836
|
+
this.shape_43 = new cjs.Shape();
|
|
837
|
+
this.shape_43.graphics.rf(["#FADE99","#C19215","#C18C00"],[0,0.918,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
838
|
+
this.shape_43.setTransform(29.15,29.15);
|
|
839
|
+
|
|
840
|
+
this.shape_44 = new cjs.Shape();
|
|
841
|
+
this.shape_44.graphics.rf(["#FADD98","#C09012","#C08B00"],[0,0.925,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
842
|
+
this.shape_44.setTransform(29.15,29.15);
|
|
843
|
+
|
|
844
|
+
this.shape_45 = new cjs.Shape();
|
|
845
|
+
this.shape_45.graphics.rf(["#FADD96","#BF8F0F","#BF8A00"],[0,0.937,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
846
|
+
this.shape_45.setTransform(29.15,29.15);
|
|
847
|
+
|
|
848
|
+
this.shape_46 = new cjs.Shape();
|
|
849
|
+
this.shape_46.graphics.rf(["#FADC94","#BD8D0D","#BD8900"],[0,0.949,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
850
|
+
this.shape_46.setTransform(29.15,29.15);
|
|
851
|
+
|
|
852
|
+
this.shape_47 = new cjs.Shape();
|
|
853
|
+
this.shape_47.graphics.rf(["#FADC93","#BC8B0A","#BC8800"],[0,0.957,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
854
|
+
this.shape_47.setTransform(29.15,29.15);
|
|
855
|
+
|
|
856
|
+
this.shape_48 = new cjs.Shape();
|
|
857
|
+
this.shape_48.graphics.rf(["#FADB91","#BA8908","#BA8700"],[0,0.969,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
858
|
+
this.shape_48.setTransform(29.15,29.15);
|
|
859
|
+
|
|
860
|
+
this.shape_49 = new cjs.Shape();
|
|
861
|
+
this.shape_49.graphics.rf(["#FADB8F","#B98805","#B98600"],[0,0.98,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
862
|
+
this.shape_49.setTransform(29.15,29.15);
|
|
863
|
+
|
|
864
|
+
this.shape_50 = new cjs.Shape();
|
|
865
|
+
this.shape_50.graphics.rf(["#FADA8E","#B78603","#B78500"],[0,0.988,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
866
|
+
this.shape_50.setTransform(29.15,29.15);
|
|
867
|
+
|
|
868
|
+
this.shape_51 = new cjs.Shape();
|
|
869
|
+
this.shape_51.graphics.rf(["#FADA8C","#B68400"],[0,1],0.6,0,0,0,0,30).s().p("AjNDOQhWhVABh5QgBh3BWhWQBVhVB4gBQB4ABBWBVQBWBWAAB3QAAB5hWBVQhWBVh4AAQh4AAhVhVg");
|
|
870
|
+
this.shape_51.setTransform(29.15,29.15);
|
|
871
|
+
|
|
872
|
+
this.shape_52 = new cjs.Shape();
|
|
873
|
+
this.shape_52.graphics.f().s("rgba(51,51,51,0)").ss(0.1,1,1).p("AEkAAQAAB4hWBWQhVBVh5AAQh3AAhWhVQhVhWAAh4QAAh4BVhVQBWhWB3AAQB5AABVBWQBWBVAAB4g");
|
|
874
|
+
this.shape_52.setTransform(29.15,29.15);
|
|
875
|
+
|
|
876
|
+
this.shape_53 = new cjs.Shape();
|
|
877
|
+
this.shape_53.graphics.rf(["#FEF5DF","#FEB901"],[0.569,1],0.6,0,0,0,0,30).s().p("AjNDOQhWhVABh5QgBh3BWhWQBVhVB4gBQB4ABBWBVQBWBWAAB3QAAB5hWBVQhWBVh4AAQh4AAhVhVg");
|
|
878
|
+
this.shape_53.setTransform(29.15,29.15);
|
|
879
|
+
|
|
880
|
+
this.shape_54 = new cjs.Shape();
|
|
881
|
+
this.shape_54.graphics.rf(["#FADB8E","#B78603","#B78500"],[0,0.988,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
882
|
+
this.shape_54.setTransform(29.15,29.15);
|
|
883
|
+
|
|
884
|
+
this.shape_55 = new cjs.Shape();
|
|
885
|
+
this.shape_55.graphics.rf(["#FADC91","#BA8908","#BA8700"],[0,0.969,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
886
|
+
this.shape_55.setTransform(29.15,29.15);
|
|
887
|
+
|
|
888
|
+
this.shape_56 = new cjs.Shape();
|
|
889
|
+
this.shape_56.graphics.rf(["#FADC93","#BC8B0A","#BC8800"],[0,0.961,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
890
|
+
this.shape_56.setTransform(29.15,29.15);
|
|
891
|
+
|
|
892
|
+
this.shape_57 = new cjs.Shape();
|
|
893
|
+
this.shape_57.graphics.rf(["#FADD94","#BD8D0D","#BD8900"],[0,0.949,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
894
|
+
this.shape_57.setTransform(29.15,29.15);
|
|
895
|
+
|
|
896
|
+
this.shape_58 = new cjs.Shape();
|
|
897
|
+
this.shape_58.graphics.rf(["#FBDE98","#C09012","#C08C00"],[0,0.929,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
898
|
+
this.shape_58.setTransform(29.15,29.15);
|
|
899
|
+
|
|
900
|
+
this.shape_59 = new cjs.Shape();
|
|
901
|
+
this.shape_59.graphics.rf(["#FBDE9A","#C29214","#C28D00"],[0,0.918,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
902
|
+
this.shape_59.setTransform(29.15,29.15);
|
|
903
|
+
|
|
904
|
+
this.shape_60 = new cjs.Shape();
|
|
905
|
+
this.shape_60.graphics.rf(["#FBDF9B","#C39417","#C38E00"],[0,0.906,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
906
|
+
this.shape_60.setTransform(29.15,29.15);
|
|
907
|
+
|
|
908
|
+
this.shape_61 = new cjs.Shape();
|
|
909
|
+
this.shape_61.graphics.rf(["#FBE09D","#C59619","#C58F00"],[0,0.898,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
910
|
+
this.shape_61.setTransform(29.15,29.15);
|
|
911
|
+
|
|
912
|
+
this.shape_62 = new cjs.Shape();
|
|
913
|
+
this.shape_62.graphics.rf(["#FBE09F","#C6981C","#C69000"],[0,0.886,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
914
|
+
this.shape_62.setTransform(29.15,29.15);
|
|
915
|
+
|
|
916
|
+
this.shape_63 = new cjs.Shape();
|
|
917
|
+
this.shape_63.graphics.rf(["#FBE1A0","#C8991E","#C89100"],[0,0.878,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
918
|
+
this.shape_63.setTransform(29.15,29.15);
|
|
919
|
+
|
|
920
|
+
this.shape_64 = new cjs.Shape();
|
|
921
|
+
this.shape_64.graphics.rf(["#FBE1A2","#C99B21","#C99200"],[0,0.867,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
922
|
+
this.shape_64.setTransform(29.15,29.15);
|
|
923
|
+
|
|
924
|
+
this.shape_65 = new cjs.Shape();
|
|
925
|
+
this.shape_65.graphics.rf(["#FBE2A4","#CB9D23","#CB9300"],[0,0.855,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
926
|
+
this.shape_65.setTransform(29.15,29.15);
|
|
927
|
+
|
|
928
|
+
this.shape_66 = new cjs.Shape();
|
|
929
|
+
this.shape_66.graphics.rf(["#FBE2A5","#CC9F26","#CC9400"],[0,0.847,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
930
|
+
this.shape_66.setTransform(29.15,29.15);
|
|
931
|
+
|
|
932
|
+
this.shape_67 = new cjs.Shape();
|
|
933
|
+
this.shape_67.graphics.rf(["#FBE3A7","#CEA028","#CE9500"],[0,0.835,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
934
|
+
this.shape_67.setTransform(29.15,29.15);
|
|
935
|
+
|
|
936
|
+
this.shape_68 = new cjs.Shape();
|
|
937
|
+
this.shape_68.graphics.rf(["#FBE3A9","#CFA22B","#CF9600"],[0,0.827,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
938
|
+
this.shape_68.setTransform(29.15,29.15);
|
|
939
|
+
|
|
940
|
+
this.shape_69 = new cjs.Shape();
|
|
941
|
+
this.shape_69.graphics.rf(["#FBE4AA","#D0A42E","#D09700"],[0,0.816,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
942
|
+
this.shape_69.setTransform(29.15,29.15);
|
|
943
|
+
|
|
944
|
+
this.shape_70 = new cjs.Shape();
|
|
945
|
+
this.shape_70.graphics.rf(["#FCE4AC","#D2A630","#D29900"],[0,0.804,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
946
|
+
this.shape_70.setTransform(29.15,29.15);
|
|
947
|
+
|
|
948
|
+
this.shape_71 = new cjs.Shape();
|
|
949
|
+
this.shape_71.graphics.rf(["#FCE5AE","#D3A833","#D39A00"],[0,0.796,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
950
|
+
this.shape_71.setTransform(29.15,29.15);
|
|
951
|
+
|
|
952
|
+
this.shape_72 = new cjs.Shape();
|
|
953
|
+
this.shape_72.graphics.rf(["#FCE6B0","#D5A935","#D59B00"],[0,0.784,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
954
|
+
this.shape_72.setTransform(29.15,29.15);
|
|
955
|
+
|
|
956
|
+
this.shape_73 = new cjs.Shape();
|
|
957
|
+
this.shape_73.graphics.rf(["#FCE6B1","#D6AB38","#D69C00"],[0,0.776,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
958
|
+
this.shape_73.setTransform(29.15,29.15);
|
|
959
|
+
|
|
960
|
+
this.shape_74 = new cjs.Shape();
|
|
961
|
+
this.shape_74.graphics.rf(["#FCE7B3","#D8AD3A","#D89D00"],[0,0.765,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
962
|
+
this.shape_74.setTransform(29.15,29.15);
|
|
963
|
+
|
|
964
|
+
this.shape_75 = new cjs.Shape();
|
|
965
|
+
this.shape_75.graphics.rf(["#FCE7B5","#D9AF3D","#D99E00"],[0,0.753,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
966
|
+
this.shape_75.setTransform(29.15,29.15);
|
|
967
|
+
|
|
968
|
+
this.shape_76 = new cjs.Shape();
|
|
969
|
+
this.shape_76.graphics.rf(["#FCE8B6","#DBB03F","#DB9F01"],[0,0.745,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
970
|
+
this.shape_76.setTransform(29.15,29.15);
|
|
971
|
+
|
|
972
|
+
this.shape_77 = new cjs.Shape();
|
|
973
|
+
this.shape_77.graphics.rf(["#FCE8B8","#DCB242","#DCA001"],[0,0.733,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
974
|
+
this.shape_77.setTransform(29.15,29.15);
|
|
975
|
+
|
|
976
|
+
this.shape_78 = new cjs.Shape();
|
|
977
|
+
this.shape_78.graphics.rf(["#FCE9BA","#DEB444","#DEA101"],[0,0.722,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
978
|
+
this.shape_78.setTransform(29.15,29.15);
|
|
979
|
+
|
|
980
|
+
this.shape_79 = new cjs.Shape();
|
|
981
|
+
this.shape_79.graphics.rf(["#FCE9BB","#DFB647","#DFA201"],[0,0.714,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
982
|
+
this.shape_79.setTransform(29.15,29.15);
|
|
983
|
+
|
|
984
|
+
this.shape_80 = new cjs.Shape();
|
|
985
|
+
this.shape_80.graphics.rf(["#FCEABD","#E1B749","#E1A301"],[0,0.702,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
986
|
+
this.shape_80.setTransform(29.15,29.15);
|
|
987
|
+
|
|
988
|
+
this.shape_81 = new cjs.Shape();
|
|
989
|
+
this.shape_81.graphics.rf(["#FCEBBF","#E2B94C","#E2A401"],[0,0.694,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
990
|
+
this.shape_81.setTransform(29.15,29.15);
|
|
991
|
+
|
|
992
|
+
this.shape_82 = new cjs.Shape();
|
|
993
|
+
this.shape_82.graphics.rf(["#FDEBC1","#E4BB4E","#E4A601"],[0,0.682,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
994
|
+
this.shape_82.setTransform(29.15,29.15);
|
|
995
|
+
|
|
996
|
+
this.shape_83 = new cjs.Shape();
|
|
997
|
+
this.shape_83.graphics.rf(["#FDECC2","#E5BD51","#E5A701"],[0,0.671,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
998
|
+
this.shape_83.setTransform(29.15,29.15);
|
|
999
|
+
|
|
1000
|
+
this.shape_84 = new cjs.Shape();
|
|
1001
|
+
this.shape_84.graphics.rf(["#FDECC4","#E6BF54","#E6A801"],[0,0.663,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1002
|
+
this.shape_84.setTransform(29.15,29.15);
|
|
1003
|
+
|
|
1004
|
+
this.shape_85 = new cjs.Shape();
|
|
1005
|
+
this.shape_85.graphics.rf(["#FDEDC6","#E8C056","#E8A901"],[0,0.651,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1006
|
+
this.shape_85.setTransform(29.15,29.15);
|
|
1007
|
+
|
|
1008
|
+
this.shape_86 = new cjs.Shape();
|
|
1009
|
+
this.shape_86.graphics.rf(["#FDEDC7","#E9C259","#E9AA01"],[0,0.643,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1010
|
+
this.shape_86.setTransform(29.15,29.15);
|
|
1011
|
+
|
|
1012
|
+
this.shape_87 = new cjs.Shape();
|
|
1013
|
+
this.shape_87.graphics.rf(["#FDEEC9","#EBC45B","#EBAB01"],[0,0.631,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1014
|
+
this.shape_87.setTransform(29.15,29.15);
|
|
1015
|
+
|
|
1016
|
+
this.shape_88 = new cjs.Shape();
|
|
1017
|
+
this.shape_88.graphics.rf(["#FDEECB","#ECC65E","#ECAC01"],[0,0.62,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1018
|
+
this.shape_88.setTransform(29.15,29.15);
|
|
1019
|
+
|
|
1020
|
+
this.shape_89 = new cjs.Shape();
|
|
1021
|
+
this.shape_89.graphics.rf(["#FDEFCC","#EEC760","#EEAD01"],[0,0.612,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1022
|
+
this.shape_89.setTransform(29.15,29.15);
|
|
1023
|
+
|
|
1024
|
+
this.shape_90 = new cjs.Shape();
|
|
1025
|
+
this.shape_90.graphics.rf(["#FDEFCE","#EFC963","#EFAE01"],[0,0.6,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1026
|
+
this.shape_90.setTransform(29.15,29.15);
|
|
1027
|
+
|
|
1028
|
+
this.shape_91 = new cjs.Shape();
|
|
1029
|
+
this.shape_91.graphics.rf(["#FDF0D0","#F1CB65","#F1AF01"],[0,0.592,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1030
|
+
this.shape_91.setTransform(29.15,29.15);
|
|
1031
|
+
|
|
1032
|
+
this.shape_92 = new cjs.Shape();
|
|
1033
|
+
this.shape_92.graphics.rf(["#FDF1D1","#F2CD68","#F2B001"],[0,0.58,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1034
|
+
this.shape_92.setTransform(29.15,29.15);
|
|
1035
|
+
|
|
1036
|
+
this.shape_93 = new cjs.Shape();
|
|
1037
|
+
this.shape_93.graphics.rf(["#FDF1D3","#F4CF6A","#F4B101"],[0,0.569,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1038
|
+
this.shape_93.setTransform(29.15,29.15);
|
|
1039
|
+
|
|
1040
|
+
this.shape_94 = new cjs.Shape();
|
|
1041
|
+
this.shape_94.graphics.rf(["#FEF2D5","#F5D06D","#F5B301"],[0,0.561,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1042
|
+
this.shape_94.setTransform(29.15,29.15);
|
|
1043
|
+
|
|
1044
|
+
this.shape_95 = new cjs.Shape();
|
|
1045
|
+
this.shape_95.graphics.rf(["#FEF2D7","#F7D26F","#F7B401"],[0,0.549,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1046
|
+
this.shape_95.setTransform(29.15,29.15);
|
|
1047
|
+
|
|
1048
|
+
this.shape_96 = new cjs.Shape();
|
|
1049
|
+
this.shape_96.graphics.rf(["#FEF3D8","#F8D472","#F8B501"],[0,0.537,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1050
|
+
this.shape_96.setTransform(29.15,29.15);
|
|
1051
|
+
|
|
1052
|
+
this.shape_97 = new cjs.Shape();
|
|
1053
|
+
this.shape_97.graphics.rf(["#FEF3DA","#FAD674","#FAB601"],[0,0.529,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1054
|
+
this.shape_97.setTransform(29.15,29.15);
|
|
1055
|
+
|
|
1056
|
+
this.shape_98 = new cjs.Shape();
|
|
1057
|
+
this.shape_98.graphics.rf(["#FEF4DC","#FBD777","#FBB701"],[0,0.518,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1058
|
+
this.shape_98.setTransform(29.15,29.15);
|
|
1059
|
+
|
|
1060
|
+
this.shape_99 = new cjs.Shape();
|
|
1061
|
+
this.shape_99.graphics.rf(["#FEF4DD","#FDD979","#FDB801"],[0,0.51,1],0.6,0,0,0,0,30).s().p("AjNDOQhVhWgBh4QABh4BVhVQBVhVB4gBQB4ABBWBVQBVBVABB4QgBB4hVBWQhWBVh4ABQh4gBhVhVg");
|
|
1062
|
+
this.shape_99.setTransform(29.15,29.15);
|
|
1063
|
+
|
|
1064
|
+
this.shape_100 = new cjs.Shape();
|
|
1065
|
+
this.shape_100.graphics.rf(["#000000","#FEDC7E","#FEB901"],[0,0.663,1],0.6,0,0,0,0,30).s().p("AjNDOQhWhVABh5QgBh3BWhWQBVhVB4gBQB4ABBWBVQBWBWAAB3QAAB5hWBVQhWBVh4AAQh4AAhVhVg");
|
|
1066
|
+
this.shape_100.setTransform(29.15,29.15);
|
|
1067
|
+
|
|
1068
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).to({state:[{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_4},{t:this.shape_2}]},1).to({state:[{t:this.shape_5},{t:this.shape_2}]},1).to({state:[{t:this.shape_6},{t:this.shape_2}]},1).to({state:[{t:this.shape_7},{t:this.shape_2}]},1).to({state:[{t:this.shape_8},{t:this.shape_2}]},1).to({state:[{t:this.shape_9},{t:this.shape_2}]},1).to({state:[{t:this.shape_10},{t:this.shape_2}]},1).to({state:[{t:this.shape_11},{t:this.shape_2}]},1).to({state:[{t:this.shape_12},{t:this.shape_2}]},1).to({state:[{t:this.shape_13},{t:this.shape_2}]},1).to({state:[{t:this.shape_14},{t:this.shape_2}]},1).to({state:[{t:this.shape_15},{t:this.shape_2}]},1).to({state:[{t:this.shape_16},{t:this.shape_2}]},1).to({state:[{t:this.shape_17},{t:this.shape_2}]},1).to({state:[{t:this.shape_18},{t:this.shape_2}]},1).to({state:[{t:this.shape_19},{t:this.shape_2}]},1).to({state:[{t:this.shape_20},{t:this.shape_2}]},1).to({state:[{t:this.shape_21},{t:this.shape_2}]},1).to({state:[{t:this.shape_22},{t:this.shape_2}]},1).to({state:[{t:this.shape_23},{t:this.shape_2}]},1).to({state:[{t:this.shape_24},{t:this.shape_2}]},1).to({state:[{t:this.shape_25},{t:this.shape_2}]},1).to({state:[{t:this.shape_26},{t:this.shape_2}]},1).to({state:[{t:this.shape_27},{t:this.shape_2}]},1).to({state:[{t:this.shape_28},{t:this.shape_2}]},1).to({state:[{t:this.shape_29},{t:this.shape_2}]},1).to({state:[{t:this.shape_30},{t:this.shape_2}]},1).to({state:[{t:this.shape_31},{t:this.shape_2}]},1).to({state:[{t:this.shape_32},{t:this.shape_2}]},1).to({state:[{t:this.shape_33},{t:this.shape_2}]},1).to({state:[{t:this.shape_34},{t:this.shape_2}]},1).to({state:[{t:this.shape_35},{t:this.shape_2}]},1).to({state:[{t:this.shape_36},{t:this.shape_2}]},1).to({state:[{t:this.shape_37},{t:this.shape_2}]},1).to({state:[{t:this.shape_38},{t:this.shape_2}]},1).to({state:[{t:this.shape_39},{t:this.shape_2}]},1).to({state:[{t:this.shape_40},{t:this.shape_2}]},1).to({state:[{t:this.shape_41},{t:this.shape_2}]},1).to({state:[{t:this.shape_42},{t:this.shape_2}]},1).to({state:[{t:this.shape_43},{t:this.shape_2}]},1).to({state:[{t:this.shape_44},{t:this.shape_2}]},1).to({state:[{t:this.shape_45},{t:this.shape_2}]},1).to({state:[{t:this.shape_46},{t:this.shape_2}]},1).to({state:[{t:this.shape_47},{t:this.shape_2}]},1).to({state:[{t:this.shape_48},{t:this.shape_2}]},1).to({state:[{t:this.shape_49},{t:this.shape_2}]},1).to({state:[{t:this.shape_50},{t:this.shape_2}]},1).to({state:[{t:this.shape_53},{t:this.shape_52},{t:this.shape_51},{t:this.shape}]},1).to({state:[{t:this.shape_54},{t:this.shape_2}]},1).to({state:[{t:this.shape_49},{t:this.shape_2}]},1).to({state:[{t:this.shape_55},{t:this.shape_2}]},1).to({state:[{t:this.shape_56},{t:this.shape_2}]},1).to({state:[{t:this.shape_57},{t:this.shape_2}]},1).to({state:[{t:this.shape_45},{t:this.shape_2}]},1).to({state:[{t:this.shape_58},{t:this.shape_2}]},1).to({state:[{t:this.shape_59},{t:this.shape_2}]},1).to({state:[{t:this.shape_60},{t:this.shape_2}]},1).to({state:[{t:this.shape_61},{t:this.shape_2}]},1).to({state:[{t:this.shape_62},{t:this.shape_2}]},1).to({state:[{t:this.shape_63},{t:this.shape_2}]},1).to({state:[{t:this.shape_64},{t:this.shape_2}]},1).to({state:[{t:this.shape_65},{t:this.shape_2}]},1).to({state:[{t:this.shape_66},{t:this.shape_2}]},1).to({state:[{t:this.shape_67},{t:this.shape_2}]},1).to({state:[{t:this.shape_68},{t:this.shape_2}]},1).to({state:[{t:this.shape_69},{t:this.shape_2}]},1).to({state:[{t:this.shape_70},{t:this.shape_2}]},1).to({state:[{t:this.shape_71},{t:this.shape_2}]},1).to({state:[{t:this.shape_72},{t:this.shape_2}]},1).to({state:[{t:this.shape_73},{t:this.shape_2}]},1).to({state:[{t:this.shape_74},{t:this.shape_2}]},1).to({state:[{t:this.shape_75},{t:this.shape_2}]},1).to({state:[{t:this.shape_76},{t:this.shape_2}]},1).to({state:[{t:this.shape_77},{t:this.shape_2}]},1).to({state:[{t:this.shape_78},{t:this.shape_2}]},1).to({state:[{t:this.shape_79},{t:this.shape_2}]},1).to({state:[{t:this.shape_80},{t:this.shape_2}]},1).to({state:[{t:this.shape_81},{t:this.shape_2}]},1).to({state:[{t:this.shape_82},{t:this.shape_2}]},1).to({state:[{t:this.shape_83},{t:this.shape_2}]},1).to({state:[{t:this.shape_84},{t:this.shape_2}]},1).to({state:[{t:this.shape_85},{t:this.shape_2}]},1).to({state:[{t:this.shape_86},{t:this.shape_2}]},1).to({state:[{t:this.shape_87},{t:this.shape_2}]},1).to({state:[{t:this.shape_88},{t:this.shape_2}]},1).to({state:[{t:this.shape_89},{t:this.shape_2}]},1).to({state:[{t:this.shape_90},{t:this.shape_2}]},1).to({state:[{t:this.shape_91},{t:this.shape_2}]},1).to({state:[{t:this.shape_92},{t:this.shape_2}]},1).to({state:[{t:this.shape_93},{t:this.shape_2}]},1).to({state:[{t:this.shape_94},{t:this.shape_2}]},1).to({state:[{t:this.shape_95},{t:this.shape_2}]},1).to({state:[{t:this.shape_96},{t:this.shape_2}]},1).to({state:[{t:this.shape_97},{t:this.shape_2}]},1).to({state:[{t:this.shape_98},{t:this.shape_2}]},1).to({state:[{t:this.shape_99},{t:this.shape_2}]},1).to({state:[{t:this.shape_100},{t:this.shape_52},{t:this.shape_1},{t:this.shape}]},1).wait(1));
|
|
1069
|
+
|
|
1070
|
+
// Layer_2
|
|
1071
|
+
this.shape_101 = new cjs.Shape();
|
|
1072
|
+
this.shape_101.graphics.rf(["rgba(51,51,51,0.6)","rgba(212,67,67,0)"],[0.329,1],0.9,-0.1,0,0,0,45.6).s().p("Ak+E/QiDiFAAi6QAAi5CDiEQCFiEC5AAQC7AACECEQCDCEAAC5QAAC6iDCFQiECDi7AAQi5AAiFiDg");
|
|
1073
|
+
this.shape_101.setTransform(28.7,29.4);
|
|
1074
|
+
|
|
1075
|
+
this.timeline.addTween(cjs.Tween.get(this.shape_101).wait(100));
|
|
1076
|
+
|
|
1077
|
+
this._renderFirstFrame();
|
|
1078
|
+
|
|
1079
|
+
}).prototype = p = new cjs.MovieClip();
|
|
1080
|
+
p.nominalBounds = new cjs.Rectangle(-16.3,-15.6,90,90);
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
(lib.Backgroundshape1 = function(mode,startPosition,loop) {
|
|
1084
|
+
if (loop == null) { loop = false; } this.initialize(mode,startPosition,loop,{});
|
|
1085
|
+
|
|
1086
|
+
// Layer_2
|
|
1087
|
+
this.shape = new cjs.Shape();
|
|
1088
|
+
this.shape.graphics.lf(["rgba(0,0,0,0)","rgba(0,0,0,0.2)","rgba(0,0,0,0.298)"],[0,1,1],-50.9,50,-50.9,-49.9).s().p("EiV+AH0IgBvnMEr/AAAIAAPng");
|
|
1089
|
+
this.shape.setTransform(960,50);
|
|
1090
|
+
|
|
1091
|
+
this.shape_1 = new cjs.Shape();
|
|
1092
|
+
this.shape_1.graphics.lf(["rgba(0,0,0,0)","rgba(0,0,0,0.2)","rgba(0,0,0,0.298)"],[0,1,1],-52.8,-49.9,-52.8,50).s().p("EiV+AH0IgBvnMEr/AAAIAAPng");
|
|
1093
|
+
this.shape_1.setTransform(960,1036.6);
|
|
1094
|
+
|
|
1095
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).wait(1));
|
|
1096
|
+
|
|
1097
|
+
// Layer_1
|
|
1098
|
+
this.instance = new lib.Bitmap2();
|
|
1099
|
+
|
|
1100
|
+
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
1101
|
+
|
|
1102
|
+
this._renderFirstFrame();
|
|
1103
|
+
|
|
1104
|
+
}).prototype = getMCSymbolPrototype(lib.Backgroundshape1, new cjs.Rectangle(0,0,1923,1102), null);
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
(lib.mobile = function(mode,startPosition,loop) {
|
|
1108
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1109
|
+
|
|
1110
|
+
// Layer 1
|
|
1111
|
+
this.shape = new cjs.Shape();
|
|
1112
|
+
this.shape.graphics.rf(["#320B1F","#190412"],[0.004,1],0,0,0,0,0,6.2).s().p("AgoBOIAAibIBRAGIgTCVg");
|
|
1113
|
+
this.shape.setTransform(37.4993,6.53,0.8388,0.8388);
|
|
1114
|
+
|
|
1115
|
+
this.shape_1 = new cjs.Shape();
|
|
1116
|
+
this.shape_1.graphics.rf(["#320B1F","#190412"],[0.004,1],0,0,0,0,0,30.1).s().p("AhQE/IiZp9IHTgkIgbLFg");
|
|
1117
|
+
this.shape_1.setTransform(19.6443,42.1367,0.8388,0.8388);
|
|
1118
|
+
|
|
1119
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).wait(1));
|
|
1120
|
+
|
|
1121
|
+
this._renderFirstFrame();
|
|
1122
|
+
|
|
1123
|
+
}).prototype = getMCSymbolPrototype(lib.mobile, new cjs.Rectangle(0,0,41,72), null);
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
(lib.CloseButton = function(mode,startPosition,loop) {
|
|
1127
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1128
|
+
|
|
1129
|
+
// Laag 1
|
|
1130
|
+
this.shape = new cjs.Shape();
|
|
1131
|
+
this.shape.graphics.f().s("#FF873A").ss(3,1,1).p("AAEgDIA9A9AAEgDIBChCAg6hBIA+A+AhFBGIBJhJ");
|
|
1132
|
+
this.shape.setTransform(6.675,7.525);
|
|
1133
|
+
|
|
1134
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
1135
|
+
|
|
1136
|
+
// Laag 2
|
|
1137
|
+
this.shape_1 = new cjs.Shape();
|
|
1138
|
+
this.shape_1.graphics.f("#51232D").s().p("AhbBcIAAi3IC3AAIAAC3g");
|
|
1139
|
+
this.shape_1.setTransform(6.75,7.75);
|
|
1140
|
+
|
|
1141
|
+
this.timeline.addTween(cjs.Tween.get(this.shape_1).wait(1));
|
|
1142
|
+
|
|
1143
|
+
this._renderFirstFrame();
|
|
1144
|
+
|
|
1145
|
+
}).prototype = getMCSymbolPrototype(lib.CloseButton, new cjs.Rectangle(-2.4,-1.4,18.3,18.299999999999997), null);
|
|
1146
|
+
|
|
1147
|
+
|
|
1148
|
+
(lib.PlaceholderAlternateColor = function(mode,startPosition,loop) {
|
|
1149
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1150
|
+
|
|
1151
|
+
// Layer 1
|
|
1152
|
+
this.instance = new lib.TextPlaceholderBackgroundAlternate();
|
|
1153
|
+
|
|
1154
|
+
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
1155
|
+
|
|
1156
|
+
this._renderFirstFrame();
|
|
1157
|
+
|
|
1158
|
+
}).prototype = getMCSymbolPrototype(lib.PlaceholderAlternateColor, new cjs.Rectangle(0,0,100,100), null);
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
(lib.Placeholder = function(mode,startPosition,loop) {
|
|
1162
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1163
|
+
|
|
1164
|
+
// Layer 1
|
|
1165
|
+
this.instance = new lib.TextPlaceholderBackground();
|
|
1166
|
+
|
|
1167
|
+
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
1168
|
+
|
|
1169
|
+
this._renderFirstFrame();
|
|
1170
|
+
|
|
1171
|
+
}).prototype = getMCSymbolPrototype(lib.Placeholder, new cjs.Rectangle(0,0,100,100), null);
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
(lib.Placeholder_1 = function(mode,startPosition,loop) {
|
|
1175
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1176
|
+
|
|
1177
|
+
// Layer 1
|
|
1178
|
+
this.instance_1 = new lib.TextPlaceholderBackground_1();
|
|
1179
|
+
this.instance_1.setTransform(0,0,0.901,1);
|
|
1180
|
+
|
|
1181
|
+
this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1));
|
|
1182
|
+
|
|
1183
|
+
this._renderFirstFrame();
|
|
1184
|
+
|
|
1185
|
+
}).prototype = getMCSymbolPrototype(lib.Placeholder_1, new cjs.Rectangle(0,0,90.1,100), null);
|
|
1186
|
+
|
|
1187
|
+
|
|
1188
|
+
(lib.scrollBar = function(mode,startPosition,loop) {
|
|
1189
|
+
if (loop == null) { loop = false; } this.initialize(mode,startPosition,loop,{});
|
|
1190
|
+
|
|
1191
|
+
// Layer 1
|
|
1192
|
+
this.bottom = new lib.Marker_1();
|
|
1193
|
+
this.bottom.setTransform(10.6,440);
|
|
1194
|
+
|
|
1195
|
+
this.top = new lib.Marker_1();
|
|
1196
|
+
this.top.setTransform(11.3,0);
|
|
1197
|
+
|
|
1198
|
+
this.shape = new cjs.Shape();
|
|
1199
|
+
this.shape.graphics.f().s("rgba(89,34,48,0)").ss(0.1).p("EACgAiYIk/AAMAAAhEvIE/AAg");
|
|
1200
|
+
this.shape.setTransform(15.975,219.975);
|
|
1201
|
+
|
|
1202
|
+
this.shape_1 = new cjs.Shape();
|
|
1203
|
+
this.shape_1.graphics.f("#8B504F").s().p("EgCfAiYMAAAhEvIE/AAMAAABEvg");
|
|
1204
|
+
this.shape_1.setTransform(15.975,219.975);
|
|
1205
|
+
|
|
1206
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape},{t:this.top},{t:this.bottom}]}).wait(1));
|
|
1207
|
+
|
|
1208
|
+
this._renderFirstFrame();
|
|
1209
|
+
|
|
1210
|
+
}).prototype = getMCSymbolPrototype(lib.scrollBar, new cjs.Rectangle(-1,-1,34,442), null);
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
(lib.Scrollbar = function(mode,startPosition,loop) {
|
|
1214
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1215
|
+
|
|
1216
|
+
// Layer 1
|
|
1217
|
+
this.maximum = new lib.Marker_1();
|
|
1218
|
+
this.maximum.setTransform(20.1,736.6,1,1,0,0,0,0.1,0);
|
|
1219
|
+
|
|
1220
|
+
this.minimum = new lib.Marker_1();
|
|
1221
|
+
this.minimum.setTransform(20,45);
|
|
1222
|
+
|
|
1223
|
+
this.indicator = new lib.scrollBar();
|
|
1224
|
+
this.indicator.setTransform(19.95,88.15,0.8125,0.3862,0,0,0,15.9,0.3);
|
|
1225
|
+
|
|
1226
|
+
this.down = new lib.btnScrollDown();
|
|
1227
|
+
this.down.setTransform(17.9,775.1,1,1.6107,0,0,0,17.9,10.8);
|
|
1228
|
+
new cjs.ButtonHelper(this.down, 0, 1, 1);
|
|
1229
|
+
|
|
1230
|
+
this.up = new lib.btnScrollUp();
|
|
1231
|
+
this.up.setTransform(19.7,21,1,1.3384,0,0,0,19.7,15.5);
|
|
1232
|
+
new cjs.ButtonHelper(this.up, 0, 1, 1);
|
|
1233
|
+
|
|
1234
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.up},{t:this.down},{t:this.indicator},{t:this.minimum},{t:this.maximum}]}).wait(1));
|
|
1235
|
+
|
|
1236
|
+
// Layer 2
|
|
1237
|
+
this.shape = new cjs.Shape();
|
|
1238
|
+
this.shape.graphics.f("#592230").s().p("EgDEA4mMAAAhxKIGJAAMAAABxKg");
|
|
1239
|
+
this.shape.setTransform(19.65,403.9);
|
|
1240
|
+
|
|
1241
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
1242
|
+
|
|
1243
|
+
this._renderFirstFrame();
|
|
1244
|
+
|
|
1245
|
+
}).prototype = getMCSymbolPrototype(lib.Scrollbar, new cjs.Rectangle(-2.6,-2.4,44.6,806.8), null);
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
(lib.LinkAccountButton = function(mode,startPosition,loop) {
|
|
1249
|
+
this.initialize(mode,startPosition,loop,{Over:1,Up:7});
|
|
1250
|
+
|
|
1251
|
+
// timeline functions:
|
|
1252
|
+
this.frame_0 = function() {
|
|
1253
|
+
this.stop();
|
|
1254
|
+
}
|
|
1255
|
+
this.frame_6 = function() {
|
|
1256
|
+
this.stop ();
|
|
1257
|
+
}
|
|
1258
|
+
this.frame_12 = function() {
|
|
1259
|
+
this.gotoAndStop(1);
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
// actions tween:
|
|
1263
|
+
this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(6).call(this.frame_6).wait(6).call(this.frame_12).wait(1));
|
|
1264
|
+
|
|
1265
|
+
// Layer 4
|
|
1266
|
+
this.instance = new lib.BigtextPlaceHolder();
|
|
1267
|
+
this.instance.setTransform(28.95,16.5,0.7412,0.7412);
|
|
1268
|
+
this.instance._off = true;
|
|
1269
|
+
|
|
1270
|
+
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1).to({_off:false},0).wait(5).to({regX:152.1,regY:35.8,scaleX:0.9109,scaleY:0.9109,rotation:-5.897,x:166.4,y:34.75},0).wait(1).to({regY:35.9,scaleX:0.9115,scaleY:0.9094,rotation:-5.9068,x:162.4,y:37.4},0).wait(5).to({regX:0,regY:0,scaleX:0.7412,scaleY:0.7412,rotation:0,x:29.5,y:15.85},0).wait(1));
|
|
1271
|
+
|
|
1272
|
+
// Laag 2
|
|
1273
|
+
this.text = new lib.Placeholder();
|
|
1274
|
+
this.text.setTransform(-137.95,25.55,5.6937,0.5839,0,0,0,-0.3,0.1);
|
|
1275
|
+
|
|
1276
|
+
this.timeline.addTween(cjs.Tween.get(this.text).wait(13));
|
|
1277
|
+
|
|
1278
|
+
// Layer 3
|
|
1279
|
+
this.shape = new cjs.Shape();
|
|
1280
|
+
this.shape.graphics.f("#0F0609").s().p("EgubAFMIixqzMBiZgAvIkKMtg");
|
|
1281
|
+
this.shape.setTransform(149.35,58.4,1,1,0,0,0,-0.1,2.7);
|
|
1282
|
+
|
|
1283
|
+
this.instance_1 = new lib.Tween7("synched",0);
|
|
1284
|
+
this.instance_1.setTransform(149.45,55.7);
|
|
1285
|
+
|
|
1286
|
+
this.instance_2 = new lib.Tween16("synched",0);
|
|
1287
|
+
this.instance_2.setTransform(149.45,55.7);
|
|
1288
|
+
|
|
1289
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape}]}).to({state:[{t:this.instance_1}]},1).to({state:[{t:this.instance_2}]},11).wait(1));
|
|
1290
|
+
|
|
1291
|
+
// Layer 2
|
|
1292
|
+
this.shape_1 = new cjs.Shape();
|
|
1293
|
+
this.shape_1.graphics.f().s("#0F0609").ss(3).p("EBJTgKiMiSnABSID4SZMCH0ABbg");
|
|
1294
|
+
this.shape_1.setTransform(137.7,60.6,0.6821,0.6821,0,0,0,-18.9,6.3);
|
|
1295
|
+
|
|
1296
|
+
this.shape_2 = new cjs.Shape();
|
|
1297
|
+
this.shape_2.graphics.f().s("#4B251B").ss(3.9).p("EgyDgGlMBkEgAZIkaN+MhdEgAdg");
|
|
1298
|
+
this.shape_2.setTransform(151.25,55.9,1,1,0,0,0,0.2,0);
|
|
1299
|
+
|
|
1300
|
+
this.shape_3 = new cjs.Shape();
|
|
1301
|
+
this.shape_3.graphics.f().s("#7C3E29").ss(4.7).p("EgyFgG0MBkHAAAIkINpMhdcgACg");
|
|
1302
|
+
this.shape_3.setTransform(151.7,55.6,1,1,0,0,0,0.3,0);
|
|
1303
|
+
|
|
1304
|
+
this.shape_4 = new cjs.Shape();
|
|
1305
|
+
this.shape_4.graphics.f().s("#A35135").ss(5.3).p("EgyHgG/MBkLAAVIj8NXMhdtAATg");
|
|
1306
|
+
this.shape_4.setTransform(151.95,55.25,1,1,0,0,0,0.3,0);
|
|
1307
|
+
|
|
1308
|
+
this.shape_5 = new cjs.Shape();
|
|
1309
|
+
this.shape_5.graphics.f().s("#BE5F3D").ss(5.7).p("EgyIgHHMBkNAAiIjzNMMhd6AAig");
|
|
1310
|
+
this.shape_5.setTransform(152.15,55.1,1,1,0,0,0,0.3,0);
|
|
1311
|
+
|
|
1312
|
+
this.shape_6 = new cjs.Shape();
|
|
1313
|
+
this.shape_6.graphics.f().s("#CF6741").ss(5.9).p("EgyIgHMMBkNAArIjtNEMheCAArg");
|
|
1314
|
+
this.shape_6.setTransform(152.25,55,1,1,0,0,0,0.3,0);
|
|
1315
|
+
|
|
1316
|
+
this.shape_7 = new cjs.Shape();
|
|
1317
|
+
this.shape_7.graphics.f().s("#D46A43").ss(6).p("EA88gMcMh53AHiIEORYMBySgIxg");
|
|
1318
|
+
this.shape_7.setTransform(153.25,64.7,0.8208,0.8208,3.9527,0,0,6.3,9.5);
|
|
1319
|
+
|
|
1320
|
+
this.shape_8 = new cjs.Shape();
|
|
1321
|
+
this.shape_8.graphics.f().s("#B35939").ss(5.5).p("EgyHgHEMBkLAAdIj2NRMhd1AAbg");
|
|
1322
|
+
this.shape_8.setTransform(152.05,55.1,1,1,0,0,0,0.3,0);
|
|
1323
|
+
|
|
1324
|
+
this.shape_9 = new cjs.Shape();
|
|
1325
|
+
this.shape_9.graphics.f().s("#924930").ss(5).p("EgyGgG6MBkJAAMIkBNfMhdmAAKg");
|
|
1326
|
+
this.shape_9.setTransform(151.85,55.25,1,1,0,0,0,0.3,0);
|
|
1327
|
+
|
|
1328
|
+
this.shape_10 = new cjs.Shape();
|
|
1329
|
+
this.shape_10.graphics.f().s("#723826").ss(4.5).p("EgyEgGxMBkGgAFIkMNtMhdXgAIg");
|
|
1330
|
+
this.shape_10.setTransform(151.65,55.5,1,1,0,0,0,0.3,0);
|
|
1331
|
+
|
|
1332
|
+
this.shape_11 = new cjs.Shape();
|
|
1333
|
+
this.shape_11.graphics.f().s("#51271C").ss(4).p("EgyDgGnMBkEgAWIkXN8MhdHgAag");
|
|
1334
|
+
this.shape_11.setTransform(151.3,55.65,1,1,0,0,0,0.2,0);
|
|
1335
|
+
|
|
1336
|
+
this.shape_12 = new cjs.Shape();
|
|
1337
|
+
this.shape_12.graphics.f().s("#301713").ss(3.5).p("EgyCgGdMBkCgAnIkjOKMhc4gAsg");
|
|
1338
|
+
this.shape_12.setTransform(151.15,55.8,1,1,0,0,0,0.2,0);
|
|
1339
|
+
|
|
1340
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1,p:{x:137.7,y:60.6}}]}).to({state:[{t:this.shape_2}]},1).to({state:[{t:this.shape_3}]},1).to({state:[{t:this.shape_4}]},1).to({state:[{t:this.shape_5}]},1).to({state:[{t:this.shape_6}]},1).to({state:[{t:this.shape_7}]},1).to({state:[{t:this.shape_8}]},1).to({state:[{t:this.shape_9}]},1).to({state:[{t:this.shape_10}]},1).to({state:[{t:this.shape_11}]},1).to({state:[{t:this.shape_12}]},1).to({state:[{t:this.shape_1,p:{x:137.75,y:60.3}}]},1).wait(1));
|
|
1341
|
+
|
|
1342
|
+
// Layer 1
|
|
1343
|
+
this.shape_13 = new cjs.Shape();
|
|
1344
|
+
this.shape_13.graphics.f("#592230").s().p("EgxrAFeIhsqBMBmvgBbIlJL9g");
|
|
1345
|
+
this.shape_13.setTransform(141.8,57.9,0.9896,1,0,0,0,-13.3,3.1);
|
|
1346
|
+
|
|
1347
|
+
this.instance_3 = new lib.Tween11("synched",0);
|
|
1348
|
+
this.instance_3.setTransform(155,54.8);
|
|
1349
|
+
this.instance_3._off = true;
|
|
1350
|
+
|
|
1351
|
+
this.instance_4 = new lib.Tween12("synched",0);
|
|
1352
|
+
this.instance_4.setTransform(154.25,52.75);
|
|
1353
|
+
this.instance_4._off = true;
|
|
1354
|
+
|
|
1355
|
+
this.instance_5 = new lib.Tween17("synched",0);
|
|
1356
|
+
this.instance_5.setTransform(155,54.8);
|
|
1357
|
+
|
|
1358
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_13}]}).to({state:[{t:this.instance_3}]},1).to({state:[{t:this.instance_4}]},5).to({state:[{t:this.instance_5}]},6).wait(1));
|
|
1359
|
+
this.timeline.addTween(cjs.Tween.get(this.instance_3).wait(1).to({_off:false},0).to({_off:true,x:154.25,y:52.75},5).wait(7));
|
|
1360
|
+
this.timeline.addTween(cjs.Tween.get(this.instance_4).wait(1).to({_off:false},5).to({_off:true,x:155,y:54.8},6).wait(1));
|
|
1361
|
+
|
|
1362
|
+
this._renderFirstFrame();
|
|
1363
|
+
|
|
1364
|
+
}).prototype = p = new cjs.MovieClip();
|
|
1365
|
+
p.nominalBounds = new cjs.Rectangle(-172.5,5.7,652.9,98.8);
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
(lib.Button = function(mode,startPosition,loop) {
|
|
1369
|
+
this.initialize(mode,startPosition,loop,{"Over":1,"Up":7});
|
|
1370
|
+
|
|
1371
|
+
// timeline functions:
|
|
1372
|
+
this.frame_0 = function() {
|
|
1373
|
+
this.stop();
|
|
1374
|
+
}
|
|
1375
|
+
this.frame_6 = function() {
|
|
1376
|
+
this.stop ();
|
|
1377
|
+
}
|
|
1378
|
+
this.frame_12 = function() {
|
|
1379
|
+
this.gotoAndStop(1);
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
// actions tween:
|
|
1383
|
+
this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(6).call(this.frame_6).wait(6).call(this.frame_12).wait(1));
|
|
1384
|
+
|
|
1385
|
+
// Layer 4
|
|
1386
|
+
this.instance = new lib.BigtextPlaceHolder();
|
|
1387
|
+
this.instance.setTransform(28.95,16.5,0.7412,0.7412);
|
|
1388
|
+
this.instance._off = true;
|
|
1389
|
+
|
|
1390
|
+
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1).to({_off:false},0).wait(5).to({regX:152.1,regY:35.8,scaleX:0.9109,scaleY:0.9109,rotation:-5.897,x:166.4,y:34.75},0).wait(1).to({regY:35.9,scaleX:0.9115,scaleY:0.9094,rotation:-5.9068,x:162.4,y:37.4},0).wait(5).to({regX:0,regY:0,scaleX:0.7412,scaleY:0.7412,rotation:0,x:29.5,y:15.85},0).wait(1));
|
|
1391
|
+
|
|
1392
|
+
// Laag 2
|
|
1393
|
+
this.text = new lib.Placeholder();
|
|
1394
|
+
this.text.setTransform(32.15,16.1,2.1965,0.7412,1.7023,0,0,0.2,0.4);
|
|
1395
|
+
|
|
1396
|
+
this.timeline.addTween(cjs.Tween.get(this.text).wait(1).to({regX:0,regY:0,scaleX:2.5611,scaleY:0.9314,rotation:-1.3547,x:23.35,y:15.4},5).wait(1).to({regX:0.2,regY:0.2,scaleX:2.1964,scaleY:0.7412,rotation:1.7035,x:32.15,y:16},5).wait(1));
|
|
1397
|
+
|
|
1398
|
+
// Layer 3
|
|
1399
|
+
this.shape = new cjs.Shape();
|
|
1400
|
+
this.shape.graphics.f("#0F0609").s().p("A6PISIhkyvMA3ngBQIigXbg");
|
|
1401
|
+
this.shape.setTransform(141.8765,59.3426,0.6821,0.6821);
|
|
1402
|
+
|
|
1403
|
+
this.shape_1 = new cjs.Shape();
|
|
1404
|
+
this.shape_1.graphics.f("#0F0609").s().p("AzGHIIhht3MApPgB+IhbRbg");
|
|
1405
|
+
this.shape_1.setTransform(144.775,56.525);
|
|
1406
|
+
|
|
1407
|
+
this.shape_2 = new cjs.Shape();
|
|
1408
|
+
this.shape_2.graphics.f("#0F0609").s().p("A0CISIh3uuMArzgC1IhNSjg");
|
|
1409
|
+
this.shape_2.setTransform(147.025,54.3);
|
|
1410
|
+
|
|
1411
|
+
this.shape_3 = new cjs.Shape();
|
|
1412
|
+
this.shape_3.graphics.f("#0F0609").s().p("A0tJGIiGvUMAtngDdIhCTXg");
|
|
1413
|
+
this.shape_3.setTransform(148.625,52.725);
|
|
1414
|
+
|
|
1415
|
+
this.shape_4 = new cjs.Shape();
|
|
1416
|
+
this.shape_4.graphics.f("#0F0609").s().p("A1HJlIiPvrMAuugD0Ig9T1g");
|
|
1417
|
+
this.shape_4.setTransform(149.6,51.8);
|
|
1418
|
+
|
|
1419
|
+
this.shape_5 = new cjs.Shape();
|
|
1420
|
+
this.shape_5.graphics.f("#0F0609").s().p("A0lI7IiDvLMAtSgDVIhFTLg");
|
|
1421
|
+
this.shape_5.setTransform(147.8,54.175);
|
|
1422
|
+
|
|
1423
|
+
this.shape_6 = new cjs.Shape();
|
|
1424
|
+
this.shape_6.graphics.f("#0F0609").s().p("Az6IGIh0ukMArdgCtIhPSXg");
|
|
1425
|
+
this.shape_6.setTransform(146.325,55.475);
|
|
1426
|
+
|
|
1427
|
+
this.shape_7 = new cjs.Shape();
|
|
1428
|
+
this.shape_7.graphics.f("#0F0609").s().p("AzPHTIhkt/MApngCFIhZRkg");
|
|
1429
|
+
this.shape_7.setTransform(144.825,56.75);
|
|
1430
|
+
|
|
1431
|
+
this.shape_8 = new cjs.Shape();
|
|
1432
|
+
this.shape_8.graphics.f("#0F0609").s().p("AykGeIhUtYMAnxgBeIhjQxg");
|
|
1433
|
+
this.shape_8.setTransform(143.35,58.05);
|
|
1434
|
+
|
|
1435
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape}]}).to({state:[{t:this.shape}]},1).to({state:[{t:this.shape_1}]},1).to({state:[{t:this.shape_2}]},1).to({state:[{t:this.shape_3}]},1).to({state:[{t:this.shape_4}]},1).to({state:[{t:this.shape}]},1).to({state:[{t:this.shape}]},1).to({state:[{t:this.shape_5}]},1).to({state:[{t:this.shape_6}]},1).to({state:[{t:this.shape_7}]},1).to({state:[{t:this.shape_8}]},1).to({state:[{t:this.shape}]},1).wait(1));
|
|
1436
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1).to({x:141.8701,y:59.3412},0).to({_off:true},1).wait(4).to({_off:false,scaleX:0.8496,scaleY:0.8496,rotation:-3.4947,x:153.5943,y:60.256},0).wait(1).to({regX:-0.3,regY:0.2,scaleX:0.8502,scaleY:0.8482,rotation:-3.4995,x:152.7,y:61.8},0).to({_off:true},1).wait(4).to({_off:false,regX:0,regY:0,scaleX:0.6821,scaleY:0.6821,rotation:0,x:141.8733,y:59.3412},0).wait(1));
|
|
1437
|
+
|
|
1438
|
+
// Layer 2
|
|
1439
|
+
this.shape_9 = new cjs.Shape();
|
|
1440
|
+
this.shape_9.graphics.f().s("#0F0609").ss(3).p("AdstRMg7XABQIDIV3MA1bADcg");
|
|
1441
|
+
this.shape_9.setTransform(137.7657,60.7251,0.6821,0.6821);
|
|
1442
|
+
|
|
1443
|
+
this.shape_10 = new cjs.Shape();
|
|
1444
|
+
this.shape_10.graphics.f().s("#562A1E").ss(4.1).p("A1tp1MArbAATIimTWMgm/gDng");
|
|
1445
|
+
this.shape_10.setTransform(143.45,64,1,1,0,0,0,0.1,0);
|
|
1446
|
+
|
|
1447
|
+
this.shape_11 = new cjs.Shape();
|
|
1448
|
+
this.shape_11.graphics.f().s("#8D462E").ss(4.9).p("A23qxMAtuABMIjIUVMgo/gElg");
|
|
1449
|
+
this.shape_11.setTransform(147.85,64.35,1,1,0,0,0,0.1,0);
|
|
1450
|
+
|
|
1451
|
+
this.shape_12 = new cjs.Shape();
|
|
1452
|
+
this.shape_12.graphics.f().s("#B45A3A").ss(5.5).p("A3srbMAvXAB1IjgVBMgqagFTg");
|
|
1453
|
+
this.shape_12.setTransform(151,64.7,1,1,0,0,0,0.1,0.1);
|
|
1454
|
+
|
|
1455
|
+
this.shape_13 = new cjs.Shape();
|
|
1456
|
+
this.shape_13.graphics.f().s("#CC6641").ss(5.9).p("A4Mr1MAwWACOIjvVbMgrQgFtg");
|
|
1457
|
+
this.shape_13.setTransform(152.9,64.85,1,1,0,0,0,0.1,0.1);
|
|
1458
|
+
|
|
1459
|
+
this.shape_14 = new cjs.Shape();
|
|
1460
|
+
this.shape_14.graphics.f().s("#D46A43").ss(6).p("AdttSMg7XABQIDIV3MA1bADcg");
|
|
1461
|
+
this.shape_14.setTransform(153.35,64.65,0.8208,0.8208,3.9527,0,0,5.9,2.9);
|
|
1462
|
+
|
|
1463
|
+
this.shape_15 = new cjs.Shape();
|
|
1464
|
+
this.shape_15.graphics.f().s("#AD5637").ss(5.4).p("A3irSMAvDABsIjbU3MgqKgFIg");
|
|
1465
|
+
this.shape_15.setTransform(149.7,66,1,1,0,0,0,0.1,0.1);
|
|
1466
|
+
|
|
1467
|
+
this.shape_16 = new cjs.Shape();
|
|
1468
|
+
this.shape_16.graphics.f().s("#85422C").ss(4.8).p("A2tqnMAtaABDIjDULMgougEcg");
|
|
1469
|
+
this.shape_16.setTransform(146.7,65.3,1,1,0,0,0,0.1,0);
|
|
1470
|
+
|
|
1471
|
+
this.shape_17 = new cjs.Shape();
|
|
1472
|
+
this.shape_17.graphics.f().s("#5E2E20").ss(4.2).p("A15p9MAryAAbIisTeMgnSgDvg");
|
|
1473
|
+
this.shape_17.setTransform(143.8,64.7,1,1,0,0,0,0.1,0);
|
|
1474
|
+
|
|
1475
|
+
this.shape_18 = new cjs.Shape();
|
|
1476
|
+
this.shape_18.graphics.f().s("#361A15").ss(3.6).p("A1EpMMAqJgANIiTSyMgl3gDDg");
|
|
1477
|
+
this.shape_18.setTransform(140.8,63.4,1,1,0,0,0,0.1,0);
|
|
1478
|
+
|
|
1479
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_9,p:{regX:0,regY:0,x:137.7657,y:60.7251}}]}).to({state:[{t:this.shape_9,p:{regX:-0.1,regY:-0.1,x:137.7,y:60.65}}]},1).to({state:[{t:this.shape_10}]},1).to({state:[{t:this.shape_11}]},1).to({state:[{t:this.shape_12}]},1).to({state:[{t:this.shape_13}]},1).to({state:[{t:this.shape_14,p:{regX:5.9,regY:2.9,scaleX:0.8208,scaleY:0.8208,rotation:3.9527,x:153.35,y:64.65}}]},1).to({state:[{t:this.shape_14,p:{regX:5.8,regY:2.8,scaleX:0.8213,scaleY:0.8194,rotation:3.9584,x:152.4,y:66.3}}]},1).to({state:[{t:this.shape_15}]},1).to({state:[{t:this.shape_16}]},1).to({state:[{t:this.shape_17}]},1).to({state:[{t:this.shape_18}]},1).to({state:[{t:this.shape_9,p:{regX:0,regY:-0.1,x:137.75,y:60.65}}]},1).wait(1));
|
|
1480
|
+
|
|
1481
|
+
// Layer 1
|
|
1482
|
+
this.shape_19 = new cjs.Shape();
|
|
1483
|
+
this.shape_19.graphics.f("#592230").s().p("A/ZGuIDc1jMA7XAEsIigY/g");
|
|
1484
|
+
this.shape_19.setTransform(137.1018,64.7993,0.6821,0.6821);
|
|
1485
|
+
|
|
1486
|
+
this.shape_20 = new cjs.Shape();
|
|
1487
|
+
this.shape_20.graphics.f("#592230").s().p("A2yFkICEv1MArhACOIhVSUg");
|
|
1488
|
+
this.shape_20.setTransform(140.75,65.5);
|
|
1489
|
+
|
|
1490
|
+
this.shape_21 = new cjs.Shape();
|
|
1491
|
+
this.shape_21.graphics.f("#592230").s().p("A32GWIB3wuMAt2ABcIhATVg");
|
|
1492
|
+
this.shape_21.setTransform(143.6,66);
|
|
1493
|
+
|
|
1494
|
+
this.shape_22 = new cjs.Shape();
|
|
1495
|
+
this.shape_22.graphics.f("#592230").s().p("A4nG4IBtxVMAviAA5IgzUCg");
|
|
1496
|
+
this.shape_22.setTransform(145.625,66.375);
|
|
1497
|
+
|
|
1498
|
+
this.shape_23 = new cjs.Shape();
|
|
1499
|
+
this.shape_23.graphics.f("#592230").s().p("A5EHNIBnxtMAwiAAkIgqUdg");
|
|
1500
|
+
this.shape_23.setTransform(146.825,66.625);
|
|
1501
|
+
|
|
1502
|
+
this.shape_24 = new cjs.Shape();
|
|
1503
|
+
this.shape_24.graphics.f("#592230").s().p("A4eGwIBvxLMAvOABAIg2T3g");
|
|
1504
|
+
this.shape_24.setTransform(144.725,67.475);
|
|
1505
|
+
|
|
1506
|
+
this.shape_25 = new cjs.Shape();
|
|
1507
|
+
this.shape_25.graphics.f("#592230").s().p("A3tGOIB5wkMAtiABjIhETKg");
|
|
1508
|
+
this.shape_25.setTransform(142.825,66.8);
|
|
1509
|
+
|
|
1510
|
+
this.shape_26 = new cjs.Shape();
|
|
1511
|
+
this.shape_26.graphics.f("#592230").s().p("A28FrICDv8MAr2ACGIhRSdg");
|
|
1512
|
+
this.shape_26.setTransform(140.9,66.125);
|
|
1513
|
+
|
|
1514
|
+
this.shape_27 = new cjs.Shape();
|
|
1515
|
+
this.shape_27.graphics.f("#592230").s().p("A2LFIICNvUMAqKACqIhfRvg");
|
|
1516
|
+
this.shape_27.setTransform(139,65.45);
|
|
1517
|
+
|
|
1518
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_19}]}).to({state:[{t:this.shape_19}]},1).to({state:[{t:this.shape_20}]},1).to({state:[{t:this.shape_21}]},1).to({state:[{t:this.shape_22}]},1).to({state:[{t:this.shape_23}]},1).to({state:[{t:this.shape_19}]},1).to({state:[{t:this.shape_19}]},1).to({state:[{t:this.shape_24}]},1).to({state:[{t:this.shape_25}]},1).to({state:[{t:this.shape_26}]},1).to({state:[{t:this.shape_27}]},1).to({state:[{t:this.shape_19}]},1).wait(1));
|
|
1519
|
+
this.timeline.addTween(cjs.Tween.get(this.shape_19).wait(1).to({regX:-0.2,regY:-0.1,x:136.9,y:64.7},0).to({_off:true},1).wait(4).to({_off:false,regX:-0.8,regY:-0.3,scaleX:0.8208,scaleY:0.8208,rotation:-3.9762,x:147.2,y:66.6},0).wait(1).to({regX:-1,regY:-0.1,scaleX:0.8214,scaleY:0.8194,rotation:-3.9819,x:146.4,y:68.2},0).to({_off:true},1).wait(4).to({_off:false,regX:-0.2,scaleX:0.6821,scaleY:0.6821,rotation:0,x:136.9,y:64.7},0).wait(1));
|
|
1520
|
+
|
|
1521
|
+
this._renderFirstFrame();
|
|
1522
|
+
|
|
1523
|
+
}).prototype = p = new cjs.MovieClip();
|
|
1524
|
+
p.nominalBounds = new cjs.Rectangle(-15,-14.8,327.6,161);
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
(lib.UserModel = function(mode,startPosition,loop) {
|
|
1528
|
+
this.initialize(mode,startPosition,loop,{"Over":1,"Up":4});
|
|
1529
|
+
|
|
1530
|
+
// timeline functions:
|
|
1531
|
+
this.frame_3 = function() {
|
|
1532
|
+
this.stop();
|
|
1533
|
+
}
|
|
1534
|
+
this.frame_4 = function() {
|
|
1535
|
+
this.stop();
|
|
1536
|
+
}
|
|
1537
|
+
this.frame_7 = function() {
|
|
1538
|
+
this.stop();
|
|
1539
|
+
}
|
|
1540
|
+
|
|
1541
|
+
// actions tween:
|
|
1542
|
+
this.timeline.addTween(cjs.Tween.get(this).wait(3).call(this.frame_3).wait(1).call(this.frame_4).wait(3).call(this.frame_7).wait(1));
|
|
1543
|
+
|
|
1544
|
+
// Layer_3
|
|
1545
|
+
this.shape = new cjs.Shape();
|
|
1546
|
+
this.shape.graphics.f().s("#D46A43").ss(3).p("Asfv7IY/AAIAAf3I4/AAg");
|
|
1547
|
+
this.shape.setTransform(82,104);
|
|
1548
|
+
this.shape._off = true;
|
|
1549
|
+
|
|
1550
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1).to({_off:false},0).to({_off:true},3).wait(4));
|
|
1551
|
+
|
|
1552
|
+
// Laag 1
|
|
1553
|
+
this.namePlaceholder = new lib.Placeholder();
|
|
1554
|
+
this.namePlaceholder.setTransform(82,180.95,1.5,0.3997,0,0,0,50,50.8);
|
|
1555
|
+
|
|
1556
|
+
this.boundary = new lib.Marker();
|
|
1557
|
+
this.boundary.setTransform(160,205,2.5,2.5);
|
|
1558
|
+
|
|
1559
|
+
this.picture = new lib.Placeholder();
|
|
1560
|
+
this.picture.setTransform(7,6.55,1.5,1.5);
|
|
1561
|
+
|
|
1562
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.picture},{t:this.boundary},{t:this.namePlaceholder}]}).wait(8));
|
|
1563
|
+
|
|
1564
|
+
this._renderFirstFrame();
|
|
1565
|
+
|
|
1566
|
+
}).prototype = p = new cjs.MovieClip();
|
|
1567
|
+
p.nominalBounds = new cjs.Rectangle(0.5,0.5,163,207);
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
(lib.UserIcon = function(mode,startPosition,loop) {
|
|
1571
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1572
|
+
|
|
1573
|
+
// Colors (mask)
|
|
1574
|
+
var mask = new cjs.Shape();
|
|
1575
|
+
mask._off = true;
|
|
1576
|
+
mask.graphics.p("AgWAuIF4AAIgSD9IkSAHg");
|
|
1577
|
+
mask.setTransform(35.4375,30.6125);
|
|
1578
|
+
|
|
1579
|
+
// PlayerColor
|
|
1580
|
+
this.PlayerColor = new lib.Placeholder();
|
|
1581
|
+
this.PlayerColor.setTransform(6.25,14.1,0.9375,0.9375);
|
|
1582
|
+
|
|
1583
|
+
var maskedShapeInstanceList = [this.PlayerColor];
|
|
1584
|
+
|
|
1585
|
+
for(var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
|
|
1586
|
+
maskedShapeInstanceList[shapedInstanceItr].mask = mask;
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1589
|
+
this.timeline.addTween(cjs.Tween.get(this.PlayerColor).wait(1));
|
|
1590
|
+
|
|
1591
|
+
// Front
|
|
1592
|
+
this.instance = new lib.mobile();
|
|
1593
|
+
this.instance.setTransform(52.45,52.8,1.25,1.25,0,0,0,20.6,36);
|
|
1594
|
+
|
|
1595
|
+
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
1596
|
+
|
|
1597
|
+
// Main
|
|
1598
|
+
this.boundary = new lib.Marker();
|
|
1599
|
+
this.boundary.setTransform(110,110);
|
|
1600
|
+
|
|
1601
|
+
this.timeline.addTween(cjs.Tween.get(this.boundary).wait(1));
|
|
1602
|
+
|
|
1603
|
+
this._renderFirstFrame();
|
|
1604
|
+
|
|
1605
|
+
}).prototype = getMCSymbolPrototype(lib.UserIcon, new cjs.Rectangle(26.7,7.8,51.2,90), null);
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
(lib.UserIconTablet = function(mode,startPosition,loop) {
|
|
1609
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1610
|
+
|
|
1611
|
+
// Colors (mask)
|
|
1612
|
+
var mask = new cjs.Shape();
|
|
1613
|
+
mask._off = true;
|
|
1614
|
+
mask.graphics.p("AkcGTIgpoiIMhgdIAAJNg");
|
|
1615
|
+
mask.setTransform(47.6188,41.7313);
|
|
1616
|
+
|
|
1617
|
+
// PlayerColor
|
|
1618
|
+
this.PlayerColor = new lib.Placeholder();
|
|
1619
|
+
this.PlayerColor.setTransform(6.6,9.75,0.9792,0.7912);
|
|
1620
|
+
|
|
1621
|
+
var maskedShapeInstanceList = [this.PlayerColor];
|
|
1622
|
+
|
|
1623
|
+
for(var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
|
|
1624
|
+
maskedShapeInstanceList[shapedInstanceItr].mask = mask;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
this.timeline.addTween(cjs.Tween.get(this.PlayerColor).wait(1));
|
|
1628
|
+
|
|
1629
|
+
// Front
|
|
1630
|
+
this.shape = new cjs.Shape();
|
|
1631
|
+
this.shape.graphics.rf(["#320B1F","#190412"],[0.004,1],0,0,0,0,0,50.6).s().p("AlaERIgQobILVgeIgLJRg");
|
|
1632
|
+
this.shape.setTransform(57.0981,54.9798,1.2874,1.2875);
|
|
1633
|
+
|
|
1634
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
1635
|
+
|
|
1636
|
+
// Main
|
|
1637
|
+
this.boundary = new lib.Marker();
|
|
1638
|
+
this.boundary.setTransform(110,110);
|
|
1639
|
+
|
|
1640
|
+
this.timeline.addTween(cjs.Tween.get(this.boundary).wait(1));
|
|
1641
|
+
|
|
1642
|
+
this._renderFirstFrame();
|
|
1643
|
+
|
|
1644
|
+
}).prototype = getMCSymbolPrototype(lib.UserIconTablet, new cjs.Rectangle(10.3,16.8,93.4,76.4), null);
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
(lib.UserIconPhone = function(mode,startPosition,loop) {
|
|
1648
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1649
|
+
|
|
1650
|
+
// Colors (mask)
|
|
1651
|
+
var mask = new cjs.Shape();
|
|
1652
|
+
mask._off = true;
|
|
1653
|
+
mask.graphics.p("AgiAlIF5AAIgTD9IkSAHg");
|
|
1654
|
+
mask.setTransform(34.2875,29.6625);
|
|
1655
|
+
|
|
1656
|
+
// PlayerColor
|
|
1657
|
+
this.PlayerColor = new lib.Placeholder();
|
|
1658
|
+
this.PlayerColor.setTransform(6.35,5.9,0.908,0.8006);
|
|
1659
|
+
|
|
1660
|
+
var maskedShapeInstanceList = [this.PlayerColor];
|
|
1661
|
+
|
|
1662
|
+
for(var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
|
|
1663
|
+
maskedShapeInstanceList[shapedInstanceItr].mask = mask;
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
this.timeline.addTween(cjs.Tween.get(this.PlayerColor).wait(1));
|
|
1667
|
+
|
|
1668
|
+
// Front
|
|
1669
|
+
this.instance = new lib.mobile();
|
|
1670
|
+
this.instance.setTransform(50.15,50.9,1.25,1.25,0,0,0,20.6,36);
|
|
1671
|
+
|
|
1672
|
+
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
1673
|
+
|
|
1674
|
+
// Main
|
|
1675
|
+
this.boundary = new lib.Marker();
|
|
1676
|
+
this.boundary.setTransform(110,110);
|
|
1677
|
+
|
|
1678
|
+
this.timeline.addTween(cjs.Tween.get(this.boundary).wait(1));
|
|
1679
|
+
|
|
1680
|
+
this._renderFirstFrame();
|
|
1681
|
+
|
|
1682
|
+
}).prototype = getMCSymbolPrototype(lib.UserIconPhone, new cjs.Rectangle(24.4,5.9,51.199999999999996,90), null);
|
|
1683
|
+
|
|
1684
|
+
|
|
1685
|
+
(lib.UserIconKeyboard = function(mode,startPosition,loop) {
|
|
1686
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1687
|
+
|
|
1688
|
+
// Colors (mask)
|
|
1689
|
+
var mask = new cjs.Shape();
|
|
1690
|
+
mask._off = true;
|
|
1691
|
+
mask.graphics.p("AERBoICOAJIADBgIiTAEgAi3DSIgUhlIF+gFIAABtgAmhDTIAFhnICFAGIAUBhgAAwgpIBvgJIgKBoIhlADgAhugpIBfACIACBfIh5ABgAmYAzIAGhlIDjAJIgdBfgADlg3ICzAGIAGBfIjBACgAjfjKIBvgJIgLBoIhkADgAmOjKIBzABIADBgIh6ABgABkhuIAAhcIBngJIAOBlgAg+huIAEhlIBiAIIgEBdgAEKjUICFACIACBgIh5ABg");
|
|
1692
|
+
mask.setTransform(54.5062,58.1634);
|
|
1693
|
+
|
|
1694
|
+
// PlayerColor
|
|
1695
|
+
this.PlayerColor = new lib.Placeholder();
|
|
1696
|
+
this.PlayerColor.setTransform(1.25,17.9,1.0874,0.7912);
|
|
1697
|
+
|
|
1698
|
+
var maskedShapeInstanceList = [this.PlayerColor];
|
|
1699
|
+
|
|
1700
|
+
for(var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
|
|
1701
|
+
maskedShapeInstanceList[shapedInstanceItr].mask = mask;
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
this.timeline.addTween(cjs.Tween.get(this.PlayerColor).wait(1));
|
|
1705
|
+
|
|
1706
|
+
// Front
|
|
1707
|
+
this.shape = new cjs.Shape();
|
|
1708
|
+
this.shape.graphics.rf(["#290B19","#0F030A"],[0.004,1],0,0,0,0,0,214.5).s().p("A6fOtIBa8kMAyHgCTMABeAgVg");
|
|
1709
|
+
this.shape.setTransform(7.7,28.8,0.2755,0.2755,0,0,0,-170.8,-105.8);
|
|
1710
|
+
|
|
1711
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
1712
|
+
|
|
1713
|
+
// Main
|
|
1714
|
+
this.boundary = new lib.Marker();
|
|
1715
|
+
this.boundary.setTransform(110,110);
|
|
1716
|
+
|
|
1717
|
+
this.timeline.addTween(cjs.Tween.get(this.boundary).wait(1));
|
|
1718
|
+
|
|
1719
|
+
this._renderFirstFrame();
|
|
1720
|
+
|
|
1721
|
+
}).prototype = getMCSymbolPrototype(lib.UserIconKeyboard, new cjs.Rectangle(8.1,29.5,93.4,57), null);
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
(lib.UserIconGamepad = function(mode,startPosition,loop) {
|
|
1725
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1726
|
+
|
|
1727
|
+
// Colors (mask)
|
|
1728
|
+
var mask = new cjs.Shape();
|
|
1729
|
+
mask._off = true;
|
|
1730
|
+
mask.graphics.p("ADVBcQgKgKAAgNIAAAAQAAgNAKgKIAAAAQAKgJANAAIAAAAQAOAAAKAJIAAAAQAKAKAAANIAAAAQAAAOgKAJIAAAAQgKAJgOAAIAAAAQgNAAgKgJgAkeBdIAYgsIAXAsgAj6AdIBWg8IAFBvgAlWgMIBCAmIhAAsgACOAVQgHgHAAgJIAAAAQAAgJAHgGIAAAAQAHgHAKAAIAAAAQAKAAAGAHIAAAAQAHAGAAAJIAAAAQAAAJgHAHIAAAAQgGAHgKAAIAAAAQgKAAgHgHgAkkgsIA6AAIgdA5gAE8AHQgFgEAAgGIAAAAQAAgGAFgFIAAAAQAFgEAGAAIAAAAQAHAAAFAEIAAAAQAEAFAAAGIAAAAQAAAGgEAEIAAAAQgFAFgHAAIAAAAQgGAAgFgFgADwg0QgJgIAAgLIAAAAQAAgMAJgJIAAAAQAJgIALAAIAAAAQAMAAAJAIIAAAAQAJAJAAAMIAAAAQAAALgJAIIAAAAQgIAJgNAAIAAAAQgLAAgJgJg");
|
|
1731
|
+
mask.setTransform(54.2097,55.0939);
|
|
1732
|
+
|
|
1733
|
+
// PlayerColor
|
|
1734
|
+
this.PlayerColor = new lib.Placeholder();
|
|
1735
|
+
this.PlayerColor.setTransform(4.8,17.95,0.9636,0.8034);
|
|
1736
|
+
|
|
1737
|
+
var maskedShapeInstanceList = [this.PlayerColor];
|
|
1738
|
+
|
|
1739
|
+
for(var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
|
|
1740
|
+
maskedShapeInstanceList[shapedInstanceItr].mask = mask;
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
this.timeline.addTween(cjs.Tween.get(this.PlayerColor).wait(1));
|
|
1744
|
+
|
|
1745
|
+
// Front
|
|
1746
|
+
this.shape = new cjs.Shape();
|
|
1747
|
+
this.shape.graphics.rf(["#290B19","#10020A"],[0.004,1],0,0,0,0,0,34.2).s().p("ADbEPIhKi+Ik3AAIgdC+Ih0AAIhYodIDcAZIAnBaIEkADIAThNIDlgWIheIKg");
|
|
1748
|
+
this.shape.setTransform(53.4304,62.2518,1.0839,1.0839);
|
|
1749
|
+
|
|
1750
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
1751
|
+
|
|
1752
|
+
// Main
|
|
1753
|
+
this.boundary = new lib.Marker();
|
|
1754
|
+
this.boundary.setTransform(110,110,2.5,2.5);
|
|
1755
|
+
|
|
1756
|
+
this.timeline.addTween(cjs.Tween.get(this.boundary).wait(1));
|
|
1757
|
+
|
|
1758
|
+
this._renderFirstFrame();
|
|
1759
|
+
|
|
1760
|
+
}).prototype = getMCSymbolPrototype(lib.UserIconGamepad, new cjs.Rectangle(10.1,32.9,86.7,58.800000000000004), null);
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
(lib.BG2nologo = function(mode,startPosition,loop) {
|
|
1764
|
+
if (loop == null) { loop = false; } this.initialize(mode,startPosition,loop,{});
|
|
1765
|
+
|
|
1766
|
+
// Lamps
|
|
1767
|
+
this.instance = new lib.Light1();
|
|
1768
|
+
this.instance.setTransform(-9.7,308.65,0.3378,0.3378,0,0,0,7.7,40.4);
|
|
1769
|
+
|
|
1770
|
+
this.instance_1 = new lib.Light1();
|
|
1771
|
+
this.instance_1.setTransform(1861.95,877.15,0.2037,0.2037,0,0,0,37.6,43.5);
|
|
1772
|
+
|
|
1773
|
+
this.instance_2 = new lib.Light2();
|
|
1774
|
+
this.instance_2.setTransform(1920.55,761.8,0.4415,0.4296,0,0,0,28.8,29.4);
|
|
1775
|
+
|
|
1776
|
+
this.instance_3 = new lib.Light1();
|
|
1777
|
+
this.instance_3.setTransform(1893.3,811,0.2037,0.2037,0,0,0,37.6,43.5);
|
|
1778
|
+
|
|
1779
|
+
this.instance_4 = new lib.Light2();
|
|
1780
|
+
this.instance_4.setTransform(125.45,68.8,0.7291,0.7291,0,0,0,28.9,29.5);
|
|
1781
|
+
|
|
1782
|
+
this.instance_5 = new lib.Light2();
|
|
1783
|
+
this.instance_5.setTransform(93.45,126.95,0.35,0.35,0,0,0,28.9,29.6);
|
|
1784
|
+
|
|
1785
|
+
this.instance_6 = new lib.Light2();
|
|
1786
|
+
this.instance_6.setTransform(29.15,239.8,0.5,0.5,0,0,0,28.9,29.7);
|
|
1787
|
+
|
|
1788
|
+
this.instance_7 = new lib.Light2();
|
|
1789
|
+
this.instance_7.setTransform(1652.75,-1.3,0.6,0.6,0,0,0,28.9,29.3);
|
|
1790
|
+
|
|
1791
|
+
this.instance_8 = new lib.Light2();
|
|
1792
|
+
this.instance_8.setTransform(1851.35,211.7,0.4,0.4,0,0,0,28.9,29.7);
|
|
1793
|
+
|
|
1794
|
+
this.instance_9 = new lib.Light1();
|
|
1795
|
+
this.instance_9.setTransform(91.45,1024.9,0.4,0.4,0,0,0,29.3,29.5);
|
|
1796
|
+
|
|
1797
|
+
this.instance_10 = new lib.Light1();
|
|
1798
|
+
this.instance_10.setTransform(23.95,871.5,0.4996,0.5,0,0,0,29.4,29.3);
|
|
1799
|
+
|
|
1800
|
+
this.instance_11 = new lib.Light1();
|
|
1801
|
+
this.instance_11.setTransform(169.9,18.5,0.35,0.35,0,0,0,29.2,29.3);
|
|
1802
|
+
|
|
1803
|
+
this.instance_12 = new lib.Light1();
|
|
1804
|
+
this.instance_12.setTransform(1875.7,841.95,0.5503,0.5503,0,0,0,29.2,29.2);
|
|
1805
|
+
|
|
1806
|
+
this.instance_13 = new lib.Light1();
|
|
1807
|
+
this.instance_13.setTransform(1696.1,1074.4,0.5503,0.5503,0,0,0,29.2,29.2);
|
|
1808
|
+
|
|
1809
|
+
this.instance_14 = new lib.Light1();
|
|
1810
|
+
this.instance_14.setTransform(118.8,1050.85);
|
|
1811
|
+
|
|
1812
|
+
this.instance_15 = new lib.Light1();
|
|
1813
|
+
this.instance_15.setTransform(1799.8,966.2,0.5503,0.5503,0,0,0,29.2,29.2);
|
|
1814
|
+
|
|
1815
|
+
this.instance_16 = new lib.Light1();
|
|
1816
|
+
this.instance_16.setTransform(1912.9,338.45,0.55,0.55,0,0,0,29.4,29.4);
|
|
1817
|
+
|
|
1818
|
+
this.instance_17 = new lib.Light1();
|
|
1819
|
+
this.instance_17.setTransform(1874.55,282.05,0.3,0.3,0,0,0,29.5,29.5);
|
|
1820
|
+
|
|
1821
|
+
this.instance_18 = new lib.Light1();
|
|
1822
|
+
this.instance_18.setTransform(1814.1,162.05,0.7,0.7,0,0,0,29.2,29.4);
|
|
1823
|
+
|
|
1824
|
+
this.instance_19 = new lib.Light2();
|
|
1825
|
+
this.instance_19.setTransform(59.1,932.95,0.8,0.8,0,0,0,28.8,29.4);
|
|
1826
|
+
|
|
1827
|
+
this.instance_20 = new lib.Light2();
|
|
1828
|
+
this.instance_20.setTransform(1764.25,95.45,0.4,0.4,0,0,0,28.8,29.7);
|
|
1829
|
+
|
|
1830
|
+
this.instance_21 = new lib.Light2();
|
|
1831
|
+
this.instance_21.setTransform(1835.65,907.8,0.75,0.75,0,0,0,28.8,29.4);
|
|
1832
|
+
|
|
1833
|
+
this.instance_22 = new lib.Light2();
|
|
1834
|
+
this.instance_22.setTransform(1756.85,1016.55,1,1,0,0,0,28.7,29.4);
|
|
1835
|
+
|
|
1836
|
+
this.instance_23 = new lib.Light1();
|
|
1837
|
+
this.instance_23.setTransform(1750.2,56.35,1,1,0,0,0,54.3,29.2);
|
|
1838
|
+
|
|
1839
|
+
this.instance_24 = new lib.Light1();
|
|
1840
|
+
this.instance_24.setTransform(61.35,168.65,0.5581,0.5581,0,0,0,29.1,29.7);
|
|
1841
|
+
|
|
1842
|
+
this.shape = new cjs.Shape();
|
|
1843
|
+
this.shape.graphics.f().s("rgba(64,64,64,0)").ss(1,1,1).p("EBtNhT+IhuAAEB7LhgRIAAMTIt+AAQejZIKtdaIAAnSIDgAAECWdAkXMAAAhBzECWdAkXQnXUOwwSNQllGEmoF2MheCAAAECWdAtfIAApIEh3ihT+IkjAAIAAlqEh8ABgSIAAoXEiZ7go5ID/AAMAAABovIj/AA");
|
|
1844
|
+
this.shape.setTransform(957.6,545.45);
|
|
1845
|
+
|
|
1846
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape},{t:this.instance_24},{t:this.instance_23},{t:this.instance_22},{t:this.instance_21},{t:this.instance_20},{t:this.instance_19},{t:this.instance_18},{t:this.instance_17},{t:this.instance_16},{t:this.instance_15},{t:this.instance_14},{t:this.instance_13},{t:this.instance_12},{t:this.instance_11},{t:this.instance_10},{t:this.instance_9},{t:this.instance_8},{t:this.instance_7},{t:this.instance_6},{t:this.instance_5},{t:this.instance_4},{t:this.instance_3},{t:this.instance_2},{t:this.instance_1},{t:this.instance}]}).wait(1));
|
|
1847
|
+
|
|
1848
|
+
// Panel
|
|
1849
|
+
this.instance_25 = new lib.Backgroundshape1();
|
|
1850
|
+
this.instance_25.setTransform(960.25,544.2,1,1,0,0,0,961.3,552.5);
|
|
1851
|
+
this.instance_25.cache(-2,-2,1927,1106);
|
|
1852
|
+
|
|
1853
|
+
this.timeline.addTween(cjs.Tween.get(this.instance_25).wait(1));
|
|
1854
|
+
|
|
1855
|
+
// Background
|
|
1856
|
+
this.shape_1 = new cjs.Shape();
|
|
1857
|
+
this.shape_1.graphics.f().s("rgba(64,64,64,0)").ss(1,1,1).p("EiV/hUXMEr/AAAMAAACovMkr/AAAg");
|
|
1858
|
+
this.shape_1.setTransform(960,540);
|
|
1859
|
+
|
|
1860
|
+
this.shape_2 = new cjs.Shape();
|
|
1861
|
+
this.shape_2.graphics.rf(["#452624","#5E312E","#2A1614","#000000"],[0,0,0.537,1],30.4,4.7,0,0,0,1568.4).s().p("EiV/BUYMAAAiovMEr/AAAMAAACovg");
|
|
1862
|
+
this.shape_2.setTransform(960,540);
|
|
1863
|
+
|
|
1864
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_2},{t:this.shape_1}]}).wait(1));
|
|
1865
|
+
|
|
1866
|
+
this._renderFirstFrame();
|
|
1867
|
+
|
|
1868
|
+
}).prototype = getMCSymbolPrototype(lib.BG2nologo, new cjs.Rectangle(-28.6,-71.7,1972.5,1234.3), null);
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
(lib.UserIconAuthenticated = function(mode,startPosition,loop) {
|
|
1872
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1873
|
+
|
|
1874
|
+
// OriginalIcon
|
|
1875
|
+
this.ControllerIcon = new lib.PlaceholderAlternateColor();
|
|
1876
|
+
this.ControllerIcon.setTransform(54.95,9.7,0.4368,0.4368);
|
|
1877
|
+
|
|
1878
|
+
this.timeline.addTween(cjs.Tween.get(this.ControllerIcon).wait(1));
|
|
1879
|
+
|
|
1880
|
+
// PlayerImage
|
|
1881
|
+
this.userimage = new lib.PlaceholderAlternateColor();
|
|
1882
|
+
this.userimage.setTransform(15.55,28.75,0.6756,0.6769);
|
|
1883
|
+
|
|
1884
|
+
this.timeline.addTween(cjs.Tween.get(this.userimage).wait(1));
|
|
1885
|
+
|
|
1886
|
+
// Main
|
|
1887
|
+
this.boundary = new lib.Marker();
|
|
1888
|
+
this.boundary.setTransform(110,110,2.5,2.5);
|
|
1889
|
+
|
|
1890
|
+
this.timeline.addTween(cjs.Tween.get(this.boundary).wait(1));
|
|
1891
|
+
|
|
1892
|
+
// Colors (mask)
|
|
1893
|
+
var mask = new cjs.Shape();
|
|
1894
|
+
mask._off = true;
|
|
1895
|
+
mask.graphics.p("AkoH1QgIAAgGgGQgFgFAAgIIAArIQAAgIAFgFQAGgGAIAAILIAAQAHAAAGAGQAFAFAAAIIAALIQAAAIgFAFQgGAGgHAAgAkWHQIKjAAIAAqjIqjAAg");
|
|
1896
|
+
mask.setTransform(43.4438,50.1);
|
|
1897
|
+
|
|
1898
|
+
// PlayerColor
|
|
1899
|
+
this.PlayerColor = new lib.Placeholder();
|
|
1900
|
+
this.PlayerColor.setTransform(8.95,9.7,0.9375,0.9375);
|
|
1901
|
+
|
|
1902
|
+
var maskedShapeInstanceList = [this.PlayerColor];
|
|
1903
|
+
|
|
1904
|
+
for(var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
|
|
1905
|
+
maskedShapeInstanceList[shapedInstanceItr].mask = mask;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
this.timeline.addTween(cjs.Tween.get(this.PlayerColor).wait(1));
|
|
1909
|
+
|
|
1910
|
+
this._renderFirstFrame();
|
|
1911
|
+
|
|
1912
|
+
}).prototype = getMCSymbolPrototype(lib.UserIconAuthenticated, new cjs.Rectangle(11.9,9.7,86.8,90.5), null);
|
|
1913
|
+
|
|
1914
|
+
|
|
1915
|
+
(lib.Alert = function(mode,startPosition,loop) {
|
|
1916
|
+
this.initialize(mode,startPosition,loop,{oneButton:2,twoButtons:4});
|
|
1917
|
+
|
|
1918
|
+
// timeline functions:
|
|
1919
|
+
this.frame_0 = function() {
|
|
1920
|
+
this.stop();
|
|
1921
|
+
}
|
|
1922
|
+
this.frame_1 = function() {
|
|
1923
|
+
this.stop();
|
|
1924
|
+
}
|
|
1925
|
+
this.frame_2 = function() {
|
|
1926
|
+
this.stop();
|
|
1927
|
+
}
|
|
1928
|
+
this.frame_4 = function() {
|
|
1929
|
+
this.stop();
|
|
1930
|
+
}
|
|
1931
|
+
|
|
1932
|
+
// actions tween:
|
|
1933
|
+
this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(1).call(this.frame_1).wait(1).call(this.frame_2).wait(2).call(this.frame_4).wait(2));
|
|
1934
|
+
|
|
1935
|
+
// Text
|
|
1936
|
+
this.message = new lib.Placeholder();
|
|
1937
|
+
this.message.setTransform(980.6,485.55,5.9998,1.7999,0,0,0,50.1,50.3);
|
|
1938
|
+
|
|
1939
|
+
this.timeline.addTween(cjs.Tween.get(this.message).wait(6));
|
|
1940
|
+
|
|
1941
|
+
// Buttons
|
|
1942
|
+
this.button = new lib.Button();
|
|
1943
|
+
this.button.setTransform(977.1,714.8,1,1,0,0,0,137.1,64.8);
|
|
1944
|
+
|
|
1945
|
+
this.button1 = new lib.Button();
|
|
1946
|
+
this.button1.setTransform(786.6,689.4,1,1,0,0,0,108.6,39.4);
|
|
1947
|
+
|
|
1948
|
+
this.button2 = new lib.Button();
|
|
1949
|
+
this.button2.setTransform(1124.6,689.4,1,1,0,0,0,108.6,39.4);
|
|
1950
|
+
|
|
1951
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[]}).to({state:[{t:this.button}]},2).to({state:[{t:this.button2},{t:this.button1}]},2).wait(2));
|
|
1952
|
+
|
|
1953
|
+
// Container
|
|
1954
|
+
this.shape = new cjs.Shape();
|
|
1955
|
+
this.shape.graphics.f().s("#592230").ss(3).p("EguaglQMBd9ACbMgCXBIGMhcugBBg");
|
|
1956
|
+
this.shape.setTransform(981.3,517.45,1.258,0.8587,0,0,180,0.4,0.8);
|
|
1957
|
+
|
|
1958
|
+
this.shape_1 = new cjs.Shape();
|
|
1959
|
+
this.shape_1.graphics.f("#592230").s().p("EiN3hMmMEbvADsMgIcCULMkSzABWg");
|
|
1960
|
+
this.shape_1.setTransform(976.75,516.15,0.404,0.3717,0,0,180,0.1,-0.1);
|
|
1961
|
+
|
|
1962
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).wait(6));
|
|
1963
|
+
|
|
1964
|
+
// Background
|
|
1965
|
+
this.shape_2 = new cjs.Shape();
|
|
1966
|
+
this.shape_2.graphics.f("rgba(0,0,0,0.749)").s().p("EiV/BUYMAAAiovMEr/AAAMAAACovg");
|
|
1967
|
+
this.shape_2.setTransform(960,540);
|
|
1968
|
+
|
|
1969
|
+
this.timeline.addTween(cjs.Tween.get(this.shape_2).wait(6));
|
|
1970
|
+
|
|
1971
|
+
this._renderFirstFrame();
|
|
1972
|
+
|
|
1973
|
+
}).prototype = p = new cjs.MovieClip();
|
|
1974
|
+
p.nominalBounds = new cjs.Rectangle(0,0,1920,1080);
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
(lib.Accounts = function(mode,startPosition,loop) {
|
|
1978
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1979
|
+
|
|
1980
|
+
// Laag 1
|
|
1981
|
+
this.scrollbar = new lib.Scrollbar();
|
|
1982
|
+
this.scrollbar.setTransform(776.25,16.6,0.5673,0.4208);
|
|
1983
|
+
|
|
1984
|
+
this.content = new lib.Placeholder_1();
|
|
1985
|
+
this.content.setTransform(7.05,12.2,8.3613,3.481,0,0,0,0.1,0.1);
|
|
1986
|
+
|
|
1987
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.content},{t:this.scrollbar}]}).wait(1));
|
|
1988
|
+
|
|
1989
|
+
this._renderFirstFrame();
|
|
1990
|
+
|
|
1991
|
+
}).prototype = getMCSymbolPrototype(lib.Accounts, new cjs.Rectangle(6.2,11.9,793.5,348.1), null);
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
(lib.SigninLeanback = function(mode,startPosition,loop) {
|
|
1995
|
+
this.initialize(mode,startPosition,loop,{});
|
|
1996
|
+
|
|
1997
|
+
// Laag 3
|
|
1998
|
+
this.qrInstructions = new lib.Placeholder();
|
|
1999
|
+
this.qrInstructions.setTransform(1401.85,683.65,3.2498,0.6261,0,0,0,50.2,50.3);
|
|
2000
|
+
|
|
2001
|
+
this.qr = new lib.Placeholder();
|
|
2002
|
+
this.qr.setTransform(1399.35,490.9,3.0001,3.0001,0,0,0,50.1,50.1);
|
|
2003
|
+
|
|
2004
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.qr},{t:this.qrInstructions}]}).wait(1));
|
|
2005
|
+
|
|
2006
|
+
// Layer 1
|
|
2007
|
+
this.title = new lib.Placeholder();
|
|
2008
|
+
this.title.setTransform(408.25,259.1,7.3787,0.7176);
|
|
2009
|
+
|
|
2010
|
+
this.accounts = new lib.Accounts();
|
|
2011
|
+
this.accounts.setTransform(701.75,535.8,1,1,0,0,0,299.7,196.1);
|
|
2012
|
+
|
|
2013
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.accounts},{t:this.title}]}).wait(1));
|
|
2014
|
+
|
|
2015
|
+
// background
|
|
2016
|
+
this.explanation = new lib.Placeholder();
|
|
2017
|
+
this.explanation.setTransform(806,743.9,7.9548,0.389,0,0,0,50,50);
|
|
2018
|
+
|
|
2019
|
+
this.shape = new cjs.Shape();
|
|
2020
|
+
this.shape.graphics.f("#290B19").s().p("A6MNCIAA6DMA0ZAAAIAAaDg");
|
|
2021
|
+
this.shape.setTransform(412.95,354.9,2.4269,2.2432,0,0,0,-161.3,-77);
|
|
2022
|
+
|
|
2023
|
+
this.shape_1 = new cjs.Shape();
|
|
2024
|
+
this.shape_1.graphics.f().s("#51232D").ss(3).p("Eg+HgfhMgBtA/DMB/pgA8MgAJg9pg");
|
|
2025
|
+
this.shape_1.setTransform(338.35,221.65,1.6035,1.4489,0,0,0,-397.6,-202);
|
|
2026
|
+
|
|
2027
|
+
this.shape_2 = new cjs.Shape();
|
|
2028
|
+
this.shape_2.graphics.f("#51232D").s().p("A9hXIMAApguAMA6OgAPMAAMAuPg");
|
|
2029
|
+
this.shape_2.setTransform(346.65,235.25,3.3225,1.8537,0,0,0,-189.6,-147.7);
|
|
2030
|
+
|
|
2031
|
+
this.shape_3 = new cjs.Shape();
|
|
2032
|
+
this.shape_3.graphics.f("rgba(0,0,0,0.749)").s().p("EiV/BUYMAAAiovMEr/AAAMAAACovg");
|
|
2033
|
+
this.shape_3.setTransform(960,540);
|
|
2034
|
+
|
|
2035
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape},{t:this.explanation}]}).wait(1));
|
|
2036
|
+
|
|
2037
|
+
this._renderFirstFrame();
|
|
2038
|
+
|
|
2039
|
+
}).prototype = getMCSymbolPrototype(lib.SigninLeanback, new cjs.Rectangle(0,0,1920,1080), null);
|
|
2040
|
+
|
|
2041
|
+
|
|
2042
|
+
(lib.Signin = function(mode,startPosition,loop) {
|
|
2043
|
+
this.initialize(mode,startPosition,loop,{});
|
|
2044
|
+
|
|
2045
|
+
// Layer 1
|
|
2046
|
+
this.title = new lib.Placeholder();
|
|
2047
|
+
this.title.setTransform(583.25,221.6,7.3787,0.7176);
|
|
2048
|
+
|
|
2049
|
+
this.linkAccount = new lib.LinkAccountButton();
|
|
2050
|
+
this.linkAccount.setTransform(840.8,645.5,1,1,0,0,0,0.1,0.1);
|
|
2051
|
+
|
|
2052
|
+
this.accounts = new lib.Accounts();
|
|
2053
|
+
this.accounts.setTransform(876.75,498.3,1,1,0,0,0,299.7,196.1);
|
|
2054
|
+
|
|
2055
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.accounts},{t:this.linkAccount},{t:this.title}]}).wait(1));
|
|
2056
|
+
|
|
2057
|
+
// background
|
|
2058
|
+
this.explanation = new lib.Placeholder();
|
|
2059
|
+
this.explanation.setTransform(977.05,775.8,7.9548,0.389,0,0,0,50,50);
|
|
2060
|
+
|
|
2061
|
+
this.close = new lib.CloseButton();
|
|
2062
|
+
this.close.setTransform(1375.3,268.25,2.2469,2.2432,0,0,0,12.6,19.4);
|
|
2063
|
+
|
|
2064
|
+
this.shape = new cjs.Shape();
|
|
2065
|
+
this.shape.graphics.f("#290B19").s().p("A6MNCIAA6DMA0ZAAAIAAaDg");
|
|
2066
|
+
this.shape.setTransform(587.95,317.4,2.4269,2.2432,0,0,0,-161.3,-77);
|
|
2067
|
+
|
|
2068
|
+
this.shape_1 = new cjs.Shape();
|
|
2069
|
+
this.shape_1.graphics.f().s("#51232D").ss(3).p("Eg+HgfhMgBtA/DMB/pgA8MgAJg9pg");
|
|
2070
|
+
this.shape_1.setTransform(544.75,187.55,1.0844,1.6176,0,0,0,-397.6,-202);
|
|
2071
|
+
|
|
2072
|
+
this.shape_2 = new cjs.Shape();
|
|
2073
|
+
this.shape_2.graphics.f("#51232D").s().p("A9hXIMAApguAMA6OgAPMAAMAuPg");
|
|
2074
|
+
this.shape_2.setTransform(550.3,202.8,2.2469,2.0695,0,0,0,-189.6,-147.7);
|
|
2075
|
+
|
|
2076
|
+
this.shape_3 = new cjs.Shape();
|
|
2077
|
+
this.shape_3.graphics.f("rgba(0,0,0,0.749)").s().p("EiV/BUYMAAAiovMEr/AAAMAAACovg");
|
|
2078
|
+
this.shape_3.setTransform(960,540);
|
|
2079
|
+
|
|
2080
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape},{t:this.close},{t:this.explanation}]}).wait(1));
|
|
2081
|
+
|
|
2082
|
+
this._renderFirstFrame();
|
|
2083
|
+
|
|
2084
|
+
}).prototype = getMCSymbolPrototype(lib.Signin, new cjs.Rectangle(0,0,1920,1080), null);
|
|
2085
|
+
|
|
2086
|
+
|
|
2087
|
+
(lib.PortalView = function(mode,startPosition,loop) {
|
|
2088
|
+
this.initialize(mode,startPosition,loop,{});
|
|
2089
|
+
|
|
2090
|
+
this.isSingleFrame = false;
|
|
2091
|
+
// timeline functions:
|
|
2092
|
+
this.frame_0 = function() {
|
|
2093
|
+
if(this.isSingleFrame) {
|
|
2094
|
+
return;
|
|
2095
|
+
}
|
|
2096
|
+
if(this.totalFrames == 1) {
|
|
2097
|
+
this.isSingleFrame = true;
|
|
2098
|
+
}
|
|
2099
|
+
this.instructionHeader.textAlign = 'left';
|
|
2100
|
+
this.instructionHeader.textColor = '#FF873A';
|
|
2101
|
+
|
|
2102
|
+
this.instructionText.textAlign = 'left';
|
|
2103
|
+
|
|
2104
|
+
this.activePlayersHeader.textAlign = 'left';
|
|
2105
|
+
this.activePlayersHeader.textColor = '#FF873A';
|
|
2106
|
+
|
|
2107
|
+
this.connectedPlayersHeader.textAlign = 'left';
|
|
2108
|
+
this.connectedPlayersHeader.textColor = '#FF873A';
|
|
2109
|
+
|
|
2110
|
+
this.activePlayers.textAlign = 'right';
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
// actions tween:
|
|
2114
|
+
this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(1));
|
|
2115
|
+
|
|
2116
|
+
// Layer 3
|
|
2117
|
+
this.shape = new cjs.Shape();
|
|
2118
|
+
this.shape.graphics.f().s("#895048").ss(4,1,1).p("EAAAgq9MAAABV7");
|
|
2119
|
+
this.shape.setTransform(970,594.6);
|
|
2120
|
+
|
|
2121
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
2122
|
+
|
|
2123
|
+
// Layer 2
|
|
2124
|
+
this.connectedPlayersHeader = new lib.Placeholder();
|
|
2125
|
+
this.connectedPlayersHeader.setTransform(1205.8,356.7,4.2464,0.6,0,0,0,49.6,50.1);
|
|
2126
|
+
|
|
2127
|
+
this.connectedUsers = new lib.Placeholder();
|
|
2128
|
+
this.connectedUsers.setTransform(995.2,408.15,6.9474,4.5002);
|
|
2129
|
+
|
|
2130
|
+
this.activePlayers = new lib.Placeholder();
|
|
2131
|
+
this.activePlayers.setTransform(869.5,356.7,1.5253,0.6,0,0,0,49.6,50.1);
|
|
2132
|
+
|
|
2133
|
+
this.activePlayersHeader = new lib.Placeholder();
|
|
2134
|
+
this.activePlayersHeader.setTransform(481.7,356.7,4.2464,0.6,0,0,0,49.6,50.1);
|
|
2135
|
+
|
|
2136
|
+
this.instructionText = new lib.Placeholder();
|
|
2137
|
+
this.instructionText.setTransform(974.55,244.85,14.0002,1.0001,0,0,0,49.6,50.1);
|
|
2138
|
+
|
|
2139
|
+
this.instructionHeader = new lib.Placeholder();
|
|
2140
|
+
this.instructionHeader.setTransform(974.55,150.55,14.0002,0.6,0,0,0,49.6,50.1);
|
|
2141
|
+
|
|
2142
|
+
this.back = new lib.Button();
|
|
2143
|
+
this.back.setTransform(627.2,921.65,1,1,0,0,0,80.7,20.8);
|
|
2144
|
+
|
|
2145
|
+
this.start = new lib.Button();
|
|
2146
|
+
this.start.setTransform(1352.55,921.65,1,1,0,0,0,80.7,20.8);
|
|
2147
|
+
|
|
2148
|
+
this.activeUsers = new lib.Placeholder();
|
|
2149
|
+
this.activeUsers.setTransform(271.8,408.6,6.7528,4.5002,0,0,0,0.1,0.1);
|
|
2150
|
+
|
|
2151
|
+
this.shape_1 = new cjs.Shape();
|
|
2152
|
+
this.shape_1.graphics.f().s("#592230").ss(3).p("EA7OgnrMh2bgC0MAC0BU/MBxvgC0g");
|
|
2153
|
+
this.shape_1.setTransform(958.2462,530.4481,2.0967,1.7909);
|
|
2154
|
+
|
|
2155
|
+
this.shape_2 = new cjs.Shape();
|
|
2156
|
+
this.shape_2.graphics.f("#592230").s().p("Eg5TgnLMBymABIMgA/BNMMhtwAADg");
|
|
2157
|
+
this.shape_2.setTransform(959.4169,522.3899,2.0967,1.7909);
|
|
2158
|
+
|
|
2159
|
+
this.shape_3 = new cjs.Shape();
|
|
2160
|
+
this.shape_3.graphics.f().s("#0F0609").ss(1,1,1).p("EAAAgwvMAAABhf");
|
|
2161
|
+
this.shape_3.setTransform(980.15,606.75);
|
|
2162
|
+
|
|
2163
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.activeUsers},{t:this.start},{t:this.back},{t:this.instructionHeader},{t:this.instructionText},{t:this.activePlayersHeader},{t:this.activePlayers},{t:this.connectedUsers},{t:this.connectedPlayersHeader}]}).wait(1));
|
|
2164
|
+
|
|
2165
|
+
// Layer 1
|
|
2166
|
+
this.instance = new lib.BG2nologo();
|
|
2167
|
+
this.instance.setTransform(957.6,545.5,1,1,0,0,0,957.6,545.5);
|
|
2168
|
+
|
|
2169
|
+
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
2170
|
+
|
|
2171
|
+
this._renderFirstFrame();
|
|
2172
|
+
|
|
2173
|
+
}).prototype = getMCSymbolPrototype(lib.PortalView, new cjs.Rectangle(-28.1,-71.2,1971.5,1233.3), null);
|
|
2174
|
+
|
|
2175
|
+
|
|
2176
|
+
(lib.PortalViewNoInactive = function(mode,startPosition,loop) {
|
|
2177
|
+
this.initialize(mode,startPosition,loop,{});
|
|
2178
|
+
|
|
2179
|
+
this.isSingleFrame = false;
|
|
2180
|
+
// timeline functions:
|
|
2181
|
+
this.frame_0 = function() {
|
|
2182
|
+
if(this.isSingleFrame) {
|
|
2183
|
+
return;
|
|
2184
|
+
}
|
|
2185
|
+
if(this.totalFrames == 1) {
|
|
2186
|
+
this.isSingleFrame = true;
|
|
2187
|
+
}
|
|
2188
|
+
this.instructionHeader.textAlign = 'left';
|
|
2189
|
+
this.instructionHeader.textColor = '#FF873A';
|
|
2190
|
+
|
|
2191
|
+
this.instructionText.textAlign = 'left';
|
|
2192
|
+
|
|
2193
|
+
this.activePlayersHeader.textAlign = 'left';
|
|
2194
|
+
this.activePlayersHeader.textColor = '#FF873A';
|
|
2195
|
+
this.activePlayers.textAlign = 'right';
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
// actions tween:
|
|
2199
|
+
this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(1));
|
|
2200
|
+
|
|
2201
|
+
// Placeholders
|
|
2202
|
+
this.qrInstructions = new lib.Placeholder();
|
|
2203
|
+
this.qrInstructions.setTransform(460.3,565.55,3.1999,0.6,0,0,0,50.1,50.1);
|
|
2204
|
+
|
|
2205
|
+
this.qr = new lib.Placeholder();
|
|
2206
|
+
this.qr.setTransform(460.75,325.45,3.5,3.5,0,0,0,50.2,50.1);
|
|
2207
|
+
|
|
2208
|
+
this.activePlayers = new lib.Placeholder();
|
|
2209
|
+
this.activePlayers.setTransform(1528.8,170.05,2.9999,0.6,0,0,0,49.6,50.1);
|
|
2210
|
+
|
|
2211
|
+
this.activePlayersHeader = new lib.Placeholder();
|
|
2212
|
+
this.activePlayersHeader.setTransform(993.6,170.05,5.9999,0.6,0,0,0,49.6,50.1);
|
|
2213
|
+
|
|
2214
|
+
this.instructionText = new lib.Placeholder();
|
|
2215
|
+
this.instructionText.setTransform(974.4,814.1,14.0002,1.0001,0,0,0,49.6,50.1);
|
|
2216
|
+
|
|
2217
|
+
this.instructionHeader = new lib.Placeholder();
|
|
2218
|
+
this.instructionHeader.setTransform(974.4,720.05,14.0002,0.6,0,0,0,49.6,50.1);
|
|
2219
|
+
|
|
2220
|
+
this.back = new lib.Button();
|
|
2221
|
+
this.back.setTransform(626.6,961.25,1,1,-3.1954,0,0,80.6,20.8);
|
|
2222
|
+
|
|
2223
|
+
this.start = new lib.Button();
|
|
2224
|
+
this.start.setTransform(1222,961.5,1,1,-3.7315,0,0,80.8,20.8);
|
|
2225
|
+
|
|
2226
|
+
this.activeUsers = new lib.Placeholder();
|
|
2227
|
+
this.activeUsers.setTransform(1189,444.45,9.8401,4.5201,0,0,0,50.1,50.1);
|
|
2228
|
+
|
|
2229
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.activeUsers},{t:this.start},{t:this.back},{t:this.instructionHeader},{t:this.instructionText},{t:this.activePlayersHeader},{t:this.activePlayers},{t:this.qr},{t:this.qrInstructions}]}).wait(1));
|
|
2230
|
+
|
|
2231
|
+
// Qr background
|
|
2232
|
+
this.shape = new cjs.Shape();
|
|
2233
|
+
this.shape.graphics.f("#FFFFFF").s().p("A/9/CMA/7gA6MgAvA/RMg+TAAog");
|
|
2234
|
+
this.shape.setTransform(460.625,324.35);
|
|
2235
|
+
|
|
2236
|
+
this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
|
|
2237
|
+
|
|
2238
|
+
// Container
|
|
2239
|
+
this.shape_1 = new cjs.Shape();
|
|
2240
|
+
this.shape_1.graphics.f().s("#592230").ss(3).p("EA7OgnrMh2bgC0MAC0BU/MBxvgC0g");
|
|
2241
|
+
this.shape_1.setTransform(950.0206,522.5964,2.0942,1.7874);
|
|
2242
|
+
|
|
2243
|
+
this.shape_2 = new cjs.Shape();
|
|
2244
|
+
this.shape_2.graphics.f("#592230").s().p("Eg5TgnLMBymABIMgA/BNMMhtwAADg");
|
|
2245
|
+
this.shape_2.setTransform(951.1898,514.5539,2.0942,1.7874);
|
|
2246
|
+
|
|
2247
|
+
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_2},{t:this.shape_1}]}).wait(1));
|
|
2248
|
+
|
|
2249
|
+
// Background
|
|
2250
|
+
this.instance = new lib.BG2nologo();
|
|
2251
|
+
this.instance.setTransform(957.6,545.5,1,1,0,0,0,957.6,545.5);
|
|
2252
|
+
|
|
2253
|
+
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
2254
|
+
|
|
2255
|
+
this._renderFirstFrame();
|
|
2256
|
+
|
|
2257
|
+
}).prototype = getMCSymbolPrototype(lib.PortalViewNoInactive, new cjs.Rectangle(-28.1,-71.2,1971.5,1233.3), null);
|
|
2258
|
+
|
|
2259
|
+
|
|
2260
|
+
// stage content:
|
|
2261
|
+
(lib.remote = function(mode,startPosition,loop) {
|
|
2262
|
+
this.initialize(mode,startPosition,loop,{});
|
|
2263
|
+
|
|
2264
|
+
// Auth
|
|
2265
|
+
this.instance = new lib.Signin();
|
|
2266
|
+
this.instance.setTransform(807.55,538.35,2.2469,2.2432,0,0,0,359.4,240);
|
|
2267
|
+
|
|
2268
|
+
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
2269
|
+
|
|
2270
|
+
// Portal
|
|
2271
|
+
this.instance_1 = new lib.PortalViewNoInactive();
|
|
2272
|
+
this.instance_1.setTransform(467.9,297.9,1,1,0,0,0,467.9,297.9);
|
|
2273
|
+
|
|
2274
|
+
this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1));
|
|
2275
|
+
|
|
2276
|
+
this._renderFirstFrame();
|
|
2277
|
+
|
|
2278
|
+
}).prototype = p = new cjs.MovieClip();
|
|
2279
|
+
p.nominalBounds = new cjs.Rectangle(931.9,468.8,3382.2000000000003,1953.8999999999999);
|
|
2280
|
+
// library properties:
|
|
2281
|
+
lib.properties = {
|
|
2282
|
+
id: '5F84D68D1234D9449986F9EAC842AF45',
|
|
2283
|
+
width: 1920,
|
|
2284
|
+
height: 1080,
|
|
2285
|
+
fps: 24,
|
|
2286
|
+
color: "#FFFFFF",
|
|
2287
|
+
opacity: 1.00,
|
|
2288
|
+
manifest: [
|
|
2289
|
+
{src:"images/remote_atlas_.png", id:"remote_atlas_"}
|
|
2290
|
+
],
|
|
2291
|
+
preloads: []
|
|
2292
|
+
};
|
|
2293
|
+
|
|
2294
|
+
|
|
2295
|
+
|
|
2296
|
+
// bootstrap callback support:
|
|
2297
|
+
|
|
2298
|
+
(lib.Stage = function(canvas) {
|
|
2299
|
+
createjs.Stage.call(this, canvas);
|
|
2300
|
+
}).prototype = p = new createjs.StageGL();
|
|
2301
|
+
|
|
2302
|
+
p.setAutoPlay = function(autoPlay) {
|
|
2303
|
+
this.tickEnabled = autoPlay;
|
|
2304
|
+
}
|
|
2305
|
+
p.play = function() { this.tickEnabled = true; this.getChildAt(0).gotoAndPlay(this.getTimelinePosition()) }
|
|
2306
|
+
p.stop = function(ms) { if(ms) this.seek(ms); this.tickEnabled = false; }
|
|
2307
|
+
p.seek = function(ms) { this.tickEnabled = true; this.getChildAt(0).gotoAndStop(lib.properties.fps * ms / 1000); }
|
|
2308
|
+
p.getDuration = function() { return this.getChildAt(0).totalFrames / lib.properties.fps * 1000; }
|
|
2309
|
+
|
|
2310
|
+
p.getTimelinePosition = function() { return this.getChildAt(0).currentFrame / lib.properties.fps * 1000; }
|
|
2311
|
+
|
|
2312
|
+
an.bootcompsLoaded = an.bootcompsLoaded || [];
|
|
2313
|
+
if(!an.bootstrapListeners) {
|
|
2314
|
+
an.bootstrapListeners=[];
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
an.bootstrapCallback=function(fnCallback) {
|
|
2318
|
+
an.bootstrapListeners.push(fnCallback);
|
|
2319
|
+
if(an.bootcompsLoaded.length > 0) {
|
|
2320
|
+
for(var i=0; i<an.bootcompsLoaded.length; ++i) {
|
|
2321
|
+
fnCallback(an.bootcompsLoaded[i]);
|
|
2322
|
+
}
|
|
2323
|
+
}
|
|
2324
|
+
};
|
|
2325
|
+
|
|
2326
|
+
an.compositions = an.compositions || {};
|
|
2327
|
+
an.compositions['5F84D68D1234D9449986F9EAC842AF45'] = {
|
|
2328
|
+
getStage: function() { return exportRoot.stage; },
|
|
2329
|
+
getLibrary: function() { return lib; },
|
|
2330
|
+
getSpriteSheet: function() { return ss; },
|
|
2331
|
+
getImages: function() { return img; }
|
|
2332
|
+
};
|
|
2333
|
+
|
|
2334
|
+
an.compositionLoaded = function(id) {
|
|
2335
|
+
an.bootcompsLoaded.push(id);
|
|
2336
|
+
for(var j=0; j<an.bootstrapListeners.length; j++) {
|
|
2337
|
+
an.bootstrapListeners[j](id);
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
an.getComposition = function(id) {
|
|
2342
|
+
return an.compositions[id];
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
|
|
2346
|
+
an.makeResponsive = function(isResp, respDim, isScale, scaleType, domContainers) {
|
|
2347
|
+
var lastW, lastH, lastS=1;
|
|
2348
|
+
window.addEventListener('resize', resizeCanvas);
|
|
2349
|
+
resizeCanvas();
|
|
2350
|
+
function resizeCanvas() {
|
|
2351
|
+
var w = lib.properties.width, h = lib.properties.height;
|
|
2352
|
+
var iw = window.innerWidth, ih=window.innerHeight;
|
|
2353
|
+
var pRatio = window.devicePixelRatio || 1, xRatio=iw/w, yRatio=ih/h, sRatio=1;
|
|
2354
|
+
if(isResp) {
|
|
2355
|
+
if((respDim=='width'&&lastW==iw) || (respDim=='height'&&lastH==ih)) {
|
|
2356
|
+
sRatio = lastS;
|
|
2357
|
+
}
|
|
2358
|
+
else if(!isScale) {
|
|
2359
|
+
if(iw<w || ih<h)
|
|
2360
|
+
sRatio = Math.min(xRatio, yRatio);
|
|
2361
|
+
}
|
|
2362
|
+
else if(scaleType==1) {
|
|
2363
|
+
sRatio = Math.min(xRatio, yRatio);
|
|
2364
|
+
}
|
|
2365
|
+
else if(scaleType==2) {
|
|
2366
|
+
sRatio = Math.max(xRatio, yRatio);
|
|
2367
|
+
}
|
|
2368
|
+
}
|
|
2369
|
+
domContainers[0].width = w * pRatio * sRatio;
|
|
2370
|
+
domContainers[0].height = h * pRatio * sRatio;
|
|
2371
|
+
domContainers.forEach(function(container) {
|
|
2372
|
+
container.style.width = w * sRatio + 'px';
|
|
2373
|
+
container.style.height = h * sRatio + 'px';
|
|
2374
|
+
});
|
|
2375
|
+
stage.scaleX = pRatio*sRatio;
|
|
2376
|
+
stage.scaleY = pRatio*sRatio;
|
|
2377
|
+
lastW = iw; lastH = ih; lastS = sRatio;
|
|
2378
|
+
stage.tickOnUpdate = false;
|
|
2379
|
+
stage.update();
|
|
2380
|
+
stage.tickOnUpdate = true;
|
|
2381
|
+
}
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2384
|
+
|
|
2385
|
+
})(createjs = createjs||{}, AdobeAn = AdobeAn||{});
|
|
2386
|
+
var createjs, AdobeAn;
|