-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.blocks
833 lines (833 loc) · 242 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
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
<xml xmlns="https://developers.google.com/blockly/xml"><variables><variable type="KIND_SpriteKind" id="#rLu33z=:b+B8*eL(i5s">pro2</variable><variable type="KIND_SpriteKind" id="^;85RK~mD1@/%[vtWPT/">player2</variable><variable type="KIND_SpriteKind" id="`;4G[4-*t8MFFg0LA:1!">secretweapon</variable><variable type="KIND_SpriteKind" id="~s*Cr!}Gnv6-i*^.L-os">heal</variable><variable type="KIND_SpriteKind" id="n]q`5(m^F1ps^(0vbbh,">pro3</variable><variable type="KIND_SpriteKind" id="-TU,:]KhVTJufkrl]7M,">Player</variable><variable type="KIND_SpriteKind" id="|Y4oy=|E]/VLhh|,E%Eu">Projectile</variable><variable type="KIND_SpriteKind" id="~JV@no}K`o*}i|`Qx=c+">Food</variable><variable type="KIND_SpriteKind" id="i2f$u`Kta!6a/WDu-Xcp">Enemy</variable><variable type="KIND_SpriteKind" id="4RWcmkHqgf[OT*k!V|Rq">StatusBar</variable><variable type="KIND_StatusBarKind" id="Zfi%oCNH,Y/FaQBQ6tuE">Health</variable><variable type="KIND_StatusBarKind" id="U-,j=B{O(?0cM[D%WXp.">Energy</variable><variable type="KIND_StatusBarKind" id="=fkY4%XshR`!1(-S?uPc">Magic</variable><variable type="KIND_StatusBarKind" id="w,C}|^A5h9M@d2Pe$bf^">EnemyHealth</variable><variable id="(~w-BS7^iT3EQ73kV^gD">mySprite</variable><variable id="wTU4c+*~Nm)|Iq{)IMsr">Facing</variable><variable id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</variable><variable id="}vrq3/O(.4my}%rm6Q*A">statusbar</variable><variable id="-csr$mrRiwZ;H_1[_$P7">mySprite4</variable><variable id="4s7M6q@EjB,bPg%|s-]l">projectile</variable><variable id="/a#^oY|*X*[L:CS?8OMc">count2</variable><variable id="e,;B6)97h#{}5K$gCoj~">count</variable><variable id="zA7DzF[C]g+HW!,F.]65">mySprite2</variable><variable id="=B0+XamFPokow)]:!iiu">phase</variable><variable id="Idx}]Q:Bqge$nQK:Br{M">speed</variable><variable id="6a:pCq.6%7a4hfg$miTJ">tempo</variable><variable id="sr=!HBJ}@Ijv^J=OOT-=">playing</variable><variable id="I-Q^i9F{=F`yHlo;p:A=">track</variable><variable id="vb5RM,a;ADn1s/!k]h_L">beat</variable><variable id="emi7V~W#Qog1RMGe%f#G">lengths</variable><variable id="d,k=cv~}0?|H8/,UoSn_">positions</variable><variable id="ioj)E*{2!PUoP,Ok$5GU">tracks</variable><variable id="4UN;:zSTDP;wst+%FA`]">playing2</variable><variable id="(EDArF9?[n(n@lp;}9hi">playing3</variable><variable id="qGBHK2o40U{s7y()0rzX">playing4</variable><variable id=")(fnh7qWGK8xZjQ(3iS2">projectile2</variable><variable id="2caiEb4Anf2^)9jqo*OL">projectile3</variable><variable id="Prn?iZKgbBaq^S_^LGnk">tempo3</variable><variable id=",U)r5cZYj*/Ta2+h:fG}">track2</variable><variable id="P(9i)./Rsf8b4*e*Gcr*">beat2</variable><variable id="VQoVpRY$GEZMODklBtRI">tracks2</variable><variable id="Cf?_,@gMgg.*^w_-6)VW">tempo5</variable><variable id="PiomH?MFg0c]?6kiq|x9">track3</variable><variable id="A^}7d$6U$G[{]dQDuAX*">beat3</variable><variable id="fPfC@V5-%,3Sx@4-39b`">tracks3</variable><variable id="@@0DtmS]^Zv0[dyS2[5f">tempo7</variable><variable id="D_g8;c-1dD?ZcJpZX$.a">track4</variable><variable id="ziT[ateT+!uqNt(u]h-=">beat4</variable><variable id="z;hY+9l_@BxzCj4L2S11">tracks4</variable><variable id="%}BIh1-b?xXKcNxK/rBp">mySprite3</variable><variable id="T@q{iBc|B,~_bh6ulf;h">tempo2</variable><variable id=".MwYFNucnyazHCXwpSuC">volumes</variable><variable id="Qp_;w$dP)j_pPnTW*p[k">hihat</variable><variable id="Dr?+^DaghC~;{sVQ9M%~">drums</variable><variable id="]^}cC!MM@BH%IFl%@TM!">b1</variable><variable id="#`CZz-y7(?BCIzc4wi-O">tempo4</variable><variable id="ir~wo:C$446#d/eULjH0">hihat2</variable><variable id="DiC)C7)(pqL~T#4c:Stt">drums2</variable><variable id="qp!AvbB+]atN}K+5ic|?">b2</variable><variable id="]-Ty;h,r@Vb`KLYZe?Tt">tempo6</variable><variable id=";p;ci*c8@rtJ/RUGeV0v">hihat3</variable><variable id="NIf5hVWu[E1veTJ*Up/#">drums3</variable><variable id="D0==4(gAH~~7HS=U@ong">b3</variable><variable id=":5@+L5{|=3kKx)gVH7uA">tempo8</variable><variable id="Nb9;33HBgTXl+dmdR$0l">hihat4</variable><variable id="C}^OeD{`|oH+v*|-oa+Y">drums4</variable><variable id=")4NkrE|-Cj6fysx*?L+@">b4</variable></variables><block type="pxt-on-start" id="nbF~##MW.l=QsfDw;Snz" x="20" y="20"><statement name="HANDLER"><block type="variables_set" id="st|{nNosd-Ybe!?9e1xf"><field name="VAR" id="Idx}]Q:Bqge$nQK:Br{M">speed</field><value name="VALUE"><shadow type="math_number" id="*T:i7ADHDJo.7oI-),k*"><field name="NUM">100</field></shadow></value><next><block type="variables_set" id="^[x,UsQ0[L7EPW#mrn.."><field name="VAR" id="wTU4c+*~Nm)|Iq{)IMsr">Facing</field><value name="VALUE"><shadow type="math_number" id="18w7PCp:;(|k2qkM4!bk"><field name="NUM">0</field></shadow></value><next><block type="variables_set" id="rX,kPr=f@HY{rf+UH3QS"><field name="VAR" id="/a#^oY|*X*[L:CS?8OMc">count2</field><value name="VALUE"><shadow type="math_number" id=",r4_F0hh6-%@J|bhfBd3"><field name="NUM">0</field></shadow></value><next><block type="variables_set" id="1p29p{f{LE2JOT|_RG?|"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field><value name="VALUE"><shadow type="math_number" id="~o`[~sCGCd}.Ss;VD(_L"><field name="NUM">1</field></shadow></value><next><block type="gamesetbackgroundimage" id="_R9u34^PYn:q1OGIC=HY"><value name="img"><shadow type="background_image_picker" id="YTN};P|b|P`iQ#FihVzN"><field name="img">img`
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999966666699969999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999222299999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999996999999999999969999999999999999999999999966999
9999999222229999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999996999999999999999999999996666669
9999999222222999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999996999969999999999999999999999996669
9999999222222299999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999996999
9999992222222222999999999992222299999999999999999999999222999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999996999
9999992222922222999999999922222222999999dd9992229999992222999992229999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999992229992222299999999922222222299999dcb222229999922222999922229999999999999999999999999999999999999999999999999999999999999999999999999999999999999999699999
999999222999922229999999922222222222299ddcb222229999922229999222229999999999999999999999999999999999999999999999999999999999999999999999999999999999999999669999
999999222999992229999999222229992222299dbc2222299999922299992222299999999999999999999999999999999999999999999999999999999999999999999999969999999999996999699996
999999222999922229999999222299999222229dc22222999999222299922222999999999922299999999999969999999999999999999999999999999999999999999999999999999999999999996999
99999922299922222999999222299999992222dbc22229999999222299922229999999999922299999992229999999999999999999999999999999999999999999999999999999999999999999699999
99999922222222229999999222299699999222db2222b9999999222999922299999999999922299999922229999999999992229999999999922299969999999999999999969999999999999969999966
99999922222222229669992222999999999222dc2222bb999996222999222299999996999999999999922229999999999922229999999999922299999999699999999999999999999999699999999969
99999922222222999699992222999999992222bc222cbb999999222999222299999999999699969999922292229999999222229999999999922299999999999999999999999999999669699969999966
69996922222222299999992229999966662222cc222cccc699992222dd2229999dbbb9999999699999222292222999999222299999999999222299999999999999999999999696999999969999999996
9999992222222229999999222999996666222cbb2222bccb99992222db222d999ddbb9999222999999222222222996999222999999999999222299999969669999999999999999699999969999999999
6969992229922222299692222996999999222ccc2222cccb99969222cb222222ddccb6696222999692222922222999992222999999999999222999999666669999999999999999966669696999699999
6999962222992222299992222999999966222ccc22222cccb6966222b2222222222bb6699222999992222222222999992222999999999999222669966699669999999699999696969996669666669996
6999992222999222229922229999999962222bbbb2222bbbbb966222c2222222222cc6699222999962222222222999922229996999999669222699222222969999999999996666999996699966666666
9999999222999922229922229999999992222ccccc2222bbbb66622222222c22222cc6669222669962222222222299922229996999999922222222222222969996999996666666669666666666666666
999999922229999222962229999999992222cccccc2222ccbb6662222b222bbccbcbb6666222999662222226222296622299699999999922222222222222699969966699999999666666666666666666
999999922229999222922229999999992222ccccccc2222c666666222b222ccccccbb66962226996622222669222966222222222999999222222222299996999669ff6999996996666666666666666ff
999999992229992222922229999999922229ccbbbbb2222c666666222b222bbcccccc66962222996922229999222999222222222269999992226669999996696999f969966666666666666666666ffff
999999992229662222922296699999922229bbcbbccb222b666666222b222bccbbbb66666222296669966666922229222222222222999999222966999699669966ff96666669666666666666666fffff
999996692222662226922229969999222299bbcbbbb2222b666666222c222ccccbb666666622266966966966622229222222292222266999222269666996666666f6666666666666666666666fffffff
666996662222692226922229999692222299bbbbccc2222b666666222c222ccccc6666666622266666666666662226222222666222226666222226666666666666f666666666666666666666ffffffff
666666666222222226692222999922222999bccccc2222cb666666222c2222bbcc6666666622266666666666662226222226696622226666622222266666666666f66666666666666666666fffffffff
6666666662222222266622229962222299999cccc22222c9666662222c2222cbbc6666666622266666666666222226222226666622222666662222266662226666f666666ff66666666666ffffffffff
66666666622222226666b2222922222999b696bcc2222cb6f66622222cb2222ccc666666662226ff6666666622222622222666666222266666622222262222ff66ff66666ff666666666ffffffffffff
666666666222222666ddd22222222299ddb9bb922222bbfbbdd222226bb22222bcbb66666622266f66666662222266222266666662222666666622222222226ff66f666666f66666666fffffffffffff
666666666222226666dbbb2222222bbbbbbb64222222bccdddb2222bbcbb2222bcc66bbbbbb6666f69666222222666666666666662226666666662222222266fff6ff66666f6f6666fffffffffffffff
b6666666b222266666dbbbb22222bbb6bbbb6422222bbccbbc22222cccbb2222bccbb6b44466666f66666222226666666666666666666f6666666662222266666f66ff6666fff66fffffffffffffffff
b666666622222b66b6dccccbfcccccbbcccb44222cbccbcbbb2222bbccbbb222bc4bb66bbb444b6666662222266666666666666666666ff6666666666666666666f66f6666ff66ffffffffffffffffff
bb6b6622222224bb66dbbbbbbbbbbbbbbcbb444bccbbbccbbc222bbbccbbbbbbbc44464444bb4b6f66222222666666666666666666666ff6666666666666666666ffff6666f66fffffffffffffffffff
4444662222222446b6bccbbbbcbcccbbccbc444bbbbbbcccccccccbbbcbbbbcccc444444bb44bbbfb2222226666666666666666666666f666f66666666666666666fff666bffffffffffffffffffffff
44b6b422222224444b4bcccccccccccccccc44bcbbbbbcccc4b4cccbbbbcbbcccc4444446644444f222222bb666666666666666666666f66ff66666666666666666fff6bbfffffffffffffffffffffff
44444422244444444464cbbbbbbcbbbbbbcb444ccbbbbccc44f44ecbbcbbbbbbcc444444b444464f22222bbbbb666666666ffff666666f66f6666b666666666666bbff646fffffffffffffffffffffff
4444446444444444446bccbccbbccbbbccc4ff4ccbccbcc444ff44ccbcbbbbbbcc4444444444446f222f46bbbb66666666bfbbfff6666f6f6666666666666666b664ff44ffffffffffffffffffffffff
4444b66b4444446664644ccbbbbbbbbccc4ff46ccbbbbcc444444bdbbccbbcbbccff44464444444f44f44466bb4b66b66b6fb4bff6bbbff66666666666666666b444ff4fffffffffffffffffffffffff
4444466b44444466644444cccccccccccddddbbccbbbbcc44444dfdbbccbbcbbccffff464464644f44f4b4bbbbbbb666b4ff444fff44ff66bb6666666ff66b6bb4bfffffffffffffffffffffffffffff
4444446644444444464464cccccccccccddbbbbccbbbbcc44bb4dfdbbccbbbbbcc44f4664444644fff4444b4b6666666bff646b4ff4ff6b44bb666666f666b44b64fffffffffffffffffffffffffffff
4444444444444f44444466ddbbbbbbbbcbbccccccbbbbbcd44ddffdbbccbbbbbcc44444dd44db44fff444444bb6b66664ff44444fffffddbbb444b6b6fb6bbdbdb3ffffffffffffffffffffffffffffc
4444464444444f444d4444dbbbccbbbbcbcccccccccbbccd3ddd4ffbbccccccbccddddd4dd3443fff34444bb6bd4d966444444ddffff463d4bd4dd6dff6666dfb4ffffffffffffffffffffffffffffcc
4444464444444ff44ff4b4dccbccbbcccbcc44ccbbbbbbccdccccccccccbcbbbccddddd4ddd4ddfffbdddd4dd3ddbddddbd446ddffff444d44bdddddff4669dfddffffffffffffffffffffffffffffcc
4444446444444ffddfd344dbcbbbbbcbbbcc4cccbbccbbcbbcccccccccbbbcbcccdd434ddddffdffdddddfddddd3dddddbddddddffff46d444d4ddddffd9dddfdfffffffffffffffffffffffffffffcc
44444444444444f3bf44ffdbbbbbcbbbbbbccbbbcbccbbcbbbbcbbbcbbccccccccdddddddddfffffdddddffdddddddddddd444ddffffddddb4ddddddffd66ddfdffffffffffffffffffffffffffffccc
44444444ddd444ff4f33ffcbbbbbccbbccbccbbbcbbbbbcbbcccbccccbccbbbbccdddd44ddd4fffdd4dddffd4dddddddddddddddffffddd44b4dddddffdddddffffffffffffffffffffffffffffffccc
44444444dddddddfdf44f4bbccbbbbbbccbbbbbbbbbbbbbbbbccbbbcbbbbbbcbccd4ddddddddfffd4dddddffddddddddddddd6bdfffffdd44444dd4ddfdddddffffffffffffffffffffffffffffffccc
44444444ddddddd4ff4ff4bbbbbbbcccbbbbbbbbccbbcccbbbbbbbbbcccbbccbccdd4dddddddfffddddddddfddd4ddddddddddddfffffdd44b4ddddddffdddffffffffffffffffffffffffffffffcccc
6444444ddd3dd44dff6ff4bbbcbbcccccbbcccbbccbbccbbbcccbbbcccccbccbccddfdddddddfffdddd4dddffdffddddddddddddfffffddddddddddddffddfffffffffffffffffffffffffffffffcccc
4344ddddddddd4ddff4fddcbbcbbccbccbbbcbbbbbbbbbbbbcccbccccbccbbbbccdfffddddddfffddddddddffdfdddddddffddddfffffdddddddddddffffffffffffffffffffffffffffffffffffcccc
4444ddddb4ddddddfddfd4ccbcbbcccccbbbbbbbbbbbcccbbbbbbcccccccbccbccdffdddddddffffddddddddfffddddd4dffddddfffffddddddddfdfffffffffffffffffffffffffffffffffffffcccc
4444deedebd4434efffdd4ccbbbbcccccbbbcccccbccccccbbbbbbbcccccbbbcccdffdddddddffffddddddddfffdddddddfdddddfffffddddfdddfdffffffffffffffffffffffffffffffffffffccccc
4444befeebe4d4beff4444ccbcbbcccccbbccbbbbcccbcbccbbbbbbcccccbbccccddfffdddddffffdddddddddffddddddffdddddfffffdddffdddffffffffffffffffffffffffffffffffffffffccccc
444eeeefeeeed4e4ff4444ccccbbcccccbbbbbbbccbcbcbcccbccbbcccccbcbbcc44dffdddddffffdddd44dddffddddddffdddddfffffdddffdddfffffffffffffffffffffffffffffffffffffdccccc
fffeeffffeeeeeffffeffeccbbbbcccccbbbccbcccbcbcbccccccbbcccccbccbccdddffddddfffffddddd4dddfffdddddffdddddfffffdddffdfffffffffffffffffffffffffffffffffffffffdccccf
effeffedeeffffffffffffccbccbcccccbbbbbbcccbcbcbcbccbcbbbccccbccbccdddffddd4fffffdddddddddfffdddbdffd4dddffffffddffffffffffffffffffffffffffffffffffffffffffdccccc
beffffedffffffffffffffccbccbbbbbbcccbbccbcbcbcbcbccbbbcbbbbbbbbbbcdddfdddddffffffdddddddbfffdddbcffddddfffffffdfffffffffffffffffffffffffffffffffffffffffffcccccc
dfffffffffffffffffffffccbbbbbbbbbccbbbccbcbcbcbcbccbbbccccbbbbbbccdddffdddffffffffdddd4dbffffddddffdddffffffffffffffffffffffffffffffffffffffffffffffffffffcccccc
ffffffffffffffffffffffccbbbbbccbbbbbbbccbcbcbcbcbccbbbbbccbbcbbcccffdffdffffffffffffddccdffffdbddffd4fffffffffffffffffffffffffffffffffffffffffffffffffffffbbfccc
efffffffffffffffffffffccbcbbcccbbbbbbcccbcbcbcbcbcccbbbbbbbbccbcccfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffccdbbbbbbbc
ffffffffffffffffffffffccbccbccbbbbbcbcccbcbcbcbcbcccbbbbbcccbccbbccfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcfcbcbbbbbbb
ffffffffffffffffffffffccccbbbbbbbbccccccbcbcbcbcbcccbccbbbccbbcbbcccffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcddbbcccbbbccc
ffffffffffffffffffffffccccbbbbbcbbcbbcccbcbcbcbcbcccbbbbbbbbbbbbbcccfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffccbcbbbbccccbbccc
fffffffffffffffffffffcccccbbbbbcccbbbcccbcbcbcbcbcccbbbbcccbbbbccccccffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdbccccbbbbccccbcccc
ffffffffffffffffffffffccccbbccbbccbbbcccbcbcbcbcbcccbccbcccbbcccbcccccccfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcccbbcccbbbbbcccbbccc
fffffffffffffffffffffbccbbccbbbbbbbbbcccbcbcbcbcbccccccbbbbbbbbbbcccbcccccfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffccfccbbbbbccccbbccbbbcc
fffffffffffffffffffffbcbbbcbbbbbbbbbbcccbcbcbcbcbcccbcbbbbbbbbbbbccccccbccffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffccbbcccccbbbbbbccbbccbbccc
ffffffffffffffffffffccbbbbbccbcbbbccbcccbcbcbcbcbccccccbbbcccbbbbcccccbbbcfcbcccffffffffffffffffffffffffffffffffffffffffffffffffffffffcdbbcccccbbbbbbcccccbbbccc
fffffffffcfffffffffccccccbbccbccbcccbcccbcbcbcbcbcccbcbbbcccbbbbbcccccccbbcccccbcfffcccffffffffffffffffffffffffffffffffffffffffffffffcdcbbbcccbbbbbbbbcccbbbbbcc
ddcccffffffffffffcccccbcccbbcbbbbbbbbcccbcbcbcbcbcccbbbbbbbbbbbbbcccccccbbcccccccccccbbcfcffffffffffffffffffffffffffffffffffffffffffcdbbbbbcccbbbbbbccbccccbbbbc
bdddfcbffffffffcccccccbbbcccbbbbbbccbcccbcbcbcbcbcccbbbbbbbbbbbccccccccccbcbbcccccccbbbfcbfcffffffffffffffffffffffffffffffffffffffffcdbbbcccccbbbbbbcbcccccbbbbc
bbbddbbcffffccccccccccbbcbbcccbbbccbbcccbcbcbcbcbcccbbcbbbbbbbbccccccccccccccccccccccccccbbbbcffffffffffffffffffffffffffffffffffffffcbbbcbccccbbbbbccbccccccbbbc
bbbbdbbbbcccccccbccbcccccbbbbbbbbcbcccccbcbcbcbcbcccbbcbbbbbbccccccccccccccccccccccccccccccccccffffffffffffffffffffffffffffffffffffffcbccbccccbbbbccbbcccbbccccc
bbbbccccccccccbbbccccccccccccccccccccbbbbbbbbbbbbcccbbcbbbcccccccccbcccccccccccccccccccccccbbcbccbccccfffffffffffffffffffffffffffccffbbcbbcccccbbbccbccccbbbccbc
bbbbbbbbccccccbbcccccbcccccccccccccbbcccccccccccbccccbbcbbccccccccccccccbcbcccccccccccccbbbbbbbccccbbbbbfccccccffffffffffffffffcfccccbbbbbbbcccbbccbbccbbbbbbccc
bbbccccccbcccccccccbbbbbcccccccccccbbccccccccccccccccccccccccccccccccccccbcccccccccccccbccbbbbbbbccccbcbbbbbbbcccccffffffffcfcccfccccccbcccccccbccbbbbcbbbbbcccb
bbccccccbbbbbcccccbbccbbbcccccccbbbbbbbbbbbbbbbbbcccccccccccccccccccccccccccccccccccccccccccccbbcccccbccbbbbbbbdbbbcfcccffcbbbbbbccccccbbcccccbbbbbbbccbbbbcccbb
ccbddddbbbbbbbcccccbcccccccbccbcbcccccccccccccccbcccccccccbbcccccccccbccccccccccccccccccccbbbccccccbbbcccccccbdbbbbcccccccbbbbbbbbbcccbbbbbbbbbbbbbbccbbbbbbbbbb
ddbbbbccbbbbbbbbbbcccbbcccccccccbcccccccccccccccbcccccccccbccccccccccccccccccccccccccccccccccccccbbbbbbbcccccbbbcccccccbccccbbbbbbcccccbbbbbbbbbbbbbbcccbbbbbbbb
cbbbbbbbbbbbbbbbbbbcccbbbbccccccccccccccccccccccccccccccccccccccccccccccccccccccbcccbccccccccccccccbbbbbbcccccccccbbbbbbbbccbbbbbbccccccccccbbbbbbbbbbcccccbbbbb
cbbbccccccccccccbbbbbcbcccccbbccccccccccccbbbbbccccccccccccccccccccccccccccccbbcccbccccccccccccccccbbbbbcccccbbbbbbbbbbbbbbbccccbbbcccccccccccbbbbbbbcccccccbbbb
bbbbccccccccbbbbbbbbbbbccbbbbbbbbccccccccbbbcccccbcccccccccccccbbccccccccccccccccccccccccccbcccccccbbbbbbbbbbbbbbbbbbbbbbbcccccccbbbbbbbbbcccccbbbbbccccccccbbcc
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbccccccccccccccccccccccccccbbbbbbbccccccccccccbbccccccccccccccccccccccbbbbbbbbbccccbbbccbbbbbbbbbccccccbbbbbbbbbbbbbbbbcbbbbbcccbcc
bbbbbbcccccccbbbbbbbbbbbcccccccccccccccccccccccccccccccccccccccccccccccbcccccccccbbcccbcccccccccccbccccccbcccccccccccbbbbbbbbbbccccccccbbbbbbbbbbbbcccbbccccccbc
bbbccbbbccccccccccbbbbbbbccccccccccccccccccccccccccccccccccccccccccccccccccccccccbbbcccccbccccbbbbbcccccccbbccccccbbbbbbbbccccccccbccccccbbbbbbbbbbbccbbcccbbbbc
bbbcdddddbbbbcccccccccccccbbbbbccccbbcbccccccccccccbcccccccccccccccccccccbcbbbbbbbcccccccccccccccccbbbbbbcccccbbbbbbbbbbcccccccccccccccccccbbbbbbbbbbbbbbbbbbbbb
bbbdcbbbbbbbbbbbbbbbbccccbbccccccccccccccccccccccccccccccbbbbbbcccbcccccccccccccbcccccccccccccccccbbbbbbbbcbbbbbbbbcccccccbcccccccccbbccccccccbbbbbbbbbbbbbbbbbb
bdbbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccbbbbbbbbbbbbbbccccccccbbbbbbccccccbbbbbbbccccbbbbbbbbbbbbbbbbb
cddbccccbbbbbbbbbbbbbbcccccccccccccbbbbbccccccccccbcccccccccccccccccccccccccccccccccccccccccccccccccccbbbbbbbbccccccbbcccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
cdcccbcccbbbbbbbbbbbbbbcccccccbbbbbbcccccccccccccccbbbbbbbbbccccccccccccccccccccccccccccccbbbbbbcccccccccccccccccccccccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
dcbbbbbbbbbbbbbbbbbbccccccbbbbbcccccccccccccccccccccccccccccccccccccbbccccccccccccccccccccccccccccccccccccccccccccccccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
dbbbbbbbbbbbccccccccccccccbbbbcccccccbbccccccccccbccccccccccccccccccccccccccccccccccccccccccccccbbbbbbbbbbbbbbbbbbbbbbbccccccbbbbbbbccccccbbbbbbbbbbbbbbbbbbbbbb
bbbbbbbcccbbcbbbbbbbbccccccbbccccbbccccccccccccccccccccccccccccccccccbbcccccbcccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccccccbcccccccccccccccccccccccccccc
bbbbbbbccbbbbbbbbbbbbbbbbbbbbcccbbbccccbbbbbbbccccccccccccbbbbbbbbbbbbbccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccbccccccccccbbbccccccccccccccc
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbccccccccccccccccccccccccbbbccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccbbbbccbbbbbbbbbbbbb
bbbbbbbbcbbbbbbbbbbbbbbbbbbbbbbbbbbccccccccccccccccccccccccccccccccccccbbbbbccccbbbbbbbbbbbbbbbbbbccccccccccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcbbbbbbbbccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccccccccccccccccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbccccccccccccbbbbbbbbbbbbbbbcccccccccccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbccccccccbbbbbbbbbbbbbbbbbbbbbcccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
bbbcccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbccbbbbbbbbbbbbccccccccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbccc
ccccccccccccbbbbbbbbbbbbbbbbdddbbbbbbbbbbbbbbbbbbbccccccccbbbbbbbcbbbbbbbbbcccbbbbbbbbcbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccc
cccccccccccccccccccccbdddddccccccccccbbbbbbbbbccccccccbbbcccccccccbbbbbbbbbbccccccccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbccccbccc
cccccccccbbbbbcccccccccccccccccccccbbbbbbbcccccccbbcccccccccccbbbbbbcccccccccccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbccbccccc
ccccccccccccbbccccccccccccbbbbbbbbbbbbbccccccbbbbbccccccbbbbbbbbbcbccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccccccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbccccc
bcccccccccccccccccccccccbbbbbbbbbbbccccccbbbbbbbbbbbbbbbbbbbbbbbbcccccbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccccbbbcccccccbbbbbcccbbbbbbbbbbbbbbbbbbbbbbbcccccccccc
bccccccccccccccccbbbbbbbbbbbbbbbbeccccbbdbbbbbbbbbbbbbbbbbbbbbbbbbbccccccbbbbbbbbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccccccccbbbbbbcccccccbbcccccccccccccbbbbb
cccccccccccbbbbbbbbbbbbbbbbbbbbbbeeccbbd4bddbbdbbb3b444ddd444bbb344bbddbbcb44bbb44bb3444b444444b4be44ecccccccccccccccccccccccccccccccccccccccccccccbbbbbbbbbbbbb
bddddcbbbbbbbb444b4bbb44bb4b4bb4444dd44d44ddb4d3bddddddddd444ddddd44ddddddb33dd4444ddd44344444444e4e44ecbceeeccccbcccccccccccccccccccccbbccccccccccccccccbbbbbbb
ddbbdd44b44b444444b444b444443444dddddddd4ddddddddddddddd4dddddddbdddddddddddddd44d44dddddd44dddddbd4dd3dd34b3bbdddccccccbbccccccccccccbbbbbbbbbbbbbbcccccbbbbbbb
bbeee4b44444444dd4d33ddddddddde4dddddddddddddddddddddddddddddddd4d4ddd4dddddddddddd44ddddddddddddddddddddddd3dddbbbdbbdddbbbbbbcbcccbbbbbbbbbbbbbbbbbbbbbbbbbbbb
b4b43dd44db4ddddd4d44dddddddddbd4ddddddddddddddddddddddddd4ddddddd4dddddddddddddddd44ddddddddddddddddddddd4ddddd44dddddddddbdbddddbdbbddddbbbbbbbbbbbbbbbbbccbbb
dddd3ddddd4ddddd44dddd4dddddddddddddddddddddddddddddddddddd3dddddd4ddddddddddddddddddddddddddddddddddddddddddddddd4dddddddddddddddddd334db4d3dd4bbd44b3ddbbcbbbb
d4dddbddddddddddd4dddd4ddddddddddddddd3dddddddddd444ddddddd4dddddddddddddddddddddddddddddddd4ddddddddddddddddddddd4ddddddddddddddddddddd3bd4ddd4dddd4444444ddddd
ddddddddddddddddd4ddddddddddddddddddd4ddddddddddddd4ddddddddddddddddddddddddddddddddddddd4dddddddddddddddddd4ddddddddddd4ddddddddddddddddddd4d44ddddd4dd44dddddd
4ddddddd4d444dd4dd4ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd4ddddddddddddddddddddddddddddddd4ddddddddddddddddddddddddddddd4ddddddddd
dddddddddd444ddddd3ddddddddddddd4ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd44dddddddddddddddddddddddddddddddddd4ddddddddd
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><next><block type="game_show_long_text" id="M3wG(L7%q^n~6.gs$r)f"><field name="layout">DialogLayout.Bottom</field><value name="str"><shadow type="text" id="d7zdKC(V7GY=a0EuGb!X"><field name="TEXT">Hey, welcome to a magic bossfight!</field></shadow></value><next><block type="game_show_long_text" id="l3%O(+072p~?L53C8HF+"><field name="layout">DialogLayout.Bottom</field><value name="str"><shadow type="text" id="he:K:$|G3Y{yx5^pp,^X"><field name="TEXT">You control the player 1 with left and right and jump with up button.</field></shadow></value><next><block type="game_show_long_text" id="RzU-2wMGCJhksa;,|~v;"><field name="layout">DialogLayout.Bottom</field><value name="str"><shadow type="text" id="QKYZcO,XL+j=sd}H.px%"><field name="TEXT">You cast a projectile spell with A button (jump to reset aim). You jump really high with down button. You Teleport with B</field></shadow></value><next><block type="game_show_long_text" id="hn!*3c39Sn3C}E={_`o8"><field name="layout">DialogLayout.Bottom</field><value name="str"><shadow type="text" id="`bZmQSE1=E@A0@Cq/~+~"><field name="TEXT">You move player 2 with player 2 arrow keys. You teleport player 1 with A button. If you hover over the boss and press B the boss loses HP.</field></shadow></value><next><block type="game_show_long_text" id="kS6p`c:6s%TK%tF-_GKJ"><field name="layout">DialogLayout.Bottom</field><value name="str"><shadow type="text" id="4vT)LKf(kI(XeX1UKYkI"><field name="TEXT">Hit hearts to get more hp.</field></shadow></value><next><block type="game_show_long_text" id="5.Eaq^Yhx4G{ptunDTP$"><field name="layout">DialogLayout.Bottom</field><value name="str"><shadow type="text" id="91Q-];;Ws79-J1UOTzJM"><field name="TEXT">Its 4 phases you win if you don't beat the boss and the phases run out you lose.</field></shadow></value><next><block type="game_show_long_text" id="`Zm^{Nu[ejt=aw78!29%"><field name="layout">DialogLayout.Bottom</field><value name="str"><shadow type="text" id="$aT?+nWNx(@M6|KoX!=p"><field name="TEXT">Good luck!</field></shadow></value><next><block type="hudSetLife" id="Im}Yi#R*%rj+s^,[2CCx"><value name="value"><shadow type="math_number" id="Ryr%c5OtVvU?/MXrS;)7"><field name="NUM">100</field></shadow></value><next><block type="variables_set" id="-Nz^I%E=`(2$HlTFHbj:"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreate" id="d4*jC5fC?rN3xJq{#Xnm"><value name="img"><shadow type="screen_image_picker" id="ME0OfKZvApeBEi!}HUWy"><field name="img">img`
. . . . . . f f f f f f . . . .
. . . . f f e e e e f 2 f . . .
. . . f f e e e e f 2 2 2 f . .
. . . f e e e f f e e e e f . .
. . . f f f f e e 2 2 2 2 e f .
. . . f e 2 2 2 f f f f e 2 f .
. . f f f f f f f e e e f f f .
. . f f e 4 4 e b f 4 4 e e f .
. . f e e 4 d 4 1 f d d e f . .
. . . f e e e 4 d d d d f . . .
. . . . f f e e 4 4 4 e f . . .
. . . . . 4 d d e 2 2 2 f . . .
. . . . . e d d e 2 2 2 f . . .
. . . . . f e e f 4 5 5 f . . .
. . . . . . f f f f f f . . . .
. . . . . . . f f f . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><value name="kind"><shadow type="spritekind" id="sA4(@t0l]s_`0m^N;#]1"><field name="MEMBER">Player</field></shadow></value></block></value><next><block type="spritesetpos" id="JM:JEch-)*HU9GpE5%#T"><value name="sprite"><block type="variables_get" id="/eJ[|A^!kNS48=R*89XD"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></block></value><value name="x"><shadow type="positionPicker" id="9I-69ql+Ya%*nm#fgG|$"><field name="index">10</field></shadow></value><value name="y"><shadow type="positionPicker" id="`aIm}u]k7;0}D.(lShK9"><field name="index">61</field></shadow></value><next><block type="game_control_sprite" id="Ut)xR){/-o3Yrl*;}!Cg"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="2" _input_init="true"></mutation><value name="sprite"><shadow type="variables_get" id="kt6Zkd7?s7.;|5Z]l}1^"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></shadow></value><value name="vx"><shadow type="spriteSpeedPicker" id="p79sx:K@}6W,%N1Av.^?"><field name="speed">100</field></shadow></value><value name="vy"><shadow type="spriteSpeedPicker" id="8/s+^qHC2t!:0d2K5(wi"><field name="speed">0</field></shadow></value><next><block type="Sprite_blockCombine_set" id="S2YtOJb`ypve$u95Bl%~"><field name="property">Sprite.ay@set</field><value name="mySprite"><block type="variables_get" id="m[Aje+NbRbUGVWDy4M-?"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></block></value><value name="value"><shadow type="math_number" id="(8wBlpl4u}+HT_?;l9Gn"><field name="NUM">500</field></shadow></value><next><block type="variables_set" id="5zfB}MlB.|e)C$~^bEAs"><field name="VAR" id="-csr$mrRiwZ;H_1[_$P7">mySprite4</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreate" id="da:LzCKOE3c!%f@HxIv["><value name="img"><shadow type="screen_image_picker" id="QhNgt9wg{XwABR[q%C$r"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . 4 4 4 4 a 4 4 . . . . .
. . . 4 . . a a a . . 4 . . . .
. . 4 . 4 4 a 4 a 4 4 . 4 . . .
. 4 . 4 . . . . . . . 4 . 4 . .
. 4 . 4 . 4 4 4 4 4 . 4 . 4 . .
. a . 4 . 4 . . . 4 . 4 . 4 . .
. a a 4 . 4 . . . 4 . 4 a a . .
. 4 . 4 . 4 . . . 4 . 4 . 4 . .
. 4 a 4 . 4 4 4 4 4 . 4 a 4 . .
. 4 a 4 . . . . . . . 4 a 4 . .
. . a . 4 a 4 4 4 4 a a 4 . . .
. . . 4 . a a a . a . 4 . . . .
. . . . 4 4 4 4 a a 4 . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><value name="kind"><shadow type="spritekind" id="oYZ*JI5Wf%a^)2[N|5f-"><field name="MEMBER">player2</field></shadow></value></block></value><next><block type="ctrlgame_control_sprite" id="9n(HwVB4d=?DfjMTyeL7"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="controller">controller.player2</field><value name="sprite"><shadow type="variables_get" id="D@V!L:R3boAF@eu,AmP5"><field name="VAR" id="-csr$mrRiwZ;H_1[_$P7">mySprite4</field></shadow></value><next><block type="gamesetbackgroundimage" id="GjLT,ylAEzi3m;7}9Ygr"><value name="img"><shadow type="background_image_picker" id="l[Uu)^UuO*V{1(F:glst"><field name="img">img`
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999111199999999999999999999999999999999999999999999999999999999999999999999999999999911119999999999999999999999999999999999999999999999999999
9999999999999999999991111119999999999999999999999999999999999999999999999999999999999999999999999999999111111999999999999999999999999999999999999999999999999999
9999999999999999999991111119911999999999999999999999999999999999999999999999999999999999999999999999999111111991199999999999999999999999999999999999999999999999
9999999999999999991111111119111119999999999999999999999999999999999999999999999999999999999999999999111111111911111999999999999999999999999999999999999999999999
9999999999999999911111111111111119999999999999999999999999999999999999999999999999999999999999999991111111111111111999999999999999999999999999999999999999999999
9999999999999999111111111111111111199999999999999999999999999999999999999999999999999999999999999911111111111111111119999999999999999999999999999999999999999999
9999999999999999111111111111111111119999999999999999999999999999999999999999999999999999999999999911111111111111111111999999999999999999999999999999999999999999
9999999999999999911111111111111111119991199999999999999999999999999999999999999999999999999999999991111111111111111111999119999999999999999999999999999999999999
9999999999999111191111111111111111119911111999999999999999999999999999999999999999999999999999911119111111111111111111991111199999999999999999999999999999999999
9999999999991111119111111111111111199911111999999999999999999999999999999999999999999999999999111111911111111111111119991111199999999999999999999999999999999999
9999999999991111111111111111111111911111111199999999999999999999999999999999999999999999999999111111111111111111111191111111119999999999999999999999999999999999
9999999999991111111111111111111111111111111199999999999999999999999999999999999999999999999999111111111111111111111111111111119999999999999999999999999999999999
9999999999999111111111111111111111111111111199999999999999999999999999999999999999999999999999911111111111111111111111111111119999999999999999999999999999999999
9911199991111911111111111111111111111111111991199999999999991111999999999999999999991119999111191111111111111111111111111111199119999999999999111199999999999999
9111119911111111111111111111111111111111111911119999999999911111199999999999999999911111991111111111111111111111111111111111191111999999999991111119999999999999
9111119111111111111111111111111111111111111911119999999999911111191119999999999999911111911111111111111111111111111111111111191111999999999991111119111999999999
9911111111111111111111111111111111111111111111119999999999999111111111999999999999991111111111111111111111111111111111111111111111999999999999911111111199999999
9111111111111111111111111111111111111111111111199999999911119111111111999999999999911111111111111111111111111111111111111111111119999999991111911111111199999999
1111111111111111111111111111111111111111111111119999999111111111111119999999999199111111111dd1111111111111111111111111111111111111999999911111111111111999999999
1111111111111111111111111111111111111111111111111911199111111111111111111999999ddd111111111ddd111111111111111111111111111111111111191119911111111111111111199999
1111111111111111111111111111111111111111111111111111111111111111111111111199991ddd111111111ddd111111111111111111111111111111111111111111111111111111111111119999
11111111111111111111111111111111111111111111111111111111111111111111111111999ddddddd111111ddddd11111111111111111111111111111111111111111111111111111111111119999
11111111111111111111111111111111111111111ddddddddd111111111111111111111111111ddddddd111111ddddd111111111111111111111111111111111111111111dddddddddd1111111111111
11111111111111111111111111111111111111111ddddddddd111111111111111111111111111ddddddd111111ddddd111111111111111111111111111111111111111111dddddddddd1111111111111
1111111111111111111ddd1111111111111111111d11dddddd111111111111111111111111111d11dddd11111ddddddd11111111111111111111dd1111111111111111111dd1d1ddddd1111111111111
111111111111111111ddddd111111111111111111ddddddd1d111111111111111111111111111ddddddd11111ddddddd1111111111111111111dddd111111111111111111dddddd11dd1111111111111
11111111111111111dddddd111111111111111111ddddddddd1111111111d11111111ddddd111d1ddddd11111ddddddd11111111111111111dddddd111111111111111111dddddddddd1111111111111
11111111111111111ddd1d111111d111111111111ddddddddd111111111dd11111111ddddd111ddddddd11111ddddddd11111111111111111ddd1d111111dd11111111111dddd1ddddd11111111dd111
11111111111111111dddddd11111d111111111111ddddddd1d111111111dd11111111ddddd111ddddddd11111ddddddd11111111111111111dddddd11111dd11111111111ddddddd1dd11111111dd111
11111111ddd111111dd11d11111ddd11111111111ddddddddd11dddddd1dd11111111ddddd111ddddddd11111ddddddd111111111dd111111ddd1d11111ddd11111111111dddddddddd1ddddddddd111
d1dd1111ddddddddddd1ddd111ddddd1111111111ddddddd1d11d11ddd1dd111111111dd1dd11ddddddd111dddddddddd1dd1111ddddddddddddd1d1111dddd1111111111dddddd11dd1d11dddddd111
dddd11111d1dd1ddddddddd111ddddd1111111111ddddddddd11dddd1d1dd11111111dddddd11dd1dddd111ddddddddddddd1111dd1ddd1dddddddd1111dddd1111111111dddddddddd1dddd1dddd111
dd1d11111ddd1111ddddddd111ddddd1111111111ddddddddd11dddd1dddd11111111dddddd11ddddddd111ddddddddddd1d1111dddd1d11ddddddd1111dddd1111111111dddddddddd1dddd1dddd111
dddd1111dddddddddddddddd11dddddd11dd1dd1ddddddddddd1d11dddddd11111111dddddd11ddddddd111ddddddddddddd1111dddddddddddddddd11dddddd111d11ddddddddddddd1d11dddddd111
dd1d1111dddddddddddddddd11dddddd11ddddddddddddddddd1ddddddddd11d11d11dddddd11ddddddd111ddddddddddd1d1111dddddddddddddddd11dddddd111dddddddddddddddd1ddddddddd111
ddddd1dd1d1ddddddddddddd11ddddddd1dddd11ddddddddddddd11bbddddddd1ddd11dd1dd11ddddddd111ddddddddddddddd1ddd1ddddddddddddd11ddddddd111d11ddddddbddddddd11bbbddd1dd
ddddd1dddddddddddddddddddd1dddddd1dddddddddbbbdddddddddbbbdddddd1ddd1dddddd11ddddddd111ddddddddddddddd1dddddddddddddddddddddddddd1ddddddddddbbdddddddddbbbddd1dd
ddddd1ddddddddddddddddddddddddddd1dddddddddbbbdddddddddbbbdddddddddddddddddddddddddd111ddddddddddddddd1dddddddddddddddddddddddddd1ddddddddddbbdddddddddbbbdddddd
ddddd1ddddddddddddddddddddddddddd1dddddddbbbbbbbddddddbbbbbddddddddddddddddddddddddddd1ddddddddddddddd1dddddddddddddddddddddddddd1d1ddddddbbbbbbbdddddbbbbbddddd
dddddbbbbbbbbbddddddddddddddddddd1dddddddbbbbbbbddddddbbbbbddddddddddddddddddddddddddd1ddddddddddddddbbbbbbbbbbdddddddddddddddddd1ddddddddbbbbbbbdddddbbbbbddddd
dddddbbbbbbbbbddddddddddddddddddd1dddddddbbbbbbbddddddbbbbbddddddddddddddddddddddddddd1ddddddddddddddbbbbbbbbbbdddddddddddddddddd1ddddddddbbbbbbbdddddbbbbbddddd
dddddbddbbbbbbddddddddddddddddddd1dddddddbddbbbbdddddbbbbbbbdd111dddddddddddddddbbdddd1ddddddddddddddbbdbdbbbbbdddddddddddddddddd1ddddddddbbbbbbbddddbbbbbbbb11d
dddddbbbbbbbdbddddddddddddddddddd1dddddddbbbbbbbdddddbbbbbbbddd11ddddddddddddddbbbbddd1ddddddddddddddbbbbbbddbbdddddddddddddddddd1ddddddddbbbbbbbddddbbbbbbbbddd
dddddbbbbbbbbbddddddddddbddddddddbbbbbdddbdbbbbbdddddbbbbbbbddddddddddd1dddddbbbbbbddd1ddddddddddddddbbbbbbbbbbdddddddddddddddddddbbbbddddbbbdbbbddddbbbbbbbbddd
dddddbbbbbbbbbdddddddddbbddddddddbbbbbdddbbbbbbbdddddbbbbbbbdd1ddddddddddddddbbbdbddddddbbdddddddddddbbbbdbbbbbddddddddbbdddddddddbbbbddddbbbdbbbddddbbbbbbbbd1d
dddddbbbbbbbdbdddddddddbbddddddddbbbbbdddbbbbbbbdddddbbbbbbbdd111ddddddddddddbbbbbbdddddbbdddddddddddbbbbbbbdbbddddddddbbddddddddbbbbbbdddbbbbbbbddddbbbbbbbb11d
dddddbbbbbbbbbddbbbbbbdbbddddddddbbbbbdddbbbbbbbdddddbbbbbbbdddddddddbb1dddddbbbdbdddddbbbdddddddddddbbbbbbbbbbdbbbbbbbbbddddddddbbbbbbdddbbbdbbbddddbbbbbbbbddd
dddddbbbbbbbdbddbddbbbdbbdddddddddbbdbbddbbbbbbbdddbbbbbbbbbbdbbddddbbbbbbbbbbbbbdbddddbbbbddddddddddbbbbbbddbbdbddbbbbbbddddddddbbbbbbbddbbbbbbbddbbbbbbbbbbbbb
dddddbbbbbbbbbddbbbbdbdbbddddddddbbbbbbddbbdbbbbdddbbbbbbbbbbbbbddddbbdbbbdbbbbbbbbddddbbbbddddddddddbbbbbbbbbbdbbbbdbbbbddddddddbbbbbbbddbbbbdbbddbbbbbbbbbbbbb
dddddbbbbbbbbbddbbbbdbbbbddddddddbbbbbbddbbbbbbbdddbbbbbbbbbbbdbddddbbbbdbddbbbbbbbddddbbbbddddddddddbbbbbbbbbbdbbbbdbbbbddddddddbbbbbbbddbbbbbbbddbbbbbbbbbbbbb
dbbdbbbbbbbbbbbdbddbbbbbbddddddddbbbbbbddbbbbbbbdddbbbbbbbbbbbbbddddbbbbbbbbbbbbbbbbddbbbbbbdddbddbbbbbbbbbbbbbdbddbbbbbbddddddddbbbbbbbddbbbbbbbddbbbbbbbbbbbbb
bbbbbbbbbbbbbbbdbbbbbbbbbddbddbddbbbbbbddbbbbbbbdddbbbbbbbbbbbdbddddbbbbbbbbbbbbbbbbddbbbbbbdddbbbbbbbbbbbbbbbbdbbbbbbbbbdddddbddbbbbbbbddbbbbbbbddbbbbbbbbbbbbb
bbddbbbbbbbbbbbbbddddbbbbbbbdbbbddbbdbbddbbbbbbbdddbbbbbbbbbbbbbbbdbbbdbbbbbbbbbbbbbddbbbbbbbdddbddbbbbbbbbbbbbbbddbdbbbbdbbdbbbdbbbbbbbddbbbbbbbddbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbdbbbbbbddbbbbbbbdddbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbbdbbdbbbbbbbbbbbddbbbbdbbddbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbdddbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbddbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbdbdbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbdddbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbbddbdbdbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbddbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbdbdbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbdddbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbddbdbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbdbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbb7bbbbbbbbbbbbbbbb7bbbbbbbbbbbbbbbbbbbbbb7bbbbbbbbbbbbbbbb7bbbbbbbbbbbbbbbbbbbbbb7bbbbbbbbbbbbbbbb7bbbbbbbbbbbbbbbbbbbbbb7bbbbbbbbbbbbbbbb7bbbbb
bbbbbb7bbb77bbbbb77bbbb7bbb7bbbb7b77bbb7bbbbbb7bbb77bbbbb77bbbb7bbb7bbbb7b77bbb7bbbbbb7bbb77bbbbb77bbbb7bbb7bbbb7b77bbb7bbbbbb7bbb77bbbbb77bbbb7bbb7bbbb7b77bbb7
bb7bbb77b77bb7bbb77bbb77bbb77bbb7bb77b77bb7bbb77b77bb7bbb77bbb77bbb77bbb7bb77b77bb7bbb77b77bb7bbb77bbb77bbb77bbb7bb77b77bb7bbb77b77bb7bbb77bbb77bbb77bbb7bb77b77
bb77bb77b77bb77bbb77b77bbbb77b7b77b7777bbb77bb77b77bb77bbb77b77bbbb77b7b77b7777bbb77bb77b77bb77bbb77b77bbbb77b7b77b7777bbb77bb77b77bb77bbb77b77bbbb77b7b77b7777b
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><next><block type="set_current_tilemap" id="YC*tG[4AU0=2z!(tbl$4"><value name="tilemap"><shadow type="tiles_tilemap_editor" id="!gDF!W`4EV,,}CZILCr["><field name="tilemap">tilemap`level1`</field><data>{"commentRefs":[],"fieldData":{"tilemap":"level1"}}</data></shadow></value><next><block type="spritesetsetstayinscreen" id="sN,b8m~:iPGZQL2.hrqh"><value name="sprite"><block type="variables_get" id="xRC;~rYOmL:]q*;|WJHO"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></block></value><value name="on"><shadow type="toggleOnOff" id="A2fVe2uVeTC07lS|$K+z"><field name="on">true</field></shadow></value><next><block type="variables_set" id="d;DrIA6K5|:]X%Ap1s1l"><field name="VAR" id="zA7DzF[C]g+HW!,F.]65">mySprite2</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreate" id="h3t^,Z[HnDqg=TTBZ%ES"><value name="img"><shadow type="screen_image_picker" id="1!;mlhI1~{.!*T!$_kL]"><field name="img">img`
........................
........................
........................
........................
..........ffff..........
........ff1111ff........
.......fb111111bf.......
.......f11111111f.......
......fd11111111df......
......fd11111111df......
......fddd1111dddf......
......fbdbfddfbdbf......
......fcdcf11fcdcf......
.......fb111111bf.......
......fffcdb1bdffff.....
....fc111cbfbfc111cf....
....f1b1b1ffff1b1b1f....
....fbfbffffffbfbfbf....
.........ffffff.........
...........fff..........
........................
........................
........................
........................
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><value name="kind"><shadow type="spritekind" id="j5FXf$B+,J~^sd-$.~)m"><field name="MEMBER">Enemy</field></shadow></value></block></value><next><block type="variables_set" id="gCy~BuGTU)#qHMw:G/*R"><field name="VAR" id="}vrq3/O(.4my}%rm6Q*A">statusbar</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="statusbars_create" id="]-.I4oq$Pa#t[oS.BPoo"><value name="width"><shadow type="math_number" id="nJ)Dg3/!2+(pOqq;^-O."><field name="NUM">100</field></shadow></value><value name="height"><shadow type="math_number" id="$Ig87_V%B_fQ0:9%NDX*"><field name="NUM">4</field></shadow></value><value name="kind"><shadow type="statusbars_kind" id="s$]eTvX[V:01qe))2l,9"><field name="MEMBER">EnemyHealth</field></shadow></value></block></value><next><block type="Sprite_blockCombine_set" id="0wnQQqpG~;$]@-=mqR5W"><field name="property">Sprite.ay@set</field><value name="mySprite"><block type="variables_get" id="nU@anU$Lp1vR8Q.$v(UP"><field name="VAR" id="zA7DzF[C]g+HW!,F.]65">mySprite2</field></block></value><value name="value"><shadow type="math_number" id="SCNyD5umyZFj=aSF[ns]"><field name="NUM">500</field></shadow></value><next><block type="Sprite_blockCombine_set" id="BW+@o4p)I6Uy+gP;%9ER"><field name="property">Sprite.vx@set</field><value name="mySprite"><block type="variables_get" id="@?w85w!ls;FyK$*BJJ;J"><field name="VAR" id="zA7DzF[C]g+HW!,F.]65">mySprite2</field></block></value><value name="value"><block type="variables_get" id="I$9%brzTnlA97%-#D#[u"><field name="VAR" id="Idx}]Q:Bqge$nQK:Br{M">speed</field></block></value><next><block type="variables_set" id="[6NBNS^GTRGQ?`Q:3O3n"><field name="VAR" id="%}BIh1-b?xXKcNxK/rBp">mySprite3</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreate" id="1UDH$ip{S2xsD@/O1.XO"><value name="img"><shadow type="screen_image_picker" id="-2w}!B|~x4tw~?_fzh(X"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><value name="kind"><shadow type="spritekind" id="%3N3f4|LakWI!!^j@(n2"><field name="MEMBER">Player</field></shadow></value></block></value><next><block type="spritesetpos" id="^@GXF;(%@[email protected]"><value name="sprite"><block type="variables_get" id="lU_F]7d@|NeOpy~x#7jX"><field name="VAR" id="%}BIh1-b?xXKcNxK/rBp">mySprite3</field></block></value><value name="x"><shadow type="positionPicker" id="[_3ST0j9LvMK,^FGIwa)"><field name="index">106</field></shadow></value><value name="y"><shadow type="positionPicker" id="I:QJScVQI-PHYs%lJt}b"><field name="index">15</field></shadow></value><next><block type="statusbars_attachToSprite" id="1oQ7.BDk:~tS8dW,3wfm"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><value name="this"><block type="variables_get" id="POvyQIJP.J;v3lT4t]ol"><field name="VAR" id="}vrq3/O(.4my}%rm6Q*A">statusbar</field></block></value><value name="toFollow"><shadow type="variables_get" id="H#MfL1U+iO;50Dh|I9pr"><field name="VAR" id="%}BIh1-b?xXKcNxK/rBp">mySprite3</field></shadow></value><next><block type="StatusBarSprite_blockCombine_set" id="C53sxUXgy((R]8WS94v)"><field name="property">StatusBarSprite.max@set</field><value name="statusbar"><block type="variables_get" id="9e(wvPUzqZx1Cey3#CH="><field name="VAR" id="}vrq3/O(.4my}%rm6Q*A">statusbar</field></block></value><value name="value"><shadow type="math_number" id="6NAyRAKpH{#W(XxfUk0@"><field name="NUM">300</field></shadow></value><next><block type="StatusBarSprite_blockCombine_set" id="n/E~)MEH7L}%53Q|M3dz"><field name="property">StatusBarSprite.value@set</field><value name="statusbar"><block type="variables_get" id="gLMz}sEA)n7-VFe?UeKm"><field name="VAR" id="}vrq3/O(.4my}%rm6Q*A">statusbar</field></block></value><value name="value"><shadow type="math_number" id="}?rvTTNJCA@Zm9ll72Zx"><field name="NUM">300</field></shadow></value><next><block type="variables_set" id="f7)Qh9#5$5$i|E.?;GP)"><field name="VAR" id="6a:pCq.6%7a4hfg$miTJ">tempo</field><value name="VALUE"><shadow type="math_number" id="^Ux;ywKQ`=G}?rbEl,1x"><field name="NUM">160</field></shadow></value><next><block type="variables_set" id="{@y90yJo}x0C4@^!8*+x"><field name="VAR" id="T@q{iBc|B,~_bh6ulf;h">tempo2</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="ObfH)BdY0Tz^X4Wp2gc9"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="z$?oAr*0?]eQjj)evBi1"><field name="VAR" id="6a:pCq.6%7a4hfg$miTJ">tempo</field></block></value><value name="B"><shadow type="math_number" id="xmRbyw/1+]B,.v]T=`5U"><field name="NUM">2</field></shadow></value></block></value><next><block type="synth_set_volume" id="^jgpFsS{E8ywv8LR#U:n"><value name="volume"><shadow type="math_number_minmax" id="%+FAWJ3~V_0jMR;MZnaq"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><next><block type="typescript_statement" id="3O@sXKKgF)0SsYt7{F-3" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="const hihat = new music.Melody("@0,50,0,0 ~5 c8-" + tempo + " c8 c c c c c @0,250,0,0 c")" numlines="1" declaredvars="hihat"></mutation><next><block type="typescript_statement" id="*,IB3s)m#Vt%]{cp|PhK" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="const drums = new music.Melody(" line1=" "@0,75,0,50 ~16 g1-" + tempo2 + " g R g " +" line2=" "@10,75,0,0 ~4 g5 @0,75,0,50 ~16 g1 R g g R g R" +" line3=" "@10,75,0,0 ~4 g5 R @0,75,0,50 ~16 g1 R")" numlines="4" declaredvars="drums"></mutation><next><block type="typescript_statement" id="4Ktasmhe4P,xY_)bG8E," editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="const b1 = new music.Melody("@0,75,50,50 ~15 e1-" + tempo + " e e e e e e e# e e e e e b a# a")" numlines="1" declaredvars="b1"></mutation><next><block type="variables_set" id="~a+(di5rT3whB?tu.khi"><field name="VAR" id="d,k=cv~}0?|H8/,UoSn_">positions</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_create_with" id="#64~|]Z%yR[$1t]H0]p;"><mutation items="3" horizontalafter="3"></mutation><value name="ADD0"><shadow type="math_number" id="H(dhtXDScFku6fQEU@E,"><field name="NUM">0</field></shadow></value><value name="ADD1"><shadow type="math_number" id="p#M80zZWQbj8k#NG62E`"><field name="NUM">0</field></shadow></value><value name="ADD2"><shadow type="math_number" id="7EF)WS/qfveDGM/C|2fR"><field name="NUM">0</field></shadow></value></block></value><next><block type="variables_set" id="by,99cnsbv;*_{e(F{[m"><field name="VAR" id="emi7V~W#Qog1RMGe%f#G">lengths</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_create_with" id="ByXLk)/oD`*:zde,j@X+"><mutation items="3" horizontalafter="3"></mutation><value name="ADD0"><shadow type="math_number" id="u)D/8{,NFJBz4UU!CNW0"><field name="NUM">1</field></shadow></value><value name="ADD1"><shadow type="math_number" id="qkv?k1#RhMyCKq5[}[I["><field name="NUM">1</field></shadow></value><value name="ADD2"><shadow type="math_number" id="k,B1uX~KTG_o%Ml_F9{}"><field name="NUM">2</field></shadow></value></block></value><next><block type="variables_set" id="#yd`gUHorL{8sNAS,u6e"><field name="VAR" id=".MwYFNucnyazHCXwpSuC">volumes</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_create_with" id="-+qS}$05M]M/.%Tu||kN"><mutation items="3" horizontalafter="3"></mutation><value name="ADD0"><shadow type="math_number" id="t8g^R{PE1}SG!mhfx^Ht"><field name="NUM">200</field></shadow></value><value name="ADD1"><shadow type="math_number" id="X@HVYf#leuc*{yv-Vi]r"><field name="NUM">200</field></shadow></value><value name="ADD2"><shadow type="math_number" id="r^0kXb*/Ml.7tW+Qa}W_"><field name="NUM">200</field></shadow></value></block></value><next><block type="variables_set" id="Mn${xc{17m/[;N,Az%]$"><field name="VAR" id="ioj)E*{2!PUoP,Ok$5GU">tracks</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_create_with" id="$wlo;P~!EpXp.wh`UF7}"><mutation items="3" horizontalafter="3"></mutation><value name="ADD0"><block type="lists_create_with" id="$aKmcYB`-LJ]_,J,}=iz"><mutation items="1" horizontalafter="3"></mutation><value name="ADD0"><block type="variables_get" id="*b};:cxBsJm@IAMBCFsi"><field name="VAR" id="Qp_;w$dP)j_pPnTW*p[k">hihat</field></block></value></block></value><value name="ADD1"><block type="lists_create_with" id="Ccxu9xCt),dLiB|h!-#B"><mutation items="1" horizontalafter="3"></mutation><value name="ADD0"><block type="variables_get" id="[Otzi/NgVdVcvg1l!7b|"><field name="VAR" id="Dr?+^DaghC~;{sVQ9M%~">drums</field></block></value></block></value><value name="ADD2"><block type="lists_create_with" id="tMfGmQN!x]S//|Jt779@"><mutation items="1" horizontalafter="3"></mutation><value name="ADD0"><block type="variables_get" id="v**:t*3(~D40!q30/[v^"><field name="VAR" id="]^}cC!MM@BH%IFl%@TM!">b1</field></block></value></block></value></block></value><next><block type="variables_set" id="4dD%cM8CYkum9bZLdY}1"><field name="VAR" id="Prn?iZKgbBaq^S_^LGnk">tempo3</field><value name="VALUE"><shadow type="math_number" id="_}`%3aW=]Uvx=,hK35RD"><field name="NUM">180</field></shadow></value><next><block type="variables_set" id="1)=9#2,G8Ff^4J#uF`ry"><field name="VAR" id="#`CZz-y7(?BCIzc4wi-O">tempo4</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="2/+){N0?Vxg3#OV)/C%i"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="pj3Y%CA-SVe#2*};qK=k"><field name="VAR" id="Prn?iZKgbBaq^S_^LGnk">tempo3</field></block></value><value name="B"><shadow type="math_number" id="3)nFM844p($w}JMz!{W9"><field name="NUM">2</field></shadow></value></block></value><next><block type="typescript_statement" id="}wmNO`,=-|HM{]gL2hVs" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="const hihat2 = new music.Melody("@0,50,0,0 ~5 c8-" + tempo3 + " c8 c c c c c @0,250,0,0 c")" numlines="1" declaredvars="hihat2"></mutation><next><block type="typescript_statement" id="l,N(^,EK4.Z=zY5_:#(*" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="const drums2 = new music.Melody(" line1=" "@0,75,0,50 ~16 g1-" + tempo4 + " g R g " +" line2=" "@10,75,0,0 ~4 g5 @0,75,0,50 ~16 g1 R g g R g R" +" line3=" "@10,75,0,0 ~4 g5 R @0,75,0,50 ~16 g1 R")" numlines="4" declaredvars="drums2"></mutation><next><block type="typescript_statement" id="7H;;l*vHKHwt(G-m4kEG" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="const b2 = new music.Melody("@0,75,50,50 ~15 e1-" + tempo3 + " e e e e e e e# e e e e e b a# a")" numlines="1" declaredvars="b2"></mutation><next><block type="variables_set" id="fte4kj;j4ZFnRa3{?GU?"><field name="VAR" id="VQoVpRY$GEZMODklBtRI">tracks2</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_create_with" id="UaA[3[{avKZAaMRk%!nI"><mutation items="3" horizontalafter="3"></mutation><value name="ADD0"><block type="lists_create_with" id="m41Jf+=%gP?ziGZqCY*3"><mutation items="1" horizontalafter="3"></mutation><value name="ADD0"><block type="variables_get" id="NEY^k8cW0}o.)aM@INqd"><field name="VAR" id="ir~wo:C$446#d/eULjH0">hihat2</field></block></value></block></value><value name="ADD1"><block type="lists_create_with" id="/.o?}vic7m-oud3Bt/#:"><mutation items="1" horizontalafter="3"></mutation><value name="ADD0"><block type="variables_get" id="vIs{FR@W=)3zXjv,,eR_"><field name="VAR" id="DiC)C7)(pqL~T#4c:Stt">drums2</field></block></value></block></value><value name="ADD2"><block type="lists_create_with" id="_B+u]5VAS2zzY-K*N)n@"><mutation items="1" horizontalafter="3"></mutation><value name="ADD0"><block type="variables_get" id="lMP-(hW?i-p55~KuMUHe"><field name="VAR" id="qp!AvbB+]atN}K+5ic|?">b2</field></block></value></block></value></block></value><next><block type="variables_set" id="qj`Wev8x=ukWxt[6XsoT"><field name="VAR" id="Cf?_,@gMgg.*^w_-6)VW">tempo5</field><value name="VALUE"><shadow type="math_number" id="0aTSmKwE*,,Qh#pM-JFu"><field name="NUM">210</field></shadow></value><next><block type="variables_set" id="C~?wtUG+buC@y;XMeV:H"><field name="VAR" id="]-Ty;h,r@Vb`KLYZe?Tt">tempo6</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="TP,BJj;G.I+,~#iC#p+s"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id=".#TeIok;;(XhkBVB?mBI"><field name="VAR" id="Cf?_,@gMgg.*^w_-6)VW">tempo5</field></block></value><value name="B"><shadow type="math_number" id=",FFC*U0ebEMIptgq@lJV"><field name="NUM">2</field></shadow></value></block></value><next><block type="typescript_statement" id="i9cIqJ(.-|CJ*-qLgjrD" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="const hihat3 = new music.Melody("@0,50,0,0 ~5 c8-" + tempo5 + " c8 c c c c c @0,250,0,0 c")" numlines="1" declaredvars="hihat3"></mutation><next><block type="typescript_statement" id="AS?m43*w_So%k+,Ib;u2" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="const drums3 = new music.Melody(" line1=" "@0,75,0,50 ~16 g1-" + tempo6 + " g R g " +" line2=" "@10,75,0,0 ~4 g5 @0,75,0,50 ~16 g1 R g g R g R" +" line3=" "@10,75,0,0 ~4 g5 R @0,75,0,50 ~16 g1 R")" numlines="4" declaredvars="drums3"></mutation><next><block type="typescript_statement" id="N|K:;m!XGIu)9o?F)w#]" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="const b3 = new music.Melody("@0,75,50,50 ~15 e1-" + tempo5 + " e e e e e e e# e e e e e b a# a")" numlines="1" declaredvars="b3"></mutation><next><block type="variables_set" id="-xfhcBy^_Orfg15_A5*E"><field name="VAR" id="fPfC@V5-%,3Sx@4-39b`">tracks3</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_create_with" id="MGGZPkeu4I*vQQXmoJ-B"><mutation items="3" horizontalafter="3"></mutation><value name="ADD0"><block type="lists_create_with" id="RR#Evf5U-pduc;E~AKA["><mutation items="1" horizontalafter="3"></mutation><value name="ADD0"><block type="variables_get" id="{fyG~c0|`@WGgnk{/l{="><field name="VAR" id=";p;ci*c8@rtJ/RUGeV0v">hihat3</field></block></value></block></value><value name="ADD1"><block type="lists_create_with" id="hDokhP6L3n0WJj#i]B@N"><mutation items="1" horizontalafter="3"></mutation><value name="ADD0"><block type="variables_get" id="G}{=/{.yo-Xkw]qOpNm!"><field name="VAR" id="NIf5hVWu[E1veTJ*Up/#">drums3</field></block></value></block></value><value name="ADD2"><block type="lists_create_with" id="PJPMJ=M./ks[.$}Y#+wJ"><mutation items="1" horizontalafter="3"></mutation><value name="ADD0"><block type="variables_get" id="IU#b7)RE6Dd%kvaQBK=m"><field name="VAR" id="D0==4(gAH~~7HS=U@ong">b3</field></block></value></block></value></block></value><next><block type="variables_set" id="U$6gF8m/n{KXemb6Fjex"><field name="VAR" id="@@0DtmS]^Zv0[dyS2[5f">tempo7</field><value name="VALUE"><shadow type="math_number" id="E9u-m17sV3[$5p+WHR~G"><field name="NUM">240</field></shadow></value><next><block type="variables_set" id="k#AK^wgH)I]TiUXo~Bj."><field name="VAR" id=":5@+L5{|=3kKx)gVH7uA">tempo8</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="/WXu^{f:(FFGU/y%a1G="><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id=";H}:]_S0,A/*#Y),]5?Z"><field name="VAR" id="@@0DtmS]^Zv0[dyS2[5f">tempo7</field></block></value><value name="B"><shadow type="math_number" id="ET6GtP[i{AJb[*|0TMs|"><field name="NUM">2</field></shadow></value></block></value><next><block type="typescript_statement" id="zRWvBhgyEMkBhussAz#S" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="const hihat4 = new music.Melody("@0,50,0,0 ~5 c8-" + tempo7 + " c8 c c c c c @0,250,0,0 c")" numlines="1" declaredvars="hihat4"></mutation><next><block type="typescript_statement" id="s*LZGj61I8T@xs=xlq?}" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="const drums4 = new music.Melody(" line1=" "@0,75,0,50 ~16 g1-" + tempo8 + " g R g " +" line2=" "@10,75,0,0 ~4 g5 @0,75,0,50 ~16 g1 R g g R g R" +" line3=" "@10,75,0,0 ~4 g5 R @0,75,0,50 ~16 g1 R")" numlines="4" declaredvars="drums4"></mutation><next><block type="typescript_statement" id="K3B,J~r81cgqDnr_tB(?" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="const b4 = new music.Melody("@0,75,50,50 ~15 e1-" + tempo7 + " e e e e e e e# e e e e e b a# a")" numlines="1" declaredvars="b4"></mutation><next><block type="variables_set" id="HZD.8}64~+WR)`ci=YMs"><field name="VAR" id="z;hY+9l_@BxzCj4L2S11">tracks4</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_create_with" id="MmO0nKa$tT]I(#-GH~CL"><mutation items="3" horizontalafter="3"></mutation><value name="ADD0"><block type="lists_create_with" id="erUs@^IF-q{YSZor3@[S"><mutation items="1" horizontalafter="3"></mutation><value name="ADD0"><block type="variables_get" id="84eJIb6VKXAS)*sErxt["><field name="VAR" id="Nb9;33HBgTXl+dmdR$0l">hihat4</field></block></value></block></value><value name="ADD1"><block type="lists_create_with" id="@]S(wE5Yg!Mt$E/,?A,`"><mutation items="1" horizontalafter="3"></mutation><value name="ADD0"><block type="variables_get" id="R5?bAwy879!(0Ds!(20i"><field name="VAR" id="C}^OeD{`|oH+v*|-oa+Y">drums4</field></block></value></block></value><value name="ADD2"><block type="lists_create_with" id="#i?xfM;:[yP3r^@_sui("><mutation items="1" horizontalafter="3"></mutation><value name="ADD0"><block type="variables_get" id="S%R3X-}?5/7iPz0W]mXd"><field name="VAR" id=")4NkrE|-Cj6fysx*?L+@">b4</field></block></value></block></value></block></value><next><block type="variables_set" id="Yq8pDyN`hwmxs0onw4z`"><field name="VAR" id="sr=!HBJ}@Ijv^J=OOT-=">playing</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="logic_boolean" id="muJJH/Y=?t.b?Z^|xuoU"><field name="BOOL">TRUE</field></block></value></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></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="ctrlonbuttonevent" id="YJ@xAJR,tq}gS@+qa*{V" x="1577" y="20"><field name="controller">controller.player2</field><field name="button">ControllerButton.A</field><field name="event">ControllerButtonEvent.Pressed</field><statement name="HANDLER"><block type="mapplaceontile" id="H+b!h9PWQEGT?4bDsW}["><value name="sprite"><shadow type="variables_get" id="|nZ}FBD4qqSRP?$sQ*^e"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></shadow></value><value name="loc"><shadow type="mapgettile"></shadow><block type="tiles_location_of_sprite" id="F(hxXsSr8ZPEDUaMQzt7"><value name="this"><shadow type="variables_get" id="XcD)=L7G#-i4Y$M0,rw0"><field name="VAR" id="-csr$mrRiwZ;H_1[_$P7">mySprite4</field></shadow></value></block></value><next><block type="startEffectOnSprite" id="-+Dt,,*BCs#dd9sQ:R+K"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="effect">effects.halo</field><value name="sprite"><block type="variables_get" id=",-I_a^!z,A4Xq?I/EDy;"><field name="VAR" id="-csr$mrRiwZ;H_1[_$P7">mySprite4</field></block></value><next><block type="controls_if" id="P/inCrUl+2*^k;)?5L7^"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="%jjVL99MVS1ii(SmDbGn"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="vZSG}_UFWXaB+rwHs$t)"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id=")8/4~r[$@Jl:$ok#MzxE"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id=":DIc|F!!diivJg8cg|{b"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="T]DfhlP]VB%dufPt*#~," inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Sine</field><field name="effect">SoundExpressionEffect.None</field><field name="interpolation">InterpolationCurve.Logarithmic</field><value name="startFrequency"><shadow type="math_number_minmax" id="b:m_jl53o5kruy*L,L_o"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1600</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="]~4KIcwGBY=Y!n.yV]1/"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="Qa~Qt6TV~V3%e_$;X*,."><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">300</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="A*uJctEsc+n0qsxBv3:z"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="36a`W29bZhSi$QOE7m$u"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement></block></next></block></next></block></statement></block><block type="forever" id="`ABN2DTArgKK`/Gn.dNf" x="2230" y="20"><statement name="HANDLER"><block type="controls_if" id="GcORQ4*7||QKmkU*T%n("><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="Ot11Vpo{s]d,dW,yGgr="><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="cYge?=WsB}/qQ#$s6M}="><field name="VAR" id="e,;B6)97h#{}5K$gCoj~">count</field></block></value><value name="B"><shadow type="math_number" id="u.GWC{C=L2nC7F8Sv(Ua"><field name="NUM">55</field></shadow></value></block></value><statement name="DO0"><block type="spritesetpos" id="|kXRCKgip?swB2||rOPl"><value name="sprite"><block type="variables_get" id="kvFUtM,DPVf+OUK(FV]x"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></block></value><value name="x"><shadow type="positionPicker"></shadow><block type="device_random" id="GuYMr?[6SGz}]ns3GS4+"><value name="min"><shadow type="math_number" id="?d5xXMorFnAcS+;b[YR9"><field name="NUM">0</field></shadow></value><value name="limit"><shadow type="math_number" id="}oFAtcXW=WmSDM_E6dth"><field name="NUM">160</field></shadow></value></block></value><value name="y"><shadow type="positionPicker"></shadow><block type="device_random" id="~bN_[8`(R2;2=4G;?%%!"><value name="min"><shadow type="math_number" id="GqKbOY?J*)C1%eL%9xsD"><field name="NUM">160</field></shadow></value><value name="limit"><shadow type="math_number" id="u!ZF/L5]K%/!7kD[`ld["><field name="NUM">0</field></shadow></value></block></value><next><block type="controls_if" id="JClPE{|dAvS}.!#TD1eV"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="percentchance" id="[o`,V`T^2:dRIA#[Pw{$"><value name="percentage"><shadow type="math_number_minmax" id="|ydml3`^HvkV[b/60?(."><mutation min="0" max="Infinity" label="Number" precision="0"></mutation><field name="SLIDER">10</field></shadow></value></block></value><statement name="DO0"><block type="mapplaceontile" id="c~SUr_Ywr=exQ,tN|0D)"><value name="sprite"><shadow type="variables_get" id="h-we6Kq{Cf*3iAFI{V/C"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></shadow></value><value name="loc"><shadow type="mapgettile"></shadow><block type="tiles_location_of_sprite" id="FY`0ZNW{hvDB+p|2MsV)"><value name="this"><shadow type="variables_get" id="-Y-J.h|s;CCw6Kt-cyEc"><field name="VAR" id="-csr$mrRiwZ;H_1[_$P7">mySprite4</field></shadow></value></block></value></block></statement><next><block type="controls_if" id="5xX1@81hq0CHq*c{;FGm"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="=R5);Y*TIa%yjSM-R(54"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="n2,VNstN5Ou8MT-|VD:z"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="5=3^?cq|6G89nd6?:(JR"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="N{Mtz5gv1S.P,VKcA=#y"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="A930THZ06|l6U:q!{l[M" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Triangle</field><field name="effect">SoundExpressionEffect.None</field><field name="interpolation">InterpolationCurve.Linear</field><value name="startFrequency"><shadow type="math_number_minmax" id=";[0Mi0?K#xt46(m]y}?+"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">687</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="z-15UzE(~0LyB%wOH1z^"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1043</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="$/SN_tFgL!I0R@q%]/r)"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">500</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="O*ubDL{JgNF#Ux3v!5y1"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="S{hVn1.i?XRw#R]lp%-o"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement><next><block type="variables_set" id="GB!%Sz]);jbO$$/a#Pko"><field name="VAR" id="e,;B6)97h#{}5K$gCoj~">count</field><value name="VALUE"><shadow type="math_number" id="AB[WRjtA@IeG6Ex]BcR#"><field name="NUM">0</field></shadow></value></block></next></block></next></block></next></block></statement><next><block type="controls_if" id="LeCUi`E8QTruMp:7_5PI"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="ljp=0enj;T?VX-yo[Z_~"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id=".Tf}~]Mycw_pcCB=KU$1"><field name="VAR" id="=B0+XamFPokow)]:!iiu">phase</field></block></value><value name="B"><shadow type="math_number" id="Tuc|Z]|v}cy~l}[Irlr@"><field name="NUM">5</field></shadow></value></block></value><statement name="DO0"><block type="Sprite_blockCombine_set" id="?^lQQ*8!R?w.._-ag)LR"><field name="property">Sprite.ay@set</field><value name="mySprite"><block type="variables_get" id="t9hbi5c%@BBN*+K.WDim"><field name="VAR" id="zA7DzF[C]g+HW!,F.]65">mySprite2</field></block></value><value name="value"><shadow type="math_number" id="[e8eN?{A2TREa@;A7RT+"><field name="NUM">-500</field></shadow></value><next><block type="variables_set" id="I5j9hDPu!qL_V,}!R(,:"><field name="VAR" id="sr=!HBJ}@Ijv^J=OOT-=">playing</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="logic_boolean" id="/O.f}bb:?UnBa`E#)q6q"><field name="BOOL">FALSE</field></block></value><next><block type="music_stop_all_sounds" id="H}e/7StUM=KyPg+ef$aK"><next><block type="variables_set" id="Xd+!~?jJ5Q-_QFX-h-L("><field name="VAR" id="4UN;:zSTDP;wst+%FA`]">playing2</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="logic_boolean" id="!M8;;tjDx)rotz54c*cd"><field name="BOOL">TRUE</field></block></value></block></next></block></next></block></next></block></statement><next><block type="controls_if" id="x8#@b(;A{.KwQ[+D#U7x"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="zE$,O,7hpO75zR:4sRL2"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="M}boRa%MxGN;lu7Ewd+}"><field name="VAR" id="=B0+XamFPokow)]:!iiu">phase</field></block></value><value name="B"><shadow type="math_number" id="R#LL5y^-25m9NenE[#oA"><field name="NUM">10</field></shadow></value></block></value><statement name="DO0"><block type="variables_set" id="GJ)~D8ZwALgvf[CM=)(@"><field name="VAR" id="4UN;:zSTDP;wst+%FA`]">playing2</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="logic_boolean" id="qH;]-}kM:N_mq7Pvn;=^"><field name="BOOL">FALSE</field></block></value><next><block type="music_stop_all_sounds" id="kfT04KOqn*,{r{LX`1_g"><next><block type="variables_set" id="I;Hlrhw|y9#{!ct!x9~s"><field name="VAR" id="(EDArF9?[n(n@lp;}9hi">playing3</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="logic_boolean" id="kIe;xX+=zC)SVq@jJ1Bx"><field name="BOOL">TRUE</field></block></value><next><block type="controls_if" id="lJXe2WWRxeeA0R*7]w6C"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="@9f)E)~LImapC,SHG?3S"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="[1A#yrM:vUo6S]NE:N$-"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="r/78Kj?;NiZlfLlD.DE^"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="[DC~AZBB!W!dmJ_,iCqt"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="wUCFLUL}L,e)l?Hct`%w" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Sawtooth</field><field name="effect">SoundExpressionEffect.Vibrato</field><field name="interpolation">InterpolationCurve.Linear</field><value name="startFrequency"><shadow type="math_number_minmax" id="BvBo@/j!-e~MogyqYAot"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="$:_=a,QTfv91s_XsEbKs"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="g0;?Sue4;4^;yk~lWaCH"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">500</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="}x!A_W;.FTgbyj4z~kDY"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="e+A#FrUMz`z4c.g2MUE]"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement><next><block type="camerashake" id="m2?Fy,vMsAZtF#r.|,Z@"><value name="amplitude"><shadow type="math_number_minmax" id="vl?4Iu3%-3cl7q0,.]^U"><mutation min="1" max="8" label="Number" precision="0"></mutation><field name="SLIDER">4</field></shadow></value><value name="duration"><shadow type="timePicker" id="wA(|2f_1OQIEuwzB@3~9"><field name="ms">500</field></shadow></value><next><block type="gamesetbackgroundimage" id="Xs;HDIk=0Lp0MyA(reb5"><value name="img"><shadow type="background_image_picker" id="R5lSfgTb6pT-g8OdX4ng"><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
99999999999999999999999999999999999999999999999999999999999999999999999999999999999999dd999999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999dddd99999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999dddd99999999999999999999999999999999999999999999999999999999999999999999999
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999ddddd9999999999999999999999999999999999999999999999999999999999999999999999
999999999999999999999999999999999999999999999999999999999999999999999999999999999999dddddd9999999999999999999999999999999999999999999999999999999999999999999999
999999999999999999999999999999999999999999999999999999999999999999999999999999999999dddddd9999999999999999999999999999999999999999999999999999999999999999999999
999999999999999999999999999999999999999999999999999999999999999999999999999999999999dddddd9999999999999999999999999999999999999999999999999999999999999999999999
999999999999999999999999999999999999999999999999999999999999999999999999999999999999dddddd9999999999999999999999999999999999999999999999999999999999999999999999
999999999999999999999999999999999999999999999999999999999999999999999999999999999999dddddd9999999999999999999999999999999999999999999999999999999999999999999999
99999999999999999999999999999999999999999999999999999999999999999999999999999999999ddddddd9999999999999999999999999999999999999999999999999999999999999999999999
99999999999999999999999999999999999999999999999999999999999999999999999999999999999ddddddd9999999999999999999999999999999999999999999999999999999999dddddddddd99
dd999999999999999999999999999999999999999999999999999999999999999999999999999999999dddddddd99999999999999999999999999999999999999999999999999999999ddddddddddddd
ddddd999999999999999999999999999999999999999999999999999999999999999999999999999999dddddddd9999999999999999999999999999999999999999999999999999999dddddddddddddd
dddddd99999999999999999999999999999999999999999999999999999999999999999999999999999dddddddd9999999999999999999999999999999999999999999999999999999dddddddddddddd
ddddddd9999999999999999999999999999999999999999999999999999999999999999999999999999dddddddd9999999999999999999999999999999999999999999999999999999dddddddddddddd
ddddddd9999999999999999999999999999999999999999999999999999999999999999999999999999dddddddd999999999999999999999999999999999999999999999999ddddddddddddddddddddd
ddddddd9999999999999999999999999999999999999999999999999999999999999999999999999999dddddddd99999999999999999999999999999999999999999999999dddddddddddddddddddddd
ddddddd9999999999999999999999999999999999999999999999999999999999999999999999999999ddddddddd999999999999999999999999999999999999999999999ddddddddddddddddddddddd
ddddddd9999999999999999999999999999999999999999999999999999999999999999999999999999ddddddddd999999999999999999999999999999999999999999999ddddddddddddddddddddddd
ddddddd999999999999999999999999999999999ddd9999999999999999999999999999999999999999ddddddddd999999999999999999999999999999999999999999999dd7777777777777dddddddd
ddddddd999999999999999999999999999999ddddddd999999999999999999999999999999999999999dddddddddd999999999999999999999999999999999999999977777777777777777777ddddddd
ddddddd9999999999999999999999999999ddddddddd999999999999999999999999999999999999999dddddddddd9999999999999999999999999999999999999777777777777777777777777dddddd
ddddddd99999999999999999999999999dddddddddddd99999999999999999999999999999999999999ddddddddddd999999999999977777777777777777777777777777777777777777777777dddddd
ddddddd9999999999999999999999999ddddddddddddd9999999999999999999999999999999999999dddddddddddd977777777777777777777777777777777777777777777777777777777777dddddd
ddddddd999999999999999999999999dddddddddddddd999999999999999999999999999999999999ddddddddddddd977777777777777777777777777777777777777777777777777777777777dddddd
ddddddd999999999997999999999999dddddddddddddd999999999999999999999999999999999999ddddddddddddd777777777777777777777777777777777777777777777777777777777777dddddd
ddddddd999997777777799999999999dddddddddddddd999999999999999999999999dd999999999dddddddddddddd777777777777777777777777777777777777777777777777777777777777dddddd
ddddddd997777777777799999999999ddddddddddddddd9999999999999999999999ddddddd9999ddddddddddddddd777777777777777777777777777777777777777777777777777777777777dddddd
ddddddd77777777777779999999999dddddddddddddddd999999999999999999999dddddddddd99ddddddddddddddd777777777777777777777777777777777777777777777777777777777777dddddd
ddddddd77777777777779999999999dddddddddddddddd999999999999999999999ddddddddddddddddddddddddddd777777777777777777777777777777777777777777777777777777777777dddddd
ddddddd77777777777777999999999dddddddddddddddd999999999999999999999ddddddddddddddddddddddddddd777777777777777777777777777777777777777777777777777777777777dddddd
ddddd7777777777777777999999999dddddddddddddddd99999999999999999999ddddddddddddddddddddddddddd7777777777777777777777777777777777777777777777777777777777777dddddd
dddd77777777777777777999999ddddddddddddddddddd99999999999999999999ddddddddddddddddddddddddddd7777777777777777777777777777777777777777777777777777777777777dddddd
dddd77777777777777777ddddddddddddddddddddddddd99ddd999999999999999ddddddddddddddddddddddddddd7777777777777777777777777777777777777777777777777777777777777dddddd
ddd777777777777777777ddddddddddddddddddddddddd99dddd99999999999999ddddddddddddddddddddddddddd7777777777777777777777777777777777777777777777777777777777777dddddd
ddd777777777777777777dddddddddddddddddddddddddddddddd9999999999999dddddddddddddddddddddddddd777777777777777777777777777777777777777777777777777777777777777ddddd
dd7777777777777777777ddddddddddddddddddddddddddddddddd999999999999dddddddddddddddddddddddddd777777777777777777777777777777777777777777777777777777777777777ddddd
dd7777777777777777777ddddddddddddddddddddddddddddddddd99999999999ddddddddddddddddddddddddddd777777777777777777777777777777777777777777777777777777777777777ddddd
d77777777777777777777ddddddddddddddddddddddddddddddddd99999999999dddddddddddddddddddddddddd7777777777777777777777777777777777777777777777777777777777777777ddddd
d77777777777777777777ddddddddddddddddddddddddddddddddd99999999999ddddddddddddddddddddddddd777777777777777777777777777777777777777777777777777777777777777777dddd
d77777777777777777777dddddddddddd77777dddddddddddddddd99999999999dddddddddddddddddddddddd7777777777777777777777777777777777777777777777777777777777777777777dddd
7777777777777777777777ddddddddddd7777777dddddddddddddd99999999999ddddddddddddddddddddddd777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777dddddddddd77777777dddddddddddddd9999999999dddddddddddddddd77777777777777777777777777777777777777777777777777777777777777777777777777777777
77777777777777777777777ddddddd77777777777dddddddddddddddddddddd9dddddddddddddd7777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777dddd777777777777dddddddddddddddddddddddddddddddddddd77777777777777777777777777777777777777777777777777777777777777777777777777777777777
77777777777777777777777777777777777777777dddddddddddddddddddddddddddddddddddd77777777777777777777777777777777777777777777777777777777777777777777777777777777777
77777777777777777777777777777777777777777ddddddddddddddddddddddddddddddddddd777777777777777777777777777777777777777777777777777777777777777777777777777777777777
77777777777777777777777777777777777777777ddddddddddddddddddddddddddddddddddd777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777ddddddddddddddddddddddddddddddddd777777777777777777777777777777777777777777777777777777777777777777777777777777777777
77777777777777777777777777777777777777777777777ddddddddddddddddddddddddddddd777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777dddddddddddddddddddddddddd7777777777777777777777777777777777777777777777777777777777777777777777777777777777777
777777777777777777777777777777777777777777777777777dddddddddddddddddddddddd7777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777ddddddddddddddddddddddd7777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777ddddddddddddddddddddddd7777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777ddddddddddddddddddddddd7777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777ddddddddddddddddddddddd7777777777777777777777777777777777777777777777777777777777777777777777777777777777777
77777777777777777777777777777777777777777777777777777dddddddddddddddddddddd7777777777777777777777777777777777777777777777777777777777777777777777777777777777777
77777777777777777777777777777777777777777777777777777777dddddddddddddddddd77777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777dddddd777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
7777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><next><block type="variables_change" id="Vh#n$+z*$,8D[e7sP:}="><field name="VAR" id="=B0+XamFPokow)]:!iiu">phase</field><value name="VALUE"><shadow type="math_number" id="`kCIWyJ}R%|#X^~S*v+z"><field name="NUM">1</field></shadow></value></block></next></block></next></block></next></block></next></block></next></block></next></block></statement><next><block type="controls_if" id="I{bX#u4yw%W;*9|oF1@e"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="f_omq@?=ByG-9!Xt*D3a"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="Bu*Iom~AL8?$Y/7V-eO2"><field name="VAR" id="=B0+XamFPokow)]:!iiu">phase</field></block></value><value name="B"><shadow type="math_number" id="nV{DM~0X8PINPinHi-^!"><field name="NUM">21</field></shadow></value></block></value><statement name="DO0"><block type="variables_set" id="nb9DUb$HYtE5%feaV/5I"><field name="VAR" id="(EDArF9?[n(n@lp;}9hi">playing3</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="logic_boolean" id=":#*Q[;lyOt7`BCTwsz_!"><field name="BOOL">FALSE</field></block></value><next><block type="music_stop_all_sounds" id="r^/IbOoq{TSmM:(kVe9r"><next><block type="variables_set" id=";oy[/Vs4.P$MAcvX4pM9"><field name="VAR" id="qGBHK2o40U{s7y()0rzX">playing4</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="logic_boolean" id="MGH41LJ%XvTC`|,b$:Z*"><field name="BOOL">TRUE</field></block></value><next><block type="controls_if" id="y.5#TD;GyUu++gzdK{f$"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="3kt[Na9_WXT}`?m(+qcK"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="C(8Z(^dP]I;xZ#4s]_[H"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="!HQ#vbliHC,!~VJLnF99"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="rD.;ZExyVVJhTRYM*dea"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="29J0$NdmjT_5%_CN7A1L" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Sawtooth</field><field name="effect">SoundExpressionEffect.Vibrato</field><field name="interpolation">InterpolationCurve.Linear</field><value name="startFrequency"><shadow type="math_number_minmax" id="T^y)wTHzIN`d`=IB06A?"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="Xo(qH$PGUR49c2ZyBAq7"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="r.py+?S2}kDpKkEHi.yR"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">500</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id=",3f+^8I#P;**?Zh0;Vpf"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="D5svAyE?)F=Iz}g_P-T#"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement><next><block type="camerashake" id="5/{Gv7:c#iAZz04k,gad"><value name="amplitude"><shadow type="math_number_minmax" id="mWrJRGvZ.[h3bIoLDE2x"><mutation min="1" max="8" label="Number" precision="0"></mutation><field name="SLIDER">4</field></shadow></value><value name="duration"><shadow type="timePicker" id="}f!vSs_#V:97_|w/MR${"><field name="ms">500</field></shadow></value><next><block type="gamesetbackgroundimage" id="|X*nLHgO[1c4OVaZ0aVl"><value name="img"><shadow type="background_image_picker" id="PoB})+Y?7r4kUr#]7#[0"><field name="img">img`
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff99d99bbbbbcfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff99ddbdd66168bcccccc9ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff999ddbbbd66888111ccccccb99fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9966ddbbbb6688811818ccccccbbc99fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdd69dddbbb66618881888818818cccccbe9fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffddd96dd6b6dbd68888888888888888cccccc99fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffffffffffffffdbbd9666666dbb668886888888cccccccccccccc9ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffdbbb99666966d68866888888cccccccccccccccccc69ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffdbbb999669666666888888888ccccbbbcc8bcccccccccc9fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffffffffffdbbb999666666666888888888cbbcbe8bbbcbcccccbbcccb9ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffff9bbb999666666666688888888bccb888888bbbbb88888bcccccfffffffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffffffffdbbb999669666666866888868bbbbb8888888ccc888b88bbc8cccffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffdbbb9d99ddd666668868888688bbcb888888888bc888bcc8bc886c9fffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffbbbbbbddd966666888688888888888888b88888888888cc8ccc886c9ffffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffffffdbbbbbbdd6966666666868888888888bbdbbebb8888888888bcc8c86c9fffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffff9bbdbddd6666666666888688868888ddddddddde8888888888bccbbccccfffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffff9dbb9dd666666666668868888888bddddddbdbbddcccccd88b8ebccbbbbc9ffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffffdd99999666666666668868888888bdddddbbbbbdbbbccccccb8bbbccc8bbb9fffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffff9dd99996696966666666668888bbbdddddbbbddbbbbbbbbbcccc8bcccbb8bbcfffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffff9d999996666966666668688888bbdddbbbbdbbbbbbbbbbbcccccc8bbccc88bc9ffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffff99999999666996696668868868bbdddddbbbdbbbbbbbbbbbbcbccc88bcccc88c6ffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffff999996696669666966d8868666bddbbbddbbdbbbbbbbbbbbbcccccc88bbccc8869fffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffff9999996699669666666d6688668bddbbdbbbbbbbbbbbbbbbbbccccccc88bcccc866fffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffff9dd999669966666666666688668bdddbbbbbbbbbbbbbbbbbbbccccccc888bbccc669ffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffff999999669d69666666666688868bddbbbdbbbbbbbbbbbbbbbbcccccccc888bbcc869ffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffff99999996ddd69666666688888868ddbddbbbbbbbbbbbbbbbbbbccccccccc888888866ffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffff999999969ddd6669666688688888bbbbbbbbbbbbbbbbbbbbbbbbccbccccc8888888869fffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffff99999966ddddd669666688888888bbbbbbbbbbbbbbbbbbbbbbbcbccccccccc88888869fffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff999bb99666dddd6666666668886888bbbbbbbbbbbbbbbbbbbbbbcccccccccccc8888889fffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff99bbbb966696666666666888886888bbbbbbbbbbbbbbbbbbbbbbcbccccccccccc888886fffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff99bbdbb666969666666668888868888bbbbbbbbbbbbbbbbbbbbccbccccccccccc8888869ffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff99dbbbbb6696966666666668886868888bbbbeb888bbbbbbbbbcccccccccccccc8888869ffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff99bbbbbbe6969666666666888888888888888888888bbbbbbbbccccccccccccc88888869ffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff9bbbbbccbc66966666666688888688888888888d888ebbbbbbbcccccccccccbb88888869ffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff9bbbbbbbbcc69996666688668886888888dd88dbbd88bbbbbbbccccccccccceb88888869ffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff9bbbbbbbbccc999966668868888888888ddddbbbbd88cbbbbbbbbccccccccc8888888869ffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff9ebbbbcccccccc9966666688888888888888ddbbbb888bbbbbbbbccccccccc8888888869ffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff9bbbbbccccccccc666666888866888888888dddddbdd88bbbbbbccccccccc88888888bb9ffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffbbbbbbcccccccccc6666688888888888888888d8888888bbbbbbccccccccc88888888bb9ffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff9dbbbbccbbccccccb666688868888888888888888888888bbbbbccccccccc888888888b9ffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff9dbbbbbbbbcccccbb66666688888888888888888888888bbbbccccccccccc88888888869ffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff9bbbbbbbcccccccb666666688888888888888888888888bbbbcccccccccc888888888869ffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff9bbbbbbbccccccbb666666688888888888888888888888bbbbcccccccccc88888888886fffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffff99bbbbbbbbccccb6666668888888888888888888888888bbbbcbcccccccc88888888886fffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffff99dbbbcbbccccb6666668888888888888888888888888bbbbbccccccccc888cc888869fffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffff99dbbbcccccccc6666668688688888888888888888888bbbbccccccccc8888cc888869fffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffff999bbbbbccccbc6666666688688888888888888888888bbbbcccccccc88888dd88886ffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffff969bbbbbbcccc69666666668688868888888888888888bbbbccccccc88888bd888886ffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffff99bbbbcccccc696bb668888888868888888888888888bbbcccccccc8888bbd888869ffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffff9999bbbcccc9666dbbb8888888888888888888888888ccbcccccccc8888bc888886fffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffff699bbbbccc966966bbb8888888888888888888888888bbbbccccc88888bcc88869fffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffff9999bbcccc666666dbbdd88888888688888888888888bbcccccc88888888888669fffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffff9699dbcccc66666666bb6d8888888688888888888888bbcccccc8888888888869ffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffff9696bbbcc66666666dbbd6886868888888888888888bbcbccc8888888888d669ffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffff999ebbccc666666666dbb8868888688888888888888bbbccc8888888889b69fffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffff969ccbcc66996666666bbb868888888888888888888bbbc888888888888b6ffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffff96ccccc966966666666bb8688666888888888888888b8888888888888699ffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffffff99ccbc996666666666dbb6888668888888888888888888888888888869fffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffffff969ccb9666666666666dbb88866888888888888888888888888888869ffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffff969ccc6696666666666dd8888668888888888888888888888888866fffffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffffffff969cc9669666966d66dd8888868888888888888888888bb8888669fffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffff96ccc66699669dddd888868888888888888888888888be888669ffffffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffffffffff96c66669966666dd88886666668888888888888888dd888669fffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffff96966669966ddd686886868888888888888888888d888669ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffffffffffff969666696666666688686888888888888888888888669ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffff9966966966666666886888888888888886888888669fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9699996666666888888888888888888118888699ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff969996666668888881188888888881888669ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff996999666688881818888888881886669ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9961161186618811188886116699ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff99161111611118111666699fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9999661166669999ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff999999999fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><next><block type="set_current_tilemap" id="v,Ba$~zotad]eLkDx[Sq"><value name="tilemap"><shadow type="tiles_tilemap_editor" id="$GIc5V4L%b^Eioxu2j2!"><field name="tilemap">tilemap`level4`</field><data>{"commentRefs":[],"fieldData":{"tilemap":"level4"}}</data></shadow></value><next><block type="variables_change" id="{/Xf#QPNi69]Wa2DgqqW"><field name="VAR" id="=B0+XamFPokow)]:!iiu">phase</field><value name="VALUE"><shadow type="math_number" id="NT)ITJy$dhZ6Pn{_L)9h"><field name="NUM">1</field></shadow></value></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></statement><next><block type="controls_if" id="[LaPJR//j4;GYO+K6$5~"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="Jh,bkDWu]K$7::H,^FX-"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="u-`f)M4u@UXz0B3~%v9o"><field name="VAR" id="=B0+XamFPokow)]:!iiu">phase</field></block></value><value name="B"><shadow type="math_number" id="pz*JQ,On*.E^AAy;v?@3"><field name="NUM">31</field></shadow></value></block></value><statement name="DO0"><block type="controls_if" id="8-,-dgP-xeq[J5C{?A8S"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="P86N:GYjJ)@r1BF%xGOb"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="|6#Xpp2@Bh8+_Ml#ugAN"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="K}/h3_JHu,U}DV#uCb#a"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="y7J-G+cgUVZojF7.DP;$"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="$Z05qHm]Foz]Q-JiU/QF" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Sine</field><field name="effect">SoundExpressionEffect.None</field><field name="interpolation">InterpolationCurve.Linear</field><value name="startFrequency"><shadow type="math_number_minmax" id="K-eGMcD[g|B`z6?nuoGu"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">3900</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="xNgx9S?LM!5K.y[9X$Cb"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">3500</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="OmE;{e^5I;({!U$t4D#f"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">10</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="^ueHsI,.iA4PT1|O+/xX"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="wiaiO0y9po@0{9T)-(WZ"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement><next><block type="spritedestroy" id="3;)o$:YO!l|NI/oRYgs;"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="2" _input_init="true"></mutation><field name="effect">effects.blizzard</field><value name="sprite"><block type="variables_get" id="`A$S7}nP;:Q$Xj_wFV7u"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></block></value><value name="duration"><shadow type="timePicker" id="+?5)(_0*_^3y`EL^/DPa"><field name="ms">500</field></shadow></value><next><block type="device_pause" id=",2c{j`x,!!f+6`mf#lPP"><value name="pause"><shadow type="timePicker" id="R_Kmg0KE5@P9IWjwMtnM"><field name="ms">1000</field></shadow></value><next><block type="gameOver" id="klg+=O9|c2m#0q#mZTzv"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="effect">effects.confetti</field><value name="win"><shadow type="toggleWinLose" id="|mQ(eQmX_j!0tn~-y%;B"><field name="win">false</field></shadow></value></block></next></block></next></block></next></block></statement></block></next></block></next></block></next></block></next></block></statement></block><block type="gameinterval" id="|7$-qKxOkpO+}3kDVE~(" x="3118" y="20"><value name="period"><shadow type="timePicker"></shadow><block type="math_arithmetic" id="-9qmjQkE!uV}sf[qy*7P"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="(lLSXd{,Xu;NM5C+}+wy"><field name="OP">DIVIDE</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="d({!^wR:?.9T.)iAyCgC"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number" id="njVqAgV~/K1PgC5m.lBK"><field name="NUM">1000</field></shadow></value><value name="B"><shadow type="math_number" id=",P7=7Je,D=]*h@T/o5qq"><field name="NUM">60</field></shadow></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="2EHYbz*,D]s!YE7@1-g]"><field name="VAR" id="Cf?_,@gMgg.*^w_-6)VW">tempo5</field></block></value></block></value><value name="B"><shadow type="math_number" id="mrth[q|]3`sd993PM|ZI"><field name="NUM">8</field></shadow></value></block></value><statement name="HANDLER"><block type="controls_if" id=".LT2*Zi.W530dAxS9$55"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_negate" id="HWGd,Uuq4]G6AEo)rdfG"><value name="BOOL"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="variables_get" id="w+R!}SIC4P(xRrBHq,tZ"><field name="VAR" id="(EDArF9?[n(n@lp;}9hi">playing3</field></block></value></block></value><statement name="DO0"><block type="typescript_statement" id="VozSB32IMcti+28s_`$;" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="return" numlines="1"></mutation></block></statement><next><block type="pxt_controls_for" id="TbFU|lA~sP`8#cf:x];]"><value name="VAR"><shadow type="variables_get_reporter" id="mC4lcw.G7Z:6n|Ltv2-H"><field name="VAR" id="PiomH?MFg0c]?6kiq|x9">track3</field></shadow></value><value name="TO"><shadow type="math_whole_number" id="il{f/DH%2,={RP6Jp]F4"><field name="NUM">2</field></shadow></value><statement name="DO"><block type="controls_if" id="_I=U`@RrQ}r_#Nexd$?S"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="Z9k{TKo[+[,*Vh:xMi.w"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_modulo" id="d`#N~uB,[k)nk7gFu6cn"><value name="DIVIDEND"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="gx:[!HqvWc.xA^`)0{5J"><field name="VAR" id="A^}7d$6U$G[{]dQDuAX*">beat3</field></block></value><value name="DIVISOR"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_index_get" id=")``I~w$Rc}z${TYp^)RK"><value name="LIST"><block type="variables_get" id="zs!^^PXFPbq^;{tyWJ8a"><field name="VAR" id="emi7V~W#Qog1RMGe%f#G">lengths</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="zR+4jlVnAxUltLba.BMK"><field name="VAR" id="PiomH?MFg0c]?6kiq|x9">track3</field></block></value></block></value></block></value><value name="B"><shadow type="math_number" id="q0PAm7jqZ{E4SdtJ.P)%"><field name="NUM">0</field></shadow></value></block></value><statement name="DO0"><block type="typescript_statement" id="tPdV)|id$_ynl5-41w8U" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="tracks3[track3][positions[track3]].play(volumes[track3])" numlines="1"></mutation><next><block type="typescript_statement" id="~v))h7.%U?OJwd$8W2P5" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="++positions[track3]" numlines="1"></mutation><next><block type="controls_if" id="6AG1Ilui_FBgG+p/h(BR"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="$ole)6q,7gG9E|`gMGxu"><field name="OP">GTE</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_index_get" id="_u6.Od)JuN0.bYR633i2"><value name="LIST"><block type="variables_get" id="5jA(=PPBY-)|9K+eQVQ-"><field name="VAR" id="d,k=cv~}0?|H8/,UoSn_">positions</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="WViNbajnTjxQ5#^ZBGRD"><field name="VAR" id="PiomH?MFg0c]?6kiq|x9">track3</field></block></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_length" id="jm`VbaWqaim/BADr3~aU"><value name="VALUE"><block type="lists_index_get" id="x93D]Ks9TbmX/cju4TXG"><value name="LIST"><block type="variables_get" id="Sf5UA_F%!FOp)~#_{W=N"><field name="VAR" id="fPfC@V5-%,3Sx@4-39b`">tracks3</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="@bcwKM95%AEPNm_-4A|c"><field name="VAR" id="PiomH?MFg0c]?6kiq|x9">track3</field></block></value></block></value></block></value></block></value><statement name="DO0"><block type="lists_index_set" id="s+snru0q1a?ndXIDSpVu"><value name="LIST"><block type="variables_get" id="Gwf7#i?I}@P[)|1=V1kG"><field name="VAR" id="d,k=cv~}0?|H8/,UoSn_">positions</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="P`~czTOy],Mje3j0FXiv"><field name="VAR" id="PiomH?MFg0c]?6kiq|x9">track3</field></block></value><value name="VALUE"><shadow type="math_number" id="`ooAWkNSPgK={e|#wtV4"><field name="NUM">0</field></shadow></value></block></statement></block></next></block></next></block></statement></block></statement><next><block type="variables_change" id="`a[6ZIHECTR50Wj:2O(H"><field name="VAR" id="A^}7d$6U$G[{]dQDuAX*">beat3</field><value name="VALUE"><shadow type="math_number" id="c#OZ?F^Uad]UG!M`BP|+"><field name="NUM">1</field></shadow></value></block></next></block></next></block></statement></block><block type="gameinterval" id="@O8u]F*QhXpom)QUYi$r" x="4290" y="20"><value name="period"><shadow type="timePicker"></shadow><block type="math_arithmetic" id="35,/o+89j%rO:wWl{gy$"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="Xb1[yFN:6m`|Z)8jm$^J"><field name="OP">DIVIDE</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="ozp7qw@83?j~,@Kr0I{T"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number" id="ySt4pwqyhD#xtZ`f*Y.y"><field name="NUM">1000</field></shadow></value><value name="B"><shadow type="math_number" id="|IFLIt3;r:=L5b8OSa-A"><field name="NUM">60</field></shadow></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="AmcQ%naC`:tN6UEO#bU*"><field name="VAR" id="@@0DtmS]^Zv0[dyS2[5f">tempo7</field></block></value></block></value><value name="B"><shadow type="math_number" id="lN[+eu_J#d;R]36o_Oa*"><field name="NUM">8</field></shadow></value></block></value><statement name="HANDLER"><block type="controls_if" id="2uJ10m2%i3MHz*$)walb"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_negate" id=",2*x=~9pr=V]GEJ=JNGJ"><value name="BOOL"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="variables_get" id="F6,!/2^6Kxixw#{gtBH;"><field name="VAR" id="qGBHK2o40U{s7y()0rzX">playing4</field></block></value></block></value><statement name="DO0"><block type="typescript_statement" id="O0Xxto.xo1sQQ@OO-w?G" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="return" numlines="1"></mutation></block></statement><next><block type="pxt_controls_for" id="4F}o;=qe2s.v,TcG,$3."><value name="VAR"><shadow type="variables_get_reporter" id="~P1h?K~2|_l;-)eEQ2m$"><field name="VAR" id="D_g8;c-1dD?ZcJpZX$.a">track4</field></shadow></value><value name="TO"><shadow type="math_whole_number" id="AdFo`^dHJ$oDa3IjeWs#"><field name="NUM">2</field></shadow></value><statement name="DO"><block type="controls_if" id="+paO+xork$w7+qw:$4]q"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="MssK)noN(N%GCSZz++~L"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_modulo" id="Gp5nsV9HTd;!9A^($Wau"><value name="DIVIDEND"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="h0fGu(up8ZXSl!%xN/H,"><field name="VAR" id="ziT[ateT+!uqNt(u]h-=">beat4</field></block></value><value name="DIVISOR"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_index_get" id="=*)Za@3-dQ}Z;MZT#o:1"><value name="LIST"><block type="variables_get" id=":5w4+.n%o=t)tQ;Qx7$J"><field name="VAR" id="emi7V~W#Qog1RMGe%f#G">lengths</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="bpb@OF3q3,_=9-Bjy-Tk"><field name="VAR" id="D_g8;c-1dD?ZcJpZX$.a">track4</field></block></value></block></value></block></value><value name="B"><shadow type="math_number" id="o/BE4ad.UXg;h9kJ+_^$"><field name="NUM">0</field></shadow></value></block></value><statement name="DO0"><block type="typescript_statement" id=".1)dRpI[](/`|/[email protected]" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="tracks4[track4][positions[track4]].play(volumes[track4])" numlines="1"></mutation><next><block type="typescript_statement" id="CZQ}DzQKGKZIX;ZNMw-t" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="++positions[track4]" numlines="1"></mutation><next><block type="controls_if" id="ieFJ(+*F@a`HL8HA1!]p"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="d?go2|UM0^21:TPohyKr"><field name="OP">GTE</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_index_get" id=":{g:;D97}6/HT6zhKO)W"><value name="LIST"><block type="variables_get" id="YSB{d7W2WM~Tw:UwlhrZ"><field name="VAR" id="d,k=cv~}0?|H8/,UoSn_">positions</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="CC,Tnp)Tt*o%YD~%dRst"><field name="VAR" id="D_g8;c-1dD?ZcJpZX$.a">track4</field></block></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_length" id=".9E=Z*r(X_u,Rc5^^6%5"><value name="VALUE"><block type="lists_index_get" id="nY9@zcde]7sZsxe^5.A0"><value name="LIST"><block type="variables_get" id="jPP4-E#oh1XsT`)vNHSV"><field name="VAR" id="z;hY+9l_@BxzCj4L2S11">tracks4</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="3W/B-z`LZ+F@k]CR)c1U"><field name="VAR" id="D_g8;c-1dD?ZcJpZX$.a">track4</field></block></value></block></value></block></value></block></value><statement name="DO0"><block type="lists_index_set" id="FFS5y#=PTOVw]q*KI1k{"><value name="LIST"><block type="variables_get" id="dCg_/|VirFpOxZ~eqD-F"><field name="VAR" id="d,k=cv~}0?|H8/,UoSn_">positions</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="(^LjAhsF2L`ga=@C@9D7"><field name="VAR" id="D_g8;c-1dD?ZcJpZX$.a">track4</field></block></value><value name="VALUE"><shadow type="math_number" id="WzPN/!@q@cA5R?;6L+@2"><field name="NUM">0</field></shadow></value></block></statement></block></next></block></next></block></statement></block></statement><next><block type="variables_change" id="N0T#:h|,MqE%AI]z%$se"><field name="VAR" id="ziT[ateT+!uqNt(u]h-=">beat4</field><value name="VALUE"><shadow type="math_number" id="l{{j6=D-_Nd_*81}TCz="><field name="NUM">1</field></shadow></value></block></next></block></next></block></statement></block><block type="gameinterval" id="f+4sI90gH0G2kH.SdcO_" x="5462" y="20"><value name="period"><shadow type="timePicker"></shadow><block type="math_arithmetic" id="=!ViM%uuC.6Z{vU.Uy%?"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="8VNvfKR2#D_`Wh.ia-2z"><field name="OP">DIVIDE</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="p8^Sj2/UBu9[@i@*g~e4"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number" id="U~-XlRDg=_(6B^~+%%J7"><field name="NUM">1000</field></shadow></value><value name="B"><shadow type="math_number" id="vv*v*}hn`vg:BjM~HV}-"><field name="NUM">60</field></shadow></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="q!//cLqu7(K3i9*d+a^,"><field name="VAR" id="Prn?iZKgbBaq^S_^LGnk">tempo3</field></block></value></block></value><value name="B"><shadow type="math_number" id="U]y;`^OI.wFu)J//|Mju"><field name="NUM">8</field></shadow></value></block></value><statement name="HANDLER"><block type="controls_if" id="zM-%ZLE)2`dVN(!|^UYP"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_negate" id="V.wXi@lK}~AhGQ[mMMIc"><value name="BOOL"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="variables_get" id="tF}{L0{IK[B[6~QD0k@X"><field name="VAR" id="4UN;:zSTDP;wst+%FA`]">playing2</field></block></value></block></value><statement name="DO0"><block type="typescript_statement" id="K!eM$ClxVAQynYcH*_B9" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="return" numlines="1"></mutation></block></statement><next><block type="pxt_controls_for" id="EtyG[Jm_#ze~}.{}siJ`"><value name="VAR"><shadow type="variables_get_reporter" id=",/XX/$[_JEJ`4Q/vp*$~"><field name="VAR" id=",U)r5cZYj*/Ta2+h:fG}">track2</field></shadow></value><value name="TO"><shadow type="math_whole_number" id="L5,-Rzo:y$h?_iBqLVU1"><field name="NUM">2</field></shadow></value><statement name="DO"><block type="controls_if" id="#zoi2AOnb~X}pSxACl!T"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="af$Qoe~D,O_uibxt+/-q"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_modulo" id="tT{4n(NMXBz]$NA3Eu?u"><value name="DIVIDEND"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="E$9cMR4.NOJQxyvMzc/X"><field name="VAR" id="P(9i)./Rsf8b4*e*Gcr*">beat2</field></block></value><value name="DIVISOR"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_index_get" id=".~(c_qcvbt[UF@8x#tJp"><value name="LIST"><block type="variables_get" id="rOfl`}KWNf_3|veZr*u9"><field name="VAR" id="emi7V~W#Qog1RMGe%f#G">lengths</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="6=*:^LQFZ=_kJ1fQrukr"><field name="VAR" id=",U)r5cZYj*/Ta2+h:fG}">track2</field></block></value></block></value></block></value><value name="B"><shadow type="math_number" id="(]xq?{lVCXy*=WlD|Qbt"><field name="NUM">0</field></shadow></value></block></value><statement name="DO0"><block type="typescript_statement" id=",~n|=w,f`C,,MlRpWw*@" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="tracks2[track2][positions[track2]].play(volumes[track2])" numlines="1"></mutation><next><block type="typescript_statement" id="aydCHD9]KFFS#RKN7Eh^" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="++positions[track2]" numlines="1"></mutation><next><block type="controls_if" id="zPF1_`x.{Wl$p_FYJ6QE"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="$4^f0W7.U]-h:_(LPR8:"><field name="OP">GTE</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_index_get" id=",=@M;=:}J[I0qyetvOA3"><value name="LIST"><block type="variables_get" id="0dB%I!:xk(fIF#]^W4:4"><field name="VAR" id="d,k=cv~}0?|H8/,UoSn_">positions</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="lz}Y##etu+E#PaU{rL#m"><field name="VAR" id=",U)r5cZYj*/Ta2+h:fG}">track2</field></block></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_length" id="#-kRlIY_hjabw#Jz{K.;"><value name="VALUE"><block type="lists_index_get" id="_T%Yen7]q$L`_IteiO34"><value name="LIST"><block type="variables_get" id="g~^lC*ycU(}Y,@5WxM~F"><field name="VAR" id="VQoVpRY$GEZMODklBtRI">tracks2</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="Jkk~!A``_zYWeB-)gZ(("><field name="VAR" id=",U)r5cZYj*/Ta2+h:fG}">track2</field></block></value></block></value></block></value></block></value><statement name="DO0"><block type="lists_index_set" id="~U85QFf8I1A=-?WSd9)_"><value name="LIST"><block type="variables_get" id="X{T6;Oo+um+L}/`u@e}6"><field name="VAR" id="d,k=cv~}0?|H8/,UoSn_">positions</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="~idK9A+PmLa1@[bBx;.c"><field name="VAR" id=",U)r5cZYj*/Ta2+h:fG}">track2</field></block></value><value name="VALUE"><shadow type="math_number" id=",.=ti;UzHge~T{(S!#+h"><field name="NUM">0</field></shadow></value></block></statement></block></next></block></next></block></statement></block></statement><next><block type="variables_change" id="3yGuhA-pc+5_OwtKJoLu"><field name="VAR" id="P(9i)./Rsf8b4*e*Gcr*">beat2</field><value name="VALUE"><shadow type="math_number" id="PL$]+lotyl!=?VGM3oWe"><field name="NUM">1</field></shadow></value></block></next></block></next></block></statement></block><block type="gameinterval" id="5Yv%.plZ]Tz~.,p}+~Cz" x="6634" y="20"><value name="period"><shadow type="timePicker" id="$_7@^8J6MADNZd:0#oac"><field name="ms">100</field></shadow></value><statement name="HANDLER"><block type="controls_if" id="rwIY_jtzHPXs$+Pi5!Ai"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="percentchance" id="kuh@EE9};ztoo*]`(cyc"><value name="percentage"><shadow type="math_number_minmax" id="}3HEKLsK,/QKM%;@y}Dm"><mutation min="0" max="Infinity" label="Number" precision="0"></mutation><field name="SLIDER">40</field></shadow></value></block></value><statement name="DO0"><block type="controls_if" id="4CB17)4KAk;@8Wj3:-V^"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="(gon{2O(M^|+#q(.|Fe*"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="h;u56oWPsG*a;9nq;X9K"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="3VIGu8AffcaU?*3:.sT_"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="jcKt[W]j56z~Og|B*?8%"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="~@^e5r1HOU~$EJivlC##" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Square</field><field name="effect">SoundExpressionEffect.Tremolo</field><field name="interpolation">InterpolationCurve.Curve</field><value name="startFrequency"><shadow type="math_number_minmax" id="l1`GxpU1;Qx8!%X@k|Qb"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1088</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="Gt)P%5naG5fSE_*3**d}"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="f8it19XEEf95imPZQLCP"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">200</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="byaPFiBEabHvy;[!f5uN"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">130</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="5R4PF-bf3_V%RbKRF6)|"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement><next><block type="variables_set" id="]~3*Q}4v_,UsX=V;8kAa"><field name="VAR" id=")(fnh7qWGK8xZjQ(3iS2">projectile2</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreateprojectilefromsprite" id="!8|50Od7xB+W*Ox}y(}W"><value name="img"><shadow type="screen_image_picker" id="{y~}}$}zJD-lrIFX1@h$"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . 2 1 2 . . . . . .
. . . . . . . 2 1 2 . . . . . .
. . . . . . . 2 1 2 . . . . . .
. . . . . . . 3 1 3 . . . . . .
. . . . . . 2 3 1 3 2 . . . . .
. . . . . . 2 1 1 1 2 . . . . .
. . . . . . 2 1 1 1 3 . . . . .
. . . . . . 3 1 1 1 3 . . . . .
. . . . . . 3 1 1 1 3 . . . . .
. . . . . . 3 1 1 1 3 . . . . .
. . . . . . 2 3 1 3 2 . . . . .
. . . . . . . 2 2 2 . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><value name="sprite"><shadow type="variables_get" id="C|XPt3PpXq#(JCgUVS[^"><field name="VAR" id="zA7DzF[C]g+HW!,F.]65">mySprite2</field></shadow></value><value name="vx"><shadow type="spriteSpeedPicker"></shadow><block type="device_random" id="KM1uPE`+H(-eXLt0uCFc"><value name="min"><shadow type="math_number" id="r;Y#:R}CMq640FZK-Jb9"><field name="NUM">-100</field></shadow></value><value name="limit"><shadow type="math_number" id="Y.BMej^=pCcxw75Z)on)"><field name="NUM">100</field></shadow></value></block></value><value name="vy"><shadow type="spriteSpeedPicker" id="L~kyxExf]JWkHk-Yl}t3"><field name="speed">200</field></shadow></value></block></value><next><block type="spritesetkind" id=".!%c0A+NcZG}Z)Jwct0{"><value name="sprite"><block type="variables_get" id="_2@c2(po4(JOk{u;#-W("><field name="VAR" id=")(fnh7qWGK8xZjQ(3iS2">projectile2</field></block></value><value name="kind"><shadow type="spritekind" id="wPs,pyi6F}q]2e91/?*L"><field name="MEMBER">pro2</field></shadow></value><next><block type="controls_if" id="AJ50DNCuXq!BLroI.ttf"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="percentchance" id="A4gO!/cCMPEv66dP[iMH"><value name="percentage"><shadow type="math_number_minmax" id="8)0XL8FePsux#m%Bubf7"><mutation min="0" max="Infinity" label="Number" precision="0"></mutation><field name="SLIDER">10</field></shadow></value></block></value><statement name="DO0"><block type="controls_if" id="b#3pGX2EQdsO8UhP4gcJ"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="n-zJx8`@dvxnz/2|dMi$"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="-=Nfx6D6aUIj@0+K,7@|"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="/n:?@s05O$L|#3/4s_OH"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="dtatcA!2jQvduZC!r[W+"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="|Tu`H.cc{cODz0D2~U9y" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Square</field><field name="effect">SoundExpressionEffect.Tremolo</field><field name="interpolation">InterpolationCurve.Curve</field><value name="startFrequency"><shadow type="math_number_minmax" id="mlaK$*SF/^`dtHfrI[EZ"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1088</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="t[%E+q:=wS%4kaU:^sc%"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="E(^H,lia@pfe=db{Sd1E"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">200</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="wZGg/]9GK76COikZT7J["><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="$DlSiW#3ZClAwBdLuQFd"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement><next><block type="variables_set" id="h0}PEL@2V+^_iap][,:|"><field name="VAR" id="2caiEb4Anf2^)9jqo*OL">projectile3</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreateprojectilefromsprite" id="d^FbiS[OG~{H,xLyAc/Y"><value name="img"><shadow type="screen_image_picker" id="B.=0uuj=$?DVk[{_{HOB"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . f f f . f f f . . . .
. . . . f 3 3 3 f 3 3 3 f . . .
. . . . f 3 3 3 3 3 1 3 f . . .
. . . . f 3 3 3 3 3 3 3 f . . .
. . . . . f 3 b b b 3 f . . . .
. . . . . f f b b b f f . . . .
. . . . . . f f b f f . . . . .
. . . . . . . f f f . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><value name="sprite"><shadow type="variables_get" id="~,|iCD#f$*AGU*]e}O%e"><field name="VAR" id="zA7DzF[C]g+HW!,F.]65">mySprite2</field></shadow></value><value name="vx"><shadow type="spriteSpeedPicker" id="L^$QM=y]B=PIKUBJEdVd"><field name="speed">0</field></shadow></value><value name="vy"><shadow type="spriteSpeedPicker" id="4^CYf9=[SHlmshy2C-c,"><field name="speed">200</field></shadow></value></block></value><next><block type="spritedestroy" id="cl^+)o:Z8FF_jzeR+Vc5"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="2" _input_init="true"></mutation><field name="effect">effects.hearts</field><value name="sprite"><block type="variables_get" id="8J^9S)qcPQ38QxuGHGCA"><field name="VAR" id=")(fnh7qWGK8xZjQ(3iS2">projectile2</field></block></value><value name="duration"><shadow type="timePicker" id="rBjR7x9PF1tNaS/(Zg);"><field name="ms">500</field></shadow></value><next><block type="sprite_scale_by_pixels_ex" id="C?Qey%#ZrK{}zct4B7zT"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="direction">ScaleDirection.Uniformly</field><field name="anchor">ScaleAnchor.Middle</field><value name="sprite"><shadow type="variables_get" id="}(D!3:Iu^M/aFuUVwUQK"><field name="VAR" id=")(fnh7qWGK8xZjQ(3iS2">projectile2</field></shadow></value><value name="value"><shadow type="math_number" id="pVAAbYTIaz,BLjI?@_~)"><field name="NUM">10</field></shadow></value><next><block type="spritesetkind" id="lT2R#^p.D8iOWiC8sd@M"><value name="sprite"><block type="variables_get" id="Yjt0cWdIjP:WINJxcQsD"><field name="VAR" id=")(fnh7qWGK8xZjQ(3iS2">projectile2</field></block></value><value name="kind"><shadow type="spritekind" id="[ld(867jYbhC3/g:.|2Q"><field name="MEMBER">heal</field></shadow></value></block></next></block></next></block></next></block></next></block></statement><next><block type="controls_if" id="DG`zJymv:Fu246BSE93D"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="percentchance" id="/yNtdV312,Qd.xQP{_Cj"><value name="percentage"><shadow type="math_number_minmax" id="elMazKZ^.9A=:%v/rhLZ"><mutation min="0" max="Infinity" label="Number" precision="0"></mutation><field name="SLIDER">10</field></shadow></value></block></value><statement name="DO0"><block type="controls_if" id=".P*@qe}v2](0HuGW70Ff"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id=".b=z49PV|u|Ib6YX}*#k"><field name="OP">GTE</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="{`_iYnzaCL4-b:fSADYR"><field name="VAR" id="=B0+XamFPokow)]:!iiu">phase</field></block></value><value name="B"><shadow type="math_number" id="VJ`Va#C|ekC$g?lCS]F8"><field name="NUM">5</field></shadow></value></block></value><statement name="DO0"><block type="controls_if" id="dW2zggh0u58_D/sP$-g["><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="gBmqOAmMszv[lZ5BZe+g"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="ed|-Nv{.u7DCPzj0=Ok0"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="Za_9fX86q]iPJ{Q+e}:D"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="v:`Ih63X34Nw!KmFCcK%"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="Bm`^A,W%J]JrD{FK~_2O" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Noise</field><field name="effect">SoundExpressionEffect.Tremolo</field><field name="interpolation">InterpolationCurve.Logarithmic</field><value name="startFrequency"><shadow type="math_number_minmax" id="tuI~PB*Q#5*+Jqng(}h`"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">464</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="{)X$~c*/ZwDj}[T,xtM!"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">286</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="pNK$w_6SfHct(kz9Z}7b"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">400</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="0dbiLDcO!XBkUP:D|oIV"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="fe5pxMDcunf@fa-@9O]W"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value></shadow></value></block></statement><next><block type="variables_set" id="@2+U#AfJIFji,l.JE%8j"><field name="VAR" id=")(fnh7qWGK8xZjQ(3iS2">projectile2</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreateprojectilefromsprite" id="|ol@rubV8@Rf0ZFIQ^|="><value name="img"><shadow type="screen_image_picker" id="MlR(LQ3NkL)J/cf+w,*Q"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . . . . 2 1 2 . . . . . .
. . . . . . . 2 1 2 . . . . . .
. . . . . . . 2 1 2 . . . . . .
. . . . . . . 3 1 3 . . . . . .
. . . . . . 2 3 1 3 2 . . . . .
. . . . . . 2 1 1 1 2 . . . . .
. . . . . . 2 1 1 1 3 . . . . .
. . . . . . 3 1 1 1 3 . . . . .
. . . . . . 3 1 1 1 3 . . . . .
. . . . . . 3 1 1 1 3 . . . . .
. . . . . . 2 3 1 3 2 . . . . .
. . . . . . . 2 2 2 . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><value name="sprite"><shadow type="variables_get" id="7w7r3R#]ve!Kk+Q4`n1:"><field name="VAR" id="zA7DzF[C]g+HW!,F.]65">mySprite2</field></shadow></value><value name="vx"><shadow type="spriteSpeedPicker"></shadow><block type="device_random" id=".uaD:LMU:a|__YAPDl9J"><value name="min"><shadow type="math_number" id="t3@92lhv|Mwc=]GVD~U7"><field name="NUM">-100</field></shadow></value><value name="limit"><shadow type="math_number" id="GOmBs[Uy@4($IB:PS@gi"><field name="NUM">100</field></shadow></value></block></value><value name="vy"><shadow type="spriteSpeedPicker" id=")n5^y=28={C-`vGQcqT}"><field name="speed">200</field></shadow></value></block></value><next><block type="spritesetkind" id=".){yzfm5H[o?m~QI/m8c"><value name="sprite"><block type="variables_get" id="lce+v?BMA@~h^SYmO2oo"><field name="VAR" id=")(fnh7qWGK8xZjQ(3iS2">projectile2</field></block></value><value name="kind"><shadow type="spritekind" id="sT6+C;Fe|_`nSCf!;#bW"><field name="MEMBER">pro3</field></shadow></value><next><block type="sprite_scale_by_pixels_ex" id="nuUpBu)5}aD3jG,Xb}E0"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="direction">ScaleDirection.Uniformly</field><field name="anchor">ScaleAnchor.Middle</field><value name="sprite"><shadow type="variables_get" id="xjG|,?=O:rAtcqhI4l^4"><field name="VAR" id=")(fnh7qWGK8xZjQ(3iS2">projectile2</field></shadow></value><value name="value"><shadow type="math_number" id="I4-1{x*W-IF/[l`R#yl/"><field name="NUM">100</field></shadow></value></block></next></block></next></block></next></block></statement></block></statement></block></next></block></next></block></next></block></next></block></statement></block></statement></block><block type="gameinterval" id="cv99l)@;;lptNmUSB0;Y" x="20" y="3727"><value name="period"><shadow type="timePicker"></shadow><block type="math_arithmetic" id="I~|:YY{x4,g6Ne+nOg?%"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="nu+z.WM#v3OO9b3]vDgK"><field name="OP">DIVIDE</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_arithmetic" id="uuJHkt|[email protected]!Jl9B4`/"><field name="OP">MULTIPLY</field><value name="A"><shadow type="math_number" id="O2V(3U_fk1EX{%^8o,L*"><field name="NUM">1000</field></shadow></value><value name="B"><shadow type="math_number" id="Vrm;]H^_M9X_A$7kD2H`"><field name="NUM">60</field></shadow></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="_}6=BxCD6p7]1cWCz%i3"><field name="VAR" id="6a:pCq.6%7a4hfg$miTJ">tempo</field></block></value></block></value><value name="B"><shadow type="math_number" id="XcIFm~LJ9=/!Lt)T0]t/"><field name="NUM">8</field></shadow></value></block></value><statement name="HANDLER"><block type="controls_if" id="U!w1DAJCEz;Qw}0D_acX"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_negate" id="+bhUU-h|Y9Nb~4QN@a#C"><value name="BOOL"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="variables_get" id="oG?~nh+qmaG{zDf-{rAc"><field name="VAR" id="sr=!HBJ}@Ijv^J=OOT-=">playing</field></block></value></block></value><statement name="DO0"><block type="typescript_statement" id="_q7$e^SfEcwIHj@*/1i^" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="return" numlines="1"></mutation></block></statement><next><block type="pxt_controls_for" id="3ouTcsM`iB?F.F_!.uAP"><value name="VAR"><shadow type="variables_get_reporter" id="NXY?-wZq4;1ZgoD^n(,x"><field name="VAR" id="I-Q^i9F{=F`yHlo;p:A=">track</field></shadow></value><value name="TO"><shadow type="math_whole_number" id="xlN`V|gr8=QyJx=NwPzR"><field name="NUM">2</field></shadow></value><statement name="DO"><block type="controls_if" id="ULlS-v_t3o^38Zmv]Hg%"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id=".m5+#5NH,l4m@QI_O`nX"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="math_modulo" id="~#VzgY.7m-V?Jji3f8Fb"><value name="DIVIDEND"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="KeOY6Z-e/7bfeq]j,p.U"><field name="VAR" id="vb5RM,a;ADn1s/!k]h_L">beat</field></block></value><value name="DIVISOR"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_index_get" id="kyXbGmGdT9H`kqmACMEK"><value name="LIST"><block type="variables_get" id="pI`1frFR$AAf;{X3~O8{"><field name="VAR" id="emi7V~W#Qog1RMGe%f#G">lengths</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="Lx~,ks_)DHx$ow9Pe9~r"><field name="VAR" id="I-Q^i9F{=F`yHlo;p:A=">track</field></block></value></block></value></block></value><value name="B"><shadow type="math_number" id="RH^;gT)$0u|Ct7HO0#Lr"><field name="NUM">0</field></shadow></value></block></value><statement name="DO0"><block type="typescript_statement" id="`gx:Xc1q#lc9:G#fkKV1" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="tracks[track][positions[track]].play(volumes[track])" numlines="1"></mutation><next><block type="typescript_statement" id="_dEYoGl`ye0IyOz|_C]2" editable="false"><mutation xmlns="http://www.w3.org/1999/xhtml" line0="++positions[track]" numlines="1"></mutation><next><block type="controls_if" id=".vWfy4~Ev;4Jz/4Tu_TC"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="x{NsozXt2Uba}v@oJSSR"><field name="OP">GTE</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_index_get" id="U7RlcW07irQ}6q,MU}br"><value name="LIST"><block type="variables_get" id="p_6sg7Mss,^PNWpM3#LQ"><field name="VAR" id="d,k=cv~}0?|H8/,UoSn_">positions</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="TgZI!GKEfXPGfKmi1;_1"><field name="VAR" id="I-Q^i9F{=F`yHlo;p:A=">track</field></block></value></block></value><value name="B"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="lists_length" id="~br(t~f#GH8RQn#e.F{."><value name="VALUE"><block type="lists_index_get" id="=H`m2c9!44cl}6HyH,cJ"><value name="LIST"><block type="variables_get" id=".Hp5r4t?i(=?,==eYbAA"><field name="VAR" id="ioj)E*{2!PUoP,Ok$5GU">tracks</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="Jy4Ut$CWRf#b+g+C9nuR"><field name="VAR" id="I-Q^i9F{=F`yHlo;p:A=">track</field></block></value></block></value></block></value></block></value><statement name="DO0"><block type="lists_index_set" id="u(1//:LwY#u!PJSabu?."><value name="LIST"><block type="variables_get" id="=2D/!6I}Bd-Y-88A{K$^"><field name="VAR" id="d,k=cv~}0?|H8/,UoSn_">positions</field></block></value><value name="INDEX"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="SbEjTF#X_[J.Z@P-G?nu"><field name="VAR" id="I-Q^i9F{=F`yHlo;p:A=">track</field></block></value><value name="VALUE"><shadow type="math_number" id="3CY~*47f6O,6{)aN?*~f"><field name="NUM">0</field></shadow></value></block></statement></block></next></block></next></block></statement></block></statement><next><block type="variables_change" id="x,wAd;JhW?MOlB)5uDtU"><field name="VAR" id="vb5RM,a;ADn1s/!k]h_L">beat</field><value name="VALUE"><shadow type="math_number" id="j)k^{|7D9+Yx$*;fDq:L"><field name="NUM">1</field></shadow></value></block></next></block></next></block></statement></block><block type="gameupdate" id="tNWR^inyq5QtA7G;E.TB" x="1166" y="3727"><statement name="HANDLER"><block type="controls_if" id="#6.kUAzw?N}I:!Po^iuv"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="spritehasobstacle" id="itnyD=v-eP%]2v]NT~8="><field name="direction">CollisionDirection.Right</field><value name="sprite"><block type="variables_get" id="ExEOXM@QzssM71Qgu9X9"><field name="VAR" id="zA7DzF[C]g+HW!,F.]65">mySprite2</field></block></value></block></value><statement name="DO0"><block type="controls_if" id="F?^u]7sW82B9foU~6.qi"><mutation elseif="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="0s|ESi/E_5dK7$rcjxKx"><field name="OP">LT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="-_8c4uoXbDG:nHpuL;^E"><field name="VAR" id="=B0+XamFPokow)]:!iiu">phase</field></block></value><value name="B"><shadow type="math_number" id="iINT-]2t9yw5XRD15Ia*"><field name="NUM">10</field></shadow></value></block></value><statement name="DO0"><block type="variables_set" id="c0.mK/O^atEW{N)CA1[-"><field name="VAR" id="Idx}]Q:Bqge$nQK:Br{M">speed</field><value name="VALUE"><shadow type="math_number" id="x}WlIedwE=/8Q3do7etB"><field name="NUM">-100</field></shadow></value></block></statement><value name="IF1"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="swgQ81Yk4z$l-(n4V[a]"><field name="OP">GTE</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="(4n]p!QT[9ropNCWR,`o"><field name="VAR" id="=B0+XamFPokow)]:!iiu">phase</field></block></value><value name="B"><shadow type="math_number" id="p#K$;T(E3(gLiQiTM9v%"><field name="NUM">11</field></shadow></value></block></value><statement name="DO1"><block type="variables_set" id="N~k*bihoa5h7Fiauv8HJ"><field name="VAR" id="Idx}]Q:Bqge$nQK:Br{M">speed</field><value name="VALUE"><shadow type="math_number" id="uJq8F2zj1R0GAzH{-(G5"><field name="NUM">-200</field></shadow></value></block></statement><next><block type="Sprite_blockCombine_set" id="yV^Zd2Vji45Q]Wg*K:G+"><field name="property">Sprite.vx@set</field><value name="mySprite"><block type="variables_get" id=".FnHrqqouDL]-]q0Bl1p"><field name="VAR" id="zA7DzF[C]g+HW!,F.]65">mySprite2</field></block></value><value name="value"><block type="variables_get" id="/g[1e~pn:PlWBNskYKV;"><field name="VAR" id="Idx}]Q:Bqge$nQK:Br{M">speed</field></block></value><next><block type="Sprite_blockCombine_change" id="*gmQ?-oLZ98gFO*$~{^l"><field name="property">Sprite.vy@set</field><value name="mySprite"><block type="variables_get" id="zA?t.DkMh24s:X)4U:Mr"><field name="VAR" id="zA7DzF[C]g+HW!,F.]65">mySprite2</field></block></value><value name="value"><shadow type="math_number" id="|wWfp[#{Ir9,R3guO_tE"><field name="NUM">-400</field></shadow></value><next><block type="variables_change" id="Cmx}cM_Id^SZ6l=z[=sG"><field name="VAR" id="=B0+XamFPokow)]:!iiu">phase</field><value name="VALUE"><shadow type="math_number" id=",lqB(ZB1AAs}W%sB2W#="><field name="NUM">1</field></shadow></value></block></next></block></next></block></next></block></statement><next><block type="controls_if" id="b?G=ZgK*=B7Dyx6g!cz#"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="spritehasobstacle" id="ZIy`I-4oEe0),$Ond16:"><field name="direction">CollisionDirection.Left</field><value name="sprite"><block type="variables_get" id="2q/#x82uy7bE9/Jym=WF"><field name="VAR" id="zA7DzF[C]g+HW!,F.]65">mySprite2</field></block></value></block></value><statement name="DO0"><block type="controls_if" id="P[-lzWVH+MNo3yC$24YP"><mutation elseif="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="cUf@p@v](x8X:;*IaObM"><field name="OP">LT</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="NwOMI-piy_tOD)b=0p7l"><field name="VAR" id="=B0+XamFPokow)]:!iiu">phase</field></block></value><value name="B"><shadow type="math_number" id="C.~!avH_*X0})Yzypo{J"><field name="NUM">10</field></shadow></value></block></value><statement name="DO0"><block type="variables_set" id="PqvC[i2n/T%B+K-#mT;#"><field name="VAR" id="Idx}]Q:Bqge$nQK:Br{M">speed</field><value name="VALUE"><shadow type="math_number" id="AByUf+6NRT(Z4pN!sHac"><field name="NUM">100</field></shadow></value></block></statement><value name="IF1"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="YVe7;RBX58bxhf+=aV;l"><field name="OP">GTE</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="5R~,.ajuD2zAHO?D.jLU"><field name="VAR" id="=B0+XamFPokow)]:!iiu">phase</field></block></value><value name="B"><shadow type="math_number" id="Hni0obRQ,_qE^0ZhA+@8"><field name="NUM">11</field></shadow></value></block></value><statement name="DO1"><block type="variables_set" id="`ZMpDI~#L]Cxs]dCu@=v"><field name="VAR" id="Idx}]Q:Bqge$nQK:Br{M">speed</field><value name="VALUE"><shadow type="math_number" id="Z[g)oG_m5QtU#}.}=5m4"><field name="NUM">200</field></shadow></value></block></statement><next><block type="Sprite_blockCombine_set" id="}5)]lWFqMW:zn`i_OY|y"><field name="property">Sprite.vx@set</field><value name="mySprite"><block type="variables_get" id="p`utzXdDyZ-EjJ9Zsij#"><field name="VAR" id="zA7DzF[C]g+HW!,F.]65">mySprite2</field></block></value><value name="value"><block type="variables_get" id="bve?np`wi8jX]5a0ZCL3"><field name="VAR" id="Idx}]Q:Bqge$nQK:Br{M">speed</field></block></value><next><block type="Sprite_blockCombine_change" id="Bw(`^6{_m5E(k]95!VV="><field name="property">Sprite.vy@set</field><value name="mySprite"><block type="variables_get" id="|b8%5)g.//DGrizN%.?!"><field name="VAR" id="zA7DzF[C]g+HW!,F.]65">mySprite2</field></block></value><value name="value"><shadow type="math_number" id="qlIHc1)+@1$MNb5,nFE["><field name="NUM">-400</field></shadow></value></block></next></block></next></block></statement></block></next></block></statement></block><block type="keyonevent" id="AL2GlHqCDeX6K+a/HNQC" x="1719" y="3727"><field name="button">controller.up</field><field name="event">ControllerButtonEvent.Pressed</field><statement name="HANDLER"><block type="controls_if" id="W_W9Sl6;enW.}4NUtV3h"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="spritehasobstacle" id="HKPM*CE^v]uNX-%X}=$Z"><field name="direction">CollisionDirection.Bottom</field><value name="sprite"><block type="variables_get" id="Mbt4#@$+jDMc7e.r=J|_"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></block></value></block></value><statement name="DO0"><block type="Sprite_blockCombine_change" id="`gl]8;DOz0X;0/N!;WQ7"><field name="property">Sprite.vy@set</field><value name="mySprite"><block type="variables_get" id="#()J0?;_(LRK*1{u4k|3"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></block></value><value name="value"><shadow type="math_number" id="eSS!=v^mM{[~=!8:6o@E"><field name="NUM">-150</field></shadow></value><next><block type="variables_set" id="=|Hz?Z5C[+vL!+Bs}z};"><field name="VAR" id="wTU4c+*~Nm)|Iq{)IMsr">Facing</field><value name="VALUE"><shadow type="math_number" id="oN+KON(FzC#b}o_YcJ_@"><field name="NUM">0</field></shadow></value><next><block type="controls_if" id="{j.qW~a9x#)zs+YLd.n?"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="MVhAkYRlGpZdkUrxevsF"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="K$TFj3~F^WeueUIy9qcA"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="11,/D^CUk[iYI=]?%+Ps"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="Mql!0k,^7$}X)+v[U{U:"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="~*a^cn2?QZ~H()%@h|s8" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Noise</field><field name="effect">SoundExpressionEffect.Vibrato</field><field name="interpolation">InterpolationCurve.Curve</field><value name="startFrequency"><shadow type="math_number_minmax" id="aLim0GrT3E5HqNP)u$RS"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="6*ZI(Z%X3+@D4Lx1xymc"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">4209</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="biAF9K4n[YYn.H8Yx8Zx"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">500</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="94QM^Q!*eIQ@~Q.S:$ZO"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="Y7*goRsXfMjI9zXt:*Ml"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement></block></next></block></next></block></statement></block></statement></block><block type="keyonevent" id="N[:CT{kx8.?6B`gKRgs{" x="2304" y="3727"><field name="button">controller.A</field><field name="event">ControllerButtonEvent.Pressed</field><statement name="HANDLER"><block type="controls_if" id="bMIJV=|CVcZM)~m[d;rv"><mutation elseif="1" else="1"></mutation><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="YWn($U7i8L@WFVkJO~21"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="1G}HA]beLPdfd|~FjCup"><field name="VAR" id="wTU4c+*~Nm)|Iq{)IMsr">Facing</field></block></value><value name="B"><shadow type="math_number" id="gJS9rNN=QRNcre!@yo|8"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="variables_set" id="e{h3K9s]HM.d3Or)FIVD"><field name="VAR" id="4s7M6q@EjB,bPg%|s-]l">projectile</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreateprojectilefromsprite" id="FsJ8lyG|Wo:E{%tPxbMt"><value name="img"><shadow type="screen_image_picker" id="qraeW+2JQ!Z_NG1C_GO7"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . 4 4 4 4 4 4 4 . . . . .
. . . 4 . . . . . . . 4 . . . .
. . 4 . 4 4 4 4 4 4 4 . 4 . . .
. 4 . 4 . . . . . . . 4 . 4 . .
. 4 . 4 . 4 4 4 4 4 . 4 . 4 . .
. 4 . 4 . 4 . . . 4 . 4 . 4 . .
. 4 . 4 . 4 . . . 4 . 4 . 4 . .
. 4 . 4 . 4 . . . 4 . 4 . 4 . .
. 4 . 4 . 4 4 4 4 4 . 4 . 4 . .
. 4 . 4 . . . . . . . 4 . 4 . .
. . 4 . 4 4 4 4 4 4 4 . 4 . . .
. . . 4 . . . . . . . 4 . . . .
. . . . 4 4 4 4 4 4 4 . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><value name="sprite"><shadow type="variables_get" id="M3=KBM+)=v=J9b_+Pg}6"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></shadow></value><value name="vx"><shadow type="spriteSpeedPicker" id="37_m=hmkc9iS.)@ur8nl"><field name="speed">200</field></shadow></value><value name="vy"><shadow type="spriteSpeedPicker" id="W{:].Q/(G55+`{Jxzodj"><field name="speed">0</field></shadow></value></block></value><next><block type="startEffectOnSprite" id="EC15$AO[q/(GQ1CJt[:S"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="effect">effects.halo</field><value name="sprite"><block type="variables_get" id="sUGS3?c;]Gp|J$w(_@_X"><field name="VAR" id="4s7M6q@EjB,bPg%|s-]l">projectile</field></block></value><next><block type="controls_if" id="M=(NLf7d0OASj!Bo,1$)"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="?I;Uw=JcJr9juf*IX/td"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="5_`)qldUZuhMw8iwHx|["><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="XBedL7DMck4p%EB3[nU$"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="})Jm8TvO:cA%PcZ4JfRD"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="sx+2hq+AzVA-p/WJjfiV" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Square</field><field name="effect">SoundExpressionEffect.Tremolo</field><field name="interpolation">InterpolationCurve.Curve</field><value name="startFrequency"><shadow type="math_number_minmax" id="c%UM5MrrTQ;v,gHL{$iq"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">3228</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="tTV_Z=q)d;]n=Lg!lWTa"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="PUHU``Kx$ZC`:XAtPZi~"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">200</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="kHb83asF~AE(b$]GBvL1"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="d@je}OX6zKYRc_:(*-(a"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement></block></next></block></next></block></statement><value name="IF1"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id=".K;{lo:kPiOVZchP)[D+"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="aG%^ODLdm/DycgcOzIx_"><field name="VAR" id="wTU4c+*~Nm)|Iq{)IMsr">Facing</field></block></value><value name="B"><shadow type="math_number" id="JACwbI|oatM#c3.C[A%,"><field name="NUM">-1</field></shadow></value></block></value><statement name="DO1"><block type="variables_set" id="JQON|5/^cFQ+T`TVS|0,"><field name="VAR" id="4s7M6q@EjB,bPg%|s-]l">projectile</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreateprojectilefromsprite" id="L6P(Rrjj_u]3xr[evQYj"><value name="img"><shadow type="screen_image_picker" id="KEWz=DHv+P$tC1gs.=ZK"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . 4 4 4 4 4 4 4 . . . . .
. . . 4 . . . . . . . 4 . . . .
. . 4 . 4 4 4 4 4 4 4 . 4 . . .
. 4 . 4 . . . . . . . 4 . 4 . .
. 4 . 4 . 4 4 4 4 4 . 4 . 4 . .
. 4 . 4 . 4 . . . 4 . 4 . 4 . .
. 4 . 4 . 4 . . . 4 . 4 . 4 . .
. 4 . 4 . 4 . . . 4 . 4 . 4 . .
. 4 . 4 . 4 4 4 4 4 . 4 . 4 . .
. 4 . 4 . . . . . . . 4 . 4 . .
. . 4 . 4 4 4 4 4 4 4 . 4 . . .
. . . 4 . . . . . . . 4 . . . .
. . . . 4 4 4 4 4 4 4 . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><value name="sprite"><shadow type="variables_get" id="x$D1*@Y;Q6m^89I2!:Yq"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></shadow></value><value name="vx"><shadow type="spriteSpeedPicker" id=":1[YB,b3qL$vY^o@CDuW"><field name="speed">-200</field></shadow></value><value name="vy"><shadow type="spriteSpeedPicker" id="ol@BfqpLTx),tm%5Xy;p"><field name="speed">0</field></shadow></value></block></value><next><block type="startEffectOnSprite" id="k+@Y@jjMxe!,2zc9{]RR"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="effect">effects.halo</field><value name="sprite"><block type="variables_get" id=".s9.f`Z).I3Jwgox`g2n"><field name="VAR" id="4s7M6q@EjB,bPg%|s-]l">projectile</field></block></value><next><block type="controls_if" id="Md30BH#4jlZHUje^j1VN"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="jDYZ=sc?ELuwFi@8Jo`o"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="_2Y6GZ6Q,i^(0stX}*}/"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="K^M~s.}.YNv#g*WjdPN0"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="c$YPy+yOG-iN!Q3N1$c)"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="6R;]-_9AG__+;DN0t8nC" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Square</field><field name="effect">SoundExpressionEffect.Tremolo</field><field name="interpolation">InterpolationCurve.Curve</field><value name="startFrequency"><shadow type="math_number_minmax" id="+5P9T6i_Luy[/=Y96UVA"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">3228</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="qM~59#d#hK;(~sM?pVao"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="#[mdeH|g[P-lDnqFM,`a"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">200</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="7-,!E*kA^:|gB(.gTgz#"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="+oB@2`]8ca?Mix_Prjyr"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement></block></next></block></next></block></statement><statement name="ELSE"><block type="variables_set" id="F-9q@^({L8sF[0;Orv@("><field name="VAR" id="4s7M6q@EjB,bPg%|s-]l">projectile</field><value name="VALUE"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="spritescreateprojectilefromsprite" id="STvcJ)FIPb:Fk@e7l),~"><value name="img"><shadow type="screen_image_picker" id="[2j/7}?m1Yu_q]syrsLH"><field name="img">img`
. . . . . . . . . . . . . . . .
. . . . 4 4 4 4 4 4 4 . . . . .
. . . 4 . . . . . . . 4 . . . .
. . 4 . 4 4 4 4 4 4 4 . 4 . . .
. 4 . 4 . . . . . . . 4 . 4 . .
. 4 . 4 . 4 4 4 4 4 . 4 . 4 . .
. 4 . 4 . 4 . . . 4 . 4 . 4 . .
. 4 . 4 . 4 . . . 4 . 4 . 4 . .
. 4 . 4 . 4 . . . 4 . 4 . 4 . .
. 4 . 4 . 4 4 4 4 4 . 4 . 4 . .
. 4 . 4 . . . . . . . 4 . 4 . .
. . 4 . 4 4 4 4 4 4 4 . 4 . . .
. . . 4 . . . . . . . 4 . . . .
. . . . 4 4 4 4 4 4 4 . . . . .
. . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . .
`</field><data>{"commentRefs":[],"fieldData":{"img":null}}</data></shadow></value><value name="sprite"><shadow type="variables_get" id="m=G@b|[@taDAZF{:cnj4"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></shadow></value><value name="vx"><shadow type="spriteSpeedPicker" id="qJ7/0*VGfY+VIK+z[(R5"><field name="speed">0</field></shadow></value><value name="vy"><shadow type="spriteSpeedPicker" id="V#dYnmX^D3$qZGy|(v.}"><field name="speed">-200</field></shadow></value></block></value><next><block type="startEffectOnSprite" id="FzO[~YPpg,K}310bcsJ^"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="effect">effects.halo</field><value name="sprite"><block type="variables_get" id="UE#B4)q0ar.g?cEYF!Q,"><field name="VAR" id="4s7M6q@EjB,bPg%|s-]l">projectile</field></block></value><next><block type="controls_if" id="uQ5vmx}d$#B*PSJlYKZ7"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id=";}}bHL^1:-3bJccBw[+F"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="N8C#fECyqwD2FGFs;EB3"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="kB4;5Xj5WuVlaQgij??$"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="GxTuU]}!GV`|VhYB@EJW"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="?rQ~te6^4b/$ZIrc`nL;" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Square</field><field name="effect">SoundExpressionEffect.Tremolo</field><field name="interpolation">InterpolationCurve.Curve</field><value name="startFrequency"><shadow type="math_number_minmax" id="fVO/9qpAGou$;u!+jJrP"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">3228</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id=".f^tlg0,[s-ru#:tQOsD"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="ed:(;nvbg3N{k}MPc87j"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">200</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="bqLN*^L#{F4ZyR+0Ah0S"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id=".n`;b+q9C$@LwpnD,ja%"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement></block></next></block></next></block></statement></block></statement></block><block type="keyonevent" id="4PRFL==8gl%i*tI%_c(N" x="3154" y="3727"><field name="button">controller.B</field><field name="event">ControllerButtonEvent.Repeated</field><statement name="HANDLER"><block type="startEffectOnSprite" id=":D9?s#uqgg[o[#b0WF;("><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="1" _input_init="true"></mutation><field name="effect">effects.halo</field><value name="sprite"><block type="variables_get" id="y-7o.!S%,DM^[^)i2I/$"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></block></value><value name="duration"><shadow type="timePicker" id="/$[_|+.`9$E6!=;d.!Ey"><field name="ms">1500</field></shadow></value><next><block type="variables_change" id="mFj9Az*LM+^n]YxN|-Gs"><field name="VAR" id="e,;B6)97h#{}5K$gCoj~">count</field><value name="VALUE"><shadow type="math_number" id="gq!3u$Fq8}-J?Ai6b]he"><field name="NUM">1</field></shadow></value><next><block type="controls_if" id="3N,CCe6o6yZ#6wux/%bw"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id=")d+N?;$[URT.|av@~/O7"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id=",|ZL2pKKAbjF%O4utaE*"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id=")o:E%82)A@0Q`edEV,`3"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="tka#HP,:Cxj#hso(;wK*"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="[/?GaV2#drsE~wGp^]S_" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Noise</field><field name="effect">SoundExpressionEffect.None</field><field name="interpolation">InterpolationCurve.Linear</field><value name="startFrequency"><shadow type="math_number_minmax" id="S6x!Q9aly),@GN)$AEye"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">687</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="5z{=.whJ[u@F)EamNvNI"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1043</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="e2Mp!8)x6@/$N,PZ)ui7"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">50</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="9PZRuEB3+[oeNhxRyr(P"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="2Dg[fQWjS#5$Kv|ur?IY"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement></block></next></block></next></block></statement></block><block type="keyonevent" id=",EB6wS44Ea$!EQntWJMi" x="3755" y="3727"><field name="button">controller.right</field><field name="event">ControllerButtonEvent.Released</field><statement name="HANDLER"><block type="run_image_animation" id="nvffHar_v]h|D8f{wa3{"><value name="sprite"><shadow type="variables_get" id="UC^+kZ][~?TjJ`]+a04J"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></shadow></value><value name="frames"><shadow type="animation_editor" id="Qx0L`V!+v=FOED4[g}Vf"><field name="frames">[img`
. . . . . . f f f f f f . . . .
. . . . f f e e e e f 2 f . . .
. . . f f e e e e f 2 2 2 f . .
. . . f e e e f f e e e e f . .
. . . f f f f e e 2 2 2 2 e f .
. . . f e 2 2 2 f f f f e 2 f .
. . f f f f f f f e e e f f f .
. . f f e 4 4 e b f 4 4 e e f .
. . f e e 4 d 4 1 f d d e f . .
. . . f e e e 4 d d d d f . . .
. . . . f f e e 4 4 4 e f . . .
. . . . . 4 d d e 2 2 2 f . . .
. . . . . e d d e 2 2 2 f . . .
. . . . . f e e f 4 5 5 f . . .
. . . . . . f f f f f f . . . .
. . . . . . . f f f . . . . . .
`]</field><data>{"commentRefs":[],"fieldData":{"frames":null}}</data></shadow></value><value name="frameInterval"><shadow type="timePicker" id="Pj9?2_5eq.wA}PVB}tiH"><field name="ms">100</field></shadow></value><value name="loop"><shadow type="toggleOnOff" id="Oq@lg~5fejo7f}=f5ZSx"><field name="on">true</field></shadow></value></block></statement></block><block type="keyonevent" id="S]GCJ=QH+P}vA9/}c^sD" x="4096" y="3727"><field name="button">controller.right</field><field name="event">ControllerButtonEvent.Pressed</field><statement name="HANDLER"><block type="variables_set" id="Z#R7-C0+t7mlSpt:qPtv"><field name="VAR" id="wTU4c+*~Nm)|Iq{)IMsr">Facing</field><value name="VALUE"><shadow type="math_number" id="#_EK#Rd9eIxlxdy)Q?Te"><field name="NUM">1</field></shadow></value><next><block type="run_image_animation" id="D_$Z(ya2fN.Lh0Q@#.Sq"><value name="sprite"><shadow type="variables_get" id="/;YtXPqc`69Os,v|5A$Q"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></shadow></value><value name="frames"><shadow type="animation_editor" id="58PJ~!g}:wmTY=*fwY8n"><field name="frames">[img`
. . . . . . f f f f f f . . . .
. . . . f f e e e e f 2 f . . .
. . . f f e e e e f 2 2 2 f . .
. . . f e e e f f e e e e f . .
. . . f f f f e e 2 2 2 2 e f .
. . . f e 2 2 2 f f f f e 2 f .
. . f f f f f f f e e e f f f .
. . f f e 4 4 e b f 4 4 e e f .
. . f e e 4 d 4 1 f d d e f . .
. . . f e e e 4 d d d d f . . .
. . . . f f e e 4 4 4 e f . . .
. . . . . 4 d d e 2 2 2 f . . .
. . . . . e d d e 2 2 2 f . . .
. . . . . f e e f 4 5 5 f . . .
. . . . . . f f f f f f . . . .
. . . . . . . f f f . . . . . .
`,img`
. . . . . . . . . . . . . . . .
. . . . . . f f f f f f . . . .
. . . . f f e e e e f 2 f . . .
. . . f f e e e e f 2 2 2 f . .
. . . f e e e f f e e e e f . .
. . . f f f f e e 2 2 2 2 e f .
. . . f e 2 2 2 f f f f e 2 f .
. . f f f f f f f e e e f f f .
. . f f e 4 4 e b f 4 4 e e f .
. . f e e 4 d 4 1 f d d e f . .
. . . f e e e e e d d d f . . .
. . . . . f 4 d d e 4 e f . . .
. . . . . f e d d e 2 2 f . . .
. . . . f f f e e f 5 5 f f . .
. . . . f f f f f f f f f f . .
. . . . . f f . . . f f f . . .
`,img`
. . . . . . f f f f f f . . . .
. . . . f f e e e e f 2 f . . .
. . . f f e e e e f 2 2 2 f . .
. . . f e e e f f e e e e f . .
. . . f f f f e e 2 2 2 2 e f .
. . . f e 2 2 2 f f f f e 2 f .
. . f f f f f f f e e e f f f .
. . f f e 4 4 e b f 4 4 e e f .
. . f e e 4 d 4 1 f d d e f . .
. . . f e e e 4 d d d d f . . .
. . . . f f e e 4 4 4 e f . . .
. . . . . 4 d d e 2 2 2 f . . .
. . . . . e d d e 2 2 2 f . . .
. . . . . f e e f 4 5 5 f . . .
. . . . . . f f f f f f . . . .
. . . . . . . f f f . . . . . .
`,img`
. . . . . . . . . . . . . . . .
. . . . . . f f f f f f . . . .
. . . . f f e e e e f 2 f . . .
. . . f f e e e e f 2 2 2 f . .
. . . f e e e f f e e e e f . .
. . . f f f f e e 2 2 2 2 e f .
. . . f e 2 2 2 f f f f e 2 f .
. . f f f f f f f e e e f f f .
. . f f e 4 4 e b f 4 4 e e f .
. . f e e 4 d 4 1 f d d e f . .
. . . f e e e 4 d d d d f . . .
. . . . 4 d d e 4 4 4 e f . . .
. . . . e d d e 2 2 2 2 f . . .
. . . . f e e f 4 4 5 5 f f . .
. . . . f f f f f f f f f f . .
. . . . . f f . . . f f f . . .
`]</field><data>{"commentRefs":[],"fieldData":{"frames":null}}</data></shadow></value><value name="frameInterval"><shadow type="timePicker" id="ixOv5[w84Q:9t2:-`M|6"><field name="ms">100</field></shadow></value><value name="loop"><shadow type="toggleOnOff" id="sr/!de*IkrH}T4Uoo4(z"><field name="on">true</field></shadow></value></block></next></block></statement></block><block type="keyonevent" id="@Ld$b{iVkuB_U8m@Q4[q" x="4429" y="3727"><field name="button">controller.down</field><field name="event">ControllerButtonEvent.Repeated</field><statement name="HANDLER"><block type="startEffectOnSprite" id="I`d2n~,%p{OD4d7|H:6f"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="1" _input_init="true"></mutation><field name="effect">effects.halo</field><value name="sprite"><block type="variables_get" id=".qyB3$#Z}KYQ=W]/$/FP"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></block></value><value name="duration"><shadow type="timePicker" id="$k#.Q2Z(}uvDy1S)Z;sA"><field name="ms">1500</field></shadow></value><next><block type="variables_change" id="mvS-z#pEdUWCJni-pfoL"><field name="VAR" id="/a#^oY|*X*[L:CS?8OMc">count2</field><value name="VALUE"><shadow type="math_number" id="9?3qi9my#dWdjK[.*^M?"><field name="NUM">10</field></shadow></value></block></next></block></statement></block><block type="keyonevent" id="GR--%2K.-8EyfvPuTQoe" x="5030" y="3727"><field name="button">controller.left</field><field name="event">ControllerButtonEvent.Pressed</field><statement name="HANDLER"><block type="variables_set" id="d]!LIIWp/]lPxt+aNmGK"><field name="VAR" id="wTU4c+*~Nm)|Iq{)IMsr">Facing</field><value name="VALUE"><shadow type="math_number" id="L9wSPm4IPGec~ndDfVnK"><field name="NUM">-1</field></shadow></value><next><block type="run_image_animation" id="iNPWWgP~]%Ow~eGQYyBN"><value name="sprite"><shadow type="variables_get" id="n;BlTv906-YiVVJB#IbC"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></shadow></value><value name="frames"><shadow type="animation_editor" id="P;@x2k|mzjPQZb4R,o|*"><field name="frames">[img`
. . . . f f f f f f . . . . . .
. . . f 2 f e e e e f f . . . .
. . f 2 2 2 f e e e e f f . . .
. . f e e e e f f e e e f . . .
. f e 2 2 2 2 e e f f f f . . .
. f 2 e f f f f 2 2 2 e f . . .
. f f f e e e f f f f f f f . .
. f e e 4 4 f b e 4 4 e f f . .
. . f e d d f 1 4 d 4 e e f . .
. . . f d d d d 4 e e e f . . .
. . . f e 4 4 4 e e f f . . . .
. . . f 2 2 2 e d d 4 . . . . .
. . . f 2 2 2 e d d e . . . . .
. . . f 5 5 4 f e e f . . . . .
. . . . f f f f f f . . . . . .
. . . . . . f f f . . . . . . .
`,img`
. . . . . . . . . . . . . . . .
. . . . f f f f f f . . . . . .
. . . f 2 f e e e e f f . . . .
. . f 2 2 2 f e e e e f f . . .
. . f e e e e f f e e e f . . .
. f e 2 2 2 2 e e f f f f . . .
. f 2 e f f f f 2 2 2 e f . . .
. f f f e e e f f f f f f f . .
. f e e 4 4 f b e 4 4 e f f . .
. . f e d d f 1 4 d 4 e e f . .
. . . f d d d e e e e e f . . .
. . . f e 4 e d d 4 f . . . . .
. . . f 2 2 e d d e f . . . . .
. . f f 5 5 f e e f f f . . . .
. . f f f f f f f f f f . . . .
. . . f f f . . . f f . . . . .
`,img`
. . . . f f f f f f . . . . . .
. . . f 2 f e e e e f f . . . .
. . f 2 2 2 f e e e e f f . . .
. . f e e e e f f e e e f . . .
. f e 2 2 2 2 e e f f f f . . .
. f 2 e f f f f 2 2 2 e f . . .
. f f f e e e f f f f f f f . .
. f e e 4 4 f b e 4 4 e f f . .
. . f e d d f 1 4 d 4 e e f . .
. . . f d d d d 4 e e e f . . .
. . . f e 4 4 4 e e f f . . . .
. . . f 2 2 2 e d d 4 . . . . .
. . . f 2 2 2 e d d e . . . . .
. . . f 5 5 4 f e e f . . . . .
. . . . f f f f f f . . . . . .
. . . . . . f f f . . . . . . .
`,img`
. . . . . . . . . . . . . . . .
. . . . f f f f f f . . . . . .
. . . f 2 f e e e e f f . . . .
. . f 2 2 2 f e e e e f f . . .
. . f e e e e f f e e e f . . .
. f e 2 2 2 2 e e f f f f . . .
. f 2 e f f f f 2 2 2 e f . . .
. f f f e e e f f f f f f f . .
. f e e 4 4 f b e 4 4 e f f . .
. . f e d d f 1 4 d 4 e e f . .
. . . f d d d d 4 e e e f . . .
. . . f e 4 4 4 e d d 4 . . . .
. . . f 2 2 2 2 e d d e . . . .
. . f f 5 5 4 4 f e e f . . . .
. . f f f f f f f f f f . . . .
. . . f f f . . . f f . . . . .
`]</field><data>{"commentRefs":[],"fieldData":{"frames":null}}</data></shadow></value><value name="frameInterval"><shadow type="timePicker" id=";t~6PCwzb$jJCnbxgSNL"><field name="ms">100</field></shadow></value><value name="loop"><shadow type="toggleOnOff" id="Ver{~jSpGCM=fc{YD463"><field name="on">true</field></shadow></value></block></next></block></statement></block><block type="keyonevent" id="5.UZ93*r%aAgh8b#4.+." x="5354" y="3727"><field name="button">controller.down</field><field name="event">ControllerButtonEvent.Released</field><statement name="HANDLER"><block type="controls_if" id="lUf!D1OP[bo=[ZF],*}1"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id=")VUU/No[8+SKH7BZ{mLy"><field name="OP">GTE</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="/1wB|JUXO~/J|6l|n2pe"><field name="VAR" id="/a#^oY|*X*[L:CS?8OMc">count2</field></block></value><value name="B"><shadow type="math_number" id="sMe|!@q^L6]TtL{+YX!c"><field name="NUM">55</field></shadow></value></block></value><statement name="DO0"><block type="controls_if" id="S(W0rYBc%89_/s!dwb*j"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="bBADdl7jADY}e,o*H*H,"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="1!4)p_U~:}?w9i{2MK;b"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="T!8$iyC,1i!MSWaIjaDc"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="1ZXSLv,]_!HS99n]b_dX"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="d4NIVfYEEr,=HSM+~j?k" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Noise</field><field name="effect">SoundExpressionEffect.Vibrato</field><field name="interpolation">InterpolationCurve.Curve</field><value name="startFrequency"><shadow type="math_number_minmax" id="sPEg*JhedBy;[fViUulg"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="LhT3sewS{uxoH)F7%iDZ"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">4209</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="a[]2.~nX2)#gIZ5#-mM5"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">800</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="vkRX{/NPf8toFuHd;[a^"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="zqx6*f-U4VjPTq*)CEF_"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement><next><block type="Sprite_blockCombine_change" id="%r!frBKPg9Pmn3OD`oAH"><field name="property">Sprite.vy@set</field><value name="mySprite"><block type="variables_get" id="Pg+cdAE}#dg{ckm1h1@!"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></block></value><value name="value"><shadow type="math_number" id=",Zodxg]kkT6v}]ns04g2"><field name="NUM">-500</field></shadow></value><next><block type="startEffectOnSprite" id="t/Xr,q:osz-5|U_B/%Yo"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="1" _input_init="true"></mutation><field name="effect">effects.fire</field><value name="sprite"><block type="variables_get" id=";mVxdR*}^`%C~JG*Y%9+"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></block></value><value name="duration"><shadow type="timePicker" id="$4W)fI`4Y;SQeu1~gvpd"><field name="ms">1500</field></shadow></value><next><block type="variables_set" id="Dak@zvOu]n{%B)IBjxxW"><field name="VAR" id="/a#^oY|*X*[L:CS?8OMc">count2</field><value name="VALUE"><shadow type="math_number" id="%{G26i#$uMmL[%?%g*(`"><field name="NUM">0</field></shadow></value></block></next></block></next></block></next></block></statement></block></statement></block><block type="keyonevent" id="2`DqB+$J[@:]b!wlOpB8" x="5970" y="3727"><field name="button">controller.left</field><field name="event">ControllerButtonEvent.Released</field><statement name="HANDLER"><block type="run_image_animation" id="6c?NBO,W!TKrh^:EHrIt"><value name="sprite"><shadow type="variables_get" id="ZWFG;sr~wejY3pA%3`IA"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></shadow></value><value name="frames"><shadow type="animation_editor" id="rK)1uvz:b{gMG_T[6vC$"><field name="frames">[img`
. . . . f f f f f f . . . . . .
. . . f 2 f e e e e f f . . . .
. . f 2 2 2 f e e e e f f . . .
. . f e e e e f f e e e f . . .
. f e 2 2 2 2 e e f f f f . . .
. f 2 e f f f f 2 2 2 e f . . .
. f f f e e e f f f f f f f . .
. f e e 4 4 f b e 4 4 e f f . .
. . f e d d f 1 4 d 4 e e f . .
. . . f d d d d 4 e e e f . . .
. . . f e 4 4 4 e e f f . . . .
. . . f 2 2 2 e d d 4 . . . . .
. . . f 2 2 2 e d d e . . . . .
. . . f 5 5 4 f e e f . . . . .
. . . . f f f f f f . . . . . .
. . . . . . f f f . . . . . . .
`]</field><data>{"commentRefs":[],"fieldData":{"frames":null}}</data></shadow></value><value name="frameInterval"><shadow type="timePicker" id="SrKF+Z0a~X|3jqqKeoCU"><field name="ms">100</field></shadow></value><value name="loop"><shadow type="toggleOnOff" id="%Y_g!}3ZT8.ahkpUn3Gv"><field name="on">false</field></shadow></value></block></statement></block><block type="spriteshittile" id="[^8M.%B#7wSQDw;vHLpg" x="6303" y="3727"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="Y-}Lj`.hP[bNw|Nmc)SZ"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="h},C4jM:!qF~}Bm!5SJr"><field name="MEMBER">player2</field></shadow></value><value name="tile"><shadow type="tileset_tile_picker" id="$rutHO*fTK3josw0+22l"><field name="tile">assets.tile`myTile1`</field></shadow></value><value name="HANDLER_DRAG_PARAM_location"><shadow type="argument_reporter_custom" id="X#kmW2O1AAStT,S$Eluq"><mutation typename="tiles.Location"></mutation><field name="VALUE">location</field></shadow></value><statement name="HANDLER"><block type="spritesetpos" id="gG;ou+gdJM=^l%B;ciT*"><value name="sprite"><block type="variables_get" id="{DIJeYO4.#xi/m@y[mM`"><field name="VAR" id="-csr$mrRiwZ;H_1[_$P7">mySprite4</field></block></value><value name="x"><shadow type="positionPicker"></shadow><block type="device_random" id="~/u[U03#{9W~Wg|{RcPD"><value name="min"><shadow type="math_number" id="a4$BmS0o`jNZF9`+Y1#D"><field name="NUM">0</field></shadow></value><value name="limit"><shadow type="math_number" id="YExJD)p4zsd_MmwY.[S1"><field name="NUM">160</field></shadow></value></block></value><value name="y"><shadow type="positionPicker"></shadow><block type="device_random" id="+Q]=OBQ9R#VSq{VC1z1i"><value name="min"><shadow type="math_number" id="5S45y3i2[Xd1?4%GBNI6"><field name="NUM">160</field></shadow></value><value name="limit"><shadow type="math_number" id=":zBV|,AT5pf4yL:3JxS,"><field name="NUM">0</field></shadow></value></block></value></block></statement></block><block type="spriteshittile" id="(2rJgFmyV-stjT6V}P!P" x="20" y="4866"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="m3CUj(Q6xfoWI=JDsMer"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="IY6xqs~[rQZmo[{t.w(`"><field name="MEMBER">player2</field></shadow></value><value name="tile"><shadow type="tileset_tile_picker" id="v{8dGCTak1DWZRk47z0E"><field name="tile">assets.tile`myTile`</field></shadow></value><value name="HANDLER_DRAG_PARAM_location"><shadow type="argument_reporter_custom" id="PRr1H!cHIXs)VvN[vYxy"><mutation typename="tiles.Location"></mutation><field name="VALUE">location</field></shadow></value><statement name="HANDLER"><block type="spritesetpos" id="~:F*T64(/HZsr1]i/^?B"><value name="sprite"><block type="variables_get" id="wPiI0ONJwa|=6$(p+589"><field name="VAR" id="-csr$mrRiwZ;H_1[_$P7">mySprite4</field></block></value><value name="x"><shadow type="positionPicker"></shadow><block type="device_random" id="*mh^ZnVVM#RsKPwwbL@("><value name="min"><shadow type="math_number" id="Ga9fXW2XCD`AgSs,xc%B"><field name="NUM">0</field></shadow></value><value name="limit"><shadow type="math_number" id="@Ezg`!Bf-Wp[zPUBM^`B"><field name="NUM">160</field></shadow></value></block></value><value name="y"><shadow type="positionPicker"></shadow><block type="device_random" id=",TAt|:JwuVwGzYMH|@xO"><value name="min"><shadow type="math_number" id="f_A5)M{t8xI^Uc8/I_jV"><field name="NUM">160</field></shadow></value><value name="limit"><shadow type="math_number" id="8LLPe1d(W+o~H=cE%d^c"><field name="NUM">0</field></shadow></value></block></value></block></statement></block><block type="spriteshittile" id="]BV6qd^d]USrTu5viKq`" x="901" y="4866"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="GiJCR2tXF.;vt=]uj5K}"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="D*cWcDGkOCjU1[`?.RI?"><field name="MEMBER">Player</field></shadow></value><value name="tile"><shadow type="tileset_tile_picker" id="pCBS*5d-;S=dvD{I4.RQ"><field name="tile">assets.tile`myTile`</field></shadow></value><value name="HANDLER_DRAG_PARAM_location"><shadow type="argument_reporter_custom" id="/y4bSuIqi)EB}wCu/N51"><mutation typename="tiles.Location"></mutation><field name="VALUE">location</field></shadow></value><statement name="HANDLER"><block type="spritesetpos" id="k{kPGFUwVTkE0egIr`|?"><value name="sprite"><block type="variables_get" id="aTE5Qt!@*_2DAvW|C!6%"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></block></value><value name="x"><shadow type="positionPicker"></shadow><block type="device_random" id="F+)Sm*lbtgglA{D9}p+c"><value name="min"><shadow type="math_number" id=".:OL,Q6YBet:B?)Q1UX2"><field name="NUM">0</field></shadow></value><value name="limit"><shadow type="math_number" id="!FC!StvKB;!ohqk4u!is"><field name="NUM">160</field></shadow></value></block></value><value name="y"><shadow type="positionPicker"></shadow><block type="device_random" id=".3O..3ZOu.;EsM3ito9n"><value name="min"><shadow type="math_number" id="!g~myIZ.,ufh5ZWP0d}^"><field name="NUM">160</field></shadow></value><value name="limit"><shadow type="math_number" id="aWrl!/(mmVPsxLaL_{U="><field name="NUM">0</field></shadow></value></block></value></block></statement></block><block type="spriteshittile" id="xl3F0(pH0[^1[4AU@KM?" x="1773" y="4866"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="eP1,sXYmys9#Pvw1)$AX"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="o]fOb031}EL)UyjJ-{ma"><field name="MEMBER">Player</field></shadow></value><value name="tile"><shadow type="tileset_tile_picker" id="]3txe,Fedq_SNfA!bc-S"><field name="tile">assets.tile`myTile1`</field></shadow></value><value name="HANDLER_DRAG_PARAM_location"><shadow type="argument_reporter_custom" id="HmDDYvsYwUP(sv7H/x?D"><mutation typename="tiles.Location"></mutation><field name="VALUE">location</field></shadow></value><statement name="HANDLER"><block type="spritesetpos" id="2Hy[{8X1FtPK.y=bYiP5"><value name="sprite"><block type="variables_get" id="sM,/YJuijYaL7MmR93N@"><field name="VAR" id="(~w-BS7^iT3EQ73kV^gD">mySprite</field></block></value><value name="x"><shadow type="positionPicker"></shadow><block type="device_random" id="vj/~k-f6)}?afS9VR%1q"><value name="min"><shadow type="math_number" id="sJi8nttEu]8k?6M(qX[b"><field name="NUM">0</field></shadow></value><value name="limit"><shadow type="math_number" id="_0-I%dWg6hOm5dik*g[H"><field name="NUM">160</field></shadow></value></block></value><value name="y"><shadow type="positionPicker"></shadow><block type="device_random" id="LO6YfVaZg+-zy7TUtp@S"><value name="min"><shadow type="math_number" id="$w6q#)Z?gOJ/vcEhL$/S"><field name="NUM">160</field></shadow></value><value name="limit"><shadow type="math_number" id="G@dsSCQ?@hA}_,D0u?(:"><field name="NUM">0</field></shadow></value></block></value></block></statement></block><block type="spritesoverlap" id="MMMb7QLPy*X1s@wg+YRd" x="2645" y="4866"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="4V/Yr0jPY-1.hh;CP_tR"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="!X6DJ.hs!so~OEG4@;hC"><field name="MEMBER">heal</field></shadow></value><value name="HANDLER_DRAG_PARAM_otherSprite"><shadow type="argument_reporter_custom" id="HCw2W_Qh}|@Q)l.P_-Mo"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></shadow></value><value name="otherKind"><shadow type="spritekind" id="wU^k`kf*nv~l^IdsJ|iZ"><field name="MEMBER">Player</field></shadow></value><statement name="HANDLER"><block type="hudChangeLifeBy" id="^Tr$$)#g9,{fi_6]5(Bg"><value name="value"><shadow type="math_number" id="9JAcdXx=$6It:VSzr3C$"><field name="NUM">1</field></shadow></value><next><block type="spritedestroy" id="D=R87u+ozIedf|-i*eY("><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="2" _input_init="true"></mutation><field name="effect">effects.fire</field><value name="sprite"><block type="argument_reporter_custom" id="AInf$n^Ir{c+LI[LCb(#"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></block></value><value name="duration"><shadow type="timePicker" id="+Nex6(+2!gXi2H7sfJb4"><field name="ms">500</field></shadow></value><next><block type="controls_if" id="6@n^vH6z|~`Z(V-{N{nk"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="dKcZSc_x@Ys}l9x[g?It"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="l4D^b{e3K$!u2]ejK%=S"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="_N(LGrE-r;4[tkZh].~Z"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="bEwXDfT8O_(.F*(B=zx2"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="RNS,IFhi[5IjY{u,?nv5" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Square</field><field name="effect">SoundExpressionEffect.None</field><field name="interpolation">InterpolationCurve.Linear</field><value name="startFrequency"><shadow type="math_number_minmax" id="Z@vl%=q1/AYI52ZlaWuW"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="@HL(4hZ$nF*!C5AJ0P*s"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">5000</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="1unF#Il?:Y_Q[Sw+Y+yL"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">500</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="-3_cspQ1BLIW4sy9s`0|"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="W/GTtR=_byJ{|_[,j@#("><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement></block></next></block></next></block></statement></block><block type="spritesoverlap" id="]/IR:q[J?#dE1qRvCTMI" x="3347" y="4866"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="#!8k_{C/f,z;bKhhot);"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="skP!CIX!`Zk%F-[kxA$m"><field name="MEMBER">Player</field></shadow></value><value name="HANDLER_DRAG_PARAM_otherSprite"><shadow type="argument_reporter_custom" id="5mGwW!_C}|$TA)`KIk57"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></shadow></value><value name="otherKind"><shadow type="spritekind" id="wDe0:!,Krm?|L?96=P4r"><field name="MEMBER">pro2</field></shadow></value><statement name="HANDLER"><block type="spritedestroy" id="-h]$lmpc5(!e{y!(bUw="><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="2" _input_init="true"></mutation><field name="effect">effects.fire</field><value name="sprite"><block type="argument_reporter_custom" id="dvDe@VFQ?hdG#EoXHJ#;"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></block></value><value name="duration"><shadow type="timePicker" id="}Mr~x$~;iL5~hY7Ejv}*"><field name="ms">500</field></shadow></value><next><block type="hudChangeLifeBy" id="Tmk9)/YbQo.+{PadPr~R"><value name="value"><shadow type="math_number" id="RPbn3yLB^`o~L)Fz!+[c"><field name="NUM">-1</field></shadow></value><next><block type="controls_if" id="$7$f%0[?qP-wzCb*t{]*"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="9Ik_9KQ4yi5-SCe|J3fZ"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="cj`3.{r14J3FbLDVO,3t"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="A/d/B5=g/b*^1S%#itRz"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="N##H}VAA:pcI4C3CJ%P6"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="*=gf5;jQEFQD*j_EWV.|" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Sawtooth</field><field name="effect">SoundExpressionEffect.None</field><field name="interpolation">InterpolationCurve.Curve</field><value name="startFrequency"><shadow type="math_number_minmax" id="rZ^2u@KH=Hv%(Ru38.Ag"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">200</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="Wmt9!~K#WsPgV|AcMYLz"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">330</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="UWDBbK;YsvC/4cpsG:E,"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">100</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="pq5B/]pGX81=/B@:rl4,"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="=D|oC]W@q3+b*pyR2^=6"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement></block></next></block></next></block></statement></block><block type="spritesoverlap" id="7_*!yc,IZPt}un$@t}KW" x="4048" y="4866"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="J}Drt13@Fz,`$R4aAaXC"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="Qts!Qe.GCW0cO^@ye-LO"><field name="MEMBER">Player</field></shadow></value><value name="HANDLER_DRAG_PARAM_otherSprite"><shadow type="argument_reporter_custom" id=")#p9rD9(Sdo(6Z]gE=O}"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></shadow></value><value name="otherKind"><shadow type="spritekind" id="mb1xdc4@)ZOU`H!f5r}`"><field name="MEMBER">pro3</field></shadow></value><statement name="HANDLER"><block type="spritedestroy" id="sFOcF:DUfL%e9-ETHd5u"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="2" _input_init="true"></mutation><field name="effect">effects.fire</field><value name="sprite"><block type="argument_reporter_custom" id="=eqH$6O1gu{Uay=_kN2Z"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></block></value><value name="duration"><shadow type="timePicker" id="07rPTaq?0B#:V*09Yus*"><field name="ms">500</field></shadow></value><next><block type="hudChangeLifeBy" id="K#F@Z6C@3+ZuuSOuLZk%"><value name="value"><shadow type="math_number" id="EK3=[dcDC3%.?Ah([][J"><field name="NUM">-10</field></shadow></value><next><block type="controls_if" id="VO?PhW;5Wjk`$t*u):*7"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="PE{W51I?hR|6V+Zq1bfP"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id=".l}Y..vO@`vx-nofRXIf"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="mTEJKSV#4?2-*qwj6bV2"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="v0IXqw.(7}6Zt[0p/YHp"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="aNM*^e[@nR)s,Fm3,)B;" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Square</field><field name="effect">SoundExpressionEffect.Warble</field><field name="interpolation">InterpolationCurve.Curve</field><value name="startFrequency"><shadow type="math_number_minmax" id="8$08LL*!IfnDm*cPdJo{"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">200</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="%OE%1P$`}Q)IksEh-Thj"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">330</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="`%GN9o,i^OQ$So@Kn*Dq"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">400</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="NF#P@3,J$Il1(MQg@{$t"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="X0JRZ1{RI^!ql4Ad]U=%"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement></block></next></block></next></block></statement></block><block type="spritesoverlap" id="MIuIQ%u^qmAIm_wPi:z(" x="4750" y="4866"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="zC/zHHhepFPshRHM/S66"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="fD1lPZp@;ng+{ZNsnxRB"><field name="MEMBER">Enemy</field></shadow></value><value name="HANDLER_DRAG_PARAM_otherSprite"><shadow type="argument_reporter_custom" id="jh)?9=O4?^(YkS#Re|(x"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></shadow></value><value name="otherKind"><shadow type="spritekind" id="_Pjy0:=6w=|eGdABbsVE"><field name="MEMBER">Projectile</field></shadow></value><statement name="HANDLER"><block type="StatusBarSprite_blockCombine_change" id="Ezwhe)d(IEb1yTs95)rM"><field name="property">StatusBarSprite.value@set</field><value name="statusbar"><block type="variables_get" id="SBO?y09}!1=8W;|?yfZ."><field name="VAR" id="}vrq3/O(.4my}%rm6Q*A">statusbar</field></block></value><value name="value"><shadow type="math_number" id="X0|z?4Z|ff`R3mhnJjuK"><field name="NUM">-1</field></shadow></value><next><block type="controls_if" id="){|3.-$WyHe$Q;dZY6jS"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="=I:b-Xj3|aPS.@{WI[sJ"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="E43M/.8-s^gP#*Q,BGfp"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="dK_!);[zbJc~6NWs$s4;"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="fHX!leMOdGdTXJB:HXbd"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="D`RQFk1@bMrAre]`_p:x" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Sawtooth</field><field name="effect">SoundExpressionEffect.None</field><field name="interpolation">InterpolationCurve.Linear</field><value name="startFrequency"><shadow type="math_number_minmax" id="AG/Yt~`Y4V.;~lT7ru4j"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">330</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="gQV_,yeSDx(2{|zqhS7Q"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="ykJ-+OAFWyLn#9^`L=~g"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">300</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="%n8V~-i6U;~G]oEYHP_6"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="wKF*3;Vn|KAAKa4!IEBJ"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement></block></next></block></statement></block><block type="spritesoverlap" id="8-~J5mG=T#LgSH0bz21?" x="5495" y="4866"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="U[LLO8!Ye=t..[DS)F1#"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="B47bXI7~Nos0w?-i:PNs"><field name="MEMBER">Projectile</field></shadow></value><value name="HANDLER_DRAG_PARAM_otherSprite"><shadow type="argument_reporter_custom" id="GO_?~4l~.DiFKP4jN=r9"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></shadow></value><value name="otherKind"><shadow type="spritekind" id="-?s1N%CbNV`uDePK720B"><field name="MEMBER">pro2</field></shadow></value><statement name="HANDLER"><block type="spritedestroy" id="(~9UKwQ$a.+phj$,Ogct"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="2" _input_init="true"></mutation><field name="effect">effects.fire</field><value name="sprite"><block type="argument_reporter_custom" id="^7@%AFSsMoXQax[u[NZJ"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></block></value><value name="duration"><shadow type="timePicker" id="|,Kp|oAX@5{^Dz5ccY_k"><field name="ms">500</field></shadow></value><next><block type="controls_if" id="cQh3N?Oe{Pky`i}F30{x"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="poR3kTwle3.u9Eqd^`[W"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="gE1Rg1{,5S_,wEM|o|]-"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="KmiOzj[TuC7g=pKZsW,6"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="zwB!/h,H)Sf-Lh1yJInp"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="C,_zJc?0(L@ic9VM3(+b" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Triangle</field><field name="effect">SoundExpressionEffect.None</field><field name="interpolation">InterpolationCurve.Linear</field><value name="startFrequency"><shadow type="math_number_minmax" id="f21SFkB~2X5@PDc~Fxt."><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">330</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="b5`dv{zSKz`dI73lDt-^"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="8I3indh,E%_Lhyk#~*[]"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">300</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="WMPeq;Ldc)?m3NP2mto^"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="jllWTklX;ZJV:[KQk?,@"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement></block></next></block></statement></block><block type="spritesoverlap" id="rh$CZB2c5#um,|qe{EfI" x="6232" y="4866"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="1t;C1b!fhZNJ3FJT#i,n"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id="WOT2BY@4pjisB-u4PKV2"><field name="MEMBER">player2</field></shadow></value><value name="HANDLER_DRAG_PARAM_otherSprite"><shadow type="argument_reporter_custom" id="OSX~Vy%iztb`![H/mT?$"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></shadow></value><value name="otherKind"><shadow type="spritekind" id="YDt!!A^qbxQ?yH9[$c$)"><field name="MEMBER">Enemy</field></shadow></value><statement name="HANDLER"><block type="controls_if" id="PA?.cEPQ{yu,zr,q)Nu)"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="ctrlispressed" id="}$,Ax2M`{u@;S{/t9R+o"><field name="controller">controller.player2</field><field name="button">ControllerButton.B</field></block></value><statement name="DO0"><block type="StatusBarSprite_blockCombine_change" id="7}[r.`Z6ovS4ZJdc:0}I"><field name="property">StatusBarSprite.value@set</field><value name="statusbar"><block type="variables_get" id="!x4Ew~d:2;=mug2$N=.`"><field name="VAR" id="}vrq3/O(.4my}%rm6Q*A">statusbar</field></block></value><value name="value"><shadow type="math_number" id="6JOw8/.o5M)f~!!Q8K)C"><field name="NUM">-1</field></shadow></value><next><block type="spritesetpos" id="+`dSC#lC/Av.j?X=y=?d"><value name="sprite"><block type="variables_get" id="-z3ntYO:Oru/^Bh2H~X-"><field name="VAR" id="-csr$mrRiwZ;H_1[_$P7">mySprite4</field></block></value><value name="x"><shadow type="positionPicker"></shadow><block type="device_random" id="*4KW-E4/IGEtq(.qc(z{"><value name="min"><shadow type="math_number" id="KHg23;_32p?yrLBkiet*"><field name="NUM">0</field></shadow></value><value name="limit"><shadow type="math_number" id="CkjeL`foVJEn!y`qs+Tm"><field name="NUM">160</field></shadow></value></block></value><value name="y"><shadow type="positionPicker"></shadow><block type="device_random" id="bXh@G1)_T_g8m~/+td#)"><value name="min"><shadow type="math_number" id="th[~y{n%g/+K8tzE5E@`"><field name="NUM">160</field></shadow></value><value name="limit"><shadow type="math_number" id="ty=vxo9p@Q(w2?*@Kd8t"><field name="NUM">0</field></shadow></value></block></value><next><block type="controls_if" id=".G[H3e58hErg/$R_Y3Jd"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="ZyOY`B`gXjb$NfKA9~ru"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="jSq]+rJB=0E^-)2O::NF"><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="r/0a[2.lps3kklJ+c5o("><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="Cf~$J7.NF`xi@ANP+n87"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="O%Qm(8kM@c-W=n9`!uqo" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Sawtooth</field><field name="effect">SoundExpressionEffect.None</field><field name="interpolation">InterpolationCurve.Curve</field><value name="startFrequency"><shadow type="math_number_minmax" id="O1``5K25nG`ffC`9:ajT"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">200</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="6PFAILF$R;@05~CvD37a"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="q/Xga@fk$L`I1%BsMzyV"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">100</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="jj[Jc}IUQWB78$h!Jtsd"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="9`D%^@X(:!kq]!]%Jw09"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement></block></next></block></next></block></statement></block></statement></block><block type="spritesoverlap" id="iOYQP-F^AVT:{ROZ5LNj" x="20" y="5327"><value name="HANDLER_DRAG_PARAM_sprite"><shadow type="argument_reporter_custom" id="6QS/xmfI0;i_5VDc.j49"><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></shadow></value><value name="kind"><shadow type="spritekind" id=");w=0e@=:$7eI2S%uGH1"><field name="MEMBER">heal</field></shadow></value><value name="HANDLER_DRAG_PARAM_otherSprite"><shadow type="argument_reporter_custom" id="tA{0wQ/B8_Jvk_Gr4zM:"><mutation typename="Sprite"></mutation><field name="VALUE">otherSprite</field></shadow></value><value name="otherKind"><shadow type="spritekind" id="na?[u}~l_IDMSSen-po="><field name="MEMBER">player2</field></shadow></value><statement name="HANDLER"><block type="hudChangeLifeBy" id="SHAW}y1$nbI!l5!+@BLh"><value name="value"><shadow type="math_number" id="ji`6!O;|qiZjw|o!/o:R"><field name="NUM">1</field></shadow></value><next><block type="spritedestroy" id="l+}9)^A#6;HN@X8`(Uoe"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="2" _input_init="true"></mutation><field name="effect">effects.fire</field><value name="sprite"><block type="argument_reporter_custom" id="+4Sh4zIB`4)SxH^S?)U("><mutation typename="Sprite"></mutation><field name="VALUE">sprite</field></block></value><value name="duration"><shadow type="timePicker" id="P|05Cu9E7*^A!IXOp59%"><field name="ms">500</field></shadow></value><next><block type="controls_if" id="`6oesHV-moo^ZF5#16R^"><value name="IF0"><shadow type="logic_boolean"><field name="BOOL">TRUE</field></shadow><block type="logic_compare" id="JW#keN%cAvk~.QGHfPWo"><field name="OP">EQ</field><value name="A"><shadow type="math_number"><field name="NUM">0</field></shadow><block type="variables_get" id="7?s4nTM(jexP15%Du!N="><field name="VAR" id="+}J(z+-IUp*7-`22Hmt6">Soundeffects</field></block></value><value name="B"><shadow type="math_number" id="p2`lMTRoX5MZEjT.9Upl"><field name="NUM">1</field></shadow></value></block></value><statement name="DO0"><block type="soundExpression_playSoundEffect" id="Q%,xS!v}qBg[uW)P:fw#"><field name="mode">SoundExpressionPlayMode.InBackground</field><value name="sound"><shadow type="soundExpression_createSoundEffect" id="/ZU8hfz,BZ/J}q+:7K(`" inline="true"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="waveShape">WaveShape.Square</field><field name="effect">SoundExpressionEffect.None</field><field name="interpolation">InterpolationCurve.Linear</field><value name="startFrequency"><shadow type="math_number_minmax" id="v+{=~30x4CNUi]zp$,;B"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">1</field></shadow></value><value name="endFrequency"><shadow type="math_number_minmax" id="CTCZJ+sTCqb9~JA5!P_q"><mutation min="0" max="5000" label="Number" precision="0"></mutation><field name="SLIDER">5000</field></shadow></value><value name="duration"><shadow type="math_number_minmax" id="u.b,;L%ucwbS#{/LYXau"><mutation min="1" max="9999" label="Number" precision="0"></mutation><field name="SLIDER">500</field></shadow></value><value name="startVolume"><shadow type="math_number_minmax" id="$QL.h=We[%0L*tr]QX@c"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">255</field></shadow></value><value name="endVolume"><shadow type="math_number_minmax" id="ooXe=S[`PO|V6JH`g}#Y"><mutation min="0" max="255" label="Number" precision="0"></mutation><field name="SLIDER">0</field></shadow></value></shadow></value></block></statement></block></next></block></next></block></statement></block><block type="statusbars_onZero" id="c-h1uzi.MwqW3/aubh}T" x="730" y="5327"><value name="kind"><shadow type="statusbars_kind" id="nXogE?RjY.63YY:/::QQ"><field name="MEMBER">EnemyHealth</field></shadow></value><value name="HANDLER_DRAG_PARAM_status"><shadow type="argument_reporter_custom" id="ExV9C[ryT:G3Giv_[rhs"><mutation typename="StatusBarSprite"></mutation><field name="VALUE">status</field></shadow></value><statement name="HANDLER"><block type="gameOver" id="X4=RZvE?kuAU6C)ANvBP"><mutation xmlns="http://www.w3.org/1999/xhtml" _expanded="0" _input_init="true"></mutation><field name="effect">effects.confetti</field><value name="win"><shadow type="toggleWinLose" id="Uxp7tJtlQ%OW;,qAg;]7"><field name="win">true</field></shadow></value></block></statement></block></xml>