-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.blocks
720 lines (720 loc) · 142 KB
/
main.blocks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
<xml xmlns="https://developers.google.com/blockly/xml"><variables><variable type="ActionKind" id="uP^WZEv7ehe-n6xis3iY">0RunningLeft</variable><variable type="ActionKind" id="HCk+^!s!cza23heC-25Q">1RunningRight</variable><variable type="ActionKind" id="b0xp!:[[email protected]+pZ:T">2Idle</variable><variable type="ActionKind" id="WoM1uH7;Eoca.0x7l=+j">3IdleLeft</variable><variable type="ActionKind" id="o,~sR#22|(G{r2[yL7PW">4IdleRight</variable><variable type="ActionKind" id="i:gWcUIym}7gS2nrpk5!">5JumpingLeft</variable><variable type="ActionKind" id="b.4JdK1nO718NY?Inr/Q">6JumpingRight</variable><variable type="ActionKind" id="A^]3|a5-aUF|n/K:/jV`">7CrouchLeft</variable><variable type="ActionKind" id="~yH]pE]bMi^3YG6/_Ko*">8CrouchRight</variable><variable type="ActionKind" id="inMgUVX0g{}=fax)l4io">9Flying</variable><variable type="ActionKind" id="/6^YU69FY|xz[Z4)U{Jq">10Walking</variable><variable type="ActionKind" id="B@A?.Wt.~?`?p^G9u3-]">11Jumping</variable><variable type="KIND_SpriteKind" id="oyCJcgrq.2+0rGduCBC{">Bumper</variable><variable type="KIND_SpriteKind" id="s|s]^jlYp$^x}t+o*5VZ">Goal</variable><variable type="KIND_SpriteKind" id="p{?+KE$3tk6fZ@al$bwQ">Coin</variable><variable type="KIND_SpriteKind" id="T3ET3A,sEU6*/5o]5m+k">Flier</variable><variable type="KIND_SpriteKind" id="Ln.qwv|c)fE^#8N1t6qj">Player</variable><variable type="KIND_SpriteKind" id="8Lm(}|Hmt+W3uhS@pRc:">Projectile</variable><variable type="KIND_SpriteKind" id="@8U@d=wo#*,!b@;-jLRc">Food</variable><variable type="KIND_SpriteKind" id="bpLGqP4brP$Q}TD_$zct">Enemy</variable><variable id=",OdA+!+{)Iml9o4M2|oP">pixelsToMeters</variable><variable id="C(]$W]oEo*_cp/`E`AzA">invincibilityPeriod</variable><variable id="2ATRVP[-~.8U75tHDX(e">coinAnimation</variable><variable id="}lvVnG!RV}d`7VoZS9,-">hero</variable><variable id="(ME0Ydo$9c.*IHy1[!!r">canDoubleJump</variable><variable id="[dT`;1~`fe9D9$U:u5xB">doubleJumpSpeed</variable><variable id="eiz:wRRwuR;L]E|9Xq3s">mainIdleLeft</variable><variable id=")4,nB#S#0?|48]D9@vVn">mainIdleRight</variable><variable id="]XJ8Z)iOG._Bice8uG^x">flierFlying</variable><variable id="OXBP3,zvH*7T-1}#f`|,">flierIdle</variable><variable id="lz^_3O6pTnDhwpi5PJB$">mainRunLeft</variable><variable id="Mu*YHzWzidR/!^/B^8pT">mainRunRight</variable><variable id="Al6]M|Q4c`pvgq11K4pI">mainJumpLeft</variable><variable id="?-q)E4aA.$;8.Qv,S)7{">mainJumpRight</variable><variable id=".k{mTiQF]oH`8`4PhXz0">mainCrouchLeft</variable><variable id="n!~O3Nr;gDSd(ltBQWf3">mainCrouchRight</variable><variable id="w]19#:$y7xxCk5bj%pvp">value</variable><variable id=":X)|RjI^U{W;E5tF}CyD">value2</variable><variable id=",xHiSo$Q,EBQ;T0@C@OW">value3</variable><variable id="Th;(:}E0k)o`_D99#+}n">value4</variable><variable id="o^G^yp?g7EkZL%cEvh#^">value5</variable><variable id="YZF{We3yy!PCdBTb7}wQ">bumper</variable><variable id="?m}NND]k.XqH~d0ihmUP">gravity</variable><variable id="I6;pqp`aFU4R!Z[*E^u[">value6</variable><variable id="v|MAau14dJ)d.6[r@)un">flier</variable><variable id="Kw/~;[C_Lm0H@2ct@sh:">playerStartLocation</variable><variable id="yuph4nzk]gTk87EA/fzU">currentLevel</variable><variable id="X@1}+mC0kFc;;Uaw+{eU">levelCount</variable><variable id="-wd)m!$`pr7w::;%fe$H">value7</variable><variable id="6+Yg^I:O,mjQoPLHw2Rd">coin</variable><variable id="7+mvA0eG:WQlnpIA)tp@">heroFacingLeft</variable><variable id="CJ@uw6Xm}yH`PxkR6|uk">value8</variable><variable id="xd~sv]kj;-L-bo$0P7],">value9</variable><variable id="H-a7UAwI8[3sL.k-BAuJ">mySprite</variable></variables><block type="pxt-on-start" id="I1OSw.cOI1G!!!,ATP1:" x="0" y="0"><statement name="HANDLER"><block type="variables_set" id=".1TQD5XoreUV-7pT_q3T"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreate" id="eKI_f=w|H/#=0wy@P]Yo"><value name="img"><shadow type="screen_image_picker" id="-m0M]=!Tvjgx+zh^dy9_"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . f f f f f f f f f f . . .
. . f e e e e e e e e e e f . .
. f e e e e e e e e e e e e f .
. f d e e d d d d d d d d d f .
. f d e d d f d d d d f d d f .
. f e d d d f d d d d f d d f .
. . f d d d f d d d d f d d f .
. . f d d d d d d d d d d d f .
. . f b a c c c c c c c c a f .
. . f d d d c c c c c c d d f .
. . f d d f f f b b f f f d f .
. . f b a a a a a a a a a f . .
. . . f b a a f f b a a f . . .
. . . f b a a f f b a a f . . .
. . . . f f f . . f f f . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"-m0M]=!Tvjgx+zh^dy9_"}}</data></shadow></value><value name="kind"><shadow type="spritekind" id="^T;-k]UnpHOhWgTeQcU{"><field name="MEMBER">Player</field></shadow></value></block></value><next><block type="variables_set" id=",KdmrgdP[u{t#o:%rWuy"><field name="VAR" id="C(]$W]oEo*_cp/`E`AzA">invincibilityPeriod</field><comment pinned="false" h="80" w="160">how long to pause between each contact with a
single enemy</comment><value name="VALUE"><shadow type="math_number" id="E`IyGAZ0{7~Fu0/}*hub"><field name="NUM">600</field></shadow></value><next><block type="variables_set" id=",dQwspfMq@Z#qf4EUeRb"><field name="VAR" id=",OdA+!+{)Iml9o4M2|oP">pixelsToMeters</field><value name="VALUE"><shadow type="math_number" id="V^pjbpH96RMH}W07LvkO"><field name="NUM">30</field></shadow></value><next><block type="variables_set" id="qnhZE(n8eJdP4o?Z~F3S"><field name="VAR" id="?m}NND]k.XqH~d0ihmUP">gravity</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="v#F74Jv:5yKK@W72I}XV"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number" id="K/JRrT7OQ}rPCGd{BP~$"><field name="NUM">9.81</field></shadow></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="Gbz61kWX/FEZaKv+Z6bc"><field name="VAR" id=",OdA+!+{)Iml9o4M2|oP">pixelsToMeters</field></block></value></block></value><next><block type="gamesetbackgroundimage" id="LG*3]v$%B_mb8vR(O6C2"><value name="img"><shadow type="background_image_picker" id="7vEHRVOwDjlu9UbMyAtm"><field name="img">img`
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8999999989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989999999899999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9989998999899989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8989899989898999898989998989899989898999898989998989899989898999898989998989899989898999898989998989899989898999898989998989899989898999898989998989899989898999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8999898989998989899989898999898989998989899989898999898989998989899989898999898989998989899989898999898989998989899989898999898989998989899989898999898989998989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989998999899989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8989998989899989898999898989998989899989898999898989998989899989898999898989998989899989898999898989998989899989898999898989998999899989998999899989998999899989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9989898999898989998989899989898999898989998989899989898999898989998989899989898999898989998989899989898999898989998989899989898999898989998989899989998999899989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
8989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989
9899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999989999999899999998999999999999999999999999999999
8989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
`</field><data>{"commentRefs":[],"fieldData":{"img":"7vEHRVOwDjlu9UbMyAtm"}}</data></shadow></value><next><block type="function_call" id="@^_B)J?}XmYIZKlAN_K|"><mutation name="initializeAnimations" functionid="lK*uv}Kn$}a/{-nx%A@^"></mutation><next><block type="function_call" id="UAqJEHLywCO._PhF_yZn"><mutation name="createPlayer" functionid="/Qtav|xUUw]/UN0tGM;r"><arg name="player2" id="awsiu43pzbdbfak5k1j2w" type="Sprite"></arg></mutation><value name="awsiu43pzbdbfak5k1j2w"><shadow type="variables_get"><field name="VAR" id="H-a7UAwI8[3sL.k-BAuJ">mySprite</field></shadow><block type="variables_get" id="R}Gg;K9/+KojYa{EC$Yh"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value><next><block type="variables_set" id="iQJzm6MJlB2dW!SFX[qA"><field name="VAR" id="X@1}+mC0kFc;;Uaw+{eU">levelCount</field><value name="VALUE"><shadow type="math_number" id="(1klTFXLj)TuEe;G-*,N"><field name="NUM">8</field></shadow></value><next><block type="variables_set" id="YfLr2.oep_:1`uVB{AsU"><field name="VAR" id="yuph4nzk]gTk87EA/fzU">currentLevel</field><value name="VALUE"><shadow type="math_number" id="xF5A+n[MxxcQFY8R,Pml"><field name="NUM">0</field></shadow></value><next><block type="function_call" id="GLd8s9F_vh}-iheR@^[W"><mutation name="setLevelTileMap" functionid="R4jJP@RnRX{[~Ci,B1@{"><arg name="level" id="osaws55dbj11pct4n4zg" type="number"></arg></mutation><value name="osaws55dbj11pct4n4zg"><shadow type="math_number"><field name="NUM">1</field></shadow><block type="variables_get" id="5sI}!KmxJ3VG.:v-10y!"><field name="VAR" id="yuph4nzk]gTk87EA/fzU">currentLevel</field></block></value><next><block type="function_call" id="7dC$^ek:@6Ta}uROgO)}"><mutation name="giveIntroduction" functionid="Dwn(N;(eR9*V^j|r-j5C"></mutation></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></statement></block><block type="gameupdate" id="5w==]uBFL.Xo7IH1MVhz" x="567" y="0"><comment pinned="false" h="80" w="160">set up hero animations</comment><statement name="HANDLER"><block type="controls_if" id="b3H[a{~XdGJA@(l-UF87"><mutation elseif="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="/iN~sH/O0Zqx;rto(hB-"><field name="OP">LT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="l[)Gn+0|dXeyU+KDC{wV"><field name="property">Sprite.vx</field><value name="mySprite"><block type="variables_get" id="j.vrILgOfF^DTV42^n2x"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value><value name="B"><shadow type="math_number" id="lt.Q5jBh$CYRo*M`2[O_"><field name="NUM">0</field></shadow></value></block></value><statement name="DO0"><block type="variables_set" id="0f~3*FXnm7{:oUn8~80x"><field name="VAR" id="7+mvA0eG:WQlnpIA)tp@">heroFacingLeft</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="logic_boolean" id="WTCK%MP9W%-w!8l/FdX:"><field name="BOOL">TRUE</field></block></value></block></statement><value name="IF1"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="E%ra[u2YH#Q@,uH#sW4K"><field name="OP">GT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="|%QIe#[9OQjn^Lm5~gEN"><field name="property">Sprite.vx</field><value name="mySprite"><block type="variables_get" id="Zh_q{!z$TfeR`bu:{pFt"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value><value name="B"><shadow type="math_number" id="DzP64vp_/aN5Ij0ZrS;L"><field name="NUM">0</field></shadow></value></block></value><statement name="DO1"><block type="variables_set" id="sb2~ldk~yIm;B3DC7!fe"><field name="VAR" id="7+mvA0eG:WQlnpIA)tp@">heroFacingLeft</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="logic_boolean" id="~y~ZR.I*e*VR?91fCG3L"><field name="BOOL">FALSE</field></block></value></block></statement><next><block type="controls_if" id="#SH}OxX,m#nwH4TI.$Q~"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="spritehasobstacle" id=".ghWECw_4#HJ$jy{R1Km"><field name="direction">CollisionDirection.Top</field><value name="sprite"><block type="variables_get" id="ePE+=oMI.,DoHUHVD(#%"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value><statement name="DO0"><block type="Sprite_blockCombine_set" id="cm9%(()OFRDUF30d85ar"><field name="property">Sprite.vy@set</field><value name="mySprite"><block type="variables_get" id=")HZjuhiT$^j]S4`[.rdA"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value><value name="value"><shadow type="math_number" id="SL5@WAlGlnU/D{oK:1sg"><field name="NUM">0</field></shadow></value></block></statement><next><block type="controls_if" id="CI@yG,gjGE[,X=cmc:7q"><mutation elseif="3" else="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="keyispressed" id="7Fm{Sc*a}[7cQ!V+[me%"><field name="button">controller.down</field></block></value><statement name="DO0"><block type="controls_if" id="$.T]S90L~?v|a7DLH89n"><mutation else="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="variables_get" id="UZ6/iQ(st8Vs9qa:.ess"><field name="VAR" id="7+mvA0eG:WQlnpIA)tp@">heroFacingLeft</field></block></value><statement name="DO0"><block type="setAction" id="*HWn:zTdZo}=bdgcILv5"><value name="action"><shadow type="action_enum_shim" id="cW:FbQJd@%t!#iOGF@Ze"><field name="MEMBER">CrouchLeft</field></shadow></value><value name="sprite"><shadow type="variables_get" id="r((y=9cK/f_ymQa^]gZN"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value></block></statement><statement name="ELSE"><block type="setAction" id="j;e*vh=#s#9*)$LW!2or"><value name="action"><shadow type="action_enum_shim" id="P}XaBhehF`X#*Eh@A4+3"><field name="MEMBER">CrouchRight</field></shadow></value><value name="sprite"><shadow type="variables_get" id="$A(OkYs]W9QZGN4*V~[V"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value></block></statement></block></statement><value name="IF1"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_operation" id="/I;$-.Tb7-M4.l5~x)~X"><field name="OP">AND</field><value name="A"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="9ehL]KvlkzAre60BILES"><field name="OP">LT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="fXg0USIekk#EE7iSGsNt"><field name="property">Sprite.vy</field><value name="mySprite"><block type="variables_get" id="RsIj;%U0B//I^BJEMA)!"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value><value name="B"><shadow type="math_number" id="{dX%RhS2w?FD/^[r.[NK"><field name="NUM">20</field></shadow></value></block></value><value name="B"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_negate" id="yFQtho(mN?a:t4L+_+|H"><value name="BOOL"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="spritehasobstacle" id=":h_}j?,n]J^War`)D9ZY"><field name="direction">CollisionDirection.Bottom</field><value name="sprite"><block type="variables_get" id="b.fKgSY5sAG{p?QRA[PC"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value></block></value></block></value><statement name="DO1"><block type="controls_if" id=")?]oUSU`5:CGGt0ye9PY"><mutation else="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="variables_get" id="RBfkP;URoUbD%u*=l:4."><field name="VAR" id="7+mvA0eG:WQlnpIA)tp@">heroFacingLeft</field></block></value><statement name="DO0"><block type="setAction" id="]y-E5Az~ViqoFy!bxk1."><value name="action"><shadow type="action_enum_shim" id="Xr-vcI0Fc[+!`,*Laa1+"><field name="MEMBER">JumpingLeft</field></shadow></value><value name="sprite"><shadow type="variables_get" id="0~*=L|dr^};WOfo%l)9*"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value></block></statement><statement name="ELSE"><block type="setAction" id="a[T`sqcr3^SaTl$macl4"><value name="action"><shadow type="action_enum_shim" id="Yi~Fw^+%1u4+.qW?riV6"><field name="MEMBER">JumpingRight</field></shadow></value><value name="sprite"><shadow type="variables_get" id="yp#2xbRtF~eN)=}7/,)@"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value></block></statement></block></statement><value name="IF2"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="[NI?[d6e2MsIDxV|3M$3"><field name="OP">LT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="Ff8EDeh{T?c8uGxehv##"><field name="property">Sprite.vx</field><value name="mySprite"><block type="variables_get" id="P-+UGQ{+/CQ8P%A~$UDQ"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value><value name="B"><shadow type="math_number" id="B-{qO|)t(-K)l~TWk9Ml"><field name="NUM">0</field></shadow></value></block></value><statement name="DO2"><block type="setAction" id="T7|kuOca*3#zE[m:0D?Z"><value name="action"><shadow type="action_enum_shim" id="Q+k{SWab+@lrXVj@K]q]"><field name="MEMBER">RunningLeft</field></shadow></value><value name="sprite"><shadow type="variables_get" id="s3CFsw,y;7pMX?]J[bu^"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value></block></statement><value name="IF3"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="H#o67u$LW=_1I7?=gycp"><field name="OP">GT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="V!:64^osE1}Iis0Z+Ek^"><field name="property">Sprite.vx</field><value name="mySprite"><block type="variables_get" id="%{+v3tDcsyi]VK+jWLs:"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value><value name="B"><shadow type="math_number" id="UkMKB5o@|y;baxrIq;:6"><field name="NUM">0</field></shadow></value></block></value><statement name="DO3"><block type="setAction" id="vt]MbJ+O}k,$F!d(lxBm"><value name="action"><shadow type="action_enum_shim" id="k7{Q%+Cs=|kfrj%W/T@u"><field name="MEMBER">RunningRight</field></shadow></value><value name="sprite"><shadow type="variables_get" id="Dc3a(UQg{X=3X,N[D$Sz"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value></block></statement><statement name="ELSE"><block type="controls_if" id="2[NoyWjqhtqRy22[w/WF"><mutation else="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="variables_get" id="juY=~8]v8vy6i}b430QE"><field name="VAR" id="7+mvA0eG:WQlnpIA)tp@">heroFacingLeft</field></block></value><statement name="DO0"><block type="setAction" id="]Wu*(mdP#0Ns$dcmhLbh"><value name="action"><shadow type="action_enum_shim" id="qZHjk{Y=b_bmFXdbVip-"><field name="MEMBER">IdleLeft</field></shadow></value><value name="sprite"><shadow type="variables_get" id="Kr*H/HUNBPPxl6UjxFp4"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value></block></statement><statement name="ELSE"><block type="setAction" id="uDr(IDBNHFU*xSQ[s%tt"><value name="action"><shadow type="action_enum_shim" id="d0ZYCgP,kKnV:0m-]a~Z"><field name="MEMBER">IdleRight</field></shadow></value><value name="sprite"><shadow type="variables_get" id="poxy7MYeEra_r4,.WPB`"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value></block></statement></block></statement></block></next></block></next></block></statement></block><block type="gameupdate" id="$W9qJ8Czb*l+gJ^n=9Oo" x="1779" y="0"><comment pinned="false" h="80" w="160">Flier movement</comment><statement name="HANDLER"><block type="pxt_controls_for_of" id="6rMEBLWKE4gQk]qf]ZiF"><value name="VAR"><shadow type="variables_get_reporter" id="Uesl4^[:sF%MG)bTEC/O"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></shadow></value><value name="LIST"><block type="allOfKind" id="VflJk.V=P(seo1u1Q:wW"><value name="kind"><shadow type="spritekind" id="QiDub;7~2N]ShLk-#dn("><field name="MEMBER">Flier</field></shadow></value></block></value><statement name="DO"><block type="controls_if" id="7-GcMhF=MBUKrYEZ6CYG"><mutation else="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="GYet)*~^1JcZ*i.n/jf3"><field name="OP">LT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_op3" id="0TUk||4Cx/z$uQq~2@?w"><value name="x"><block type="math_arithmetic" id="S1QZ):mr{F$$ssdvaJBa"><field name="OP">MINUS</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="Gn[]|rp/k:Yj7?Y(VmrI"><field name="property">Sprite.x</field><value name="mySprite"><block type="variables_get" id="}|1!d_z9(JJoHwys3z99"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></block></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="b1lka[_B-O/K):Xwh%sZ"><field name="property">Sprite.x</field><value name="mySprite"><block type="variables_get" id="|2J#@TJDw^*!m*?.jB{@"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value></block></value></block></value><value name="B"><shadow type="math_number" id="v~@8n7~W/qpM8h:kUkn)"><field name="NUM">60</field></shadow></value></block></value><statement name="DO0"><block type="controls_if" id="m|iMGCye!I%Bk:@:,OuD"><mutation elseif="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="mclpxt4C3*.d--1Gd64a"><field name="OP">LT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="|zP{e8St9uU!4he/3niq"><field name="OP">MINUS</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id=";FcdRw]?MyRjAqdAdYM7"><field name="property">Sprite.x</field><value name="mySprite"><block type="variables_get" id=",h5GEQ`32+si(Q67*;;C"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></block></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="^_3nAl=|@=VEy/UG6ZAJ"><field name="property">Sprite.x</field><value name="mySprite"><block type="variables_get" id="TijD.GI2ZJ0dZ/$I$n+r"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value></block></value><value name="B"><shadow type="math_number" id="Oam`irHX[]d?gy(bJ%z8"><field name="NUM">-5</field></shadow></value></block></value><statement name="DO0"><block type="Sprite_blockCombine_set" id="~Em{Ez:=fHR3(ROU_Gqn"><field name="property">Sprite.vx@set</field><value name="mySprite"><block type="variables_get" id="nvqR/fRcNG-jy||XtAN3"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></block></value><value name="value"><shadow type="math_number" id=",EC6S*Xh:pDSC54{]C.m"><field name="NUM">25</field></shadow></value></block></statement><value name="IF1"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="Ujl5z*+Ng{i48+zd7IR["><field name="OP">GT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="5^o=Ivt3mMl^?4Y]WrWc"><field name="OP">MINUS</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="Eu`NHzt#J,b70G(JGiVM"><field name="property">Sprite.x</field><value name="mySprite"><block type="variables_get" id="4qYiHmkTt@w)t2!^Z_7Y"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></block></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="tW2V{9cs_Cu4wakjw-zb"><field name="property">Sprite.x</field><value name="mySprite"><block type="variables_get" id="$3yP|188Gk9=7WshI)uP"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value></block></value><value name="B"><shadow type="math_number" id="h4UU|j[Y$lO]-mx7z~IU"><field name="NUM">5</field></shadow></value></block></value><statement name="DO1"><block type="Sprite_blockCombine_set" id="mA:Jv`KFYzN|M2?Y7T`2"><field name="property">Sprite.vx@set</field><value name="mySprite"><block type="variables_get" id="pV/eE:1)(Ytw-J%M;4z)"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></block></value><value name="value"><shadow type="math_number" id="rx#M;at#pd]!OB$/]o*{"><field name="NUM">-25</field></shadow></value></block></statement><next><block type="controls_if" id="j=%92SjOxV4X$pbIR4~="><mutation elseif="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="0iM*.p*{W8KvQxIsiTRg"><field name="OP">LT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="d;vt!-hE{R2*_#WEy$Z#"><field name="OP">MINUS</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="+f*PFIG4lI=QN!?9*2:q"><field name="property">Sprite.y</field><value name="mySprite"><block type="variables_get" id="+OC]gmlNzMp,dsIX(?v]"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></block></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="GMSU91(?{U?Hp}lDJf)_"><field name="property">Sprite.y</field><value name="mySprite"><block type="variables_get" id="N=WN/W*Ycl$6oVhM/|f8"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value></block></value><value name="B"><shadow type="math_number" id="06t);J3$)`0O=8Tj@HP?"><field name="NUM">-5</field></shadow></value></block></value><statement name="DO0"><block type="Sprite_blockCombine_set" id="q)lH6O:P~@udB!Z%91`g"><field name="property">Sprite.vy@set</field><value name="mySprite"><block type="variables_get" id="~5vKSB`m!-r3%T4ciC|o"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></block></value><value name="value"><shadow type="math_number" id="5$uK78q)sE9juKOP3)2~"><field name="NUM">25</field></shadow></value></block></statement><value name="IF1"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="==^4YKvr-ipuQ(D}KZ}@"><field name="OP">GT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="G|6sc;uevA5JUl:|OHEc"><field name="OP">MINUS</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="dZZAkvtI(vByTeX$!_H{"><field name="property">Sprite.y</field><value name="mySprite"><block type="variables_get" id="d;u`yfgqg=gu*^FvLqzm"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></block></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="r/{]X7Gj%_b!2XyLflv8"><field name="property">Sprite.y</field><value name="mySprite"><block type="variables_get" id="CH/5a@}Q[HHVyIztywjA"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value></block></value><value name="B"><shadow type="math_number" id="Q5_}p.B|]VR$elF_mxyR"><field name="NUM">5</field></shadow></value></block></value><statement name="DO1"><block type="Sprite_blockCombine_set" id="Z.9W?L[NBnHTrAjLX9IT"><field name="property">Sprite.vy@set</field><value name="mySprite"><block type="variables_get" id="F?M(KSD{xc{vS+~fqs?}"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></block></value><value name="value"><shadow type="math_number" id=")fFl^yP{yB8ma+hJDTLy"><field name="NUM">-25</field></shadow></value></block></statement><next><block type="setAction" id="C*Gf0$DqSAKz,|Ax(C7l"><value name="action"><shadow type="action_enum_shim" id="|BpV!kwO!o59fp+@;8dm"><field name="MEMBER">Flying</field></shadow></value><value name="sprite"><shadow type="variables_get" id="}=wd=-)SVXt8.C{.B$w}"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></shadow></value></block></next></block></next></block></statement><statement name="ELSE"><block type="Sprite_blockCombine_set" id="w?8o^RRb`Z/+1geclrxH"><field name="property">Sprite.vy@set</field><value name="mySprite"><block type="variables_get" id="E+SeT5NGd~6dgeY#Bl9Y"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></block></value><value name="value"><shadow type="math_number" id="EA3ea6g{3F(:IOl1HnlU"><field name="NUM">-20</field></shadow></value><next><block type="Sprite_blockCombine_set" id=":yFyYA.vZyfNa03?Y^3x"><field name="property">Sprite.vx@set</field><value name="mySprite"><block type="variables_get" id="A9S|?zVG7{Ur=1kU?ueb"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></block></value><value name="value"><shadow type="math_number" id="bKGiGHrOv;)amsX)o9P*"><field name="NUM">0</field></shadow></value><next><block type="setAction" id="fRs*pZC4l3y:LsaBN]0q"><value name="action"><shadow type="action_enum_shim" id="Xf[`#S@:a1Wlw/BHs0hr"><field name="MEMBER">Idle</field></shadow></value><value name="sprite"><shadow type="variables_get" id="*K,]]4^Oh=RQF`_b}|rZ"><field name="VAR" id="CJ@uw6Xm}yH`PxkR6|uk">value8</field></shadow></value></block></next></block></next></block></statement></block></statement></block></statement></block><block type="gameupdate" id="cgAc3;p9`/bs^Cd.GfVR" x="2675" y="0"><comment pinned="false" h="80" w="160">Reset double jump when standing on wall</comment><statement name="HANDLER"><block type="controls_if" id="?{Dx3w(8aeZ$]xF-UF[$"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="spritehasobstacle" id="O=0OhN~n2#K#36u6*!!Y"><field name="direction">CollisionDirection.Bottom</field><value name="sprite"><block type="variables_get" id="7NaO1fVN*3[4,0yCjK6!"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value><statement name="DO0"><block type="variables_set" id="xA_FoxwL0W@{4Tt?Kl,s"><field name="VAR" id="(ME0Ydo$9c.*IHy1[!!r">canDoubleJump</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="logic_boolean" id="F9Ll.p1p#desU%P#pBWk"><field name="BOOL">TRUE</field></block></value></block></statement></block></statement></block><block type="gameupdate" id="}v+oLGHN9|8WFFZaqj6n" x="3213" y="0"><comment pinned="false" h="80" w="160">bumper movement</comment><statement name="HANDLER"><block type="pxt_controls_for_of" id="]DDP`V~dPC(W$`#/|$CZ"><value name="VAR"><shadow type="variables_get_reporter" id="Ly=w0zVN0t#uPxK)C7Is"><field name="VAR" id="xd~sv]kj;-L-bo$0P7],">value9</field></shadow></value><value name="LIST"><block type="allOfKind" id="7SaxnfN1(SD@d;.,XR7v"><value name="kind"><shadow type="spritekind" id="}|oh^U.mnT(1HZ,8`L0F"><field name="MEMBER">Bumper</field></shadow></value></block></value><statement name="DO"><block type="controls_if" id="}Dg1)0#M6*8qbe`.8,5z"><mutation elseif="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="spritehasobstacle" id="*L~}-DyM9mee2w;?gUyM"><field name="direction">CollisionDirection.Left</field><value name="sprite"><block type="variables_get" id="4rVI8KbCYiA3g|DrD_k!"><field name="VAR" id="xd~sv]kj;-L-bo$0P7],">value9</field></block></value></block></value><statement name="DO0"><block type="Sprite_blockCombine_set" id="So7|=5Y_oXi5%4w_+4[p"><field name="property">Sprite.vx@set</field><value name="mySprite"><block type="variables_get" id="E3}`BjT6`cQSSsyCp/*Z"><field name="VAR" id="xd~sv]kj;-L-bo$0P7],">value9</field></block></value><value name="value"><block type="device_random_deprecated" id="j4t[~!pkANC3]W^qAJwd"><value name="min"><shadow type="math_number" id="hF}DI7`VR5Js]q9]:ypv"><field name="NUM">30</field></shadow></value><value name="limit"><shadow type="math_number" id="xjHCue5iHAoj)/E{:7}8"><field name="NUM">60</field></shadow></value></block></value></block></statement><value name="IF1"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="spritehasobstacle" id="CFNPdNIC@rNNKb-|=Z+x"><field name="direction">CollisionDirection.Right</field><value name="sprite"><block type="variables_get" id="R.[r0UT[^n8~4B;s`zSt"><field name="VAR" id="xd~sv]kj;-L-bo$0P7],">value9</field></block></value></block></value><statement name="DO1"><block type="Sprite_blockCombine_set" id="B#4l4sm7PbmMzA91*;?b"><field name="property">Sprite.vx@set</field><value name="mySprite"><block type="variables_get" id="b,]y{vrn!ff^@RT1?A-L"><field name="VAR" id="xd~sv]kj;-L-bo$0P7],">value9</field></block></value><value name="value"><block type="device_random_deprecated" id="1_}/X6xQeqK8OPQ!wS@r"><value name="min"><shadow type="math_number" id="PShTWAKW*S~nzi!.Hfnk"><field name="NUM">-60</field></shadow></value><value name="limit"><shadow type="math_number" id="p]Eyyh*,QGZ,F{J2_l{#"><field name="NUM">-30</field></shadow></value></block></value></block></statement></block></statement></block></statement></block><block type="keyonevent" id="VzdcZK{G)#5=%hQ)on)^" x="3972" y="0"><field name="button">controller.up</field><field name="event">ControllerButtonEvent.Pressed</field><statement name="HANDLER"><block type="function_call" id="xT?QV~n]gQes,$s^cHmq"><mutation name="attemptJump" functionid="~4+us`%DnDjy[d0lpyw4"></mutation></block></statement></block><block type="keyonevent" id=")WAF^}XJzoe|b@6r`%q^" x="4292" y="0"><field name="button">controller.A</field><field name="event">ControllerButtonEvent.Pressed</field><statement name="HANDLER"><block type="function_call" id="#Wf(??H$0kWZe!Pb2b/H"><mutation name="attemptJump" functionid="~4+us`%DnDjy[d0lpyw4"></mutation></block></statement></block><block type="keyonevent" id="v^#h|@j_C:,uX`KU1g8?" x="4603" y="0"><field name="button">controller.down</field><field name="event">ControllerButtonEvent.Pressed</field><statement name="HANDLER"><block type="controls_if" id="1B@(kyjGzRG]xESg^9Ad"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_negate" id="Drxg]c(;,Oc?wfwXZ~hO"><value name="BOOL"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="spritehasobstacle" id="A*R%pz|!F(j?5O5HJeL$"><field name="direction">CollisionDirection.Bottom</field><value name="sprite"><block type="variables_get" id="G@UmbX%O*R.;-1Bz!km2"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value></block></value><statement name="DO0"><block type="Sprite_blockCombine_change" id="Ij]f#F/mA[h%UJP|h^7e"><field name="property">Sprite.vy@set</field><value name="mySprite"><block type="variables_get" id="$NxFz{D!(M|*c1;fEz!$"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value><value name="value"><shadow type="math_number" id="%@D=A5]*Fdu.JM*E/AUF"><field name="NUM">80</field></shadow></value></block></statement></block></statement></block><block type="spriteshittile" id="#,f).|`*c/gHjhP*3_jD" x="5206" y="0"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="6fKRWpjY)wovcQ$5w]il"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="A$2OlI)1LgY7eRx?#?r/"><field name="MEMBER">Player</field></shadow></value><value name="tile"><shadow type="tileset_tile_picker" id="-fF_x(yPosZPJSW~G]A;"><field name="tile">assets.tile`tile1`</field></shadow></value><value name="HANDLER_DRAG_PARAM_location"><shadow type="argument_reporter_custom" id="6_94TJu5-{4{Rxm3Y*VU"><mutation typename="tiles.Location"></mutation><field name="VALUE">location</field></shadow></value><statement name="HANDLER"><block type="hudChangeLifeBy" id="?kCgQ%i~e5s{!lK:=?X|"><value name="value"><shadow type="math_number" id="k=Me0:)l~[#UV=3Z{SXW"><field name="NUM">1</field></shadow></value><next><block type="variables_change" id="_n5ns)6XeqL$!$~e^2G/"><field name="VAR" id="yuph4nzk]gTk87EA/fzU">currentLevel</field><value name="VALUE"><shadow type="math_number" id="Gqj71IKplc%fsjF}2es?"><field name="NUM">1</field></shadow></value><next><block type="controls_if" id="te|,,ai%*x!ObDEcmG]}"><mutation else="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="function_call_output" id=":O`Tyc/hF$9?!jET(h{)"><mutation name="hasNextLevel" functionid="J!ib+v_NbubcI,u-FY^I"></mutation></block></value><statement name="DO0"><block type="gameSplash" id="An?=VudN$slD+1%wA]+B"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><value name="title"><shadow type="text" id=";=.dWdlHs|PdmnP4.,L-"><field name="TEXT">Next level unlocked!</field></shadow></value><next><block type="function_call" id="clxEgBO_wT}#v9UZXI(~"><mutation name="setLevelTileMap" functionid="R4jJP@RnRX{[~Ci,B1@{"><arg name="level" id="osaws55dbj11pct4n4zg" type="number"></arg></mutation><value name="osaws55dbj11pct4n4zg"><shadow type="math_number"><field name="NUM">1</field></shadow><block type="variables_get" id="Ee!d~x1F}dQvq++qdm{9"><field name="VAR" id="yuph4nzk]gTk87EA/fzU">currentLevel</field></block></value></block></next></block></statement><statement name="ELSE"><block type="gameOver" id="(@i=mnj[AF5Us(K1?u8j"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="1" _input_init="true"></mutation><field name="effect">effects.confetti</field><value name="win"><shadow type="toggleWinLose" id="2Oaf;+v@)i|cb,5PrMw$"><field name="win">true</field></shadow></value></block></statement></block></next></block></next></block></statement></block><block type="spritesoverlap" id="=:_!$8k]3QMvmn1#vwgm" x="0" y="1619"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="m`(gBPH%B9d78*t-w1X}"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="C5zTtZFp~(s@}KU}xzq("><field name="MEMBER">Player</field></shadow></value><value name="HANDLER_DRAG_PARAM_otherSprite"><shadow type="argument_reporter_custom" id="~[b+Rq-^9I%q_gxKaO)M"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></shadow></value><value name="otherKind"><shadow type="spritekind" id="lwZaUXPd|LghhQ`+9cI0"><field name="MEMBER">Bumper</field></shadow></value><statement name="HANDLER"><block type="controls_if" id="O|6|P1|WoX8q10M]x5wb"><mutation else="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_operation" id="D_$y2OV=]]M*}K!J/kq}"><field name="OP">OR</field><value name="A"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_operation" id="pLrr5@#g`i}{|*!5p}g%"><field name="OP">AND</field><value name="A"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="1JCkY-W-@!fqALoBlW/p"><field name="OP">GT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="EnnuKWZgPRl,mDyQ:|=X"><field name="property">Sprite.vy</field><value name="mySprite"><block type="argument_reporter_custom" id="F.KNs[-Ez+RpMg|9pIl("><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></block></value></block></value><value name="B"><shadow type="math_number" id="tQ={$/CDN]b7H3f3w,2v"><field name="NUM">0</field></shadow></value></block></value><value name="B"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_negate" id="=RvNXf(P1t=Hpxh@B4ub"><value name="BOOL"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="spritehasobstacle" id="]jp$6l`+|I2wk/yFrypR"><field name="direction">CollisionDirection.Bottom</field><value name="sprite"><block type="argument_reporter_custom" id="s2F4:zKPgZ@(=ywY./f^"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></block></value></block></value></block></value></block></value><value name="B"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="XI^_Hg~^1L{2laT*sc+c"><field name="OP">LT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="~D*GMgc4NxKP$oW|QPRS"><field name="property">Sprite.y</field><value name="mySprite"><block type="argument_reporter_custom" id="835u_Xol94m#_dY_`@um"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></block></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="J6@4p%u?AFyGvKN^G.1C"><field name="property">Sprite.top</field><value name="mySprite"><block type="argument_reporter_custom" id="/l^_0:/CgzDI*8+srN]^"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></block></value></block></value></block></value></block></value><statement name="DO0"><block type="spritedestroy" id="tab_,F8KN2ebzk8wpBC?"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="2" _input_init="true"></mutation><field name="effect">effects.ashes</field><value name="sprite"><block type="argument_reporter_custom" id=";m*Rh:PWSCIs(^`=^(`+"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></block></value><value name="duration"><shadow type="timePicker" id="9}RL,}~h-DZ/Z-GKR9_d"><field name="ms">250</field></shadow></value><next><block type="Sprite_blockCombine_set" id="g[Cif##Mg.9Qy{OxLu?i"><field name="property">Sprite.vy@set</field><value name="mySprite"><block type="argument_reporter_custom" id="u9l3OvN`%*Y,}s1(dU*C"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></block></value><value name="value"><shadow type="math_number" id="(Jm*1xtT+%;_vzq9g^Ih"><field name="NUM">-50</field></shadow></value><next><block type="Sprite_blockCombine_set" id="rL*FWjuGIZOPn$e*.^1d"><field name="property">Sprite.vy@set</field><value name="mySprite"><block type="argument_reporter_custom" id="v#TFXH]LOeSv2.%bO,{5"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></block></value><value name="value"><block type="math_arithmetic" id="3=M;9ve2kb!0S:L5Q7~D"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number" id="J8=Qp~wa7@^ietnUSjC^"><field name="NUM">-2</field></shadow></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="5-543xV,fl-j6nwft{eH"><field name="VAR" id=",OdA+!+{)Iml9o4M2|oP">pixelsToMeters</field></block></value></block></value><next><block type="hudChangeScoreBy" id="{N4B3Uiz]ZFC$?-VaHH2"><value name="value"><shadow type="math_number" id="v4av2fRX`V)Zm[S*ib#Q"><field name="NUM">1</field></shadow></value><next><block type="mixer_play_sound" id="q3Z7}3yRzJ9+akMTIfVn"><field name="sound">music.powerUp</field></block></next></block></next></block></next></block></next></block></statement><statement name="ELSE"><block type="hudChangeLifeBy" id="ygHZFi,l43czQSP+{*SE"><value name="value"><shadow type="math_number" id="|45fA{nMFKa--Z=zxFn}"><field name="NUM">-1</field></shadow></value><next><block type="spritesay" id="ZnUOCnkMEnF2.[~!{8I;"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="1" _input_init="true"></mutation><value name="sprite"><block type="argument_reporter_custom" id="*@]hBdAp|wbCC7H#{(eh"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></block></value><value name="text"><shadow type="text" id="[$=hxgW,w7/|XAc^ajHL"><field name="TEXT">Ow!</field></shadow></value><value name="millis"><shadow type="timePicker"></shadow><block type="variables_get" id="FJ!hM#{!/n{dqLbAP1AW"><field name="VAR" id="C(]$W]oEo*_cp/`E`AzA">invincibilityPeriod</field></block></value><next><block type="mixer_play_sound" id="qfX`S3vfnW0;p}~TZn(q"><field name="sound">music.powerDown</field></block></next></block></next></block></statement><next><block type="device_pause" id="-[JAq3@N=lPznN=*)te{"><value name="pause"><shadow type="timePicker"></shadow><block type="variables_get" id="uowSw8opPdMDuSnx(lSX"><field name="VAR" id="C(]$W]oEo*_cp/`E`AzA">invincibilityPeriod</field></block></value></block></next></block></statement></block><block type="spritesoverlap" id="J}g6#x~DB!Y1y0}V:bUb" x="1716" y="1619"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id=":6X!]HRGS[:b^KVvg-,;"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="}H~,Hi-5`}U$P7VBY.9h"><field name="MEMBER">Player</field></shadow></value><value name="HANDLER_DRAG_PARAM_otherSprite"><shadow type="argument_reporter_custom" id="T)^A~_b~e?Ltn`n*[}ZA"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></shadow></value><value name="otherKind"><shadow type="spritekind" id="4)2J$pt+HLNw=O~I$^Yj"><field name="MEMBER">Coin</field></shadow></value><statement name="HANDLER"><block type="spritedestroy" id="I0i6+@q01?c)2ZFB@9Wp"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="2" _input_init="true"></mutation><field name="effect">effects.trail</field><value name="sprite"><block type="argument_reporter_custom" id="3-B[S!]G9eF_15TeSnZ]"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></block></value><value name="duration"><shadow type="timePicker" id="@AUd*L-81*vd@ajTOx0S"><field name="ms">250</field></shadow></value><next><block type="Sprite_blockCombine_change" id="9O$c-zn48VMVeqLJtW?x"><field name="property">Sprite.y@set</field><value name="mySprite"><block type="argument_reporter_custom" id="`3R4f@ARxY9n{k%2j73X"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></block></value><value name="value"><shadow type="math_number" id="ig0qxrN-zD,p;*zmcA(("><field name="NUM">-3</field></shadow></value><next><block type="hudChangeScoreBy" id="[eCrYiNXO)Xy,E_:elqG"><value name="value"><shadow type="math_number" id="aBw:q-FnDmdJHnr.YTtU"><field name="NUM">3</field></shadow></value><next><block type="mixer_play_sound" id="(2kZp=SS:8a|6s?QiCZ0"><field name="sound">music.baDing</field></block></next></block></next></block></next></block></statement></block><block type="spritesoverlap" id="_s1)8rB:~,)_gh{;jHED" x="2459" y="1619"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="e6@(pb^`9,R3Yv#Iq}^d"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="-i2Pr/-o`Dy^A;A_Zd[w"><field name="MEMBER">Player</field></shadow></value><value name="HANDLER_DRAG_PARAM_otherSprite"><shadow type="argument_reporter_custom" id="t2Lk=WY!L5B_cL8_Pk}["><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></shadow></value><value name="otherKind"><shadow type="spritekind" id="NHC1.06[63@fMoL4J|#)"><field name="MEMBER">Flier</field></shadow></value><statement name="HANDLER"><block type="hudChangeLifeBy" id="vjN~+`LK7o?t=wz!3;(*"><value name="value"><shadow type="math_number" id="dS9DvJne2mmi=QC#L;|i"><field name="NUM">-1</field></shadow></value><next><block type="spritesay" id="g8aCQtjU^|k_6/bZv~zR"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="1" _input_init="true"></mutation><value name="sprite"><block type="argument_reporter_custom" id="s{I,f%xoqo=;|9JA;SKh"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></block></value><value name="text"><shadow type="text" id="1bPU2}1YnA^^CR!jmIcg"><field name="TEXT">Ow!</field></shadow></value><value name="millis"><shadow type="timePicker"></shadow><block type="math_arithmetic" id="[/v:OhWu5|S`+MTe?|?N"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="|^VZY60-jwYI/=.xnUT%"><field name="VAR" id="C(]$W]oEo*_cp/`E`AzA">invincibilityPeriod</field></block></value><value name="B"><shadow type="math_number" id=".6S?9RGfYLC7y=k]B5Pp"><field name="NUM">1.5</field></shadow></value></block></value><next><block type="mixer_play_sound" id="sQMs5=;bM!;(/$Z/wQ4L"><field name="sound">music.powerDown</field><next><block type="device_pause" id=".FfW2S7?Yda_/TZA^k:^"><value name="pause"><shadow type="timePicker"></shadow><block type="math_arithmetic" id="C;(9tFRb/!(SuZ]G*`H-"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="EJ1H9lK[)LW2KW+nVX[u"><field name="VAR" id="C(]$W]oEo*_cp/`E`AzA">invincibilityPeriod</field></block></value><value name="B"><shadow type="math_number" id="oEQu8mGdc/expW8f|#r|"><field name="NUM">1.5</field></shadow></value></block></value></block></next></block></next></block></next></block></statement></block><block type="function_definition" id="Bdve.B}GTuO,T8?Wy9B1" x="3220" y="1619"><mutation name="initializeAnimations" functionid="lK*uv}Kn$}a/{-nx%A@^"></mutation><field name="function_name">initializeAnimations</field><statement name="STACK"><block type="function_call" id="IJ(sylq*t|Gu/fh.JLMp"><mutation name="initializeHeroAnimations" functionid="MXyah@:2vTy`E(|JZDfx"></mutation><next><block type="function_call" id="P7pG}`Bl[#=$hN69%X)Q"><mutation name="initializeCoinAnimation" functionid="W:Z+%;3SWX4xo`7%AXeU"></mutation><next><block type="function_call" id="]oSjBL7l@wZHY|--FMD$"><mutation name="initializeFlierAnimations" functionid="Y%ZD-)C_R,)Q7@Aq*`0H"></mutation></block></next></block></next></block></statement></block><block type="function_definition" id="-]CT5gSVdtLU)Ieo-{Bv" x="3606" y="1619"><mutation name="giveIntroduction" functionid="Dwn(N;(eR9*V^j|r-j5C"></mutation><field name="function_name">giveIntroduction</field><statement name="STACK"><block type="game_dialog_set_frame" id="$w=6$P5={*EI~fc-Fc%1"><value name="frame"><shadow type="dialog_image_picker" id="+z5w8huiCE`5/@f=qGxz"><field name="img">img`
. 2 2 2 2 2 2 2 2 2 2 2 2 2 . .
2 2 1 1 1 1 1 1 1 1 1 1 1 2 2 .
2 1 1 2 2 2 2 2 2 2 2 2 1 1 2 .
2 1 2 2 1 1 1 1 1 1 1 2 2 1 2 .
2 1 2 1 1 1 1 1 1 1 1 1 2 1 2 .
2 1 2 1 1 1 1 1 1 1 1 1 2 1 2 .
2 1 2 1 1 1 1 1 1 1 1 1 2 1 2 .
2 1 2 1 1 1 1 1 1 1 1 1 2 1 2 .
2 1 2 1 1 1 1 1 1 1 1 1 2 1 2 .
2 1 2 1 1 1 1 1 1 1 1 1 2 1 2 .
2 1 2 1 1 1 1 1 1 1 1 1 2 1 2 .
2 1 2 2 1 1 1 1 1 1 1 2 2 1 2 .
2 1 1 2 2 2 2 2 2 2 2 2 1 1 2 .
2 2 1 1 1 1 1 1 1 1 1 1 1 2 2 .
. 2 2 2 2 2 2 2 2 2 2 2 2 2 . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"+z5w8huiCE`5/@f=qGxz"}}</data></shadow></value><next><block type="game_dialog_set_cursor" id="Ko(u_VZd$dwQ5~4bg^J."><value name="frame"><shadow type="screen_image_picker" id="WP[R.;1e{*+WWP-/HLtU"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . f f f f . . . . . .
. . . . f f 5 5 5 5 f f . . . .
. . . . f 5 5 5 5 5 5 f . . . .
. . . f 5 5 5 4 4 5 5 5 f . . .
. . . f 5 5 5 4 4 5 5 5 f . . .
. . . f 5 5 5 4 4 5 5 5 f . . .
. . . f 5 5 5 4 4 5 5 5 f . . .
. . . . f 5 5 5 5 5 5 f . . . .
. . . . f f 5 5 5 5 f f . . . .
. . . . . . f f f f . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"WP[R.;1e{*+WWP-/HLtU"}}</data></shadow></value><next><block type="function_call" id="jm|_s_r$YC:)`@oWi9X7"><mutation name="showInstruction" functionid=",3!3UUk]J8{?jQrCspGQ"><arg name="text" id="8xj2vql7a0gqkrzmndscz" type="string"></arg></mutation><value name="8xj2vql7a0gqkrzmndscz"><shadow type="text" id="H^1Y~h_fgzoZ)C[T]w~d"><field name="TEXT">Move with the left and right buttons.</field></shadow></value><next><block type="function_call" id="NkH!Q,Pu2O//QZH][U9D"><mutation name="showInstruction" functionid=",3!3UUk]J8{?jQrCspGQ"><arg name="text" id="8xj2vql7a0gqkrzmndscz" type="string"></arg></mutation><value name="8xj2vql7a0gqkrzmndscz"><shadow type="text" id="A;4|5KsQB)4)Dj09B{/C"><field name="TEXT">Jump with the up or A button.</field></shadow></value><next><block type="function_call" id="v|UpUtSCY0NtPsw+G!7K"><mutation name="showInstruction" functionid=",3!3UUk]J8{?jQrCspGQ"><arg name="text" id="8xj2vql7a0gqkrzmndscz" type="string"></arg></mutation><value name="8xj2vql7a0gqkrzmndscz"><shadow type="text" id="~0;+?!SYzzg`otD1:-`r"><field name="TEXT">Double jump by pressing jump again.</field></shadow></value></block></next></block></next></block></next></block></next></block></statement></block><block type="function_definition" id="?I/`7j3aSIM_jwTfT35w" x="4275" y="1619"><mutation name="initializeCoinAnimation" functionid="W:Z+%;3SWX4xo`7%AXeU"></mutation><field name="function_name">initializeCoinAnimation</field><statement name="STACK"><block type="variables_set" id="$D[`VhtsI1~EAv7~CbX`"><field name="VAR" id="2ATRVP[-~.8U75tHDX(e">coinAnimation</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="createAnimation" id="_SnErca@-3p(c8TA{/3E"><value name="action"><shadow type="action_enum_shim" id="gezTq?v^LPRxK78,,taD"><field name="MEMBER">Idle</field></shadow></value><value name="interval"><shadow type="math_number" id="Ny2!+HY[Ppl*U]|ERd{E"><field name="NUM">200</field></shadow></value></block></value><next><block type="addAnimationFrame" id="VG_jaEallffuAni_2|Qe"><value name="frame"><shadow type="screen_image_picker" id="WC?y-0;e%`M|wlb`-V2R"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . f f f f . . . . . .
. . . . f f 5 5 5 5 f f . . . .
. . . . f 5 5 5 5 5 5 f . . . .
. . . f 5 5 5 4 4 5 5 5 f . . .
. . . f 5 5 5 4 4 5 5 5 f . . .
. . . f 5 5 5 4 4 5 5 5 f . . .
. . . f 5 5 5 4 4 5 5 5 f . . .
. . . . f 5 5 5 5 5 5 f . . . .
. . . . f f 5 5 5 5 f f . . . .
. . . . . . f f f f . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"WC?y-0;e%`M|wlb`-V2R"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="w1J(|qu_~7H3X|c|bxIc"><field name="VAR" id="2ATRVP[-~.8U75tHDX(e">coinAnimation</field></shadow></value><next><block type="addAnimationFrame" id="j[@m.FhM3dkJ#BKg;yx2"><value name="frame"><shadow type="screen_image_picker" id="(;OTH/X@kIAP{-_+z`jn"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . f f f f f f . . . . . .
. . . f f 5 f 5 5 5 f . . . . .
. . . f 5 f 5 5 5 5 5 f . . . .
. . f 5 f 5 5 5 4 5 5 f . . . .
. . f 5 f 5 5 5 4 4 5 5 f . . .
. . f 5 f 5 5 5 4 4 5 5 f . . .
. . f 5 f 5 5 5 4 5 5 f . . . .
. . . f 5 f 5 5 5 5 5 f . . . .
. . . . f 5 f 5 5 5 f . . . . .
. . . . f f f f f f . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"(;OTH/X@kIAP{-_+z`jn"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="SFV?U01d4Sm_MZn4jD6r"><field name="VAR" id="2ATRVP[-~.8U75tHDX(e">coinAnimation</field></shadow></value><next><block type="addAnimationFrame" id="rioS!uv.F!6m2x]spgU_"><value name="frame"><shadow type="screen_image_picker" id="d^T/H9sYF.^drq[-pQb{"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . f f f f f . . . . . .
. . . . f f 5 f 5 f f . . . . .
. . . f f 5 f 5 5 5 f . . . . .
. . . f 5 f 5 5 5 5 f f . . . .
. . . f 5 f 5 5 4 5 5 f . . . .
. . . f 5 f 5 5 4 5 5 f . . . .
. . . f 5 f 5 5 5 5 f f . . . .
. . . f f 5 f 5 5 5 f . . . . .
. . . . f f 5 f 5 f f . . . . .
. . . . . f f f f f . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"d^T/H9sYF.^drq[-pQb{"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="|=e-NIxaoViu=@)qZ,Jf"><field name="VAR" id="2ATRVP[-~.8U75tHDX(e">coinAnimation</field></shadow></value><next><block type="addAnimationFrame" id="n?#q/ujA^ux5Vo_Xxfgp"><value name="frame"><shadow type="screen_image_picker" id="fNq(k^CD(7:q[Lm6*!4Y"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . f f f f . . . . . .
. . . . . f f f f f . . . . . .
. . . . . f 5 f 5 f f . . . . .
. . . . . f 5 f 5 5 f . . . . .
. . . . . f 5 f 5 5 f . . . . .
. . . . . f 5 f 5 5 f . . . . .
. . . . . f 5 f 5 5 f . . . . .
. . . . . f 5 f 5 f f . . . . .
. . . . . f f f f f . . . . . .
. . . . . . f f f f . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"fNq(k^CD(7:q[Lm6*!4Y"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="w,:7H9VVob)p4JjUM7m+"><field name="VAR" id="2ATRVP[-~.8U75tHDX(e">coinAnimation</field></shadow></value><next><block type="addAnimationFrame" id="8(^!Wr[gJ3[])|hTbAii"><value name="frame"><shadow type="screen_image_picker" id="YmGZv}.vxeC~`rP*lavy"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . f f f f . . . . . .
. . . . . . f f f f f . . . . .
. . . . . f f 5 f 5 f . . . . .
. . . . . f 5 5 f 5 f . . . . .
. . . . . f 5 5 f 5 f . . . . .
. . . . . f 5 5 f 5 f . . . . .
. . . . . f 5 5 f 5 f . . . . .
. . . . . f f 5 f 5 f . . . . .
. . . . . . f f f f f . . . . .
. . . . . . f f f f . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"YmGZv}.vxeC~`rP*lavy"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="mN/K+1cvHuX;iTuv_MQ`"><field name="VAR" id="2ATRVP[-~.8U75tHDX(e">coinAnimation</field></shadow></value><next><block type="addAnimationFrame" id="{gB;fXyKR(M_krudva8k"><value name="frame"><shadow type="screen_image_picker" id=".~7;eAbUvmu%+6Z)hV??"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . f f f f f . . . . .
. . . . . f f 5 f 5 f f . . . .
. . . . . f 5 5 5 f 5 f f . . .
. . . . f f 5 5 5 5 f 5 f . . .
. . . . f 5 5 4 5 5 f 5 f . . .
. . . . f 5 5 4 5 5 f 5 f . . .
. . . . f f 5 5 5 5 f 5 f . . .
. . . . . f 5 5 5 f 5 f f . . .
. . . . . f f 5 f 5 f f . . . .
. . . . . . f f f f f . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":".~7;eAbUvmu%+6Z)hV??"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="lcSm6|iij|[eEjjdG4fy"><field name="VAR" id="2ATRVP[-~.8U75tHDX(e">coinAnimation</field></shadow></value><next><block type="addAnimationFrame" id="Fg#UPj?bA^/*z3kY,:Wd"><value name="frame"><shadow type="screen_image_picker" id="Hji1c7hFTR0ht2%wV:lR"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . f f f f f f . . . .
. . . . . f 5 5 5 f 5 f f . . .
. . . . f 5 5 5 5 5 f 5 f . . .
. . . . f 5 5 4 5 5 5 f 5 f . .
. . . f 5 5 4 4 5 5 5 f 5 f . .
. . . f 5 5 4 4 5 5 5 f 5 f . .
. . . . f 5 5 4 5 5 5 f 5 f . .
. . . . f 5 5 5 5 5 f 5 f . . .
. . . . . f 5 5 5 f 5 f . . . .
. . . . . . f f f f f f . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"Hji1c7hFTR0ht2%wV:lR"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="sL#TqvvBrZagC8}9nKE]"><field name="VAR" id="2ATRVP[-~.8U75tHDX(e">coinAnimation</field></shadow></value></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></statement></block><block type="function_definition" id="=2Mvk#EG/UG9+y585z0v" x="5132" y="1619"><mutation name="attemptJump" functionid="~4+us`%DnDjy[d0lpyw4"></mutation><field name="function_name">attemptJump</field><statement name="STACK"><block type="controls_if" id="dkKcVbF|{d7eO^@pbHAf"><mutation elseif="1"></mutation><comment pinned="false" h="80" w="160">else if: either fell off a ledge, or double jumping</comment><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="spritehasobstacle" id="zEps^E9}}PiD;(*D^1l8"><field name="direction">CollisionDirection.Bottom</field><value name="sprite"><block type="variables_get" id="#D(Rzm:zFVl`Qb{?LE8J"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value><statement name="DO0"><block type="Sprite_blockCombine_set" id="8Ax}dZBc8(o!oBWcKza="><field name="property">Sprite.vy@set</field><value name="mySprite"><block type="variables_get" id="bQbve=5rUV+KCu8e!Q6O"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value><value name="value"><block type="math_arithmetic" id="rjsL_3+9sl2Xz=ngwx:J"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number" id="3IJKVSq`M{yC{e?K1?O#"><field name="NUM">-4</field></shadow></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="*Tvlza)ADS7JCja:$i,."><field name="VAR" id=",OdA+!+{)Iml9o4M2|oP">pixelsToMeters</field></block></value></block></value></block></statement><value name="IF1"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="variables_get" id="`qBb?n:.I:dkPtEWG]j$"><field name="VAR" id="(ME0Ydo$9c.*IHy1[!!r">canDoubleJump</field></block></value><statement name="DO1"><block type="variables_set" id="vKpK+*f]Rd8r#m;PdI.s"><field name="VAR" id="[dT`;1~`fe9D9$U:u5xB">doubleJumpSpeed</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="iIaA[3qqUOe*UG{0M[5u"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number" id="/FkwS+td9QD2?sst.jpY"><field name="NUM">-3</field></shadow></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="pe68;}C.^R#)S{uXeUMa"><field name="VAR" id=",OdA+!+{)Iml9o4M2|oP">pixelsToMeters</field></block></value></block></value><next><block type="controls_if" id="gJ`j6*8Z|aW0.@dAxqc8"><comment pinned="false" h="80" w="160">Good double jump</comment><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="rS_P7eP!`l`#Bmi[a;G-"><field name="OP">GTE</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="Sprite_blockCombine_get" id="4QWzdEOGYx,:/9!{Ni-M"><field name="property">Sprite.vy</field><value name="mySprite"><block type="variables_get" id="mWl5xnS+@=z9z`^GFIg~"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value></block></value><value name="B"><shadow type="math_number" id="u|uHiUAOS[V/UUkO-!)%"><field name="NUM">-40</field></shadow></value></block></value><statement name="DO0"><block type="variables_set" id="y;@uL}~manPsO}6ha+1,"><field name="VAR" id="[dT`;1~`fe9D9$U:u5xB">doubleJumpSpeed</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="rsG-L|FvAUf,}xiXh+FZ"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number" id="[ul}GAYz{3pBODG9F$J%"><field name="NUM">-4.5</field></shadow></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="qV=1ob^d,Oo=n|HiV3{a"><field name="VAR" id=",OdA+!+{)Iml9o4M2|oP">pixelsToMeters</field></block></value></block></value><next><block type="startEffectOnSprite" id="EAXtCbF%)yHzN@aOM5s0"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="1" _input_init="true"></mutation><field name="effect">effects.trail</field><value name="sprite"><block type="variables_get" id="ok0^`,.ic46!B5x[Z?g8"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value><value name="duration"><shadow type="timePicker" id="yId(GR)P-UVNQxSjk[su"><field name="ms">500</field></shadow></value><next><block type="camerashake" id="U9XzYNK(Oi;ZTZ5Pi2b{"><value name="amplitude"><shadow type="math_number_minmax" id="xCxSgT!hH9EV0AAkGGCw"><mutation min="1" max="8" label="Number" precision="0"></mutation><field name="SLIDER">2</field></shadow></value><value name="duration"><shadow type="timePicker" id="D9VlPlCbs+THhBe3.vp_"><field name="ms">250</field></shadow></value></block></next></block></next></block></statement><next><block type="Sprite_blockCombine_set" id="rxB8eoE_G;xWkRtn71Q,"><field name="property">Sprite.vy@set</field><value name="mySprite"><block type="variables_get" id=")`PZHWlXyua-453,1`pB"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></block></value><value name="value"><block type="variables_get" id="7D3*:0Lb4nFN!4jcA{`i"><field name="VAR" id="[dT`;1~`fe9D9$U:u5xB">doubleJumpSpeed</field></block></value><next><block type="variables_set" id="9vEg;o-vVIA`QCa$RcW8"><field name="VAR" id="(ME0Ydo$9c.*IHy1[!!r">canDoubleJump</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="logic_boolean" id="Yf!@LMftDg_7[Iba@tq4"><field name="BOOL">FALSE</field></block></value></block></next></block></next></block></next></block></statement></block></statement></block><block type="function_definition" id="{l1`o2z0hRJcRA?oy5Kh" x="0" y="2362"><mutation name="animateIdle" functionid="`ut?C-h!TG*Bm[MP;N8:"></mutation><field name="function_name">animateIdle</field><statement name="STACK"><block type="variables_set" id="_#GR^T#4VkYL|Ko.|772"><field name="VAR" id="eiz:wRRwuR;L]E|9Xq3s">mainIdleLeft</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="createAnimation" id="arhGb6NO]]D68_|dP!6%"><value name="action"><shadow type="action_enum_shim" id=",|ERIp$GJfY$.mP0lS/Q"><field name="MEMBER">IdleLeft</field></shadow></value><value name="interval"><shadow type="math_number" id="^6Y.]%ZKV{V!i-h=8xiI"><field name="NUM">100</field></shadow></value></block></value><next><block type="attachAnimation" id="#orl(?NP|HzfsGoXfG8p"><value name="set"><shadow type="variables_get" id="+i~)/}$=,oJ#+rU:NS~A"><field name="VAR" id="eiz:wRRwuR;L]E|9Xq3s">mainIdleLeft</field></shadow></value><value name="sprite"><shadow type="variables_get" id="Z^Z9.].d7V0wB7nhM5yB"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value><next><block type="addAnimationFrame" id="E,DJ}!;rwPGZ@/Y5zkz2"><value name="frame"><shadow type="screen_image_picker" id="ZR7S3!VZ6fTADLJJ6AT;"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . f f f f f f f f f f . . .
. . f e e e e e e e e e e f . .
. f e e e e e e e e e e e e f .
. f d d d d d d d d d e e d f .
. f d d f d d d d f d d e d f .
. f d d f d d d d f d d d e f .
. f d d f d d d d f d d d f . .
. f d d d d d d d d d d d f . .
. f a c c c c c c c c a b f . .
. f d d c c c c c c d d d f . .
. f d f f f b b f f f d d f . .
. . f a a a a a a a a a b f . .
. . . f a a b f f a a b f . . .
. . . f a a b f f a a b f . . .
. . . . f f f . . f f f . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"ZR7S3!VZ6fTADLJJ6AT;"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="lz6w_Vu;2bog4dhW(0vx"><field name="VAR" id="eiz:wRRwuR;L]E|9Xq3s">mainIdleLeft</field></shadow></value><next><block type="variables_set" id="`]mO0^cg@A$qQwhQ6Du."><field name="VAR" id=")4,nB#S#0?|48]D9@vVn">mainIdleRight</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="createAnimation" id="H?,mfjboKbVRXFmR:zNE"><value name="action"><shadow type="action_enum_shim" id="R#q;%H(l6O:-A%D#T|zL"><field name="MEMBER">IdleRight</field></shadow></value><value name="interval"><shadow type="math_number" id="(b({oDe@WCGIzfSyg2De"><field name="NUM">100</field></shadow></value></block></value><next><block type="attachAnimation" id="%+/?|Lw/_c^^Sd|W(S@Z"><value name="set"><shadow type="variables_get" id="M4:$xn,jhZ5dW4?OP^F?"><field name="VAR" id=")4,nB#S#0?|48]D9@vVn">mainIdleRight</field></shadow></value><value name="sprite"><shadow type="variables_get" id="o=EoAp-cW|[q/xUx.:dC"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value><next><block type="addAnimationFrame" id="0j2Jl10~7xw^TNS:,D(e"><value name="frame"><shadow type="screen_image_picker" id="6:b26Kf$O/t,^NN8S%GN"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . f f f f f f f f f f . . .
. . f e e e e e e e e e e f . .
. f e e e e e e e e e e e e f .
. f d e e d d d d d d d d d f .
. f d e d d f d d d d f d d f .
. f e d d d f d d d d f d d f .
. . f d d d f d d d d f d d f .
. . f d d d d d d d d d d d f .
. . f b a c c c c c c c c a f .
. . f d d d c c c c c c d d f .
. . f d d f f f b b f f f d f .
. . f b a a a a a a a a a f . .
. . . f b a a f f b a a f . . .
. . . f b a a f f b a a f . . .
. . . . f f f . . f f f . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"6:b26Kf$O/t,^NN8S%GN"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="Ea46~Y5[*2|1J~Amz?34"><field name="VAR" id=")4,nB#S#0?|48]D9@vVn">mainIdleRight</field></shadow></value></block></next></block></next></block></next></block></next></block></next></block></statement></block><block type="function_definition" id="IGYbBWEVGssSnQq)ysdU" x="857" y="2362"><mutation name="setLevelTileMap" functionid="R4jJP@RnRX{[~Ci,B1@{"><arg name="level" id="osaws55dbj11pct4n4zg" type="number"></arg></mutation><field name="function_name">setLevelTileMap</field><statement name="STACK"><block type="function_call" id="u2P]Qu[~F4c(|t24*!XR"><mutation name="clearGame" functionid="v.dpDGoI0g^Jezv|0yWl"></mutation><next><block type="controls_if" id="8PNNS|#zXe8453inXDOs"><mutation elseif="7"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="c#O04Q$4CVJIR$9A$Q~$"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="argument_reporter_number" id="aNwyOpvqzlJ/med9Y%y="><field name="VALUE">level</field></block></value><value name="B"><shadow type="math_number" id="x`?UAJzdtxrHf}Hap}QV"><field name="NUM">0</field></shadow></value></block></value><statement name="DO0"><block type="tilemap_editor" id="OWkVOkE6Nwcz*M_Ecuns"><field name="tilemap">tilemap`level`</field><data>{"commentRefs":[],"fieldData":{"tilemap":"level"}}</data></block></statement><value name="IF1"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="(O.La:vd=GbxQX[$ZqjT"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="argument_reporter_number" id="u)-$zB]Hk+$/UQPB1M(R"><field name="VALUE">level</field></block></value><value name="B"><shadow type="math_number" id="uq8+Qm_YZF#=He{-HhiE"><field name="NUM">1</field></shadow></value></block></value><statement name="DO1"><block type="tilemap_editor" id="[Pju7YMqnD~Z.T*@n{om"><field name="tilemap">tilemap`level_0`</field><data>{"commentRefs":[],"fieldData":{"tilemap":"level_0"}}</data></block></statement><value name="IF2"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="Xh%lxPPQ82UKg7S6PxC!"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="argument_reporter_number" id="|d3/@@9|WgDL,:P;{U+j"><field name="VALUE">level</field></block></value><value name="B"><shadow type="math_number" id="MiqYO.`(0k:]tNVw@6XZ"><field name="NUM">2</field></shadow></value></block></value><statement name="DO2"><block type="tilemap_editor" id="(IC)Kcj9_m(U018eWFiG"><field name="tilemap">tilemap`level_1`</field><data>{"commentRefs":[],"fieldData":{"tilemap":"level_1"}}</data></block></statement><value name="IF3"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="PVx,}PsS-^Q^7;ZHjM;f"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="argument_reporter_number" id="5M~j9D+-RH-{0b/SItP1"><field name="VALUE">level</field></block></value><value name="B"><shadow type="math_number" id="Ct{g(cVQwj`7SDH[?*MI"><field name="NUM">3</field></shadow></value></block></value><statement name="DO3"><block type="tilemap_editor" id="Fd?C/)77xlrRLYXZ~g:_"><field name="tilemap">tilemap`level_2`</field><data>{"commentRefs":[],"fieldData":{"tilemap":"level_2"}}</data></block></statement><value name="IF4"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="nmz=:d8vkF:HN=WQcCQp"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="argument_reporter_number" id="8D8Li^ZK^FKOf*QNC4,;"><field name="VALUE">level</field></block></value><value name="B"><shadow type="math_number" id="],S-qLwkepc~E9W4ep4j"><field name="NUM">4</field></shadow></value></block></value><statement name="DO4"><block type="tilemap_editor" id="x^;9~rQrCx].zsLC0rWI"><field name="tilemap">tilemap`level_3`</field><data>{"commentRefs":[],"fieldData":{"tilemap":"level_3"}}</data></block></statement><value name="IF5"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="BYccUt7#x)pI;D6C7!bU"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="argument_reporter_number" id="{VebuPWwOtBj-H:GiAp:"><field name="VALUE">level</field></block></value><value name="B"><shadow type="math_number" id="m*wjFvWZmy{ba|O!l?3j"><field name="NUM">5</field></shadow></value></block></value><statement name="DO5"><block type="tilemap_editor" id="5jmJgd16?K_6yzL!xs#4"><field name="tilemap">tilemap`level_4`</field><data>{"commentRefs":[],"fieldData":{"tilemap":"level_4"}}</data></block></statement><value name="IF6"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="7mrxANtl71ll2;|Px05a"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="argument_reporter_number" id="{1X[{#z1[N}k?.wAvWu{"><field name="VALUE">level</field></block></value><value name="B"><shadow type="math_number" id="^wh`JeeH3jD5K:]g_P._"><field name="NUM">6</field></shadow></value></block></value><statement name="DO6"><block type="tilemap_editor" id="vgNBpUI|1uW1KDUHfG@?"><field name="tilemap">tilemap`level_5`</field><data>{"commentRefs":[],"fieldData":{"tilemap":"level_5"}}</data></block></statement><value name="IF7"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="n3|g=!(aL8]^.4q|2e1H"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="argument_reporter_number" id="jF]-=tO^7zawa{=xA7%W"><field name="VALUE">level</field></block></value><value name="B"><shadow type="math_number" id="v()xb427a41tnj*?D+uO"><field name="NUM">7</field></shadow></value></block></value><statement name="DO7"><block type="tilemap_editor" id="/l!3/U6*z{T@A^V:zC)%"><field name="tilemap">tilemap`level_6`</field><data>{"commentRefs":[],"fieldData":{"tilemap":"level_6"}}</data></block></statement><next><block type="function_call" id="Sq_CEWqiW-eymG6~EQps"><mutation name="initializeLevel" functionid="Q@u5S?{.RBPnymnM6$1D"><arg name="level" id="9bvseohkvrc2pvtnc549y" type="number"></arg></mutation><value name="9bvseohkvrc2pvtnc549y"><shadow type="math_number"><field name="NUM">1</field></shadow><block type="argument_reporter_number" id="Y5(N/7Hq_`mrnM`Hwbp_"><field name="VALUE">level</field></block></value></block></next></block></next></block></statement></block><block type="function_definition" id=".a#POxlh-G$u`seu^f1]" x="1310" y="2362"><mutation name="initializeFlierAnimations" functionid="Y%ZD-)C_R,)Q7@Aq*`0H"></mutation><field name="function_name">initializeFlierAnimations</field><statement name="STACK"><block type="variables_set" id="(KK)u(J$-t78[3N,2hfO"><field name="VAR" id="]XJ8Z)iOG._Bice8uG^x">flierFlying</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="createAnimation" id="~sUd;`~%WVltD-IPCkHU"><value name="action"><shadow type="action_enum_shim" id="#N`[MrANFp{~zjL(-|0W"><field name="MEMBER">Flying</field></shadow></value><value name="interval"><shadow type="math_number" id="W2d/yDYeW0W]6=u%FBse"><field name="NUM">100</field></shadow></value></block></value><next><block type="addAnimationFrame" id=":]|SeFB0uCCGe55.VROc"><value name="frame"><shadow type="screen_image_picker" id="H+y[8;t!mzaORK[u-Kwv"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . f f f f f f f . . . .
. . . . f 4 4 4 4 4 4 4 f . . .
. . . f 4 5 5 4 4 4 5 5 4 f . .
. f . f 4 4 4 5 4 5 4 4 4 f . f
. f f 4 4 4 4 4 4 4 4 4 4 4 f f
. f 4 4 4 4 4 5 4 5 4 4 4 4 4 f
. f 4 4 4 4 4 5 4 5 4 4 4 4 4 f
. f f 4 4 4 4 4 4 4 4 4 4 4 f f
. . . f 4 4 5 5 5 5 5 4 4 f . .
. . . . f 4 5 4 4 4 5 4 f . . .
. . . . . f f f f f f f . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"H+y[8;t!mzaORK[u-Kwv"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="J.N?^{9MgR?KQ2e.O|0g"><field name="VAR" id="]XJ8Z)iOG._Bice8uG^x">flierFlying</field></shadow></value><next><block type="addAnimationFrame" id="TV^4;)lFI1Wpm3^ClJXc"><value name="frame"><shadow type="screen_image_picker" id="6?N2,(b96uV+j3A_`)dm"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . f f f f f f f . . . .
. . . . f 4 4 4 4 4 4 4 f . . .
. . . f 4 5 5 4 4 4 5 5 4 f . .
. . . f 4 4 4 5 4 5 4 4 4 f . .
. . f 4 4 4 4 4 4 4 4 4 4 4 f .
. . f 4 4 4 4 5 4 5 4 4 4 4 f .
. f 4 4 4 4 4 5 4 5 4 4 4 4 4 f
. f 4 4 4 4 4 4 4 4 4 4 4 4 4 f
. f 4 f 4 4 5 5 5 5 5 4 4 f 4 f
. f f . f 4 5 4 4 4 5 4 f . f f
. f . . . f f f f f f f . . . f
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"6?N2,(b96uV+j3A_`)dm"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="g)q7sapMx@yyM%OGMi^2"><field name="VAR" id="]XJ8Z)iOG._Bice8uG^x">flierFlying</field></shadow></value><next><block type="addAnimationFrame" id="TCc)S:h:h*rp@~)5CLIx"><value name="frame"><shadow type="screen_image_picker" id="{$m3LwVzG#cKhZs=qA)o"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . f f f f f f f . . . .
. . . . f 4 4 4 4 4 4 4 f . . .
. . . f 4 5 5 4 4 4 5 5 4 f . .
. f . f 4 4 4 5 4 5 4 4 4 f . f
. f f 4 4 4 4 4 4 4 4 4 4 4 f f
. f 4 4 4 4 4 5 4 5 4 4 4 4 4 f
. f 4 4 4 4 4 5 4 5 4 4 4 4 4 f
. f f 4 4 4 4 4 4 4 4 4 4 4 f f
. . . f 4 4 5 5 5 5 5 4 4 f . .
. . . . f 4 5 4 4 4 5 4 f . . .
. . . . . f f f f f f f . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"{$m3LwVzG#cKhZs=qA)o"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="q7MTS5g2_3R8x(7#]KZ["><field name="VAR" id="]XJ8Z)iOG._Bice8uG^x">flierFlying</field></shadow></value><next><block type="variables_set" id="k7RI,c`1CVbx~VnDX@:m"><field name="VAR" id="OXBP3,zvH*7T-1}#f`|,">flierIdle</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="createAnimation" id="OR*UE+9T|$mGgIV!zLVC"><value name="action"><shadow type="action_enum_shim" id="A_.)}Q+up=Nn:kvWaWX6"><field name="MEMBER">Idle</field></shadow></value><value name="interval"><shadow type="math_number" id="gLGU;R6(E:=O/_!a=(OO"><field name="NUM">100</field></shadow></value></block></value><next><block type="addAnimationFrame" id="dkyzv;S(=Edt*EO1L5@Q"><value name="frame"><shadow type="screen_image_picker" id="?;^L+a27TsY9*g4952lv"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . f f f f f f f . . . .
. . . . f 4 4 4 4 4 4 4 f . . .
. . . f 4 5 5 4 4 4 5 5 4 f . .
. f . f 4 4 4 5 4 5 4 4 4 f . f
. f f 4 4 4 4 4 4 4 4 4 4 4 f f
. f 4 4 4 4 4 5 4 5 4 4 4 4 4 f
. f 4 4 4 4 4 5 4 5 4 4 4 4 4 f
. f f 4 4 4 4 4 4 4 4 4 4 4 f f
. . . f 4 4 5 5 5 5 5 4 4 f . .
. . . . f 4 5 4 4 4 5 4 f . . .
. . . . . f f f f f f f . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"?;^L+a27TsY9*g4952lv"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="SWT6$F63hcqi;W-UK`A1"><field name="VAR" id="OXBP3,zvH*7T-1}#f`|,">flierIdle</field></shadow></value></block></next></block></next></block></next></block></next></block></next></block></statement></block><block type="function_definition" id="{j9+9s%kcOq}T`x!Ad-J" x="2148" y="2362"><mutation name="animateRun" functionid="CK]%1X5R4FrIslzOfC*a"></mutation><field name="function_name">animateRun</field><statement name="STACK"><block type="variables_set" id="=VD2mLllMp17@o}cz+#E"><field name="VAR" id="lz^_3O6pTnDhwpi5PJB$">mainRunLeft</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="createAnimation" id="Bt4wR}RjEn(wRgI1H4YB"><value name="action"><shadow type="action_enum_shim" id=":z!v]GEuQtnOp%x]r2@!"><field name="MEMBER">RunningLeft</field></shadow></value><value name="interval"><shadow type="math_number" id="U]~(nt,]((%4y/2!UaHk"><field name="NUM">100</field></shadow></value></block></value><next><block type="attachAnimation" id="4wmFd70TZ)rna/.C%HB)"><value name="set"><shadow type="variables_get" id="HW1ZrwJ/DjgLB?iTT/a9"><field name="VAR" id="lz^_3O6pTnDhwpi5PJB$">mainRunLeft</field></shadow></value><value name="sprite"><shadow type="variables_get" id="b,9_=?NRAFYex1eB$/p9"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value><next><block type="addAnimationFrame" id="osaKu%g+yRWdi3(lat[*"><value name="frame"><shadow type="screen_image_picker" id="$!Ys-o;KJ,K}q^*e=uQ|"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . f f f f f f f . . . . . .
. . f e e e e e e e f . . . . .
. f e e e e e e e e e f . . . .
. f d d d d e d d e e f . . . .
. f d d f d d e d e e f . . . .
. f d d f d d d e e e f . . . .
. f d d f d d d d d d f . . . .
. f d d d d d d d d d f . . . .
. . f c c c a a c c b f . . . .
. . f c c d d d c c b f . . . .
. . f b f f d d f f f f . . . .
. . f a a a a a a a b f . . . .
. . . f a a a a b f f . . . . .
. . . f a a a a b f . . . . . .
. . . . f f f f f . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"$!Ys-o;KJ,K}q^*e=uQ|"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="m*yET.mE:0#H+%;/3ps;"><field name="VAR" id="lz^_3O6pTnDhwpi5PJB$">mainRunLeft</field></shadow></value><next><block type="addAnimationFrame" id="U}cxOi*v=Sdp9B8srca`"><value name="frame"><shadow type="screen_image_picker" id="~(Gxoo!0tFLSq,_.9ENe"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . f f f f f f f . . . . . .
. . f e e e e e e e f . . . . .
. f e e e e e e e e e f . . . .
. f d d d d e d d e e f . . . .
. f d d f d d e d e e f . . . .
. f d d f d d d e e e f . . . .
. f d d f d d d d d d f . . . .
. f d d d d d d d d d f . . . .
. . f c c c c a a c b f . . . .
. . f c c c c d d c b f . . . .
. . f b f f d d d f f f f . . .
. . f a a a a a a a a b f f . .
. . . f a a b f f a a a f f . .
. . . . f f f . f f f f f . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"~(Gxoo!0tFLSq,_.9ENe"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="$lyQZ-+dOOR$h=gv_.yA"><field name="VAR" id="lz^_3O6pTnDhwpi5PJB$">mainRunLeft</field></shadow></value><next><block type="addAnimationFrame" id="G(`2x|hsg;cR[M97jz2F"><value name="frame"><shadow type="screen_image_picker" id=",P;(DhCG#LCMH/`=`WVQ"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . f f f f f f f . . . . . .
. . f e e e e e e e f . . . . .
. f e e e e e e e e e f . . . .
. f d d d d e d d e e f . . . .
. f d d f d d e d e e f . . . .
. f d d f d d d e e e f . . . .
. f d d f d d d d d d f . . . .
. f d d d d d d d d d f . . . .
. . f c c c a a c c b f . . . .
. . f c c d d d c c b f . . . .
. . f b f f d d f f f f . . . .
. . f a a a a a a a b f . . . .
. . . f a a a a b f f . . . . .
. . . f a a a a b f . . . . . .
. . . . f f f f f . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":",P;(DhCG#LCMH/`=`WVQ"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="+9`Hf|RK1kvmpIpQfS.j"><field name="VAR" id="lz^_3O6pTnDhwpi5PJB$">mainRunLeft</field></shadow></value><next><block type="addAnimationFrame" id="0VpnNTB`!eqq@EyNwkl%"><value name="frame"><shadow type="screen_image_picker" id="xSi{:}7vZC/yD}1m^2j:"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . f f f f f f f . . . . . .
. . f e e e e e e e f . . . . .
. f e e e e e e e e e f . . . .
. f d d d d e d d e e f . . . .
. f d d f d d e d e e f . . . .
. f d d f d d d e e e f . . . .
. f d d f d d d d d d f . . . .
. f d d d d d d d d d f . . . .
. . f c a a c c c c b f . . . .
. f d d d b c c c c b f . . . .
f f f d d f f f f f f f . . . .
f f f a a a a a a a b f . . . .
. f a a b f a a b f f . . . . .
. f f f f . f f f . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"xSi{:}7vZC/yD}1m^2j:"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="zy|V;[GxZ}ipKrGpjfvS"><field name="VAR" id="lz^_3O6pTnDhwpi5PJB$">mainRunLeft</field></shadow></value><next><block type="variables_set" id="9x56WIHG)b;K=.xL|OMm"><field name="VAR" id="Mu*YHzWzidR/!^/B^8pT">mainRunRight</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="createAnimation" id="IZ8`sU5J7!AO1qDk]Ns`"><value name="action"><shadow type="action_enum_shim" id="OYk,/bvU|%skl5e2%ioz"><field name="MEMBER">RunningRight</field></shadow></value><value name="interval"><shadow type="math_number" id="*U7y./GV`]v%r}{gE4!q"><field name="NUM">100</field></shadow></value></block></value><next><block type="attachAnimation" id="Dwda4e/+%]!GHn__y@!R"><value name="set"><shadow type="variables_get" id="8U(BFcJ+hdG`^rMin;;p"><field name="VAR" id="Mu*YHzWzidR/!^/B^8pT">mainRunRight</field></shadow></value><value name="sprite"><shadow type="variables_get" id="QzuXqLRc2Bd{}J|cN=}I"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value><next><block type="addAnimationFrame" id="R9%XcxVxbn$lV!?Yg6wn"><value name="frame"><shadow type="screen_image_picker" id="_%!HP[fY$gAFFLVsKOa;"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . f f f f f f f . . .
. . . . . f e e e e e e e f . .
. . . . f e e e e e e e e e f .
. . . . f e e d d e d d d d f .
. . . . f e e d e d d f d d f .
. . . . f e e e d d d f d d f .
. . . . f d d d d d d f d d f .
. . . . f d d d d d d d d d f .
. . . . f b c c a a c c c f . .
. . . . f b c c d d d c c f . .
. . . . f f f f d d f f b f . .
. . . . f b a a a a a a a f . .
. . . . . f f b a a a a f . . .
. . . . . . f b a a a a f . . .
. . . . . . . f f f f f . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"_%!HP[fY$gAFFLVsKOa;"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="m`@/J1t7|3-B[AxNPZO?"><field name="VAR" id="Mu*YHzWzidR/!^/B^8pT">mainRunRight</field></shadow></value><next><block type="addAnimationFrame" id="}T:)MPce/jJn0LSj4H/a"><value name="frame"><shadow type="screen_image_picker" id="%dLMDzlS%+r0Yw?6N7N,"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . f f f f f f f . . .
. . . . . f e e e e e e e f . .
. . . . f e e e e e e e e e f .
. . . . f e e d d e d d d d f .
. . . . f e e d e d d f d d f .
. . . . f e e e d d d f d d f .
. . . . f d d d d d d f d d f .
. . . . f d d d d d d d d d f .
. . . . f b c a a c c c c f . .
. . . . f b c d d c c c c f . .
. . . f f f f d d d f f b f . .
. . f f b a a a a a a a a f . .
. . f f a a a f f b a a f . . .
. . . f f f f . . f f f . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"%dLMDzlS%+r0Yw?6N7N,"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="*N9qIL~6+lqb1K{}84p8"><field name="VAR" id="Mu*YHzWzidR/!^/B^8pT">mainRunRight</field></shadow></value><next><block type="addAnimationFrame" id="JgGf8[X|=eft80.oa)4K"><value name="frame"><shadow type="screen_image_picker" id=";/UaxO)}!5c2V|}!)A|J"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . f f f f f f f . . .
. . . . . f e e e e e e e f . .
. . . . f e e e e e e e e e f .
. . . . f e e d d e d d d d f .
. . . . f e e d e d d f d d f .
. . . . f e e e d d d f d d f .
. . . . f d d d d d d f d d f .
. . . . f d d d d d d d d d f .
. . . . f b c c a a c c c f . .
. . . . f b c c d d d c c f . .
. . . . f f f f d d f f b f . .
. . . . f b a a a a a a a f . .
. . . . . f f b a a a a f . . .
. . . . . . f b a a a a f . . .
. . . . . . . f f f f f . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":";/UaxO)}!5c2V|}!)A|J"}}</data></shadow></value><value name="this"><shadow type="variables_get" id=";xc`U!.$B,JXp@x5#S9V"><field name="VAR" id="Mu*YHzWzidR/!^/B^8pT">mainRunRight</field></shadow></value><next><block type="addAnimationFrame" id="+Ccg-Z0Ut?P^vo?Qly!9"><value name="frame"><shadow type="screen_image_picker" id="}_e[/*v;}0MGD;H4M)Qq"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . f f f f f f f . . .
. . . . . f e e e e e e e f . .
. . . . f e e e e e e e e e f .
. . . . f e e d d e d d d d f .
. . . . f e e d e d d f d d f .
. . . . f e e e d d d f d d f .
. . . . f d d d d d d f d d f .
. . . . f d d d d d d d d d f .
. . . . f b c c c c a a c f . .
. . . . f b c c c c b d d d f .
. . . . f f f f f f f d d f f f
. . . . f b a a a a a a a f f f
. . . . . f f b a a f b a a f .
. . . . . . . f f f . f f f . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"}_e[/*v;}0MGD;H4M)Qq"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="tV8rp|f*f9d!o.kd)L1U"><field name="VAR" id="Mu*YHzWzidR/!^/B^8pT">mainRunRight</field></shadow></value></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></statement></block><block type="function_definition" id="8f|fOyB@EC[mTkS!mt$t" x="2996" y="2362"><mutation name="animateJumps" functionid="x($ill,~J`Pn8m2K9?g."></mutation><field name="function_name">animateJumps</field><statement name="STACK"><block type="variables_set" id="{^pbJ6sz5:X1p;*oC9nP"><field name="VAR" id="Al6]M|Q4c`pvgq11K4pI">mainJumpLeft</field><comment pinned="false" h="80" w="160">Because there isn't currently an easy way to say "play this animation a single time
and stop at the end", this just adds a bunch of the same frame at the end to accomplish
the same behavior</comment><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="createAnimation" id="R(Dv{?R;K$*r5rNp9OYf"><value name="action"><shadow type="action_enum_shim" id="*5(zP{?2@Ie6`xw}+9}k"><field name="MEMBER">JumpingLeft</field></shadow></value><value name="interval"><shadow type="math_number" id="F:RMUA%u0cEi/$~|58qq"><field name="NUM">100</field></shadow></value></block></value><next><block type="attachAnimation" id="B(5V*j16k=_[0+pm!FoY"><value name="set"><shadow type="variables_get" id="J_ImA7NZND]pI4YRH2Hd"><field name="VAR" id="Al6]M|Q4c`pvgq11K4pI">mainJumpLeft</field></shadow></value><value name="sprite"><shadow type="variables_get" id="j)=TeL|~8jNc3N$`6y.H"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value><next><block type="addAnimationFrame" id="bB.)|Z(%#o;d2c4ATuF@"><value name="frame"><shadow type="screen_image_picker" id="P06UP,2+Wh7!64_V=#Qv"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . f f f f f f f f f f . . .
. . f e e e e e e e e e e f . .
. f e e e e e e e e e e e e f .
. f d d d d d d d d d e e d f .
. f d d f d d d d f d d e d f .
. f d d f d d d d f d d d e f .
. f d d f d d d d f d d d f . .
. f d d d d d d d d d d d f . .
. f a c c c c c c c c a b f . .
. f d d c c c c c c d d d f . .
. f d f f f b b f f f d d f . .
. . f a a a a a a a a a b f . .
. . . f a a b f f a a b f . . .
. . . f a a b f f a a b f . . .
. . . . f f f . . f f f . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"P06UP,2+Wh7!64_V=#Qv"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="B,Y_K=:T8f2KZZN?`jA5"><field name="VAR" id="Al6]M|Q4c`pvgq11K4pI">mainJumpLeft</field></shadow></value><next><block type="addAnimationFrame" id="l1rM3S,3]2|fnp7HDF36"><value name="frame"><shadow type="screen_image_picker" id="Y/`zXx?io^]AIWJSjUG3"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . f f f f f f f f f f . . .
. . f e e e e e e e e e e f . .
. f e e e e e e e e e e e e f .
. f d d d d d d d d d e e d f .
. f d d f d d d d f d d e d f .
. f d d f d d d d f d d d e f .
. f d d f d d d d f d d d f . .
. f d d d d d d d d d d d f . .
. f a c c c c c c c c a b f . .
. f d d c c c c c c d d d f . .
. f d f f f b b f f f d d f . .
. . f a a a a a a a a a b f . .
. . . f a a b f f a a b f . . .
. . . . f f f . . f f f . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"Y/`zXx?io^]AIWJSjUG3"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="7[dN%?_I|xxFUGz^z{U]"><field name="VAR" id="Al6]M|Q4c`pvgq11K4pI">mainJumpLeft</field></shadow></value><next><block type="controls_repeat_ext" id="#BxeEJY|jv|Cv4ez2WkJ"><value name="TIMES"><shadow type="math_whole_number" id="]hB][hri-JR2yn/!:caS"><field name="NUM">30</field></shadow></value><statement name="DO"><block type="addAnimationFrame" id=":ATJp2|aC,t/CP41PV:`"><value name="frame"><shadow type="screen_image_picker" id="jZ:lul1@!f-SY:R:8:Y2"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . f f f f f f f f f f . . .
. . f e e e e e e e e e e f . .
. f e e e e e e e e e e e e f .
. f d d d d d d d d d e e d f .
. f d d f d d d d f d d e d f .
. f d d f d d d d f d d d e f .
. f d d f d d d d f d d d f . .
. f d d d d d d d d d d d f f .
. d a b c c c c c c c c b a d .
. d a c c c c c c c c c c a d .
. f f f f f b b f f f f f f f .
. . f a a a a a a a a a b f . .
. . . f a a b f f a a b f . . .
. . . . f f f . . f f f . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"jZ:lul1@!f-SY:R:8:Y2"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="kh_Z#BL_1r5@![=gQ}7g"><field name="VAR" id="Al6]M|Q4c`pvgq11K4pI">mainJumpLeft</field></shadow></value></block></statement><next><block type="variables_set" id="_nD_MZ87/xz?vOaeSTuV"><field name="VAR" id="?-q)E4aA.$;8.Qv,S)7{">mainJumpRight</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="createAnimation" id="3/.=IY~)nMn;[0RMIPVH"><value name="action"><shadow type="action_enum_shim" id="Fu[1hDL:XI8@z8y#%{iw"><field name="MEMBER">JumpingRight</field></shadow></value><value name="interval"><shadow type="math_number" id="b#FH+$IqNW2dR:4+7|?Y"><field name="NUM">100</field></shadow></value></block></value><next><block type="attachAnimation" id="1:6fIwrD8(F5TZcUgE*X"><value name="set"><shadow type="variables_get" id="yXSv=|Y][mnAxl|(SJ6~"><field name="VAR" id="?-q)E4aA.$;8.Qv,S)7{">mainJumpRight</field></shadow></value><value name="sprite"><shadow type="variables_get" id="3AR5/cjW5P^Y){o[;[u$"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value><next><block type="addAnimationFrame" id="[~_XtuWt)BG?^=_BUFhq"><value name="frame"><shadow type="screen_image_picker" id="sSPndq=8K2#^3Y3B4fh4"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . f f f f f f f f f f . . .
. . f e e e e e e e e e e f . .
. f e e e e e e e e e e e e f .
. f d e e d d d d d d d d d f .
. f d e d d f d d d d f d d f .
. f e d d d f d d d d f d d f .
. . f d d d f d d d d f d d f .
. . f d d d d d d d d d d d f .
. . f b a c c c c c c c c a f .
. . f d d d c c c c c c d d f .
. . f d d f f f b b f f f d f .
. . f b a a a a a a a a a f . .
. . . f b a a f f b a a f . . .
. . . f b a a f f b a a f . . .
. . . . f f f . . f f f . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"sSPndq=8K2#^3Y3B4fh4"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="Kh!i/Nwa[nwbDU@6{bvO"><field name="VAR" id="?-q)E4aA.$;8.Qv,S)7{">mainJumpRight</field></shadow></value><next><block type="addAnimationFrame" id="^Jri}`Ya1`@4*iO`@kY*"><value name="frame"><shadow type="screen_image_picker" id=")N**.}(Ws#mRUAy;cMV$"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . f f f f f f f f f f . . .
. . f e e e e e e e e e e f . .
. f e e e e e e e e e e e e f .
. f d e e d d d d d d d d d f .
. f d e d d f d d d d f d d f .
. f e d d d f d d d d f d d f .
. . f d d d f d d d d f d d f .
. . f d d d d d d d d d d d f .
. . f b a c c c c c c c c a f .
. . f d d d c c c c c c d d f .
. . f d d f f f b b f f f d f .
. . f b a a a a a a a a a f . .
. . . f b a a f f b a a f . . .
. . . . f f f . . f f f . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":")N**.}(Ws#mRUAy;cMV$"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="~=wji%R!W~KdQ}vii/cG"><field name="VAR" id="?-q)E4aA.$;8.Qv,S)7{">mainJumpRight</field></shadow></value><next><block type="controls_repeat_ext" id="5AD]k(rXiL.nd.icH`6X"><value name="TIMES"><shadow type="math_whole_number" id="y1~cXY=[#@LIt*7^Dnuo"><field name="NUM">30</field></shadow></value><statement name="DO"><block type="addAnimationFrame" id="]#%k{^Wu*K/4dii811eE"><value name="frame"><shadow type="screen_image_picker" id="eG,cg;u/1j2i6m3QrORG"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . f f f f f f f f f f . . .
. . f e e e e e e e e e e f . .
. f e e e e e e e e e e e e f .
. f d e e d d d d d d d d d f .
. f d e d d f d d d d f d d f .
. f e d d d f d d d d f d d f .
. . f d d d f d d d d f d d f .
. f f d d d d d d d d d d d f .
. d a b c c c c c c c c b a d .
. d a c c c c c c c c c c a d .
. f f f f f f f b b f f f f f .
. . f b a a a a a a a a a f . .
. . . f b a a f f b a a f . . .
. . . . f f f . . f f f . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"eG,cg;u/1j2i6m3QrORG"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="o$P2/P+%4h5dCa..00xm"><field name="VAR" id="?-q)E4aA.$;8.Qv,S)7{">mainJumpRight</field></shadow></value></block></statement></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></statement></block><block type="function_definition" id="?UqrY_R(PH_MS!D~pn8k" x="3874" y="2362"><mutation name="animateCrouch" functionid="tc:)v4zI)69LZBd[CRP|"></mutation><field name="function_name">animateCrouch</field><statement name="STACK"><block type="variables_set" id="+D.T%uzH^5`6uE!w#wCD"><field name="VAR" id=".k{mTiQF]oH`8`4PhXz0">mainCrouchLeft</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="createAnimation" id="IlO_jTw2F@b;ktQ2oOCh"><value name="action"><shadow type="action_enum_shim" id="=FJ{{Z]VESHDzT(BZsMY"><field name="MEMBER">CrouchLeft</field></shadow></value><value name="interval"><shadow type="math_number" id="IY,,c!3`uWM#Go(|3J,P"><field name="NUM">100</field></shadow></value></block></value><next><block type="attachAnimation" id="OH1@|ft%e}h.o:dqs28]"><value name="set"><shadow type="variables_get" id="o{$c*~TO9$3h]TsZpQDy"><field name="VAR" id=".k{mTiQF]oH`8`4PhXz0">mainCrouchLeft</field></shadow></value><value name="sprite"><shadow type="variables_get" id="z!-J]p7Nyjnq[zO9^nQR"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value><next><block type="addAnimationFrame" id="6=}Qg]G+8e60iJU`e]7i"><value name="frame"><shadow type="screen_image_picker" id="$RdtP(W32kmkyj9?I/l;"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . f f f f f f f f f f . . .
. . f e e e e e e e e e e f . .
. f e e e e e e e e e e e e f .
. f d d d d d d d d d e e d f .
. f d d f d d d d f d d e d f .
. f d d f d d d d f d d d e f .
. f d d f d d d d f d d d f . .
. f d d d d d d d d d d d f . .
. f a c c c c c c c c a b f . .
. f d c c c c c c c c c d d f .
f d d f f f b b f f f f d d f .
. f f a a a a a a a a a b f . .
. . . f f f f . f f f f f . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"$RdtP(W32kmkyj9?I/l;"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="c4xuu7eAU!z?U}cH0I^+"><field name="VAR" id=".k{mTiQF]oH`8`4PhXz0">mainCrouchLeft</field></shadow></value><next><block type="variables_set" id="XHqkf.@5n#^FL+53k~4q"><field name="VAR" id="n!~O3Nr;gDSd(ltBQWf3">mainCrouchRight</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="createAnimation" id="lLEE7[d7fMc)?.@/29(~"><value name="action"><shadow type="action_enum_shim" id="AE4kY7Q/G5r;K@Q+X]4T"><field name="MEMBER">CrouchRight</field></shadow></value><value name="interval"><shadow type="math_number" id="0`rVD?5$([g,Q[.rXU``"><field name="NUM">100</field></shadow></value></block></value><next><block type="attachAnimation" id="_e)2#FEj1YFZv;bSvpIB"><value name="set"><shadow type="variables_get" id="mz-@Rm?#B;A/dn8~tDAh"><field name="VAR" id="n!~O3Nr;gDSd(ltBQWf3">mainCrouchRight</field></shadow></value><value name="sprite"><shadow type="variables_get" id="`e3@V9w^S(hgN].]=:fD"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value><next><block type="addAnimationFrame" id="~5R=O^m6+K~JV_4ZiX0I"><value name="frame"><shadow type="screen_image_picker" id=";Ic_lw^u2oUfgMYop8[,"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . f f f f f f f f f f . . .
. . f e e e e e e e e e e f . .
. f e e e e e e e e e e e e f .
. f d e e d d d d d d d d d f .
. f d e d d f d d d d f d d f .
. f e d d d f d d d d f d d f .
. . f d d d f d d d d f d d f .
. . f d d d d d d d d d d d f .
. . f b a c c c c c c c c a f .
. f d d c c c c c c c c c d f .
. f d d f f f f b b f f f d d f
. . f b a a a a a a a a a f f .
. . . f f f f f . f f f f . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":";Ic_lw^u2oUfgMYop8[,"}}</data></shadow></value><value name="this"><shadow type="variables_get" id="}w#O9H1*X(62_1P2olk`"><field name="VAR" id="n!~O3Nr;gDSd(ltBQWf3">mainCrouchRight</field></shadow></value></block></next></block></next></block></next></block></next></block></next></block></statement></block><block type="function_definition" id="i-]6MP?7~g;gdeZbar|M" x="4750" y="2362"><mutation name="clearGame" functionid="v.dpDGoI0g^Jezv|0yWl"></mutation><field name="function_name">clearGame</field><statement name="STACK"><block type="pxt_controls_for_of" id="g^?{sb_+cP.|H{VQ.j5*"><value name="VAR"><shadow type="variables_get_reporter" id="O9h%,Vxp,fc29zqLI2kr"><field name="VAR" id="w]19#:$y7xxCk5bj%pvp">value</field></shadow></value><value name="LIST"><block type="allOfKind" id="pIaKa.`FV6bn3?g2b3i2"><value name="kind"><shadow type="spritekind" id="CrD;i7V2{zNgJ,v*ksP!"><field name="MEMBER">Bumper</field></shadow></value></block></value><statement name="DO"><block type="spritedestroy" id="MMKcP(O}jS$AqZ0G2ap^"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="effect">effects.spray</field><value name="sprite"><block type="variables_get" id="bAUVJ/ZUKO5Xp6%{B~ND"><field name="VAR" id="w]19#:$y7xxCk5bj%pvp">value</field></block></value></block></statement><next><block type="pxt_controls_for_of" id="{LgJ-#fSyQ`M~?#[!kUh"><value name="VAR"><shadow type="variables_get_reporter" id=":B?S/9XLmLW(#_keZC4g"><field name="VAR" id=":X)|RjI^U{W;E5tF}CyD">value2</field></shadow></value><value name="LIST"><block type="allOfKind" id="#7{}!Fp4_@2XYvKoOZ(c"><value name="kind"><shadow type="spritekind" id=")@_z:I!uW@V{tL*Q2pzA"><field name="MEMBER">Coin</field></shadow></value></block></value><statement name="DO"><block type="spritedestroy" id=")s),N%O`-Bcd^)(fl^Sy"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="effect">effects.spray</field><value name="sprite"><block type="variables_get" id="$#-V|-!H+w7[8{=v5FG`"><field name="VAR" id=":X)|RjI^U{W;E5tF}CyD">value2</field></block></value></block></statement><next><block type="pxt_controls_for_of" id="5CJSdhYDDl*GX{b3d2D{"><value name="VAR"><shadow type="variables_get_reporter" id="K(3Y?G#X]EUEKZecEp#6"><field name="VAR" id=",xHiSo$Q,EBQ;T0@C@OW">value3</field></shadow></value><value name="LIST"><block type="allOfKind" id="z-(q{exzfc$;3S_#w$+D"><value name="kind"><shadow type="spritekind" id="U]h=]b5e{zS84Jt%^jSP"><field name="MEMBER">Goal</field></shadow></value></block></value><statement name="DO"><block type="spritedestroy" id="19res0V%fK/l1T?%SN`}"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="effect">effects.spray</field><value name="sprite"><block type="variables_get" id="i6n%}x#/GA^)bIhJhZH?"><field name="VAR" id=",xHiSo$Q,EBQ;T0@C@OW">value3</field></block></value></block></statement><next><block type="pxt_controls_for_of" id=":7welQi|?)M|D*vglTXW"><value name="VAR"><shadow type="variables_get_reporter" id="eO9Ky#*c@nv[i%pvzY~c"><field name="VAR" id="Th;(:}E0k)o`_D99#+}n">value4</field></shadow></value><value name="LIST"><block type="allOfKind" id="0`73n7;sV3@=g4%hF0+p"><value name="kind"><shadow type="spritekind" id="Jxr!Gn#rK;u;Y=hL*T)6"><field name="MEMBER">Flier</field></shadow></value></block></value><statement name="DO"><block type="spritedestroy" id="Kn$eOxGXU|r=0Blf$~G%"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="effect">effects.spray</field><value name="sprite"><block type="variables_get" id=",tj+.T;+g)t~FB3A7^!8"><field name="VAR" id="Th;(:}E0k)o`_D99#+}n">value4</field></block></value></block></statement></block></next></block></next></block></next></block></statement></block><block type="function_definition" id="HG:IDuoS4t+Hdg[dHJr)" x="5404" y="2362"><mutation name="createEnemies" functionid="[DYF}]w;(%EvMXd3.I~p"></mutation><field name="function_name">createEnemies</field><statement name="STACK"><block type="pxt_controls_for_of" id="L5~z/n@?[PGCw1?m7aHO"><comment pinned="false" h="80" w="160">enemy that moves back and forth</comment><value name="VAR"><shadow type="variables_get_reporter" id="KcRQrg@j=KQ:oGhWd!d4"><field name="VAR" id="o^G^yp?g7EkZL%cEvh#^">value5</field></shadow></value><value name="LIST"><block type="mapgettilestype" id="KzkdF)a*EndFLQh^o07j"><value name="tile"><shadow type="tileset_tile_picker" id="Ks*^CGQq~Tt}u^R]{g1S"><field name="tile">assets.tile`tile4`</field></shadow></value></block></value><statement name="DO"><block type="variables_set" id="^r773U|P.%DxGb[Hw,++"><field name="VAR" id="YZF{We3yy!PCdBTb7}wQ">bumper</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreate" id="9O8PT)2JE#U30+Gx?,T;"><value name="img"><shadow type="screen_image_picker" id="S|/bZ{U0F?@(/;z%690f"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . f f f f f f . . . . . .
. . . f 7 2 7 7 7 2 f . . . . .
. . f 7 7 7 2 7 2 7 7 f . . . .
. . f 7 7 7 7 7 7 7 7 7 f . . .
. f 7 7 7 2 7 7 7 2 7 7 f . . .
. f 7 7 7 2 7 7 7 2 7 7 7 f . .
. f 7 7 7 7 7 7 7 7 7 7 7 7 f .
. f 7 7 7 7 2 2 2 7 7 7 7 7 f .
. . f 7 7 2 2 7 2 2 7 7 7 7 f .
. . f 7 7 2 7 7 7 2 2 7 7 7 f .
. . . f 7 7 7 7 7 7 7 7 7 7 f .
. . . . f f 7 7 7 7 7 7 7 f . .
. . . . . . f f f f f f f . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"S|/bZ{U0F?@(/;z%690f"}}</data></shadow></value><value name="kind"><shadow type="spritekind" id="FyNP|3ow]sAAhsiju9$~"><field name="MEMBER">Bumper</field></shadow></value></block></value><next><block type="mapplaceontile" id="pq4VkQ$m?j=$/7%.S]48"><value name="sprite"><shadow type="variables_get" id="81Wx!,oZ?DtSg4ij:4A]"><field name="VAR" id="YZF{We3yy!PCdBTb7}wQ">bumper</field></shadow></value><value name="loc"><shadow type="mapgettile"></shadow><block type="variables_get" id="29efTEx`6oTFMcXyF.67"><field name="VAR" id="o^G^yp?g7EkZL%cEvh#^">value5</field></block></value><next><block type="mapsettileat" id="vLbBtuyi^G_X05}idL2s"><value name="tile"><shadow type="tileset_tile_picker" id="b^t%0y,g~-jNHIHg2NHI"><field name="tile">assets.tile`tile0`</field></shadow></value><value name="loc"><shadow type="mapgettile"></shadow><block type="variables_get" id="UmNZpS]dDqHX4QZu!!5y"><field name="VAR" id="o^G^yp?g7EkZL%cEvh#^">value5</field></block></value><next><block type="Sprite_blockCombine_set" id="%d-rhrr6)t=AEQaeaM,f"><field name="property">Sprite.ay@set</field><value name="mySprite"><block type="variables_get" id="8O1)Z3xfL9o:Cn`I^?yq"><field name="VAR" id="YZF{We3yy!PCdBTb7}wQ">bumper</field></block></value><value name="value"><block type="variables_get" id="hRpeu:`6uK[)(2ES3fQF"><field name="VAR" id="?m}NND]k.XqH~d0ihmUP">gravity</field></block></value><next><block type="controls_if" id="hUU,rrHQ%{!#E^L@U^$R"><mutation else="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="percentchance" id="OW:#l`;)(j-[{hw{c=b~"><value name="percentage"><shadow type="math_number_minmax" id="IN{F)TT|Hw9jNrf;5XH_"><mutation min="0" max="Infinity" label="Number" precision="0"></mutation><field name="SLIDER">50</field></shadow></value></block></value><statement name="DO0"><block type="Sprite_blockCombine_set" id="3)b_;5Y=[+wTWp!UD1gy"><field name="property">Sprite.vx@set</field><value name="mySprite"><block type="variables_get" id="(Bk9#=J+{gS:P:P40LKi"><field name="VAR" id="YZF{We3yy!PCdBTb7}wQ">bumper</field></block></value><value name="value"><block type="device_random_deprecated" id="L=K[WC2LyuaeyeQ+yxE]"><value name="min"><shadow type="math_number" id="v!=c[QeKdSC!f.oL+ZvD"><field name="NUM">30</field></shadow></value><value name="limit"><shadow type="math_number" id="lHI|-(ms%#@BCA$O`Pzf"><field name="NUM">60</field></shadow></value></block></value></block></statement><statement name="ELSE"><block type="Sprite_blockCombine_set" id="Lwwc/5nxKFPGbsyzimNd"><field name="property">Sprite.vx@set</field><value name="mySprite"><block type="variables_get" id="8o;X-2WlhGLKoDeApN4["><field name="VAR" id="YZF{We3yy!PCdBTb7}wQ">bumper</field></block></value><value name="value"><block type="device_random_deprecated" id="?RI9qgq?9AmShL2I9B8W"><value name="min"><shadow type="math_number" id="o:97*)jl?}NGzwQ{`b2/"><field name="NUM">-60</field></shadow></value><value name="limit"><shadow type="math_number" id="rE7n`+N@%h3xZmOTE|I5"><field name="NUM">-30</field></shadow></value></block></value></block></statement></block></next></block></next></block></next></block></next></block></statement><next><block type="pxt_controls_for_of" id="k!5_o,P.xE74{v1uPm_8"><comment pinned="false" h="80" w="160">enemy that flies at player</comment><value name="VAR"><shadow type="variables_get_reporter" id="q2Bi{S#bt^{H|#c,bfDV"><field name="VAR" id="I6;pqp`aFU4R!Z[*E^u[">value6</field></shadow></value><value name="LIST"><block type="mapgettilestype" id="zX9E2YaSCWOQHzzUOmZX"><value name="tile"><shadow type="tileset_tile_picker" id="zdZS!u+FFnezgu|AuZ}0"><field name="tile">assets.tile`tile7`</field></shadow></value></block></value><statement name="DO"><block type="variables_set" id="}DV7e,^6ciQ##@@#-V2j"><field name="VAR" id="v|MAau14dJ)d.6[r@)un">flier</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreate" id="L/0*r?|ms3-rvS]u#b#K"><value name="img"><shadow type="screen_image_picker" id="X|1zhbYl=)%nvRs,5-n7"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . f f f f f f f . . . .
. . . . f 4 4 4 4 4 4 4 f . . .
. . . f 4 5 5 4 4 4 5 5 4 f . .
. f . f 4 4 4 5 4 5 4 4 4 f . f
. f f 4 4 4 4 4 4 4 4 4 4 4 f f
. f 4 4 4 4 4 5 4 5 4 4 4 4 4 f
. f 4 4 4 4 4 5 4 5 4 4 4 4 4 f
. f f 4 4 4 4 4 4 4 4 4 4 4 f f
. . . f 4 4 5 5 5 5 5 4 4 f . .
. . . . f 4 5 4 4 4 5 4 f . . .
. . . . . f f f f f f f . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"X|1zhbYl=)%nvRs,5-n7"}}</data></shadow></value><value name="kind"><shadow type="spritekind" id="EYlXV2.lWmAHq3E=1tPO"><field name="MEMBER">Flier</field></shadow></value></block></value><next><block type="mapplaceontile" id="|gs)rfEW2}MX^9KC@ppd"><value name="sprite"><shadow type="variables_get" id="sx1n#n7:R~Gw3,)*l7,}"><field name="VAR" id="v|MAau14dJ)d.6[r@)un">flier</field></shadow></value><value name="loc"><shadow type="mapgettile"></shadow><block type="variables_get" id="Lj_S4#J@Z8`h=A}7C7E0"><field name="VAR" id="I6;pqp`aFU4R!Z[*E^u[">value6</field></block></value><next><block type="mapsettileat" id="+(o*.j3@bk-JaD_`BCR!"><value name="tile"><shadow type="tileset_tile_picker" id="PD#pal++,q{Rv(w#7LDG"><field name="tile">assets.tile`tile0`</field></shadow></value><value name="loc"><shadow type="mapgettile"></shadow><block type="variables_get" id="I}LrWS^aywNj6CpXYZMy"><field name="VAR" id="I6;pqp`aFU4R!Z[*E^u[">value6</field></block></value><next><block type="attachAnimation" id=";M.MVDQbD)hcpc$^kxi?"><value name="set"><shadow type="variables_get" id="5=0e9~qQA~yX2rb9^@pc"><field name="VAR" id="]XJ8Z)iOG._Bice8uG^x">flierFlying</field></shadow></value><value name="sprite"><shadow type="variables_get" id="0786j?tb2.=FG(~wRzoj"><field name="VAR" id="v|MAau14dJ)d.6[r@)un">flier</field></shadow></value><next><block type="attachAnimation" id="ba#LorKd/vaIU7S_yueR"><value name="set"><shadow type="variables_get" id="1|/5P+$8ML4j$/vL6MIo"><field name="VAR" id="OXBP3,zvH*7T-1}#f`|,">flierIdle</field></shadow></value><value name="sprite"><shadow type="variables_get" id="Q^tg6V3)CzjplRdnTDJ/"><field name="VAR" id="v|MAau14dJ)d.6[r@)un">flier</field></shadow></value></block></next></block></next></block></next></block></next></block></statement></block></next></block></statement></block><block type="function_definition" id="c[`PZgI,!RcMPD*PVOlA" x="0" y="3551"><mutation name="showInstruction" functionid=",3!3UUk]J8{?jQrCspGQ"><arg name="text" id="8xj2vql7a0gqkrzmndscz" type="string"></arg></mutation><field name="function_name">showInstruction</field><statement name="STACK"><block type="game_show_long_text" id="]Ak(ozh0JThy?Y?Av:zt"><field name="layout">DialogLayout.Bottom</field><value name="str"><shadow type="text"><field name="TEXT"></field></shadow><block type="argument_reporter_string" id="zakH*6O?pAMUbU=CD(tM"><field name="VALUE">text</field></block></value><next><block type="mixer_play_sound" id="LF/G*lf=`BapKCq6uEq/"><field name="sound">music.baDing</field><next><block type="hudChangeScoreBy" id="!e@sfu+Z6g_E%3#-6Iy@"><value name="value"><shadow type="math_number" id="yJ=lm+N~Sq%IBPI#eSo-"><field name="NUM">1</field></shadow></value></block></next></block></next></block></statement></block><block type="function_definition" id="sbTW93YAj`0ARQ6*n%bO" x="408" y="3551"><mutation name="initializeHeroAnimations" functionid="MXyah@:2vTy`E(|JZDfx"></mutation><field name="function_name">initializeHeroAnimations</field><statement name="STACK"><block type="function_call" id=",Mw{ATXL4L0tFZ{9-5EV"><mutation name="animateRun" functionid="CK]%1X5R4FrIslzOfC*a"></mutation><next><block type="function_call" id="3!:Rr5jjy3TBxKuwov/i"><mutation name="animateIdle" functionid="`ut?C-h!TG*Bm[MP;N8:"></mutation><next><block type="function_call" id="U|`PHXdiL}3E+^)]?[mf"><mutation name="animateCrouch" functionid="tc:)v4zI)69LZBd[CRP|"></mutation><next><block type="function_call" id="|e[@%4~!%{b;_tV%ofYf"><mutation name="animateJumps" functionid="x($ill,~J`Pn8m2K9?g."></mutation></block></next></block></next></block></next></block></statement></block><block type="function_definition" id="x6s)]=P:`=XAJxmm%L+m" x="832" y="3551"><mutation name="createPlayer" functionid="/Qtav|xUUw]/UN0tGM;r"><arg name="player2" id="awsiu43pzbdbfak5k1j2w" type="Sprite"></arg></mutation><field name="function_name">createPlayer</field><statement name="STACK"><block type="Sprite_blockCombine_set" id="iQRal]}J!}223Fw;5[L4"><field name="property">Sprite.ay@set</field><value name="mySprite"><block type="argument_reporter_custom" id="sZew?rTr[%/K83EMQGN2"><mutation typename="Sprite"></mutation><field name="VALUE">player2</field></block></value><value name="value"><block type="variables_get" id="lJ/{Lz|!mA5A+e$;HAA."><field name="VAR" id="?m}NND]k.XqH~d0ihmUP">gravity</field></block></value><next><block type="camerafollow" id="RKrtL|()4xn-:Nzk+_AI"><value name="sprite"><shadow type="variables_get"></shadow><block type="argument_reporter_custom" id="w2|n~vhO7g1JWa5dthtG"><mutation typename="Sprite"></mutation><field name="VALUE">player2</field></block></value><next><block type="game_control_sprite" id="~cnUh#8wc}VrOKuuYVFE"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="2" _input_init="true"></mutation><value name="sprite"><shadow type="variables_get"></shadow><block type="argument_reporter_custom" id="WMxGAyL{{Dk}ah_s*l}T"><mutation typename="Sprite"></mutation><field name="VALUE">player2</field></block></value><value name="vx"><shadow type="spriteSpeedPicker" id="TzVJz!7wmhQD6.0(]m$M"><field name="speed">100</field></shadow></value><value name="vy"><shadow type="spriteSpeedPicker" id="{X}{JXHt.kc[sTi9sFB-"><field name="speed">0</field></shadow></value><next><block type="Sprite_blockCombine_set" id="@.3~Wv@T7UCz[hvxmR1,"><field name="property">Sprite.z</field><value name="mySprite"><block type="argument_reporter_custom" id="JDWK-O}[|=a9A4vs|x@T"><mutation typename="Sprite"></mutation><field name="VALUE">player2</field></block></value><value name="value"><shadow type="math_number" id="Tak_KN6?@4OicyOt5V|{"><field name="NUM">5</field></shadow></value><next><block type="hudSetLife" id="R!RQHevYu:s!l/b8gMi("><value name="value"><shadow type="math_number" id="jD@f-7W|Y5eoLG.N^lPT"><field name="NUM">3</field></shadow></value><next><block type="hudsetScore" id="Yb.Nt]cs0BN~s@eLnF?{"><value name="value"><shadow type="math_number" id="j%;HZf(vnzzPb4q.O%z:"><field name="NUM">0</field></shadow></value></block></next></block></next></block></next></block></next></block></next></block></statement></block><block type="function_definition" id="h,}fQExH)q}K@r;pAGQG" x="1414" y="3551"><mutation name="initializeLevel" functionid="Q@u5S?{.RBPnymnM6$1D"><arg name="level" id="9bvseohkvrc2pvtnc549y" type="number"></arg></mutation><field name="function_name">initializeLevel</field><statement name="STACK"><block type="particlesStartScreenAnimation" id="J2zMm$V9Q)JE=PNE=!b)"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="effect">effects.clouds</field><next><block type="variables_set" id="V^[nRgC;[email protected]?N-%"><field name="VAR" id="Kw/~;[C_Lm0H@2ct@sh:">playerStartLocation</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_index_get" id="HXkU3TH`g0[O.suOI@jg"><value name="LIST"><block type="mapgettilestype" id=";VZm6?.Ti*fuMpfG;,uZ"><value name="tile"><shadow type="tileset_tile_picker" id=":y[iU@t;[So[k(a5Mpfu"><field name="tile">assets.tile`tile6`</field></shadow></value></block></value><value name="INDEX"><shadow type="math_number" id="o]s;|4Qr+ohZ+=ZnyoHq"><field name="NUM">0</field></shadow></value></block></value><next><block type="mapplaceontile" id=":4*K;GIAgk%U5s$Oc54e"><value name="sprite"><shadow type="variables_get" id="z8k|PM5a.y|T?t$:$Vh/"><field name="VAR" id="}lvVnG!RV}d`7VoZS9,-">hero</field></shadow></value><value name="loc"><shadow type="mapgettile"></shadow><block type="variables_get" id="diusinv~G:5Lyh{0.3~)"><field name="VAR" id="Kw/~;[C_Lm0H@2ct@sh:">playerStartLocation</field></block></value><next><block type="mapsettileat" id="o4=xLRvwlzavpY0fDCz#"><value name="tile"><shadow type="tileset_tile_picker" id="@(yRqp|bvieBO|Mhpgrx"><field name="tile">assets.tile`tile0`</field></shadow></value><value name="loc"><shadow type="mapgettile"></shadow><block type="variables_get" id="[email protected]`hl,"><field name="VAR" id="Kw/~;[C_Lm0H@2ct@sh:">playerStartLocation</field></block></value><next><block type="function_call" id="Jfz$Uxyc`z~BQRr:iZ)="><mutation name="createEnemies" functionid="[DYF}]w;(%EvMXd3.I~p"></mutation><next><block type="function_call" id="J/pt/cLj_w=X4dg7_j4!"><mutation name="spawnGoals" functionid="_F?LDjlrbu5j-${bu`[o"></mutation></block></next></block></next></block></next></block></next></block></next></block></statement></block><block type="function_definition" id="x=vzY;9tX/B;7aW?-Ee+" x="2281" y="3551"><mutation name="hasNextLevel" functionid="J!ib+v_NbubcI,u-FY^I"></mutation><field name="function_name">hasNextLevel</field><statement name="STACK"><block type="function_return" id="tLKe}/DI/AlJDd+dn+3C"><mutation xmlns="http://www.w3.org/1999/xhtml" no_return_value="false"></mutation><value name="RETURN_VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="logic_compare" id="6N+(:0xfzMW[[X_N%vX^"><field name="OP">NEQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="*c$T-H-p=n0!6]%Ssv;y"><field name="VAR" id="yuph4nzk]gTk87EA/fzU">currentLevel</field></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="dJh998HK~;O`R-#bk,LU"><field name="VAR" id="X@1}+mC0kFc;;Uaw+{eU">levelCount</field></block></value></block></value></block></statement></block><block type="function_definition" id="h$7p`[email protected]+hZ-" x="2864" y="3551"><mutation name="spawnGoals" functionid="_F?LDjlrbu5j-${bu`[o"></mutation><field name="function_name">spawnGoals</field><statement name="STACK"><block type="pxt_controls_for_of" id="vZQkMli[#rL7TXU$eb^C"><value name="VAR"><shadow type="variables_get_reporter" id="mZbMtSx|QkMaLT}+EbXX"><field name="VAR" id="-wd)m!$`pr7w::;%fe$H">value7</field></shadow></value><value name="LIST"><block type="mapgettilestype" id="=O5;j3HMZoV{%*zMF5en"><value name="tile"><shadow type="tileset_tile_picker" id="9|-zS6^djz:*t6u2,S:N"><field name="tile">assets.tile`tile5`</field></shadow></value></block></value><statement name="DO"><block type="variables_set" id="4QpV|?*i(TBz0gZ{`K!6"><field name="VAR" id="6+Yg^I:O,mjQoPLHw2Rd">coin</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreate" id="OrI:~rwLi-AARZBLKr-/"><value name="img"><shadow type="screen_image_picker" id="Uv:RFs8|UliAFXtLx~SN"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . f f f f . . . . . .
. . . . f f 5 5 5 5 f f . . . .
. . . . f 5 5 5 5 5 5 f . . . .
. . . f 5 5 5 4 4 5 5 5 f . . .
. . . f 5 5 5 4 4 5 5 5 f . . .
. . . f 5 5 5 4 4 5 5 5 f . . .
. . . f 5 5 5 4 4 5 5 5 f . . .
. . . . f 5 5 5 5 5 5 f . . . .
. . . . f f 5 5 5 5 f f . . . .
. . . . . . f f f f . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":"Uv:RFs8|UliAFXtLx~SN"}}</data></shadow></value><value name="kind"><shadow type="spritekind" id="R+/(S1hAVZpB[nDhNT.}"><field name="MEMBER">Coin</field></shadow></value></block></value><next><block type="mapplaceontile" id="GMg]+ZT1NjbQx-n[#URy"><value name="sprite"><shadow type="variables_get" id="xqWDE-1sR)W|-ZHe+b(y"><field name="VAR" id="6+Yg^I:O,mjQoPLHw2Rd">coin</field></shadow></value><value name="loc"><shadow type="mapgettile"></shadow><block type="variables_get" id="KS.Q5W[ShDov6}odgasZ"><field name="VAR" id="-wd)m!$`pr7w::;%fe$H">value7</field></block></value><next><block type="attachAnimation" id="d`I?;g_~vqzp_MT_,1FC"><value name="set"><shadow type="variables_get" id="CjPt.@~0!NX@2tTW^~*P"><field name="VAR" id="2ATRVP[-~.8U75tHDX(e">coinAnimation</field></shadow></value><value name="sprite"><shadow type="variables_get" id="_X7ec@zy{sNM=HQ#lV1:"><field name="VAR" id="6+Yg^I:O,mjQoPLHw2Rd">coin</field></shadow></value><next><block type="setAction" id="4zv-jYAeg]V0{BRM@mMo"><value name="action"><shadow type="action_enum_shim" id="h6DRKF|_i4rp5:hdeA?w"><field name="MEMBER">Idle</field></shadow></value><value name="sprite"><shadow type="variables_get" id="J7nx%Er|vcS1cjdl=(2-"><field name="VAR" id="6+Yg^I:O,mjQoPLHw2Rd">coin</field></shadow></value><next><block type="mapsettileat" id="D);Wu)I|~k94geH:(jG:"><value name="tile"><shadow type="tileset_tile_picker" id="/YkaWGLml*kD^x+zfW`6"><field name="tile">assets.tile`tile0`</field></shadow></value><value name="loc"><shadow type="mapgettile"></shadow><block type="variables_get" id="54/q+zZnt5H^)4,udrB7"><field name="VAR" id="-wd)m!$`pr7w::;%fe$H">value7</field></block></value></block></next></block></next></block></next></block></next></block></statement></block></statement></block></xml>