3331 lines
77 KiB
JavaScript
3331 lines
77 KiB
JavaScript
(function (PIXI, lib) {
|
|
|
|
var MovieClip = PIXI.animate.MovieClip;
|
|
var Sprite = PIXI.Sprite;
|
|
var fromFrame = PIXI.Texture.fromFrame;
|
|
|
|
var Graphic1 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 46, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-cloud2"))
|
|
.setTransform(-218.9, -92.45);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic2 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 48, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-cloud1"))
|
|
.setTransform(-338.55, -151.65);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic3 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 29, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic4 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 29, loop: false });
|
|
var instance1 = new Graphic3(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 29, {
|
|
"0": {
|
|
x: 0.1,
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: -3.15
|
|
},
|
|
"2": {
|
|
y: 20.2
|
|
},
|
|
"3": {
|
|
y: 43.6
|
|
},
|
|
"4": {
|
|
y: 66.95
|
|
},
|
|
"5": {
|
|
y: 90.35
|
|
},
|
|
"6": {
|
|
y: 113.7
|
|
},
|
|
"7": {
|
|
y: 137.1
|
|
},
|
|
"8": {
|
|
y: 160.45
|
|
},
|
|
"9": {
|
|
y: 183.85
|
|
},
|
|
"10": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"11": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"12": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"13": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"14": {
|
|
y: -3.15
|
|
},
|
|
"15": {
|
|
y: 20.2
|
|
},
|
|
"16": {
|
|
y: 43.6
|
|
},
|
|
"17": {
|
|
y: 66.95
|
|
},
|
|
"18": {
|
|
y: 90.35
|
|
},
|
|
"19": {
|
|
y: 113.7
|
|
},
|
|
"20": {
|
|
y: 137.1
|
|
},
|
|
"21": {
|
|
y: 160.45
|
|
},
|
|
"22": {
|
|
y: 183.85
|
|
},
|
|
"23": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"24": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"25": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"26": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"27": {
|
|
y: -3.15
|
|
},
|
|
"28": {
|
|
y: 20.2
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic5 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic6 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Graphic5(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 32, {
|
|
"0": {
|
|
x: 0.1,
|
|
y: -3.15,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: 20.2
|
|
},
|
|
"2": {
|
|
y: 43.6
|
|
},
|
|
"3": {
|
|
y: 66.95
|
|
},
|
|
"4": {
|
|
y: 90.35
|
|
},
|
|
"5": {
|
|
y: 113.7
|
|
},
|
|
"6": {
|
|
y: 137.1
|
|
},
|
|
"7": {
|
|
y: 160.45
|
|
},
|
|
"8": {
|
|
y: 183.85
|
|
},
|
|
"9": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"10": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"11": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"12": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"13": {
|
|
y: -3.15
|
|
},
|
|
"14": {
|
|
y: 20.2
|
|
},
|
|
"15": {
|
|
y: 43.6
|
|
},
|
|
"16": {
|
|
y: 66.95
|
|
},
|
|
"17": {
|
|
y: 90.35
|
|
},
|
|
"18": {
|
|
y: 113.7
|
|
},
|
|
"19": {
|
|
y: 137.1
|
|
},
|
|
"20": {
|
|
y: 160.45
|
|
},
|
|
"21": {
|
|
y: 183.85
|
|
},
|
|
"22": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"23": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"24": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"25": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"26": {
|
|
y: -3.15
|
|
},
|
|
"27": {
|
|
y: 20.2
|
|
},
|
|
"28": {
|
|
y: 43.6
|
|
},
|
|
"29": {
|
|
y: 66.95
|
|
},
|
|
"30": {
|
|
y: 90.35
|
|
},
|
|
"31": {
|
|
y: 113.7
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic7 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic8 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Graphic7(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 32, {
|
|
"0": {
|
|
x: 0.25,
|
|
y: 15.5,
|
|
sx: 0.891,
|
|
sy: 0.891,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: 28.85
|
|
},
|
|
"2": {
|
|
y: 42.25
|
|
},
|
|
"3": {
|
|
y: 55.65
|
|
},
|
|
"4": {
|
|
y: 69.05
|
|
},
|
|
"5": {
|
|
y: 82.45
|
|
},
|
|
"6": {
|
|
y: 95.8
|
|
},
|
|
"7": {
|
|
y: 109.2
|
|
},
|
|
"8": {
|
|
y: 122.6
|
|
},
|
|
"9": {
|
|
y: 136
|
|
},
|
|
"10": {
|
|
y: 149.35
|
|
},
|
|
"11": {
|
|
y: 162.75
|
|
},
|
|
"12": {
|
|
y: 176.15
|
|
},
|
|
"13": {
|
|
y: 188.65,
|
|
c: [
|
|
0.8,
|
|
0,
|
|
0.8,
|
|
0,
|
|
0.8,
|
|
0
|
|
]
|
|
},
|
|
"14": {
|
|
y: 201.15,
|
|
c: [
|
|
0.6,
|
|
0,
|
|
0.6,
|
|
0,
|
|
0.6,
|
|
0
|
|
]
|
|
},
|
|
"15": {
|
|
y: 213.6,
|
|
c: [
|
|
0.4,
|
|
0,
|
|
0.4,
|
|
0,
|
|
0.4,
|
|
0
|
|
]
|
|
},
|
|
"16": {
|
|
y: 226.1,
|
|
c: [
|
|
0.2,
|
|
0,
|
|
0.2,
|
|
0,
|
|
0.2,
|
|
0
|
|
]
|
|
},
|
|
"17": {
|
|
y: 238.6,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"18": {
|
|
y: -11.3,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"19": {
|
|
y: 2.1
|
|
},
|
|
"20": {
|
|
y: 15.5
|
|
},
|
|
"21": {
|
|
y: 28.85
|
|
},
|
|
"22": {
|
|
y: 42.25
|
|
},
|
|
"23": {
|
|
y: 55.65
|
|
},
|
|
"24": {
|
|
y: 69.05
|
|
},
|
|
"25": {
|
|
y: 82.45
|
|
},
|
|
"26": {
|
|
y: 95.8
|
|
},
|
|
"27": {
|
|
y: 109.2
|
|
},
|
|
"28": {
|
|
y: 122.6
|
|
},
|
|
"29": {
|
|
y: 136
|
|
},
|
|
"30": {
|
|
y: 149.35
|
|
},
|
|
"31": {
|
|
y: 162.75
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic9 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic10 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Graphic9(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 32, {
|
|
"0": {
|
|
x: 0.1,
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: -3.15
|
|
},
|
|
"2": {
|
|
y: 20.2
|
|
},
|
|
"3": {
|
|
y: 43.6
|
|
},
|
|
"4": {
|
|
y: 66.95
|
|
},
|
|
"5": {
|
|
y: 90.35
|
|
},
|
|
"6": {
|
|
y: 113.7
|
|
},
|
|
"7": {
|
|
y: 137.1
|
|
},
|
|
"8": {
|
|
y: 160.45
|
|
},
|
|
"9": {
|
|
y: 183.85
|
|
},
|
|
"10": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"11": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"12": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"13": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"14": {
|
|
y: -3.15
|
|
},
|
|
"15": {
|
|
y: 20.2
|
|
},
|
|
"16": {
|
|
y: 43.6
|
|
},
|
|
"17": {
|
|
y: 66.95
|
|
},
|
|
"18": {
|
|
y: 90.35
|
|
},
|
|
"19": {
|
|
y: 113.7
|
|
},
|
|
"20": {
|
|
y: 137.1
|
|
},
|
|
"21": {
|
|
y: 160.45
|
|
},
|
|
"22": {
|
|
y: 183.85
|
|
},
|
|
"23": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"24": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"25": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"26": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"27": {
|
|
y: -3.15
|
|
},
|
|
"28": {
|
|
y: 20.2
|
|
},
|
|
"29": {
|
|
y: 43.6
|
|
},
|
|
"30": {
|
|
y: 66.95
|
|
},
|
|
"31": {
|
|
y: 90.35
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic11 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic12 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Graphic11(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 32, {
|
|
"0": {
|
|
x: 0.25,
|
|
y: 15.5,
|
|
sx: 0.891,
|
|
sy: 0.891,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: 28.85
|
|
},
|
|
"2": {
|
|
y: 42.25
|
|
},
|
|
"3": {
|
|
y: 55.65
|
|
},
|
|
"4": {
|
|
y: 69.05
|
|
},
|
|
"5": {
|
|
y: 82.45
|
|
},
|
|
"6": {
|
|
y: 95.8
|
|
},
|
|
"7": {
|
|
y: 109.2
|
|
},
|
|
"8": {
|
|
y: 122.6
|
|
},
|
|
"9": {
|
|
y: 136
|
|
},
|
|
"10": {
|
|
y: 149.35
|
|
},
|
|
"11": {
|
|
y: 162.75
|
|
},
|
|
"12": {
|
|
y: 176.15
|
|
},
|
|
"13": {
|
|
y: 188.65,
|
|
c: [
|
|
0.8,
|
|
0,
|
|
0.8,
|
|
0,
|
|
0.8,
|
|
0
|
|
]
|
|
},
|
|
"14": {
|
|
y: 201.15,
|
|
c: [
|
|
0.6,
|
|
0,
|
|
0.6,
|
|
0,
|
|
0.6,
|
|
0
|
|
]
|
|
},
|
|
"15": {
|
|
y: 213.6,
|
|
c: [
|
|
0.4,
|
|
0,
|
|
0.4,
|
|
0,
|
|
0.4,
|
|
0
|
|
]
|
|
},
|
|
"16": {
|
|
y: 226.1,
|
|
c: [
|
|
0.2,
|
|
0,
|
|
0.2,
|
|
0,
|
|
0.2,
|
|
0
|
|
]
|
|
},
|
|
"17": {
|
|
y: 238.6,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"18": {
|
|
y: -11.3,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"19": {
|
|
y: 2.1
|
|
},
|
|
"20": {
|
|
y: 15.5
|
|
},
|
|
"21": {
|
|
y: 28.85
|
|
},
|
|
"22": {
|
|
y: 42.25
|
|
},
|
|
"23": {
|
|
y: 55.65
|
|
},
|
|
"24": {
|
|
y: 69.05
|
|
},
|
|
"25": {
|
|
y: 82.45
|
|
},
|
|
"26": {
|
|
y: 95.8
|
|
},
|
|
"27": {
|
|
y: 109.2
|
|
},
|
|
"28": {
|
|
y: 122.6
|
|
},
|
|
"29": {
|
|
y: 136
|
|
},
|
|
"30": {
|
|
y: 149.35
|
|
},
|
|
"31": {
|
|
y: 162.75
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic13 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic14 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Graphic13(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 32, {
|
|
"0": {
|
|
x: 0.1,
|
|
y: 43.6,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: 66.95
|
|
},
|
|
"2": {
|
|
y: 90.35
|
|
},
|
|
"3": {
|
|
y: 113.7
|
|
},
|
|
"4": {
|
|
y: 137.1
|
|
},
|
|
"5": {
|
|
y: 160.45
|
|
},
|
|
"6": {
|
|
y: 183.85
|
|
},
|
|
"7": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"8": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"9": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"10": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"11": {
|
|
y: -3.15
|
|
},
|
|
"12": {
|
|
y: 20.2
|
|
},
|
|
"13": {
|
|
y: 43.6
|
|
},
|
|
"14": {
|
|
y: 66.95
|
|
},
|
|
"15": {
|
|
y: 90.35
|
|
},
|
|
"16": {
|
|
y: 113.7
|
|
},
|
|
"17": {
|
|
y: 137.1
|
|
},
|
|
"18": {
|
|
y: 160.45
|
|
},
|
|
"19": {
|
|
y: 183.85
|
|
},
|
|
"20": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"21": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"22": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"23": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"24": {
|
|
y: -3.15
|
|
},
|
|
"25": {
|
|
y: 20.2
|
|
},
|
|
"26": {
|
|
y: 43.6
|
|
},
|
|
"27": {
|
|
y: 66.95
|
|
},
|
|
"28": {
|
|
y: 90.35
|
|
},
|
|
"29": {
|
|
y: 113.7
|
|
},
|
|
"30": {
|
|
y: 137.1
|
|
},
|
|
"31": {
|
|
y: 160.45
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic15 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic16 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Graphic15(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 32, {
|
|
"0": {
|
|
x: 0.25,
|
|
y: -11.3,
|
|
sx: 0.891,
|
|
sy: 0.891,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: 2.1
|
|
},
|
|
"2": {
|
|
y: 15.5
|
|
},
|
|
"3": {
|
|
y: 28.85
|
|
},
|
|
"4": {
|
|
y: 42.25
|
|
},
|
|
"5": {
|
|
y: 55.65
|
|
},
|
|
"6": {
|
|
y: 69.05
|
|
},
|
|
"7": {
|
|
y: 82.45
|
|
},
|
|
"8": {
|
|
y: 95.8
|
|
},
|
|
"9": {
|
|
y: 109.2
|
|
},
|
|
"10": {
|
|
y: 122.6
|
|
},
|
|
"11": {
|
|
y: 136
|
|
},
|
|
"12": {
|
|
y: 149.35
|
|
},
|
|
"13": {
|
|
y: 162.75
|
|
},
|
|
"14": {
|
|
y: 176.15
|
|
},
|
|
"15": {
|
|
y: 188.65,
|
|
c: [
|
|
0.8,
|
|
0,
|
|
0.8,
|
|
0,
|
|
0.8,
|
|
0
|
|
]
|
|
},
|
|
"16": {
|
|
y: 201.15,
|
|
c: [
|
|
0.6,
|
|
0,
|
|
0.6,
|
|
0,
|
|
0.6,
|
|
0
|
|
]
|
|
},
|
|
"17": {
|
|
y: 213.6,
|
|
c: [
|
|
0.4,
|
|
0,
|
|
0.4,
|
|
0,
|
|
0.4,
|
|
0
|
|
]
|
|
},
|
|
"18": {
|
|
y: 226.1,
|
|
c: [
|
|
0.2,
|
|
0,
|
|
0.2,
|
|
0,
|
|
0.2,
|
|
0
|
|
]
|
|
},
|
|
"19": {
|
|
y: 238.6,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"20": {
|
|
y: -11.3,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"21": {
|
|
y: 2.1
|
|
},
|
|
"22": {
|
|
y: 15.5
|
|
},
|
|
"23": {
|
|
y: 28.85
|
|
},
|
|
"24": {
|
|
y: 42.25
|
|
},
|
|
"25": {
|
|
y: 55.65
|
|
},
|
|
"26": {
|
|
y: 69.05
|
|
},
|
|
"27": {
|
|
y: 82.45
|
|
},
|
|
"28": {
|
|
y: 95.8
|
|
},
|
|
"29": {
|
|
y: 109.2
|
|
},
|
|
"30": {
|
|
y: 122.6
|
|
},
|
|
"31": {
|
|
y: 136
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic17 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic18 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Graphic17(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 32, {
|
|
"0": {
|
|
x: 0.1,
|
|
y: 66.95,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: 90.35
|
|
},
|
|
"2": {
|
|
y: 113.7
|
|
},
|
|
"3": {
|
|
y: 137.1
|
|
},
|
|
"4": {
|
|
y: 160.45
|
|
},
|
|
"5": {
|
|
y: 183.85
|
|
},
|
|
"6": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"7": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"8": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"9": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"10": {
|
|
y: -3.15
|
|
},
|
|
"11": {
|
|
y: 20.2
|
|
},
|
|
"12": {
|
|
y: 43.6
|
|
},
|
|
"13": {
|
|
y: 66.95
|
|
},
|
|
"14": {
|
|
y: 90.35
|
|
},
|
|
"15": {
|
|
y: 113.7
|
|
},
|
|
"16": {
|
|
y: 137.1
|
|
},
|
|
"17": {
|
|
y: 160.45
|
|
},
|
|
"18": {
|
|
y: 183.85
|
|
},
|
|
"19": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"20": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"21": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"22": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"23": {
|
|
y: -3.15
|
|
},
|
|
"24": {
|
|
y: 20.2
|
|
},
|
|
"25": {
|
|
y: 43.6
|
|
},
|
|
"26": {
|
|
y: 66.95
|
|
},
|
|
"27": {
|
|
y: 90.35
|
|
},
|
|
"28": {
|
|
y: 113.7
|
|
},
|
|
"29": {
|
|
y: 137.1
|
|
},
|
|
"30": {
|
|
y: 160.45
|
|
},
|
|
"31": {
|
|
y: 183.85
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic19 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance7 = new Graphic18(MovieClip.SYNCHED)
|
|
.setTransform(240.5, 57.25, 0.853, 0.853);
|
|
var instance6 = new Graphic16(MovieClip.SYNCHED)
|
|
.setTransform(190.55, 64.2, 0.853, 0.853);
|
|
var instance5 = new Graphic14(MovieClip.SYNCHED)
|
|
.setTransform(132.85, 55.75, 0.853, 0.853);
|
|
var instance4 = new Graphic12(MovieClip.SYNCHED)
|
|
.setTransform(274.95, 51.2, 0.853, 0.853);
|
|
var instance3 = new Graphic10(MovieClip.SYNCHED)
|
|
.setTransform(70.4, 70.4, 0.853, 0.853);
|
|
var instance2 = new Graphic8(MovieClip.SYNCHED)
|
|
.setTransform(16.6, 15.1, 0.853, 0.853);
|
|
var instance1 = new Graphic6(MovieClip.SYNCHED);
|
|
var instance8 = new Graphic4(MovieClip.SYNCHED)
|
|
.setTransform(94.25, 56.55, 0.853, 0.853);
|
|
this.addTimedChild(instance7)
|
|
.addTimedChild(instance6)
|
|
.addTimedChild(instance5)
|
|
.addTimedChild(instance4)
|
|
.addTimedChild(instance3)
|
|
.addTimedChild(instance2)
|
|
.addTimedChild(instance1, 0, 32, {
|
|
"0": {
|
|
x: 213.45,
|
|
y: -23.95,
|
|
sx: 0.853,
|
|
sy: 0.853
|
|
}
|
|
})
|
|
.addTimedChild(instance8, 3, 29);
|
|
});
|
|
|
|
var Graphic20 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 25, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic21 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 25, loop: false });
|
|
var instance1 = new Graphic20(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 25, {
|
|
"0": {
|
|
x: 0.1,
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: -3.15
|
|
},
|
|
"2": {
|
|
y: 20.2
|
|
},
|
|
"3": {
|
|
y: 43.6
|
|
},
|
|
"4": {
|
|
y: 66.95
|
|
},
|
|
"5": {
|
|
y: 90.35
|
|
},
|
|
"6": {
|
|
y: 113.7
|
|
},
|
|
"7": {
|
|
y: 137.1
|
|
},
|
|
"8": {
|
|
y: 160.45
|
|
},
|
|
"9": {
|
|
y: 183.85
|
|
},
|
|
"10": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"11": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"12": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"13": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"14": {
|
|
y: -3.15
|
|
},
|
|
"15": {
|
|
y: 20.2
|
|
},
|
|
"16": {
|
|
y: 43.6
|
|
},
|
|
"17": {
|
|
y: 66.95
|
|
},
|
|
"18": {
|
|
y: 90.35
|
|
},
|
|
"19": {
|
|
y: 113.7
|
|
},
|
|
"20": {
|
|
y: 137.1
|
|
},
|
|
"21": {
|
|
y: 160.45
|
|
},
|
|
"22": {
|
|
y: 183.85
|
|
},
|
|
"23": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"24": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic22 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 29, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic23 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 29, loop: false });
|
|
var instance1 = new Graphic22(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 29, {
|
|
"0": {
|
|
x: 0.1,
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: -3.15
|
|
},
|
|
"2": {
|
|
y: 20.2
|
|
},
|
|
"3": {
|
|
y: 43.6
|
|
},
|
|
"4": {
|
|
y: 66.95
|
|
},
|
|
"5": {
|
|
y: 90.35
|
|
},
|
|
"6": {
|
|
y: 113.7
|
|
},
|
|
"7": {
|
|
y: 137.1
|
|
},
|
|
"8": {
|
|
y: 160.45
|
|
},
|
|
"9": {
|
|
y: 183.85
|
|
},
|
|
"10": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"11": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"12": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"13": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"14": {
|
|
y: -3.15
|
|
},
|
|
"15": {
|
|
y: 20.2
|
|
},
|
|
"16": {
|
|
y: 43.6
|
|
},
|
|
"17": {
|
|
y: 66.95
|
|
},
|
|
"18": {
|
|
y: 90.35
|
|
},
|
|
"19": {
|
|
y: 113.7
|
|
},
|
|
"20": {
|
|
y: 137.1
|
|
},
|
|
"21": {
|
|
y: 160.45
|
|
},
|
|
"22": {
|
|
y: 183.85
|
|
},
|
|
"23": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"24": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"25": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"26": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"27": {
|
|
y: -3.15
|
|
},
|
|
"28": {
|
|
y: 20.2
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic24 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 30, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic25 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 30, loop: false });
|
|
var instance1 = new Graphic24(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 30, {
|
|
"0": {
|
|
x: 0.25,
|
|
y: -11.3,
|
|
sx: 0.891,
|
|
sy: 0.891,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: 2.1
|
|
},
|
|
"2": {
|
|
y: 15.5
|
|
},
|
|
"3": {
|
|
y: 28.85
|
|
},
|
|
"4": {
|
|
y: 42.25
|
|
},
|
|
"5": {
|
|
y: 55.65
|
|
},
|
|
"6": {
|
|
y: 69.05
|
|
},
|
|
"7": {
|
|
y: 82.45
|
|
},
|
|
"8": {
|
|
y: 95.8
|
|
},
|
|
"9": {
|
|
y: 109.2
|
|
},
|
|
"10": {
|
|
y: 122.6
|
|
},
|
|
"11": {
|
|
y: 136
|
|
},
|
|
"12": {
|
|
y: 149.35
|
|
},
|
|
"13": {
|
|
y: 162.75
|
|
},
|
|
"14": {
|
|
y: 176.15
|
|
},
|
|
"15": {
|
|
y: 188.65,
|
|
c: [
|
|
0.8,
|
|
0,
|
|
0.8,
|
|
0,
|
|
0.8,
|
|
0
|
|
]
|
|
},
|
|
"16": {
|
|
y: 201.15,
|
|
c: [
|
|
0.6,
|
|
0,
|
|
0.6,
|
|
0,
|
|
0.6,
|
|
0
|
|
]
|
|
},
|
|
"17": {
|
|
y: 213.6,
|
|
c: [
|
|
0.4,
|
|
0,
|
|
0.4,
|
|
0,
|
|
0.4,
|
|
0
|
|
]
|
|
},
|
|
"18": {
|
|
y: 226.1,
|
|
c: [
|
|
0.2,
|
|
0,
|
|
0.2,
|
|
0,
|
|
0.2,
|
|
0
|
|
]
|
|
},
|
|
"19": {
|
|
y: 238.6,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"20": {
|
|
y: -11.3,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"21": {
|
|
y: 2.1
|
|
},
|
|
"22": {
|
|
y: 15.5
|
|
},
|
|
"23": {
|
|
y: 28.85
|
|
},
|
|
"24": {
|
|
y: 42.25
|
|
},
|
|
"25": {
|
|
y: 55.65
|
|
},
|
|
"26": {
|
|
y: 69.05
|
|
},
|
|
"27": {
|
|
y: 82.45
|
|
},
|
|
"28": {
|
|
y: 95.8
|
|
},
|
|
"29": {
|
|
y: 109.2
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic26 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 28, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic27 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 28, loop: false });
|
|
var instance1 = new Graphic26(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 28, {
|
|
"0": {
|
|
x: 0.1,
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: -3.15
|
|
},
|
|
"2": {
|
|
y: 20.2
|
|
},
|
|
"3": {
|
|
y: 43.6
|
|
},
|
|
"4": {
|
|
y: 66.95
|
|
},
|
|
"5": {
|
|
y: 90.35
|
|
},
|
|
"6": {
|
|
y: 113.7
|
|
},
|
|
"7": {
|
|
y: 137.1
|
|
},
|
|
"8": {
|
|
y: 160.45
|
|
},
|
|
"9": {
|
|
y: 183.85
|
|
},
|
|
"10": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"11": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"12": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"13": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"14": {
|
|
y: -3.15
|
|
},
|
|
"15": {
|
|
y: 20.2
|
|
},
|
|
"16": {
|
|
y: 43.6
|
|
},
|
|
"17": {
|
|
y: 66.95
|
|
},
|
|
"18": {
|
|
y: 90.35
|
|
},
|
|
"19": {
|
|
y: 113.7
|
|
},
|
|
"20": {
|
|
y: 137.1
|
|
},
|
|
"21": {
|
|
y: 160.45
|
|
},
|
|
"22": {
|
|
y: 183.85
|
|
},
|
|
"23": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"24": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"25": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"26": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"27": {
|
|
y: -3.15
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic28 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 30, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic29 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 30, loop: false });
|
|
var instance1 = new Graphic28(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 30, {
|
|
"0": {
|
|
x: 0.25,
|
|
y: -11.3,
|
|
sx: 0.891,
|
|
sy: 0.891,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: 2.1
|
|
},
|
|
"2": {
|
|
y: 15.5
|
|
},
|
|
"3": {
|
|
y: 28.85
|
|
},
|
|
"4": {
|
|
y: 42.25
|
|
},
|
|
"5": {
|
|
y: 55.65
|
|
},
|
|
"6": {
|
|
y: 69.05
|
|
},
|
|
"7": {
|
|
y: 82.45
|
|
},
|
|
"8": {
|
|
y: 95.8
|
|
},
|
|
"9": {
|
|
y: 109.2
|
|
},
|
|
"10": {
|
|
y: 122.6
|
|
},
|
|
"11": {
|
|
y: 136
|
|
},
|
|
"12": {
|
|
y: 149.35
|
|
},
|
|
"13": {
|
|
y: 162.75
|
|
},
|
|
"14": {
|
|
y: 176.15
|
|
},
|
|
"15": {
|
|
y: 188.65,
|
|
c: [
|
|
0.8,
|
|
0,
|
|
0.8,
|
|
0,
|
|
0.8,
|
|
0
|
|
]
|
|
},
|
|
"16": {
|
|
y: 201.15,
|
|
c: [
|
|
0.6,
|
|
0,
|
|
0.6,
|
|
0,
|
|
0.6,
|
|
0
|
|
]
|
|
},
|
|
"17": {
|
|
y: 213.6,
|
|
c: [
|
|
0.4,
|
|
0,
|
|
0.4,
|
|
0,
|
|
0.4,
|
|
0
|
|
]
|
|
},
|
|
"18": {
|
|
y: 226.1,
|
|
c: [
|
|
0.2,
|
|
0,
|
|
0.2,
|
|
0,
|
|
0.2,
|
|
0
|
|
]
|
|
},
|
|
"19": {
|
|
y: 238.6,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"20": {
|
|
y: -11.3,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"21": {
|
|
y: 2.1
|
|
},
|
|
"22": {
|
|
y: 15.5
|
|
},
|
|
"23": {
|
|
y: 28.85
|
|
},
|
|
"24": {
|
|
y: 42.25
|
|
},
|
|
"25": {
|
|
y: 55.65
|
|
},
|
|
"26": {
|
|
y: 69.05
|
|
},
|
|
"27": {
|
|
y: 82.45
|
|
},
|
|
"28": {
|
|
y: 95.8
|
|
},
|
|
"29": {
|
|
y: 109.2
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic30 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 31, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic31 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 31, loop: false });
|
|
var instance1 = new Graphic30(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 31, {
|
|
"0": {
|
|
x: 0.1,
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: -3.15
|
|
},
|
|
"2": {
|
|
y: 20.2
|
|
},
|
|
"3": {
|
|
y: 43.6
|
|
},
|
|
"4": {
|
|
y: 66.95
|
|
},
|
|
"5": {
|
|
y: 90.35
|
|
},
|
|
"6": {
|
|
y: 113.7
|
|
},
|
|
"7": {
|
|
y: 137.1
|
|
},
|
|
"8": {
|
|
y: 160.45
|
|
},
|
|
"9": {
|
|
y: 183.85
|
|
},
|
|
"10": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"11": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"12": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"13": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"14": {
|
|
y: -3.15
|
|
},
|
|
"15": {
|
|
y: 20.2
|
|
},
|
|
"16": {
|
|
y: 43.6
|
|
},
|
|
"17": {
|
|
y: 66.95
|
|
},
|
|
"18": {
|
|
y: 90.35
|
|
},
|
|
"19": {
|
|
y: 113.7
|
|
},
|
|
"20": {
|
|
y: 137.1
|
|
},
|
|
"21": {
|
|
y: 160.45
|
|
},
|
|
"22": {
|
|
y: 183.85
|
|
},
|
|
"23": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"24": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"25": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"26": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"27": {
|
|
y: -3.15
|
|
},
|
|
"28": {
|
|
y: 20.2
|
|
},
|
|
"29": {
|
|
y: 43.6
|
|
},
|
|
"30": {
|
|
y: 66.95
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic32 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 28, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic33 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 28, loop: false });
|
|
var instance1 = new Graphic32(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 28, {
|
|
"0": {
|
|
x: 0.25,
|
|
y: -11.3,
|
|
sx: 0.891,
|
|
sy: 0.891,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: 2.1
|
|
},
|
|
"2": {
|
|
y: 15.5
|
|
},
|
|
"3": {
|
|
y: 28.85
|
|
},
|
|
"4": {
|
|
y: 42.25
|
|
},
|
|
"5": {
|
|
y: 55.65
|
|
},
|
|
"6": {
|
|
y: 69.05
|
|
},
|
|
"7": {
|
|
y: 82.45
|
|
},
|
|
"8": {
|
|
y: 95.8
|
|
},
|
|
"9": {
|
|
y: 109.2
|
|
},
|
|
"10": {
|
|
y: 122.6
|
|
},
|
|
"11": {
|
|
y: 136
|
|
},
|
|
"12": {
|
|
y: 149.35
|
|
},
|
|
"13": {
|
|
y: 162.75
|
|
},
|
|
"14": {
|
|
y: 176.15
|
|
},
|
|
"15": {
|
|
y: 188.65,
|
|
c: [
|
|
0.8,
|
|
0,
|
|
0.8,
|
|
0,
|
|
0.8,
|
|
0
|
|
]
|
|
},
|
|
"16": {
|
|
y: 201.15,
|
|
c: [
|
|
0.6,
|
|
0,
|
|
0.6,
|
|
0,
|
|
0.6,
|
|
0
|
|
]
|
|
},
|
|
"17": {
|
|
y: 213.6,
|
|
c: [
|
|
0.4,
|
|
0,
|
|
0.4,
|
|
0,
|
|
0.4,
|
|
0
|
|
]
|
|
},
|
|
"18": {
|
|
y: 226.1,
|
|
c: [
|
|
0.2,
|
|
0,
|
|
0.2,
|
|
0,
|
|
0.2,
|
|
0
|
|
]
|
|
},
|
|
"19": {
|
|
y: 238.6,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"20": {
|
|
y: -11.3,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"21": {
|
|
y: 2.1
|
|
},
|
|
"22": {
|
|
y: 15.5
|
|
},
|
|
"23": {
|
|
y: 28.85
|
|
},
|
|
"24": {
|
|
y: 42.25
|
|
},
|
|
"25": {
|
|
y: 55.65
|
|
},
|
|
"26": {
|
|
y: 69.05
|
|
},
|
|
"27": {
|
|
y: 82.45
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic34 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Sprite(fromFrame("raincloud-raindrop1"))
|
|
.setTransform(-7.75, -17.15);
|
|
this.addTimedChild(instance1);
|
|
});
|
|
|
|
var Graphic35 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Graphic34(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 32, {
|
|
"0": {
|
|
x: 0.1,
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"1": {
|
|
y: -3.15
|
|
},
|
|
"2": {
|
|
y: 20.2
|
|
},
|
|
"3": {
|
|
y: 43.6
|
|
},
|
|
"4": {
|
|
y: 66.95
|
|
},
|
|
"5": {
|
|
y: 90.35
|
|
},
|
|
"6": {
|
|
y: 113.7
|
|
},
|
|
"7": {
|
|
y: 137.1
|
|
},
|
|
"8": {
|
|
y: 160.45
|
|
},
|
|
"9": {
|
|
y: 183.85
|
|
},
|
|
"10": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"11": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"12": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"13": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"14": {
|
|
y: -3.15
|
|
},
|
|
"15": {
|
|
y: 20.2
|
|
},
|
|
"16": {
|
|
y: 43.6
|
|
},
|
|
"17": {
|
|
y: 66.95
|
|
},
|
|
"18": {
|
|
y: 90.35
|
|
},
|
|
"19": {
|
|
y: 113.7
|
|
},
|
|
"20": {
|
|
y: 137.1
|
|
},
|
|
"21": {
|
|
y: 160.45
|
|
},
|
|
"22": {
|
|
y: 183.85
|
|
},
|
|
"23": {
|
|
y: 207.2,
|
|
c: [
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0,
|
|
0.67,
|
|
0
|
|
]
|
|
},
|
|
"24": {
|
|
y: 230.6,
|
|
c: [
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0,
|
|
0.33,
|
|
0
|
|
]
|
|
},
|
|
"25": {
|
|
y: 253.95,
|
|
c: [
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"26": {
|
|
y: -26.55,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"27": {
|
|
y: -3.15
|
|
},
|
|
"28": {
|
|
y: 20.2
|
|
},
|
|
"29": {
|
|
y: 43.6
|
|
},
|
|
"30": {
|
|
y: 66.95
|
|
},
|
|
"31": {
|
|
y: 90.35
|
|
}
|
|
});
|
|
});
|
|
|
|
var Graphic36 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 32, loop: false });
|
|
var instance1 = new Graphic35(MovieClip.SYNCHED);
|
|
var instance7 = new Graphic33(MovieClip.SYNCHED)
|
|
.setTransform(190.55, 64.2, 0.853, 0.853);
|
|
var instance2 = new Graphic31(MovieClip.SYNCHED);
|
|
var instance4 = new Graphic29(MovieClip.SYNCHED);
|
|
var instance6 = new Graphic27(MovieClip.SYNCHED)
|
|
.setTransform(70.4, 70.4, 0.853, 0.853);
|
|
var instance3 = new Graphic25(MovieClip.SYNCHED);
|
|
var instance5 = new Graphic23(MovieClip.SYNCHED)
|
|
.setTransform(213.45, -23.95, 0.853, 0.853);
|
|
var instance8 = new Graphic21(MovieClip.SYNCHED)
|
|
.setTransform(94.25, 56.55, 0.853, 0.853);
|
|
this.addTimedChild(instance1, 0, 32, {
|
|
"0": {
|
|
x: 240.5,
|
|
y: 57.25,
|
|
sx: 0.853,
|
|
sy: 0.853
|
|
}
|
|
})
|
|
.addTimedChild(instance7, 4, 28)
|
|
.addTimedChild(instance2, 1, 31, {
|
|
"1": {
|
|
x: 132.85,
|
|
y: 55.75,
|
|
sx: 0.853,
|
|
sy: 0.853
|
|
}
|
|
})
|
|
.addTimedChild(instance4, 2, 30, {
|
|
"2": {
|
|
x: 274.95,
|
|
y: 51.2,
|
|
sx: 0.853,
|
|
sy: 0.853
|
|
}
|
|
})
|
|
.addTimedChild(instance6, 4, 28)
|
|
.addTimedChild(instance3, 2, 30, {
|
|
"2": {
|
|
x: 16.6,
|
|
y: 15.1,
|
|
sx: 0.853,
|
|
sy: 0.853
|
|
}
|
|
})
|
|
.addTimedChild(instance5, 3, 29)
|
|
.addTimedChild(instance8, 7, 25);
|
|
});
|
|
|
|
var Graphic37 = MovieClip.extend(function (mode) {
|
|
MovieClip.call(this, { mode: mode, duration: 48, loop: false });
|
|
var instance4 = new Graphic36(MovieClip.SYNCHED);
|
|
var instance3 = new Graphic19(MovieClip.SYNCHED);
|
|
var instance2 = new Graphic2(MovieClip.SYNCHED);
|
|
var instance1 = new Graphic1(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance4, 10, 32, {
|
|
"10": {
|
|
x: -15.75,
|
|
y: 58.25,
|
|
ky: 3.142,
|
|
t: "#000"
|
|
},
|
|
"11": {
|
|
t: "#0a0a0a"
|
|
},
|
|
"12": {
|
|
t: "#3b3b3b"
|
|
},
|
|
"13": {
|
|
t: "#a1a1a1"
|
|
},
|
|
"14": {
|
|
t: "#ededed"
|
|
},
|
|
"15": {
|
|
t: "#fff"
|
|
},
|
|
"37": {
|
|
t: "#f5f5f5"
|
|
},
|
|
"38": {
|
|
t: "#c4c4c4"
|
|
},
|
|
"39": {
|
|
t: "#5e5e5e"
|
|
},
|
|
"40": {
|
|
t: "#121212"
|
|
},
|
|
"41": {
|
|
t: "#000"
|
|
}
|
|
})
|
|
.addTimedChild(instance3, 10, 32, {
|
|
"10": {
|
|
x: -24.55,
|
|
y: 29.05,
|
|
t: "#000"
|
|
},
|
|
"11": {
|
|
t: "#0a0a0a"
|
|
},
|
|
"12": {
|
|
t: "#3b3b3b"
|
|
},
|
|
"13": {
|
|
t: "#a1a1a1"
|
|
},
|
|
"14": {
|
|
t: "#ededed"
|
|
},
|
|
"15": {
|
|
t: "#fff"
|
|
},
|
|
"37": {
|
|
t: "#f5f5f5"
|
|
},
|
|
"38": {
|
|
t: "#c4c4c4"
|
|
},
|
|
"39": {
|
|
t: "#5e5e5e"
|
|
},
|
|
"40": {
|
|
t: "#121212"
|
|
},
|
|
"41": {
|
|
t: "#000"
|
|
}
|
|
})
|
|
.addTimedChild(instance2, 0, 48, {
|
|
"0": {
|
|
y: -91.6,
|
|
sx: 1,
|
|
sy: 0.306,
|
|
c: [
|
|
0,
|
|
0.5,
|
|
0,
|
|
0.56,
|
|
0,
|
|
0.69
|
|
]
|
|
},
|
|
"1": {
|
|
y: -91.575,
|
|
sx: 0.997,
|
|
sy: 0.338,
|
|
c: [
|
|
0.04,
|
|
0.48,
|
|
0.04,
|
|
0.53,
|
|
0.04,
|
|
0.66
|
|
]
|
|
},
|
|
"2": {
|
|
y: -91.613,
|
|
sx: 0.983,
|
|
sy: 0.476,
|
|
c: [
|
|
0.21,
|
|
0.39,
|
|
0.21,
|
|
0.44,
|
|
0.21,
|
|
0.54
|
|
]
|
|
},
|
|
"3": {
|
|
y: -91.597,
|
|
sx: 0.95,
|
|
sy: 0.789,
|
|
c: [
|
|
0.62,
|
|
0.19,
|
|
0.62,
|
|
0.21,
|
|
0.62,
|
|
0.26
|
|
]
|
|
},
|
|
"4": {
|
|
y: -91.558,
|
|
sx: 0.925,
|
|
sy: 1.033,
|
|
c: [
|
|
0.93,
|
|
0.04,
|
|
0.93,
|
|
0.04,
|
|
0.93,
|
|
0.05
|
|
]
|
|
},
|
|
"5": {
|
|
y: -91.55,
|
|
sx: 0.919,
|
|
sy: 1.088,
|
|
c: [
|
|
1,
|
|
0,
|
|
1,
|
|
0,
|
|
1,
|
|
0
|
|
]
|
|
},
|
|
"6": {
|
|
y: -91.534,
|
|
sx: 0.922,
|
|
sy: 1.085
|
|
},
|
|
"7": {
|
|
y: -91.538,
|
|
sx: 0.932,
|
|
sy: 1.07
|
|
},
|
|
"8": {
|
|
y: -91.566,
|
|
sx: 0.955,
|
|
sy: 1.035
|
|
},
|
|
"9": {
|
|
y: -91.552,
|
|
sx: 0.989,
|
|
sy: 0.986
|
|
},
|
|
"10": {
|
|
y: -91.54,
|
|
sx: 1.007,
|
|
sy: 0.959
|
|
},
|
|
"11": {
|
|
y: -91.55,
|
|
sx: 1.011,
|
|
sy: 0.952
|
|
},
|
|
"12": {
|
|
y: -91.541,
|
|
sy: 0.953
|
|
},
|
|
"13": {
|
|
y: -91.53,
|
|
sx: 1.01,
|
|
sy: 0.957
|
|
},
|
|
"14": {
|
|
y: -91.537,
|
|
sx: 1.008,
|
|
sy: 0.965
|
|
},
|
|
"15": {
|
|
y: -91.527,
|
|
sx: 1.005,
|
|
sy: 0.979
|
|
},
|
|
"16": {
|
|
y: -91.516,
|
|
sx: 1.002,
|
|
sy: 0.992
|
|
},
|
|
"17": {
|
|
y: -91.527,
|
|
sx: 1,
|
|
sy: 0.998
|
|
},
|
|
"18": {
|
|
y: -91.55,
|
|
sy: 1
|
|
},
|
|
"37": {
|
|
y: -91.549,
|
|
sx: 0.998,
|
|
sy: 1.003
|
|
},
|
|
"38": {
|
|
y: -91.529,
|
|
sx: 0.992,
|
|
sy: 1.016
|
|
},
|
|
"39": {
|
|
y: -91.544,
|
|
sx: 0.978,
|
|
sy: 1.046
|
|
},
|
|
"40": {
|
|
y: -91.567,
|
|
sx: 0.958,
|
|
sy: 1.085
|
|
},
|
|
"41": {
|
|
y: -91.542,
|
|
sx: 0.948,
|
|
sy: 1.106
|
|
},
|
|
"42": {
|
|
y: -91.55,
|
|
sx: 0.945,
|
|
sy: 1.111
|
|
},
|
|
"43": {
|
|
y: -91.57,
|
|
sx: 0.949,
|
|
sy: 1.072,
|
|
c: [
|
|
0.96,
|
|
0.02,
|
|
0.96,
|
|
0.02,
|
|
0.96,
|
|
0.03
|
|
]
|
|
},
|
|
"44": {
|
|
y: -91.564,
|
|
sx: 0.963,
|
|
sy: 0.906,
|
|
c: [
|
|
0.77,
|
|
0.11,
|
|
0.77,
|
|
0.13,
|
|
0.77,
|
|
0.16
|
|
]
|
|
},
|
|
"45": {
|
|
y: -91.606,
|
|
sx: 0.994,
|
|
sy: 0.545,
|
|
c: [
|
|
0.37,
|
|
0.32,
|
|
0.37,
|
|
0.35,
|
|
0.37,
|
|
0.44
|
|
]
|
|
},
|
|
"46": {
|
|
y: -91.608,
|
|
sx: 1.017,
|
|
sy: 0.28,
|
|
c: [
|
|
0.07,
|
|
0.47,
|
|
0.07,
|
|
0.52,
|
|
0.07,
|
|
0.64
|
|
]
|
|
},
|
|
"47": {
|
|
y: -91.6,
|
|
sx: 1.023,
|
|
sy: 0.219,
|
|
c: [
|
|
0,
|
|
0.5,
|
|
0,
|
|
0.56,
|
|
0,
|
|
0.69
|
|
]
|
|
}
|
|
})
|
|
.addTimedChild(instance1, 0, 46, {
|
|
"0": {
|
|
x: 244.5,
|
|
y: 10.8,
|
|
a: 0
|
|
},
|
|
"1": {
|
|
x: 243.3,
|
|
a: 0.01
|
|
},
|
|
"2": {
|
|
x: 239.3,
|
|
a: 0.04
|
|
},
|
|
"3": {
|
|
x: 231.35,
|
|
a: 0.09
|
|
},
|
|
"4": {
|
|
x: 218.05,
|
|
a: 0.17
|
|
},
|
|
"5": {
|
|
x: 197.15,
|
|
a: 0.3
|
|
},
|
|
"6": {
|
|
x: 167.75,
|
|
a: 0.49
|
|
},
|
|
"7": {
|
|
x: 135.85,
|
|
a: 0.7
|
|
},
|
|
"8": {
|
|
x: 111.65,
|
|
a: 0.85
|
|
},
|
|
"9": {
|
|
x: 97.35,
|
|
a: 0.94
|
|
},
|
|
"10": {
|
|
x: 90.45,
|
|
a: 0.99
|
|
},
|
|
"11": {
|
|
x: 88.5,
|
|
a: 1
|
|
},
|
|
"12": {
|
|
x: 88.55
|
|
},
|
|
"13": {
|
|
x: 88.8
|
|
},
|
|
"14": {
|
|
x: 89.25
|
|
},
|
|
"15": {
|
|
x: 90
|
|
},
|
|
"16": {
|
|
x: 91.15
|
|
},
|
|
"17": {
|
|
x: 92.8
|
|
},
|
|
"18": {
|
|
x: 94.9
|
|
},
|
|
"19": {
|
|
x: 96.8
|
|
},
|
|
"20": {
|
|
x: 98.2
|
|
},
|
|
"21": {
|
|
x: 99
|
|
},
|
|
"22": {
|
|
x: 99.4
|
|
},
|
|
"23": {
|
|
x: 99.5
|
|
},
|
|
"37": {
|
|
x: 102.1,
|
|
a: 0.99
|
|
},
|
|
"38": {
|
|
x: 111.35,
|
|
a: 0.95
|
|
},
|
|
"39": {
|
|
x: 130.3,
|
|
a: 0.86
|
|
},
|
|
"40": {
|
|
x: 163.65,
|
|
a: 0.7
|
|
},
|
|
"41": {
|
|
x: 213,
|
|
a: 0.46
|
|
},
|
|
"42": {
|
|
x: 262.15,
|
|
a: 0.23
|
|
},
|
|
"43": {
|
|
x: 293.2,
|
|
a: 0.09
|
|
},
|
|
"44": {
|
|
x: 307.85,
|
|
a: 0.02
|
|
},
|
|
"45": {
|
|
x: 311.8,
|
|
a: 0
|
|
}
|
|
});
|
|
});
|
|
|
|
lib.emoji_rainCloud = MovieClip.extend(function () {
|
|
MovieClip.call(this, {
|
|
duration: 49,
|
|
framerate: 30,
|
|
loop: false
|
|
});
|
|
var instance1 = new Graphic37(MovieClip.SYNCHED);
|
|
this.addTimedChild(instance1, 0, 48, {
|
|
"0": {
|
|
x: 640,
|
|
y: 330
|
|
}
|
|
});
|
|
});
|
|
|
|
lib.emoji_rainCloud.assets = {
|
|
"emoji_rainCloud_atlas_1": "images/emoji_rainCloud_atlas_1.json"
|
|
};
|
|
})(PIXI, lib = lib || {});
|
|
var lib;
|
|
if (typeof module !== 'undefined' && module.exports) {
|
|
module.exports = {
|
|
stage: lib.emoji_rainCloud,
|
|
background: 0x0,
|
|
width: 1280,
|
|
height: 720,
|
|
framerate: 30,
|
|
totalFrames: 49,
|
|
library: lib
|
|
};
|
|
} |