Files
Zos/Skills/@be/node_modules/jibo-anim-db-animations/timelines/emoji_airplane.js

2375 lines
64 KiB
JavaScript

(function (PIXI, lib) {
var MovieClip = PIXI.animate.MovieClip;
var Container = PIXI.Container;
var Sprite = PIXI.Sprite;
var fromFrame = PIXI.Texture.fromFrame;
var Graphic1 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 24, loop: false });
var instance1 = new Sprite(fromFrame("tail1"))
.setTransform(-66.6, -12.1);
this.addTimedChild(instance1);
});
var Graphic2 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 19, loop: false });
var instance1 = new Sprite(fromFrame("windshield1"));
var instance2 = new Sprite(fromFrame("windshield2"));
var instance3 = new Sprite(fromFrame("windshield3"));
var instance4 = new Sprite(fromFrame("windshield4"));
var instance5 = new Sprite(fromFrame("windshield5"));
var instance6 = new Sprite(fromFrame("windshield6"));
var instance7 = new Sprite(fromFrame("windshield58"));
var instance8 = new Sprite(fromFrame("windshield59"));
var instance9 = new Sprite(fromFrame("windshield60"));
var instance10 = new Sprite(fromFrame("windshield61"));
var instance11 = new Sprite(fromFrame("windshield62"))
.setTransform(2.6, -12.55);
this.addTimedChild(instance1, 0, 1, {
"0": {
x: 2.6,
y: -12.55
}
})
.addTimedChild(instance2, 1, 1, {
"1": {
x: -2.9,
y: -17.3
}
})
.addTimedChild(instance3, 2, 1, {
"2": {
x: -8.3,
y: -19.7
}
})
.addTimedChild(instance4, 3, 1, {
"3": {
x: -12.35,
y: -20.4
}
})
.addTimedChild(instance5, 4, 1, {
"4": {
x: -16.95,
y: -20.5
}
})
.addTimedChild(instance6, 5, 9, {
"5": {
x: -20.5,
y: -20.5
}
})
.addTimedChild(instance7, 14, 1, {
"14": {
x: -16.95,
y: -20.5
}
})
.addTimedChild(instance8, 15, 1, {
"15": {
x: -12.35,
y: -20.4
}
})
.addTimedChild(instance9, 16, 1, {
"16": {
x: -8.3,
y: -19.7
}
})
.addTimedChild(instance10, 17, 1, {
"17": {
x: -2.9,
y: -17.3
}
})
.addTimedChild(instance11, 18, 1);
});
var Graphic3 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 35, loop: false });
var instance1 = new Sprite(fromFrame("body1"))
.setTransform(-44.75, -249.3);
this.addTimedChild(instance1);
});
var Graphic4 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 25, loop: false });
var instance1 = new Sprite(fromFrame("tail31"))
.setTransform(-32.75, -60.1);
this.addTimedChild(instance1);
});
var Graphic5 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 25, loop: false });
var instance1 = new Sprite(fromFrame("tail21"))
.setTransform(-60.15, -32.65);
this.addTimedChild(instance1);
});
lib.plane_shadow = Container.extend(function () {
Container.call(this);
var instance1 = new Sprite(fromFrame("plane-shadow1"))
.setTransform(10.65, 23.05);
this.addChild(instance1);
});
var Graphic6 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 29, loop: false });
var instance1 = new lib.plane_shadow()
.setTransform(-111.3, -1.7, 1, 1, -0.785)
.setAlpha(0.15);
this.addTimedChild(instance1);
});
var Graphic7 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 27, loop: false });
var instance1 = new Sprite(fromFrame("wing11"))
.setTransform(-107.05, -113.85);
this.addTimedChild(instance1);
});
var Graphic8 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 27, loop: false });
var instance1 = new Sprite(fromFrame("wing41"))
.setTransform(-67.35, -148.5);
this.addTimedChild(instance1);
});
var Graphic9 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 21, loop: false });
var instance1 = new Sprite(fromFrame("jet 31"))
.setTransform(-13.6, -42.7);
this.addTimedChild(instance1);
});
var Graphic10 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 21, loop: false });
var instance1 = new Graphic9(MovieClip.SYNCHED)
.setTransform(0, 0.2, 1, 1, 0.785);
this.addTimedChild(instance1);
});
var Graphic11 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 20, loop: false });
var instance1 = new Sprite(fromFrame("jet 31"))
.setTransform(-13.6, -42.7);
this.addTimedChild(instance1);
});
var Graphic12 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 19, loop: false });
var instance1 = new Sprite(fromFrame("jet 31"))
.setTransform(-13.6, -42.7);
this.addTimedChild(instance1);
});
var Graphic13 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 19, loop: false });
var instance1 = new Graphic12(MovieClip.SYNCHED)
.setTransform(0, 0.2, 1, 1, 0.785);
this.addTimedChild(instance1);
});
var Graphic14 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Sprite(fromFrame("jet 31"))
.setTransform(-13.6, -42.7);
this.addTimedChild(instance1);
});
var Graphic15 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Graphic14(MovieClip.SYNCHED)
.setTransform(0, 0.2, 1, 1, 0.785);
this.addTimedChild(instance1);
});
var Graphic16 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 35, loop: false });
var instance12 = new Graphic15(MovieClip.SYNCHED);
var instance10 = new Graphic13(MovieClip.SYNCHED);
var instance9 = new Graphic11(MovieClip.SYNCHED);
var instance8 = new Graphic10(MovieClip.SYNCHED);
var instance4 = new Graphic8(MovieClip.SYNCHED);
var instance3 = new Graphic7(MovieClip.SYNCHED);
var instance2 = new Graphic6(MovieClip.SYNCHED);
var instance6 = new Graphic5(MovieClip.SYNCHED);
var instance5 = new Graphic4(MovieClip.SYNCHED);
var instance1 = new Graphic3(MovieClip.SYNCHED);
var instance11 = new Graphic2(MovieClip.SYNCHED);
var instance7 = new Graphic1(MovieClip.SYNCHED);
this.addTimedChild(instance12, 14, 17, {
"14": {
x: -45.8,
y: -94.65,
sx: 0.983,
sy: 0.709,
kx: 0.244,
ky: -0.129
},
"15": {
x: -40.911,
y: -99.27,
sx: 0.987,
sy: 0.786,
kx: 0.179,
ky: -0.092
},
"16": {
x: -36.74,
y: -103.172,
sx: 0.991,
sy: 0.851,
kx: 0.123,
ky: -0.066
},
"17": {
x: -33.367,
y: -106.461,
sx: 0.994,
sy: 0.905,
kx: 0.079,
ky: -0.04
},
"18": {
x: -30.73,
y: -108.91,
sx: 0.997,
sy: 0.946,
kx: 0.044,
ky: -0.022
},
"19": {
x: -28.891,
y: -110.714,
sx: 0.999,
sy: 0.976,
kx: 0.018,
ky: -0.009
},
"20": {
x: -27.754,
y: -111.8,
sx: 1,
sy: 0.994,
kx: 0.005,
ky: -0.001
},
"21": {
x: -27.6,
y: -112.35,
sy: 1,
kx: 0,
ky: 0
},
"28": {
x: -30.113,
y: -109.304,
sx: 0.998,
sy: 0.968,
kx: 0.026,
ky: -0.013
},
"29": {
x: -37.602,
y: -100.101,
sx: 0.992,
sy: 0.871,
kx: 0.106,
ky: -0.057
},
"30": {
x: -49.8,
y: -84.65,
sx: 0.983,
sy: 0.709,
kx: 0.244,
ky: -0.129
}
})
.addTimedChild(instance10, 12, 19, {
"12": {
x: -109.2,
y: -117.5,
sx: 0.952,
sy: 0.662,
kx: 0.584,
ky: -0.061
},
"13": {
x: -107.259,
y: -119.865,
sx: 0.965,
sy: 0.751,
kx: 0.429,
ky: -0.044
},
"14": {
x: -105.629,
y: -121.949,
sx: 0.976,
sy: 0.827,
kx: 0.297,
ky: -0.031
},
"15": {
x: -104.33,
y: -123.666,
sx: 0.984,
sy: 0.889,
kx: 0.189,
ky: -0.018
},
"16": {
x: -103.264,
y: -124.982,
sx: 0.991,
sy: 0.938,
kx: 0.105,
ky: -0.009
},
"17": {
x: -102.584,
y: -125.875,
sx: 0.996,
sy: 0.972,
kx: 0.045,
ky: -0.005
},
"18": {
x: -102.145,
y: -126.447,
sx: 0.999,
sy: 0.993,
kx: 0.01,
ky: 0
},
"19": {
x: -102.25,
y: -127.35,
sx: 1,
sy: 1,
kx: 0
},
"28": {
x: -99.756,
y: -124.057,
sx: 0.995,
sy: 0.962,
kx: 0.062,
ky: -0.005
},
"29": {
x: -92.255,
y: -114.228,
sx: 0.979,
sy: 0.849,
kx: 0.258,
ky: -0.026
},
"30": {
x: -79.2,
y: -97.5,
sx: 0.952,
sy: 0.662,
kx: 0.584,
ky: -0.061
}
})
.addTimedChild(instance9, 11, 20, {
"11": {
x: 91.05,
y: 44.6,
sx: 1,
sy: 0.802,
kx: 0.135,
ky: 0,
r: 0
},
"12": {
x: 96.715,
y: 40.099,
sx: 0.999,
sy: 0.854,
kx: -0.106,
ky: 0.206
},
"13": {
x: 101.576,
y: 36.275,
sy: 0.898,
kx: -0.315,
ky: 0.385
},
"14": {
x: 105.514,
y: 33.152,
sy: 0.934,
kx: -0.485,
ky: 0.529
},
"15": {
x: 108.572,
y: 30.671,
sx: 0.998,
sy: 0.962,
kx: -0.617,
ky: 0.639
},
"16": {
x: 110.748,
y: 28.939,
sy: 0.982,
kx: -0.709,
ky: 0.722
},
"17": {
x: 112.036,
y: 27.924,
sy: 0.994,
kx: -0.766,
ky: 0.77
},
"18": {
x: 112.45,
y: 27.7,
sx: 1,
sy: 1,
kx: 0,
ky: 0,
r: 0.785
},
"28": {
x: 109.567,
y: 28.337,
sy: 0.978,
kx: 0.014,
r: 0
},
"29": {
x: 100.753,
y: 30.366,
sy: 0.912,
kx: 0.058
},
"30": {
x: 86.05,
y: 33.6,
sy: 0.802,
kx: 0.135
}
})
.addTimedChild(instance8, 10, 21, {
"10": {
x: 113.35,
y: 114.05,
sy: 0.717,
kx: 0.464
},
"11": {
x: 117.046,
y: 110.94,
sy: 0.791,
kx: 0.341
},
"12": {
x: 120.212,
y: 108.284,
sy: 0.855,
kx: 0.236
},
"13": {
x: 122.778,
y: 106.077,
sy: 0.907,
kx: 0.149
},
"14": {
x: 124.801,
y: 104.443,
sy: 0.948,
kx: 0.084
},
"15": {
x: 126.185,
y: 103.228,
sy: 0.977,
kx: 0.036
},
"16": {
x: 127.018,
y: 102.523,
sy: 0.994,
kx: 0.009
},
"17": {
x: 127.45,
y: 102.35,
sy: 1,
kx: 0
},
"28": {
x: 123.445,
y: 97.75,
sy: 0.968,
kx: 0.049
},
"29": {
x: 111.452,
y: 83.999,
sy: 0.874,
kx: 0.206
},
"30": {
x: 91.35,
y: 61.05,
sy: 0.717,
kx: 0.464
}
})
.addTimedChild(instance4, 6, 27, {
"6": {
x: 45.8,
y: -22.95,
sx: 0.866,
sy: 0.327,
kx: -0.329
},
"7": {
x: 51.688,
y: -7.606,
sx: 0.886,
sy: 0.438,
kx: -0.275
},
"8": {
x: 60.357,
y: 14.608,
sx: 0.915,
sy: 0.598,
kx: -0.197
},
"9": {
x: 71.538,
y: 43.908,
sx: 0.953,
sy: 0.81,
kx: -0.092
},
"10": {
x: 85.65,
y: 80,
sx: 1,
sy: 1.071,
kx: 0.032
},
"11": {
x: 84.143,
y: 76.84,
sy: 1.049,
kx: 0.022
},
"12": {
x: 82.805,
y: 74.175,
sy: 1.032,
kx: 0.013
},
"13": {
x: 81.823,
y: 72.15,
sy: 1.018,
kx: 0.005
},
"14": {
x: 81.09,
y: 70.662,
sy: 1.008,
kx: 0.001
},
"15": {
x: 80.689,
y: 69.821,
sy: 1.002,
kx: 0
},
"16": {
x: 80.6,
y: 69.6,
sy: 1
},
"28": {
x: 79.232,
y: 65.868,
sx: 0.995,
sy: 0.973,
kx: -0.013
},
"29": {
x: 75.021,
y: 54.813,
sx: 0.979,
sy: 0.892,
kx: -0.052
},
"30": {
x: 68.165,
y: 36.307,
sx: 0.952,
sy: 0.758,
kx: -0.118
},
"31": {
x: 58.405,
y: 10.339,
sx: 0.915,
sy: 0.569,
kx: -0.21
},
"32": {
x: 45.8,
y: -22.95,
sx: 0.866,
sy: 0.327,
kx: -0.329
}
})
.addTimedChild(instance3, 6, 27, {
"6": {
x: 1.9,
y: -57.4,
sx: 0.632,
sy: 0.369,
kx: 4.05,
ky: 1.872
},
"7": {
x: -10.841,
y: -61.453,
sx: 0.701,
sy: 0.461,
kx: 4.07,
ky: 1.908
},
"8": {
x: -29.551,
y: -67.446,
sx: 0.804,
sy: 0.597,
kx: 4.1,
ky: 1.96
},
"9": {
x: -54.248,
y: -75.247,
sx: 0.939,
sy: 0.776,
kx: 4.14,
ky: 2.03
},
"10": {
x: -84.7,
y: -84.45,
sx: 1.108,
sy: 1,
kx: 4.189,
ky: 2.119
},
"11": {
x: -80.089,
y: -83.294,
sx: 1.073,
sy: 0.999,
kx: 4.191,
ky: 2.109
},
"12": {
x: -76.342,
y: -82.272,
sx: 1.047,
ky: 2.104
},
"13": {
x: -73.349,
y: -81.536,
sx: 1.026,
ky: 2.1
},
"14": {
x: -71.26,
y: -80.984,
sx: 1.011,
ky: 2.096
},
"15": {
x: -70.047,
y: -80.625,
sx: 1.002,
ky: 2.095
},
"16": {
x: -69.6,
y: -80.6,
sx: 1,
sy: 1,
kx: 4.189,
ky: 2.094
},
"28": {
x: -66.393,
y: -78.866,
sx: 0.983,
sy: 0.973,
kx: 4.188,
ky: 2.079
},
"29": {
x: -56.57,
y: -73.592,
sx: 0.937,
sy: 0.895,
ky: 2.038
},
"30": {
x: -40.26,
y: -64.937,
sx: 0.861,
sy: 0.766,
kx: 4.187,
ky: 1.965
},
"31": {
x: -17.381,
y: -52.809,
sx: 0.754,
sy: 0.585,
kx: 4.183,
ky: 1.868
},
"32": {
x: 11.9,
y: -37.4,
sx: 0.617,
sy: 0.352,
kx: 4.18,
ky: 1.742
}
})
.addTimedChild(instance2, 6, 29, {
"6": {
x: 45.15,
y: -45.1
}
})
.addTimedChild(instance6, 8, 25, {
"8": {
x: -114.85,
y: 105.15,
sx: 0.458,
sy: 0.873,
ky: -0.682
},
"9": {
x: -121.638,
y: 101.671,
sx: 0.555,
sy: 0.892,
ky: -0.577
},
"10": {
x: -131.473,
y: 96.705,
sx: 0.696,
sy: 0.92,
ky: -0.424
},
"11": {
x: -144.232,
y: 90.24,
sx: 0.88,
sy: 0.956,
ky: -0.224
},
"12": {
x: -160.1,
y: 82.5,
sx: 1.108,
sy: 1,
ky: 0.019
},
"13": {
x: -158.131,
y: 82.83,
sx: 1.075,
ky: 0.01
},
"14": {
x: -156.53,
y: 83.141,
sx: 1.048,
ky: 0.005
},
"15": {
x: -155.239,
y: 83.393,
sx: 1.027,
ky: 0.004
},
"16": {
x: -154.319,
y: 83.577,
sx: 1.012,
ky: 0.001
},
"17": {
x: -153.817,
y: 83.633,
sx: 1.003,
ky: 0
},
"18": {
x: -153.65,
y: 83.7,
sx: 1
},
"28": {
x: -152.103,
y: 84.549,
sx: 0.978,
sy: 0.995,
ky: -0.026
},
"29": {
x: -147.494,
y: 87.168,
sx: 0.913,
sy: 0.98,
ky: -0.106
},
"30": {
x: -139.741,
y: 91.521,
sx: 0.804,
sy: 0.954,
ky: -0.245
},
"31": {
x: -128.801,
y: 97.506,
sx: 0.652,
sy: 0.919,
ky: -0.434
},
"32": {
x: -114.85,
y: 105.15,
sx: 0.458,
sy: 0.873,
ky: -0.682
}
})
.addTimedChild(instance5, 8, 25, {
"8": {
x: -100.85,
y: 112.95,
sx: 0.879,
sy: 0.392,
kx: -0.604
},
"9": {
x: -97.958,
y: 119.802,
sx: 0.897,
sy: 0.495,
kx: -0.507
},
"10": {
x: -93.709,
y: 129.721,
sx: 0.923,
sy: 0.645,
kx: -0.368
},
"11": {
x: -88.238,
y: 142.608,
sx: 0.958,
sy: 0.841,
kx: -0.189
},
"12": {
x: -81.65,
y: 158.65,
sx: 1,
sy: 1.084,
kx: 0.031
},
"13": {
x: -82.267,
y: 157.196,
sy: 1.058,
kx: 0.018
},
"14": {
x: -82.761,
y: 155.896,
sy: 1.037,
kx: 0.013
},
"15": {
x: -83.146,
y: 154.981,
sy: 1.021,
kx: 0.005
},
"16": {
x: -83.445,
y: 154.279,
sy: 1.009,
kx: 0.001
},
"17": {
x: -83.589,
y: 153.86,
sy: 1.002,
kx: 0
},
"18": {
x: -83.6,
y: 153.7,
sy: 1
},
"28": {
x: -84.303,
y: 152.06,
sx: 0.995,
sy: 0.976,
kx: -0.022
},
"29": {
x: -86.446,
y: 147.205,
sx: 0.981,
sy: 0.902,
kx: -0.096
},
"30": {
x: -89.822,
y: 139.048,
sx: 0.956,
sy: 0.78,
kx: -0.215
},
"31": {
x: -94.769,
y: 127.633,
sx: 0.922,
sy: 0.61,
kx: -0.385
},
"32": {
x: -100.85,
y: 112.95,
sx: 0.879,
sy: 0.392,
kx: -0.604
}
})
.addTimedChild(instance1, 0, 35, {
"0": {
x: -10.75,
y: 117.35,
sx: 1.014,
sy: 1.006,
kx: -1.488,
ky: 1.288,
r: 0
},
"1": {
x: 12.803,
y: 16.884,
sx: 1.004,
sy: 1.001,
kx: -1.05,
ky: 0.967
},
"2": {
x: 20.823,
y: -17.462,
sx: 1.001,
sy: 1,
kx: -0.897,
ky: 0.858
},
"3": {
x: 25.114,
y: -35.625,
sx: 1,
sy: 0.999,
kx: -0.818,
ky: 0.8
},
"4": {
x: 27.429,
y: -45.388,
sx: 0.999,
kx: -0.775,
ky: 0.77
},
"5": {
x: 28.467,
y: -49.891,
sx: 0.998,
sy: 0.998,
kx: -0.756,
ky: 0.753
},
"6": {
x: 28.7,
y: -50.9,
sx: 1,
sy: 1,
kx: 0,
ky: 0,
r: 0.75
},
"7": {
x: 28.734,
y: -50.87,
sx: 0.998,
sy: 0.998,
r: 0.752
},
"8": {
x: 28.891,
y: -50.615
},
"9": {
x: 29.156,
y: -50.108
},
"10": {
x: 29.63,
y: -49.344,
r: 0.753
},
"11": {
x: 30.336,
y: -48.126,
r: 0.757
},
"12": {
x: 31.461,
y: -46.195,
r: 0.761
},
"13": {
x: 33.128,
y: -43.451,
r: 0.77
},
"14": {
x: 34.884,
y: -40.5,
r: 0.775
},
"15": {
x: 36.074,
y: -38.465,
r: 0.783
},
"16": {
x: 36.758,
y: -37.345
},
"17": {
x: 37.024,
y: -36.886,
r: 0.784
},
"18": {
x: 37.15,
y: -36.7,
sx: 1,
sy: 1,
r: 0.785
}
})
.addTimedChild(instance11, 14, 19, {
"14": {
x: 165.35,
y: -165.2
}
})
.addTimedChild(instance7, 9, 24, {
"9": {
x: -78.45,
y: 78.05,
sx: 0.045,
r: -0.785
},
"10": {
x: -85.151,
y: 84.751,
sx: 0.187
},
"11": {
x: -95.898,
y: 95.498,
sx: 0.414
},
"12": {
x: -110.684,
y: 110.284,
sx: 0.727
},
"13": {
x: -129.3,
y: 128.9,
sx: 1.125
},
"14": {
x: -127.201,
y: 126.801,
sx: 1.08
},
"15": {
x: -125.548,
y: 125.148,
sx: 1.045
},
"16": {
x: -124.437,
y: 124.037,
sx: 1.02
},
"17": {
x: -123.72,
y: 123.32,
sx: 1.005
},
"18": {
x: -123.5,
y: 123.1,
sx: 1
},
"28": {
x: -121.685,
y: 121.285,
sx: 0.962
},
"29": {
x: -116.298,
y: 115.898,
sx: 0.847
},
"30": {
x: -107.239,
y: 106.839,
sx: 0.656
},
"31": {
x: -94.658,
y: 94.258,
sx: 0.389
},
"32": {
x: -78.45,
y: 78.05,
sx: 0.045
}
});
});
var Graphic17 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 35, loop: false });
var instance1 = new Graphic16(MovieClip.SYNCHED)
.setTransform(218.05, 218.1);
this.addTimedChild(instance1);
});
var Graphic18 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Sprite(fromFrame("line1"))
.setTransform(-4.2, -6.5);
this.addTimedChild(instance1);
});
var Graphic19 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Graphic18(MovieClip.SYNCHED);
this.addTimedChild(instance1, 0, 17, {
"0": {
y: 226.2,
sy: 0.512,
a: 1
},
"1": {
y: 212.816,
sy: 0.526
},
"2": {
y: 173.916,
sy: 0.566
},
"3": {
y: 117.154,
sy: 0.625
},
"4": {
y: 58.479,
sy: 0.685
},
"5": {
y: 15.46,
sy: 0.73
},
"6": {
y: -1.25,
sy: 0.747
},
"7": {
y: -9.252,
sy: 0.689,
a: 0.84
},
"8": {
y: -16.612,
sy: 0.635,
a: 0.69
},
"9": {
y: -23.38,
sy: 0.586,
a: 0.55
},
"10": {
y: -29.555,
sy: 0.541,
a: 0.43
},
"11": {
y: -35.037,
sy: 0.501,
a: 0.32
},
"12": {
y: -39.977,
sy: 0.465,
a: 0.22
},
"13": {
y: -44.275,
sy: 0.433,
a: 0.14
},
"14": {
y: -47.93,
sy: 0.406,
a: 0.06
},
"15": {
y: -51.05,
sy: 0.384,
a: 0
}
});
});
var Graphic20 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Sprite(fromFrame("line1"))
.setTransform(-4.2, -6.5);
this.addTimedChild(instance1);
});
var Graphic21 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Graphic20(MovieClip.SYNCHED);
this.addTimedChild(instance1, 0, 17, {
"0": {
y: 226.2,
sy: 0.512,
a: 1
},
"1": {
y: 212.816,
sy: 0.526
},
"2": {
y: 173.916,
sy: 0.566
},
"3": {
y: 117.154,
sy: 0.625
},
"4": {
y: 58.479,
sy: 0.685
},
"5": {
y: 15.46,
sy: 0.73
},
"6": {
y: -1.25,
sy: 0.747
},
"7": {
y: -9.252,
sy: 0.689,
a: 0.84
},
"8": {
y: -16.612,
sy: 0.635,
a: 0.69
},
"9": {
y: -23.38,
sy: 0.586,
a: 0.55
},
"10": {
y: -29.555,
sy: 0.541,
a: 0.43
},
"11": {
y: -35.037,
sy: 0.501,
a: 0.32
},
"12": {
y: -39.977,
sy: 0.465,
a: 0.22
},
"13": {
y: -44.275,
sy: 0.433,
a: 0.14
},
"14": {
y: -47.93,
sy: 0.406,
a: 0.06
},
"15": {
y: -51.05,
sy: 0.384,
a: 0
}
});
});
var Graphic22 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Sprite(fromFrame("line1"))
.setTransform(-4.2, -6.5);
this.addTimedChild(instance1);
});
var Graphic23 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Graphic22(MovieClip.SYNCHED);
this.addTimedChild(instance1, 0, 17, {
"0": {
y: 226.2,
sy: 0.512,
a: 1
},
"1": {
y: 212.816,
sy: 0.526
},
"2": {
y: 173.916,
sy: 0.566
},
"3": {
y: 117.154,
sy: 0.625
},
"4": {
y: 58.479,
sy: 0.685
},
"5": {
y: 15.46,
sy: 0.73
},
"6": {
y: -1.25,
sy: 0.747
},
"7": {
y: -9.252,
sy: 0.689,
a: 0.84
},
"8": {
y: -16.612,
sy: 0.635,
a: 0.69
},
"9": {
y: -23.38,
sy: 0.586,
a: 0.55
},
"10": {
y: -29.555,
sy: 0.541,
a: 0.43
},
"11": {
y: -35.037,
sy: 0.501,
a: 0.32
},
"12": {
y: -39.977,
sy: 0.465,
a: 0.22
},
"13": {
y: -44.275,
sy: 0.433,
a: 0.14
},
"14": {
y: -47.93,
sy: 0.406,
a: 0.06
},
"15": {
y: -51.05,
sy: 0.384,
a: 0
}
});
});
var Graphic24 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Sprite(fromFrame("line1"))
.setTransform(-4.2, -6.5);
this.addTimedChild(instance1);
});
var Graphic25 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Graphic24(MovieClip.SYNCHED);
this.addTimedChild(instance1, 0, 17, {
"0": {
y: 226.2,
sy: 0.512,
a: 1
},
"1": {
y: 212.816,
sy: 0.526
},
"2": {
y: 173.916,
sy: 0.566
},
"3": {
y: 117.154,
sy: 0.625
},
"4": {
y: 58.479,
sy: 0.685
},
"5": {
y: 15.46,
sy: 0.73
},
"6": {
y: -1.25,
sy: 0.747
},
"7": {
y: -9.252,
sy: 0.689,
a: 0.84
},
"8": {
y: -16.612,
sy: 0.635,
a: 0.69
},
"9": {
y: -23.38,
sy: 0.586,
a: 0.55
},
"10": {
y: -29.555,
sy: 0.541,
a: 0.43
},
"11": {
y: -35.037,
sy: 0.501,
a: 0.32
},
"12": {
y: -39.977,
sy: 0.465,
a: 0.22
},
"13": {
y: -44.275,
sy: 0.433,
a: 0.14
},
"14": {
y: -47.93,
sy: 0.406,
a: 0.06
},
"15": {
y: -51.05,
sy: 0.384,
a: 0
}
});
});
var Graphic26 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Sprite(fromFrame("line1"))
.setTransform(-4.2, -6.5);
this.addTimedChild(instance1);
});
var Graphic27 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Graphic26(MovieClip.SYNCHED);
this.addTimedChild(instance1, 0, 17, {
"0": {
y: 226.2,
sy: 0.512,
a: 1
},
"1": {
y: 212.816,
sy: 0.526
},
"2": {
y: 173.916,
sy: 0.566
},
"3": {
y: 117.154,
sy: 0.625
},
"4": {
y: 58.479,
sy: 0.685
},
"5": {
y: 15.46,
sy: 0.73
},
"6": {
y: -1.25,
sy: 0.747
},
"7": {
y: -9.252,
sy: 0.689,
a: 0.84
},
"8": {
y: -16.612,
sy: 0.635,
a: 0.69
},
"9": {
y: -23.38,
sy: 0.586,
a: 0.55
},
"10": {
y: -29.555,
sy: 0.541,
a: 0.43
},
"11": {
y: -35.037,
sy: 0.501,
a: 0.32
},
"12": {
y: -39.977,
sy: 0.465,
a: 0.22
},
"13": {
y: -44.275,
sy: 0.433,
a: 0.14
},
"14": {
y: -47.93,
sy: 0.406,
a: 0.06
},
"15": {
y: -51.05,
sy: 0.384,
a: 0
}
});
});
var Graphic28 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Sprite(fromFrame("line1"))
.setTransform(-4.2, -6.5);
this.addTimedChild(instance1);
});
var Graphic29 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Graphic28(MovieClip.SYNCHED);
this.addTimedChild(instance1, 0, 17, {
"0": {
y: 226.2,
sy: 0.512,
a: 1
},
"1": {
y: 212.816,
sy: 0.526
},
"2": {
y: 173.916,
sy: 0.566
},
"3": {
y: 117.154,
sy: 0.625
},
"4": {
y: 58.479,
sy: 0.685
},
"5": {
y: 15.46,
sy: 0.73
},
"6": {
y: -1.25,
sy: 0.747
},
"7": {
y: -9.252,
sy: 0.689,
a: 0.84
},
"8": {
y: -16.612,
sy: 0.635,
a: 0.69
},
"9": {
y: -23.38,
sy: 0.586,
a: 0.55
},
"10": {
y: -29.555,
sy: 0.541,
a: 0.43
},
"11": {
y: -35.037,
sy: 0.501,
a: 0.32
},
"12": {
y: -39.977,
sy: 0.465,
a: 0.22
},
"13": {
y: -44.275,
sy: 0.433,
a: 0.14
},
"14": {
y: -47.93,
sy: 0.406,
a: 0.06
},
"15": {
y: -51.05,
sy: 0.384,
a: 0
}
});
});
var Graphic30 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Sprite(fromFrame("line1"))
.setTransform(-4.2, -6.5);
this.addTimedChild(instance1);
});
var Graphic31 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Graphic30(MovieClip.SYNCHED);
this.addTimedChild(instance1, 0, 17, {
"0": {
y: 226.2,
sy: 0.512,
a: 1
},
"1": {
y: 212.816,
sy: 0.526
},
"2": {
y: 173.916,
sy: 0.566
},
"3": {
y: 117.154,
sy: 0.625
},
"4": {
y: 58.479,
sy: 0.685
},
"5": {
y: 15.46,
sy: 0.73
},
"6": {
y: -1.25,
sy: 0.747
},
"7": {
y: -9.252,
sy: 0.689,
a: 0.84
},
"8": {
y: -16.612,
sy: 0.635,
a: 0.69
},
"9": {
y: -23.38,
sy: 0.586,
a: 0.55
},
"10": {
y: -29.555,
sy: 0.541,
a: 0.43
},
"11": {
y: -35.037,
sy: 0.501,
a: 0.32
},
"12": {
y: -39.977,
sy: 0.465,
a: 0.22
},
"13": {
y: -44.275,
sy: 0.433,
a: 0.14
},
"14": {
y: -47.93,
sy: 0.406,
a: 0.06
},
"15": {
y: -51.05,
sy: 0.384,
a: 0
}
});
});
var Graphic32 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Sprite(fromFrame("line1"))
.setTransform(-4.2, -6.5);
this.addTimedChild(instance1);
});
var Graphic33 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Graphic32(MovieClip.SYNCHED);
this.addTimedChild(instance1, 0, 17, {
"0": {
y: 226.2,
sy: 0.512,
a: 1
},
"1": {
y: 212.816,
sy: 0.526
},
"2": {
y: 173.916,
sy: 0.566
},
"3": {
y: 117.154,
sy: 0.625
},
"4": {
y: 58.479,
sy: 0.685
},
"5": {
y: 15.46,
sy: 0.73
},
"6": {
y: -1.25,
sy: 0.747
},
"7": {
y: -9.252,
sy: 0.689,
a: 0.84
},
"8": {
y: -16.612,
sy: 0.635,
a: 0.69
},
"9": {
y: -23.38,
sy: 0.586,
a: 0.55
},
"10": {
y: -29.555,
sy: 0.541,
a: 0.43
},
"11": {
y: -35.037,
sy: 0.501,
a: 0.32
},
"12": {
y: -39.977,
sy: 0.465,
a: 0.22
},
"13": {
y: -44.275,
sy: 0.433,
a: 0.14
},
"14": {
y: -47.93,
sy: 0.406,
a: 0.06
},
"15": {
y: -51.05,
sy: 0.384,
a: 0
}
});
});
var Graphic34 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Sprite(fromFrame("line1"))
.setTransform(-4.2, -6.5);
this.addTimedChild(instance1);
});
var Graphic35 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Graphic34(MovieClip.SYNCHED);
this.addTimedChild(instance1, 0, 17, {
"0": {
y: 226.2,
sy: 0.512,
a: 1
},
"1": {
y: 212.816,
sy: 0.526
},
"2": {
y: 173.916,
sy: 0.566
},
"3": {
y: 117.154,
sy: 0.625
},
"4": {
y: 58.479,
sy: 0.685
},
"5": {
y: 15.46,
sy: 0.73
},
"6": {
y: -1.25,
sy: 0.747
},
"7": {
y: -9.252,
sy: 0.689,
a: 0.84
},
"8": {
y: -16.612,
sy: 0.635,
a: 0.69
},
"9": {
y: -23.38,
sy: 0.586,
a: 0.55
},
"10": {
y: -29.555,
sy: 0.541,
a: 0.43
},
"11": {
y: -35.037,
sy: 0.501,
a: 0.32
},
"12": {
y: -39.977,
sy: 0.465,
a: 0.22
},
"13": {
y: -44.275,
sy: 0.433,
a: 0.14
},
"14": {
y: -47.93,
sy: 0.406,
a: 0.06
},
"15": {
y: -51.05,
sy: 0.384,
a: 0
}
});
});
var Graphic36 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Sprite(fromFrame("line1"))
.setTransform(-4.2, -6.5);
this.addTimedChild(instance1);
});
var Graphic37 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Graphic36(MovieClip.SYNCHED);
this.addTimedChild(instance1, 0, 17, {
"0": {
y: 226.2,
sy: 0.512,
a: 1
},
"1": {
y: 212.816,
sy: 0.526
},
"2": {
y: 173.916,
sy: 0.566
},
"3": {
y: 117.154,
sy: 0.625
},
"4": {
y: 58.479,
sy: 0.685
},
"5": {
y: 15.46,
sy: 0.73
},
"6": {
y: -1.25,
sy: 0.747
},
"7": {
y: -9.252,
sy: 0.689,
a: 0.84
},
"8": {
y: -16.612,
sy: 0.635,
a: 0.69
},
"9": {
y: -23.38,
sy: 0.586,
a: 0.55
},
"10": {
y: -29.555,
sy: 0.541,
a: 0.43
},
"11": {
y: -35.037,
sy: 0.501,
a: 0.32
},
"12": {
y: -39.977,
sy: 0.465,
a: 0.22
},
"13": {
y: -44.275,
sy: 0.433,
a: 0.14
},
"14": {
y: -47.93,
sy: 0.406,
a: 0.06
},
"15": {
y: -51.05,
sy: 0.384,
a: 0
}
});
});
var Graphic38 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Sprite(fromFrame("line1"))
.setTransform(-4.2, -6.5);
this.addTimedChild(instance1);
});
var Graphic39 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Graphic38(MovieClip.SYNCHED);
this.addTimedChild(instance1, 0, 17, {
"0": {
y: 226.2,
sy: 0.512,
a: 1
},
"1": {
y: 212.816,
sy: 0.526
},
"2": {
y: 173.916,
sy: 0.566
},
"3": {
y: 117.154,
sy: 0.625
},
"4": {
y: 58.479,
sy: 0.685
},
"5": {
y: 15.46,
sy: 0.73
},
"6": {
y: -1.25,
sy: 0.747
},
"7": {
y: -9.252,
sy: 0.689,
a: 0.84
},
"8": {
y: -16.612,
sy: 0.635,
a: 0.69
},
"9": {
y: -23.38,
sy: 0.586,
a: 0.55
},
"10": {
y: -29.555,
sy: 0.541,
a: 0.43
},
"11": {
y: -35.037,
sy: 0.501,
a: 0.32
},
"12": {
y: -39.977,
sy: 0.465,
a: 0.22
},
"13": {
y: -44.275,
sy: 0.433,
a: 0.14
},
"14": {
y: -47.93,
sy: 0.406,
a: 0.06
},
"15": {
y: -51.05,
sy: 0.384,
a: 0
}
});
});
var Graphic40 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Sprite(fromFrame("line1"))
.setTransform(-4.2, -6.5);
this.addTimedChild(instance1);
});
var Graphic41 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance1 = new Graphic40(MovieClip.SYNCHED);
this.addTimedChild(instance1, 0, 17, {
"0": {
y: 226.2,
sy: 0.512,
a: 1
},
"1": {
y: 212.816,
sy: 0.526
},
"2": {
y: 173.916,
sy: 0.566
},
"3": {
y: 117.154,
sy: 0.625
},
"4": {
y: 58.479,
sy: 0.685
},
"5": {
y: 15.46,
sy: 0.73
},
"6": {
y: -1.25,
sy: 0.747
},
"7": {
y: -9.252,
sy: 0.689,
a: 0.84
},
"8": {
y: -16.612,
sy: 0.635,
a: 0.69
},
"9": {
y: -23.38,
sy: 0.586,
a: 0.55
},
"10": {
y: -29.555,
sy: 0.541,
a: 0.43
},
"11": {
y: -35.037,
sy: 0.501,
a: 0.32
},
"12": {
y: -39.977,
sy: 0.465,
a: 0.22
},
"13": {
y: -44.275,
sy: 0.433,
a: 0.14
},
"14": {
y: -47.93,
sy: 0.406,
a: 0.06
},
"15": {
y: -51.05,
sy: 0.384,
a: 0
}
});
});
var Graphic42 = MovieClip.extend(function (mode) {
MovieClip.call(this, { mode: mode, duration: 17, loop: false });
var instance12 = new Graphic41(MovieClip.SYNCHED)
.setTransform(-1.45, -226.15, 0.735, 0.735);
var instance11 = new Graphic39(MovieClip.SYNCHED)
.setTransform(125.15, -192.05, 0.735, 0.735, 0.61);
var instance10 = new Graphic37(MovieClip.SYNCHED)
.setTransform(-129.75, -188.05, 0.735, 0.735, 0, 0.636, 2.506);
var instance9 = new Graphic35(MovieClip.SYNCHED)
.setTransform(1, 217.15, 0.735, 0.735, 0, 3.142, 3.142);
var instance8 = new Graphic33(MovieClip.SYNCHED)
.setTransform(-120, 185.1, 0.735, 0.735, -2.575);
var instance7 = new Graphic31(MovieClip.SYNCHED)
.setTransform(132.4, 180.15, 0.735, 0.735, 0, 3.781, -0.64);
var instance6 = new Graphic29(MovieClip.SYNCHED)
.setTransform(222.4, -10, 0.735, 0.735, 0, 4.712, 1.571);
var instance5 = new Graphic27(MovieClip.SYNCHED)
.setTransform(191.4, 109.95, 0.735, 0.735, 0, 4.146, 2.137);
var instance4 = new Graphic25(MovieClip.SYNCHED)
.setTransform(193.2, -126.7, 0.735, 0.735, 0, -1.004, -2.137);
var instance3 = new Graphic23(MovieClip.SYNCHED)
.setTransform(-222.4, -10, 0.735, 0.735, 0, 1.571, 1.571);
var instance2 = new Graphic21(MovieClip.SYNCHED)
.setTransform(-195.45, 113.95, 0.735, 0.735, 0, 2.137, 1.004);
var instance1 = new Graphic19(MovieClip.SYNCHED)
.setTransform(-191.2, -123.7, 0.735, 0.735, -1.004);
this.addTimedChild(instance12)
.addTimedChild(instance11)
.addTimedChild(instance10)
.addTimedChild(instance9)
.addTimedChild(instance8)
.addTimedChild(instance7)
.addTimedChild(instance6)
.addTimedChild(instance5)
.addTimedChild(instance4)
.addTimedChild(instance3)
.addTimedChild(instance2)
.addTimedChild(instance1);
});
lib.emoji_airplane = MovieClip.extend(function () {
MovieClip.call(this, {
duration: 36,
framerate: 30,
loop: false
});
var instance2 = new Graphic42(MovieClip.SYNCHED);
var instance1 = new Graphic17(MovieClip.SYNCHED);
this.addTimedChild(instance2, 9, 17, {
"9": {
x: 640.15,
y: 362.75,
sx: 1.274,
sy: 1.274,
c: [
0,
0.96,
0,
0.71,
0,
0.16
]
}
})
.addTimedChild(instance1, 0, 35, {
"0": {
x: 422.1,
y: 142.95,
sx: 1,
sy: 1,
r: 0
},
"29": {
x: 424.107,
y: 143.812,
r: 0.009
},
"30": {
x: 430.2,
y: 147.033,
r: 0.036
},
"31": {
x: 443.53,
y: 152.386,
r: 0.092
},
"32": {
x: 466.396,
y: 163.061,
sx: 0.999,
sy: 0.999,
r: 0.184
},
"33": {
x: 506.44,
y: 184.969,
r: 0.333
},
"34": {
x: 584.2,
y: 238.05,
sx: 1,
sy: 1,
r: 0.597
}
});
});
lib.emoji_airplane.assets = {
"emoji_airplane_atlas_1": "images/emoji_airplane_atlas_1.json"
};
})(PIXI, lib = lib || {});
var lib;
if (typeof module !== 'undefined' && module.exports) {
module.exports = {
stage: lib.emoji_airplane,
background: 0x0,
width: 1280,
height: 720,
framerate: 30,
totalFrames: 36,
library: lib
};
}