摘苹果
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1623 lines
62 KiB

(function (cjs, an) {
var p; // shortcut to reference prototypes
var lib={};var ss={};var img={};
lib.ssMetadata = [];
(lib.AnMovieClip = function(){
this.actionFrames = [];
this.ignorePause = false;
this.gotoAndPlay = function(positionOrLabel){
cjs.MovieClip.prototype.gotoAndPlay.call(this,positionOrLabel);
}
this.play = function(){
cjs.MovieClip.prototype.play.call(this);
}
this.gotoAndStop = function(positionOrLabel){
cjs.MovieClip.prototype.gotoAndStop.call(this,positionOrLabel);
}
this.stop = function(){
cjs.MovieClip.prototype.stop.call(this);
}
}).prototype = p = new cjs.MovieClip();
// symbols:
(lib.倒计时_ = function() {
this.initialize(img.倒计时_);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,435,307);
(lib.aa = function() {
this.initialize(img.aa);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,241,126);
(lib.Bitmap2 = function() {
this.initialize(img.Bitmap2);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,449,161);
(lib.Bitmap3 = function() {
this.initialize(img.Bitmap3);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,449,161);
(lib.Bitmap4 = function() {
this.initialize(img.Bitmap4);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,449,161);
(lib.Bitmap5 = function() {
this.initialize(img.Bitmap5);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,449,161);
(lib.手手_画板1副本2png复制2 = function() {
this.initialize(img.手手_画板1副本2png复制2);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,217,223);
(lib.手手_画板1副本3 = function() {
this.initialize(img.手手_画板1副本3);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,217,224);
(lib.stopDemo = function() {
this.initialize(img.stopDemo);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,107,42);
(lib.suspend = function() {
this.initialize(img.suspend);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,107,42);
(lib.任务完成_ = function() {
this.initialize(img.任务完成_);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,435,307);
(lib.再来一次_ = function() {
this.initialize(img.再来一次_);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,400,99);
(lib.苹果 = function() {
this.initialize(img.苹果);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,255,242);
(lib.苹果1 = function() {
this.initialize(img.苹果1);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,1280,720);
(lib.苹果2 = function() {
this.initialize(img.苹果2);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,197,286);
(lib.计时_ = function() {
this.initialize(img.计时_);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,85,70);
(lib.返回按钮_ = function() {
this.initialize(img.返回按钮_);
}).prototype = p = new cjs.Bitmap();
p.nominalBounds = new cjs.Rectangle(0,0,75,75);// helper functions:
function mc_symbol_clone() {
var clone = this._cloneProps(new this.constructor(this.mode, this.startPosition, this.loop, this.reversed));
clone.gotoAndStop(this.currentFrame);
clone.paused = this.paused;
clone.framerate = this.framerate;
return clone;
}
function getMCSymbolPrototype(symbol, nominalBounds, frameBounds) {
var prototype = cjs.extend(symbol, cjs.MovieClip);
prototype.clone = mc_symbol_clone;
prototype.nominalBounds = nominalBounds;
prototype.frameBounds = frameBounds;
return prototype;
}
(lib.timeBg = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
this.isSingleFrame = false;
// timeline functions:
this.frame_0 = function() {
if(this.isSingleFrame) {
return;
}
if(this.totalFrames == 1) {
this.isSingleFrame = true;
}
this.stop();
}
// actions tween:
this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(1));
// timeBg
this.instance = new lib.计时_();
this.instance.setTransform(-60,-49,1.4117,1.4114);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = getMCSymbolPrototype(lib.timeBg, new cjs.Rectangle(-60,-49,120,98.8), null);
(lib.Suspend = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.suspend();
this.instance.setTransform(138,-21);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = getMCSymbolPrototype(lib.Suspend, new cjs.Rectangle(138,-21,107,42), null);
(lib.stopDemo_1 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.stopDemo();
this.instance.setTransform(0,-20);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = getMCSymbolPrototype(lib.stopDemo_1, new cjs.Rectangle(0,-20,107,42), null);
(lib.Level = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {"level-1":0,"level-2":1,"level-3":2,"level-4":3};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// timeline functions:
this.frame_0 = function() {
this.stop();
}
this.frame_1 = function() {
this.stop();
}
this.frame_2 = function() {
this.stop();
}
this.frame_3 = function() {
this.stop();
}
// actions tween:
this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(1).call(this.frame_1).wait(1).call(this.frame_2).wait(1).call(this.frame_3).wait(3));
// level_layer
this.instance = new lib.Bitmap2();
this.instance.setTransform(-105,-38,0.4658,0.4658);
this.instance_1 = new lib.Bitmap3();
this.instance_1.setTransform(-105,-38,0.4658,0.4658);
this.instance_2 = new lib.Bitmap4();
this.instance_2.setTransform(-105,-38,0.4658,0.4658);
this.instance_3 = new lib.Bitmap5();
this.instance_3.setTransform(-105,-38,0.4658,0.4658);
this.text = new cjs.Text("困难", "87px 'Arial'", "#FFFFFF");
this.text.textAlign = "center";
this.text.lineHeight = 89;
this.text.lineWidth = 188;
this.text.parent = this;
this.text.setTransform(58,-71.5);
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance}]}).to({state:[{t:this.instance_1}]},1).to({state:[{t:this.instance_2}]},1).to({state:[{t:this.instance_3}]},1).to({state:[]},1).to({state:[{t:this.text}]},1).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-105,-73.5,258.8,130);
(lib.bgModalEnd = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.任务完成_();
this.instance.setTransform(-218,-154);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = getMCSymbolPrototype(lib.bgModalEnd, new cjs.Rectangle(-218,-154,435,307), null);
(lib.补间40 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-53,-45.15,0.401,0.4011,-14.999);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-53,-65.6,106,131.3);
(lib.补间39 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-53,-45.15,0.401,0.4011,-14.999);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-53,-65.6,106,131.3);
(lib.补间38 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-39.45,-57.35,0.4009,0.401);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-39.4,-57.3,78.9,114.69999999999999);
(lib.补间37 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-39.45,-57.35,0.4009,0.401);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-39.4,-57.3,78.9,114.69999999999999);
(lib.补间36 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-39.45,-57.35,0.4009,0.401);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-39.4,-57.3,78.9,114.69999999999999);
(lib.补间35 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-39.45,-57.35,0.4009,0.401);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-39.4,-57.3,78.9,114.69999999999999);
(lib.补间34 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-36.7,-53.3,0.3726,0.3727);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-36.7,-53.3,73.4,106.6);
(lib.补间33 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-36.7,-53.3,0.3726,0.3727);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-36.7,-53.3,73.4,106.6);
(lib.补间32 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-58.4,-27.8,0.3726,0.3727,-29.9998);
this.instance_1 = new lib.苹果2();
this.instance_1.setTransform(-58.4,-27.8,0.3726,0.3727,-29.9998);
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_1},{t:this.instance}]}).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-58.4,-64.5,116.9,129);
(lib.补间31 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-58.4,-27.8,0.3726,0.3727,-29.9998);
this.instance_1 = new lib.苹果2();
this.instance_1.setTransform(-58.4,-27.8,0.3726,0.3727,-29.9998);
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_1},{t:this.instance}]}).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-58.4,-64.5,116.9,129);
(lib.补间30 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-58.4,-27.8,0.3726,0.3727,-29.9998);
this.instance_1 = new lib.苹果2();
this.instance_1.setTransform(-58.4,-27.8,0.3726,0.3727,-29.9998);
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_1},{t:this.instance}]}).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-58.4,-64.5,116.9,129);
(lib.补间28 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-103,53,0.4009,0.401);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-103,53,79,114.69999999999999);
(lib.补间27 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-53,-45.15,0.4009,0.4011,-14.9985);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-53,-65.6,106,131.3);
(lib.补间26 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-53,-45.15,0.4009,0.4011,-14.9985);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-53,-65.6,106,131.3);
(lib.补间25 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-53,-45.15,0.4009,0.4011,-14.9995);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-53,-65.6,106,131.3);
(lib.补间24 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-53,-45.15,0.4009,0.4011,-14.9995);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-53,-65.6,106,131.3);
(lib.补间23 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-39.5,-57.35,0.4009,0.4011);
this.instance_1 = new lib.苹果2();
this.instance_1.setTransform(-39.5,-57.35,0.4009,0.4011);
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_1},{t:this.instance}]}).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-39.5,-57.3,79,114.69999999999999);
(lib.补间22 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-39.5,-57.35,0.4009,0.4011);
this.instance_1 = new lib.苹果2();
this.instance_1.setTransform(-39.5,-57.35,0.4009,0.4011);
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_1},{t:this.instance}]}).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-39.5,-57.3,79,114.69999999999999);
(lib.补间21 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-23.3,-65.6,0.401,0.4011,14.999);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-53,-65.6,106,131.3);
(lib.补间20 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-23.3,-65.6,0.401,0.4011,14.999);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-53,-65.6,106,131.3);
(lib.补间19 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-23.3,-65.6,0.401,0.4011,14.999);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-53,-65.6,106,131.3);
(lib.补间18 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-39.5,-57.35,0.4009,0.4011);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-39.5,-57.3,79,114.69999999999999);
(lib.补间17 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-39.5,-57.35,0.4009,0.4011);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-39.5,-57.3,79,114.69999999999999);
(lib.补间12 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-36.7,-53.3,0.3726,0.3727);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-36.7,-53.3,73.4,106.6);
(lib.补间11 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-39.5,-57.35,0.401,0.4011);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-39.5,-57.3,79,114.69999999999999);
(lib.补间10 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-39.5,-57.35,0.401,0.4011);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-39.5,-57.3,79,114.69999999999999);
(lib.补间9 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果2();
this.instance.setTransform(-39.5,-57.35,0.401,0.4011);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-39.5,-57.3,79,114.69999999999999);
(lib.补间3 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.手手_画板1副本2png复制2();
this.instance.setTransform(-59.6,-61.25,0.5493,0.5493);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(-59.6,-61.2,119.2,122.5);
(lib.元件2 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.手手_画板1副本3();
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(0,0,217,224);
(lib.元件1 = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.苹果();
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(0,0,255,242);
(lib.btnBack = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.返回按钮_();
this.instance.setTransform(0,-38);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = getMCSymbolPrototype(lib.btnBack, new cjs.Rectangle(0,-38,75,75), null);
(lib.bgModalBegin = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.倒计时_();
this.instance.setTransform(-218,-154);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = getMCSymbolPrototype(lib.bgModalBegin, new cjs.Rectangle(-218,-154,435,307), null);
(lib.btnAgain = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// 图层_1
this.instance = new lib.再来一次_();
this.instance.setTransform(-200,-49);
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
this._renderFirstFrame();
}).prototype = getMCSymbolPrototype(lib.btnAgain, new cjs.Rectangle(-200,-49,400,99), null);
(lib.Main = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {"action-0":0,"action-1":33,"action-2":63,"action-3":93,"action-4":123,"action-5":153,"action-6":183,"action-7":213,"action-8":243,"action-9":283,"action-10":323,"action-11":353,"action-12":383,"action-13":423,"action-14":463,"action-15":515};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
// timeline functions:
this.frame_0 = function() {
this.stop()
}
this.frame_33 = function() {
this.stop()
}
this.frame_63 = function() {
this.stop()
}
this.frame_93 = function() {
this.stop()
}
this.frame_123 = function() {
this.stop()
}
this.frame_153 = function() {
this.stop()
}
this.frame_183 = function() {
this.stop()
}
this.frame_213 = function() {
this.stop()
}
this.frame_243 = function() {
this.stop()
}
this.frame_283 = function() {
this.stop()
}
this.frame_323 = function() {
this.stop()
}
this.frame_353 = function() {
this.stop()
}
this.frame_383 = function() {
this.stop()
}
this.frame_423 = function() {
this.stop()
}
this.frame_463 = function() {
this.stop()
}
this.frame_515 = function() {
this.stop()
}
// actions tween:
this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(33).call(this.frame_33).wait(30).call(this.frame_63).wait(30).call(this.frame_93).wait(30).call(this.frame_123).wait(30).call(this.frame_153).wait(30).call(this.frame_183).wait(30).call(this.frame_213).wait(30).call(this.frame_243).wait(40).call(this.frame_283).wait(40).call(this.frame_323).wait(30).call(this.frame_353).wait(30).call(this.frame_383).wait(40).call(this.frame_423).wait(40).call(this.frame_463).wait(52).call(this.frame_515).wait(1));
// 手
this.instance = new lib.元件2("synched",0);
this.instance.setTransform(675,545.15,0.5932,0.5932,0,0,0,100.5,129.9);
this.instance_1 = new lib.补间3("synched",0);
this.instance_1.setTransform(669.95,262.4,1.0864,1.0864);
this.instance_1._off = true;
this.timeline.addTween(cjs.Tween.get(this.instance).to({y:268.95},13).to({_off:true},1).wait(15).to({_off:false,x:672.85,y:396.2},0).to({regX:108.5,regY:112,x:509.4,y:222.9},14).to({_off:true},1).wait(15).to({_off:false,regY:82.6,x:506.7,y:340.1},0).to({regY:112,x:363.75,y:132.95},14).to({_off:true},1).wait(15).to({_off:false,x:461.25,y:472.4},0).to({x:347.25,y:282.65},14).to({_off:true},1).wait(15).to({_off:false,x:444.75,y:399.65},0).to({x:177.7,y:182.15},14).to({_off:true},1).wait(15).to({_off:false,y:366.15},0).to({x:80.8,y:97.25},14).to({_off:true},1).wait(15).to({_off:false,x:373.3,y:438.55},0).to({x:171.3,y:321.55},14).to({_off:true},1).wait(15).to({_off:false,x:402.8,y:410.6},0).to({x:599,y:133},14).to({_off:true},1).wait(15).to({_off:false,x:596.4,y:311.05},0).to({x:780.4,y:85.25},14).to({_off:true},1).wait(25).to({_off:false,x:722.25,y:357.8},0).to({x:843.5,y:211.15},14).to({_off:true},1).wait(25).to({_off:false,x:746,y:468.2},0).to({x:812.5,y:338.4},14).to({_off:true},1).wait(15).to({_off:false,y:472.45},0).to({x:1001.35,y:271.1},14).to({_off:true},1).wait(15).to({_off:false,y:412.4},0).to({x:976.35,y:99.75},14).to({_off:true},1).wait(25).to({_off:false,x:977.6,y:323.7},0).to({x:1112.65,y:134.85},14).to({_off:true},1).wait(24).to({_off:false,x:1054.15,y:331.2},1).to({x:1198.95,y:241.15},14).to({_off:true},1).wait(14).to({_off:false,x:1100.2,y:391.2},1).to({regX:100.5,regY:129.9,x:675,y:545.15},26).wait(1));
this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(14).to({_off:false},0).to({regX:0.1,regY:0.1,x:670.05,y:346.25},10).to({regX:0,regY:0,x:669.95,y:379.65},4).to({_off:true},1).wait(15).to({_off:false,x:496.95,y:221.15},0).to({y:354.25},14).to({_off:true},1).wait(15).to({_off:false,x:358.45,y:132.25},0).to({x:455.95,y:464.2},14).to({_off:true},1).wait(15).to({_off:false,x:341.9,y:280},0).to({x:439.4,y:452.8},14).to({_off:true},1).wait(15).to({_off:false,x:173.75,y:192.95},0).to({y:372.65},14).to({_off:true},1).wait(15).to({_off:false,x:76.9,y:99},0).to({x:369.4,y:447.95},14).to({_off:true},1).wait(15).to({_off:false,x:164.7,y:324.8},0).to({x:398.7,y:432.6},14).to({_off:true},1).wait(15).to({_off:false,x:598,y:129.8},0).to({y:318.05},14).to({_off:true},1).wait(15).to({_off:false,x:777.5,y:84.8},0).to({x:721.65,y:366.95},24).to({_off:true},1).wait(15).to({_off:false,x:839.75,y:209.05},0).to({x:742.25,y:477.15},24).to({_off:true},1).wait(15).to({_off:false,x:804.25,y:344.5},0).to({y:488.5},14).to({_off:true},1).wait(15).to({_off:false,x:998.1,y:273.4},0).to({y:412.25},14).to({_off:true},1).wait(15).to({_off:false,x:968.1,y:102.1},0).to({y:324.85},24).to({_off:true},1).wait(15).to({_off:false,x:1106.95,y:138.5},0).to({x:1048.45,y:336.1},24).to({_off:true,regX:108.5,regY:112,scaleX:0.5932,scaleY:0.5932,x:1054.15,y:331.2},1).wait(15).to({_off:false,regX:0,regY:0,scaleX:1.0864,scaleY:1.0864,x:1193.25,y:237.3},0).to({x:1095.75,y:398.65},14).to({_off:true,regX:108.5,regY:112,scaleX:0.5932,scaleY:0.5932,x:1100.2,y:391.2},1).wait(27));
// score
this.shape = new cjs.Shape();
this.shape.graphics.f("#FFFFFF").s().p("AixAIQAAh+AwhDQAvhEBZAAQCrABAAD5QAAB8gvBCQgvBDhWAAQivgBAAj1gAhDAFQAACmBEAAQBDAAAAirQAAiqhCAAQhFAAAACvg");
this.shape.setTransform(1173.925,603.55);
this.shape_1 = new cjs.Shape();
this.shape_1.graphics.f("#FFFFFF").s().p("AixAIQAAh+AwhDQAvhEBZAAQCrABAAD5QAAB8gvBCQgvBDhWAAQivgBAAj1gAhDAFQAACmBEAAQBDAAAAirQAAiqhCAAQhFAAAACvg");
this.shape_1.setTransform(1133.675,603.55);
this.instance_2 = new lib.aa();
this.instance_2.setTransform(982,548);
this.shape_2 = new cjs.Shape();
this.shape_2.graphics.f("#FFFFFF").s().p("AiZD5IAAhVIBmAAIAAkwIhoAWIAAhXIDTgrIAAGcIBkAAIAABVg");
this.shape_2.setTransform(1175.025,603.175);
this.shape_3 = new cjs.Shape();
this.shape_3.graphics.f("#FFFFFF").s().p("AixAIQAAh/AwhDQAvhDBZAAQCrAAAAD7QAAB7gvBCQgvBChWAAQivAAAAj1gAhDAFQAACmBEAAQBDAAAAirQAAiqhCAAQhFAAAACvg");
this.shape_3.setTransform(1133.775,603.6);
this.shape_4 = new cjs.Shape();
this.shape_4.graphics.f("#FFFFFF").s().p("AijD5IAAhUICNiGQApgoARgbQASgcgBgeQAAhEhHAAQg/AAg6AyIAAhfQBAgpBPAAQBMAAAqAmQAqAlAABBQgBBVhmBbIhkBaIAAACIDGAAIAABZg");
this.shape_4.setTransform(1173.95,603.175);
this.shape_5 = new cjs.Shape();
this.shape_5.graphics.f("#FFFFFF").s().p("AibDlIAAheQAxAkBCAAQAoAAAXgSQAXgSAAgfQAAgigcgRQgcgSgyAAIgsAAIAAhRIApAAQBfAAAAhAQAAg8hJAAQgxAAgvAgIAAhYQA0gbBFAAQBKAAAqAjQAqAhAAA3QAABghiAYIAAABQA0AHAeAeQAeAgAAAtQAABEgyApQgyAnhYAAQhLAAgwgYg");
this.shape_5.setTransform(1174.475,603.6);
this.shape_6 = new cjs.Shape();
this.shape_6.graphics.f("#FFFFFF").s().p("AAcD1IAAhoIjUAAIAAhFIDMk8IBrAAIAAE0IA6AAIAABNIg6AAIAABogAAJhiIhoCiIB7AAIAAiaIACguIgCAAQgFAMgOAag");
this.shape_6.setTransform(1173.725,603.6);
this.shape_7 = new cjs.Shape();
this.shape_7.graphics.f("#FFFFFF").s().p("AiZDkIAAhcQAyAfA5AAQArAAAXgVQAYgUAAgjQAAhJhmAAQghAAgwAGIAAkQIEPAAIAABYIizAAIAABiQAWgCATAAQBLAAArAnQAqAnAABDQAABKgzAvQgzAvhWAAQhHAAgwgVg");
this.shape_7.setTransform(1174.85,604.025);
this.shape_8 = new cjs.Shape();
this.shape_8.graphics.f("#FFFFFF").s().p("Ah9DCQgvg8AAhsQAAh+A8hMQA8hNBmAAQA4ABAgANIAABaQglgVgtAAQg2AAggAqQgiApgBBGIACAAQAjg0BDAAQA+AAAkApQAkAqAABEQAABKgwAxQgwAwhKAAQhSAAgug7gAgsAfQgSAVAAAgQAAAkATAZQARAaAdAAQAdAAASgWQARgYAAgkQAAhPhBAAQgcAAgSAVg");
this.shape_8.setTransform(1174.525,603.6);
this.shape_9 = new cjs.Shape();
this.shape_9.graphics.f("#FFFFFF").s().p("Ah0D1ICtmRIjjAAIAAhYIFUAAIAAAyIirG3g");
this.shape_9.setTransform(1174.2,603.6);
this.shape_10 = new cjs.Shape();
this.shape_10.graphics.f("#FFFFFF").s().p("Ah/DZQguglAAg9QAAhXBjgpIAAgBQhVgjABhNQAAg5AtglQAtglBHAAQBIABAsAiQArAjAAA2QAABQhdAmIAAABQAyAOAcAiQAbAhAAArQAABBgwAlQgwAlhVAAQhKAAgugkgAhHByQAAAbAWARQAUARAdABQAhAAATgRQAVgSAAgbQgBg4hKgaQhFAbAAA3gAgnifQgRAPAAAZQAAAtA6AYQA6gYAAguQAAgZgPgPQgQgPgaAAQgZAAgRAQg");
this.shape_10.setTransform(1174.05,603.6);
this.shape_11 = new cjs.Shape();
this.shape_11.graphics.f("#FFFFFF").s().p("AiQDqIAAhZQAnAaA2AAQA5AAAegmQAfgnABhHIgDAAQggAvhBAAQg9AAgngqQgogpAAhDQAAhOAxgvQAwgwBLAAQBPABAvA7QAuA8AABvQAACBg4BJQg4BKhjgBQg9ABgsgUgAgviTQgTAXABAjQgBAmATAVQARAWAegBQAcABARgVQATgUgBgfQAAgmgSgbQgTgZgbAAQgdAAgRAXg");
this.shape_11.setTransform(1173.75,603.6);
this.shape_12 = new cjs.Shape();
this.shape_12.graphics.f("#FFFFFF").s().p("AiZD5IAAhVIBmAAIAAkwIhoAWIAAhXIDTgrIAAGcIBkAAIAABVg");
this.shape_12.setTransform(1134.775,603.175);
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_2},{t:this.shape_1},{t:this.shape}]}).to({state:[{t:this.instance_2},{t:this.shape_3,p:{x:1133.775}},{t:this.shape_2,p:{x:1175.025}}]},28).to({state:[{t:this.instance_2},{t:this.shape_3,p:{x:1133.775}},{t:this.shape_4}]},30).to({state:[{t:this.instance_2},{t:this.shape_3,p:{x:1133.775}},{t:this.shape_5}]},30).to({state:[{t:this.instance_2},{t:this.shape_3,p:{x:1133.775}},{t:this.shape_6}]},30).to({state:[{t:this.instance_2},{t:this.shape_3,p:{x:1133.775}},{t:this.shape_7}]},30).to({state:[{t:this.instance_2},{t:this.shape_3,p:{x:1133.775}},{t:this.shape_8}]},30).to({state:[{t:this.instance_2},{t:this.shape_3,p:{x:1133.775}},{t:this.shape_9}]},30).to({state:[{t:this.instance_2},{t:this.shape_3,p:{x:1133.775}},{t:this.shape_10}]},30).to({state:[{t:this.instance_2},{t:this.shape_3,p:{x:1133.775}},{t:this.shape_11}]},40).to({state:[{t:this.instance_2},{t:this.shape_2,p:{x:1134.775}},{t:this.shape_3,p:{x:1174.025}}]},40).to({state:[{t:this.instance_2},{t:this.shape_12},{t:this.shape_2,p:{x:1175.025}}]},30).to({state:[{t:this.instance_2},{t:this.shape_2,p:{x:1134.775}},{t:this.shape_4}]},30).to({state:[{t:this.instance_2},{t:this.shape_2,p:{x:1134.775}},{t:this.shape_5}]},40).to({state:[{t:this.instance_2},{t:this.shape_2,p:{x:1134.775}},{t:this.shape_6}]},40).to({state:[{t:this.instance_2},{t:this.shape_2,p:{x:1134.775}},{t:this.shape_7}]},30).wait(28));
// 苹果
this.instance_3 = new lib.苹果2();
this.instance_3.setTransform(638,175,0.401,0.4011);
this.instance_4 = new lib.补间11("synched",0);
this.instance_4.setTransform(677.5,232.35);
this.instance_4._off = true;
this.instance_5 = new lib.补间9("synched",0);
this.instance_5.setTransform(677.5,367.35);
this.instance_5._off = true;
this.instance_6 = new lib.补间10("synched",0);
this.instance_6.setTransform(677.5,481.35);
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_3}]}).to({state:[{t:this.instance_4}]},14).to({state:[{t:this.instance_5}]},14).to({state:[{t:this.instance_6}]},4).to({state:[]},1).wait(483));
this.timeline.addTween(cjs.Tween.get(this.instance_4).wait(14).to({_off:false},0).to({_off:true,y:367.35},14).wait(488));
this.timeline.addTween(cjs.Tween.get(this.instance_5).wait(14).to({_off:false},14).to({_off:true,y:481.35},4).wait(484));
// 苹果2
this.instance_7 = new lib.苹果2();
this.instance_7.setTransform(470,138,0.3726,0.3727);
this.instance_8 = new lib.补间12("synched",0);
this.instance_8.setTransform(506.7,191.3);
this.instance_8._off = true;
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_7}]}).to({state:[{t:this.instance_8}]},44).to({state:[{t:this.instance_8}]},14).to({state:[{t:this.instance_8}]},4).to({state:[]},1).wait(453));
this.timeline.addTween(cjs.Tween.get(this.instance_8).wait(44).to({_off:false},0).to({y:327.5},14).to({y:397.35},4).to({_off:true},1).wait(453));
// 苹果3
this.instance_9 = new lib.苹果2();
this.instance_9.setTransform(326,49,0.4009,0.4011);
this.instance_10 = new lib.补间17("synched",0);
this.instance_10.setTransform(365.5,106.35);
this.instance_10._off = true;
this.instance_11 = new lib.补间18("synched",0);
this.instance_11.setTransform(463,446.85);
this.instance_11._off = true;
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_9}]}).to({state:[{t:this.instance_10}]},74).to({state:[{t:this.instance_11}]},14).to({state:[{t:this.instance_11}]},4).to({state:[]},1).wait(423));
this.timeline.addTween(cjs.Tween.get(this.instance_10).wait(74).to({_off:false},0).to({_off:true,x:463,y:446.85},14).wait(428));
this.timeline.addTween(cjs.Tween.get(this.instance_11).wait(74).to({_off:false},14).to({x:482.9,y:515.65},4).to({_off:true},1).wait(423));
// 苹果4
this.instance_12 = new lib.苹果2();
this.instance_12.setTransform(329.1,185.4,0.401,0.4011,14.999);
this.instance_13 = new lib.补间19("synched",0);
this.instance_13.setTransform(352.4,251);
this.instance_13._off = true;
this.instance_14 = new lib.补间20("synched",0);
this.instance_14.setTransform(449.9,424.8);
this.instance_14._off = true;
this.instance_15 = new lib.补间21("synched",0);
this.instance_15.setTransform(449.9,455.95);
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_12}]}).to({state:[{t:this.instance_13}]},104).to({state:[{t:this.instance_14}]},14).to({state:[{t:this.instance_15}]},4).to({state:[]},1).wait(393));
this.timeline.addTween(cjs.Tween.get(this.instance_13).wait(104).to({_off:false},0).to({_off:true,x:449.9,y:424.8},14).wait(398));
this.timeline.addTween(cjs.Tween.get(this.instance_14).wait(104).to({_off:false},14).to({_off:true,y:455.95},4).wait(394));
// 苹果5
this.instance_16 = new lib.苹果2();
this.instance_16.setTransform(141,104,0.4009,0.4011);
this.instance_17 = new lib.补间22("synched",0);
this.instance_17.setTransform(180.5,169.15);
this.instance_17._off = true;
this.instance_18 = new lib.补间23("synched",0);
this.instance_18.setTransform(180.5,353.45);
this.instance_18._off = true;
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_16}]}).to({state:[{t:this.instance_17}]},134).to({state:[{t:this.instance_18}]},14).to({state:[{t:this.instance_18}]},4).to({state:[]},1).wait(363));
this.timeline.addTween(cjs.Tween.get(this.instance_17).wait(134).to({_off:false},0).to({_off:true,y:353.45},14).wait(368));
this.timeline.addTween(cjs.Tween.get(this.instance_18).wait(134).to({_off:false},14).to({y:416.05,alpha:0},4).to({_off:true},1).wait(363));
// 苹果6
this.instance_19 = new lib.苹果2();
this.instance_19.setTransform(21.95,20.45,0.4009,0.4011,-14.9995);
this.instance_20 = new lib.补间24("synched",0);
this.instance_20.setTransform(74.95,65.6);
this.instance_20._off = true;
this.instance_21 = new lib.补间25("synched",0);
this.instance_21.setTransform(367.45,413.95);
this.instance_21._off = true;
this.timeline.addTween(cjs.Tween.get({}).to({state:[]}).to({state:[{t:this.instance_19}]},9).to({state:[{t:this.instance_20}]},155).to({state:[{t:this.instance_21}]},14).to({state:[{t:this.instance_21}]},4).to({state:[]},1).wait(333));
this.timeline.addTween(cjs.Tween.get(this.instance_20).wait(164).to({_off:false},0).to({_off:true,x:367.45,y:413.95},14).wait(338));
this.timeline.addTween(cjs.Tween.get(this.instance_21).wait(164).to({_off:false},14).to({y:537.25,alpha:0},4).to({_off:true},1).wait(333));
// 苹果7
this.instance_22 = new lib.元件1("synched",0);
this.instance_22.setTransform(157.35,306.2,0.298,0.2977,0,0,0,128.8,121.9);
this.timeline.addTween(cjs.Tween.get(this.instance_22).wait(194).to({startPosition:0},0).to({x:391.35,y:414},14).to({y:459.9,alpha:0},4).to({_off:true},1).wait(303));
// 苹果8
this.instance_23 = new lib.苹果2();
this.instance_23.setTransform(543.4,52.9,0.4009,0.4011,-14.9985);
this.instance_24 = new lib.补间26("synched",0);
this.instance_24.setTransform(596.4,98.05);
this.instance_24._off = true;
this.instance_25 = new lib.补间27("synched",0);
this.instance_25.setTransform(596.4,286.3);
this.instance_25._off = true;
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_23}]}).to({state:[{t:this.instance_24}]},224).to({state:[{t:this.instance_25}]},14).to({state:[{t:this.instance_25}]},4).to({state:[]},1).wait(273));
this.timeline.addTween(cjs.Tween.get(this.instance_24).wait(224).to({_off:false},0).to({_off:true,y:286.3},14).wait(278));
this.timeline.addTween(cjs.Tween.get(this.instance_25).wait(224).to({_off:false},14).to({y:381.9,alpha:0},4).to({_off:true},1).wait(273));
// 苹果9
this.instance_26 = new lib.苹果2();
this.instance_26.setTransform(744,1,0.4009,0.401);
this.instance_27 = new lib.补间28("synched",0);
this.instance_27.setTransform(845.45,-49.5);
this.instance_27._off = true;
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_26}]}).to({state:[{t:this.instance_27}]},254).to({state:[{t:this.instance_27}]},24).to({state:[{t:this.instance_27}]},4).to({state:[]},1).wait(233));
this.timeline.addTween(cjs.Tween.get(this.instance_27).wait(254).to({_off:false},0).to({x:786.55,y:241.9},24).to({x:773.1,y:298.05},4).to({_off:true},1).wait(233));
// 苹果10
this.instance_28 = new lib.苹果2();
this.instance_28.setTransform(774,152.3,0.3726,0.3727,-29.9998);
this.instance_29 = new lib.补间30("synched",0);
this.instance_29.setTransform(832.4,180.1);
this.instance_29._off = true;
this.instance_30 = new lib.补间31("synched",0);
this.instance_30.setTransform(734.9,448.2);
this.instance_30._off = true;
this.instance_31 = new lib.补间32("synched",0);
this.instance_31.setTransform(734.9,522.1);
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_28}]}).to({state:[{t:this.instance_29}]},294).to({state:[{t:this.instance_30}]},24).to({state:[{t:this.instance_31}]},4).to({state:[]},1).wait(193));
this.timeline.addTween(cjs.Tween.get(this.instance_29).wait(294).to({_off:false},0).to({_off:true,x:734.9,y:448.2},24).wait(198));
this.timeline.addTween(cjs.Tween.get(this.instance_30).wait(294).to({_off:false},24).to({_off:true,y:522.1},4).wait(194));
// 苹果11
this.instance_32 = new lib.苹果2();
this.instance_32.setTransform(774,262,0.3726,0.3727);
this.instance_33 = new lib.补间33("synched",0);
this.instance_33.setTransform(810.7,315.3);
this.instance_33._off = true;
this.instance_34 = new lib.补间34("synched",0);
this.instance_34.setTransform(810.7,459.3);
this.instance_34._off = true;
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_32}]}).to({state:[{t:this.instance_33}]},334).to({state:[{t:this.instance_34}]},14).to({state:[{t:this.instance_34}]},4).to({state:[{t:this.instance_34}]},106).to({state:[]},1).wait(57));
this.timeline.addTween(cjs.Tween.get(this.instance_33).wait(334).to({_off:false},0).to({_off:true,y:459.3},14).wait(168));
this.timeline.addTween(cjs.Tween.get(this.instance_34).wait(334).to({_off:false},14).to({y:558.1,alpha:0},4).wait(106).to({x:752.2},0).to({_off:true},1).wait(57));
// 苹果12
this.instance_35 = new lib.苹果2();
this.instance_35.setTransform(963,185,0.4009,0.401);
this.instance_36 = new lib.补间35("synched",0);
this.instance_36.setTransform(1002.45,242.35);
this.instance_36._off = true;
this.instance_37 = new lib.补间36("synched",0);
this.instance_37.setTransform(1002.45,381.2);
this.instance_37._off = true;
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_35}]}).to({state:[{t:this.instance_36}]},364).to({state:[{t:this.instance_37}]},14).to({state:[{t:this.instance_37}]},4).to({state:[]},1).wait(133));
this.timeline.addTween(cjs.Tween.get(this.instance_36).wait(364).to({_off:false},0).to({_off:true,y:381.2},14).wait(138));
this.timeline.addTween(cjs.Tween.get(this.instance_37).wait(364).to({_off:false},14).to({y:448.75,alpha:0},4).to({_off:true},1).wait(133));
// 苹果13
this.instance_38 = new lib.元件1("synched",0);
this.instance_38.setTransform(960.9,85.35,0.298,0.2977,0,0,0,128.8,121.9);
this.timeline.addTween(cjs.Tween.get(this.instance_38).wait(394).to({startPosition:0},0).to({x:963.4,y:319.35},24).to({x:960.9,y:423.15,alpha:0},4).wait(36).to({x:902.4},0).to({_off:true},1).wait(57));
// 苹果14
this.instance_39 = new lib.苹果2();
this.instance_39.setTransform(1073,49,0.4009,0.401);
this.instance_40 = new lib.补间37("synched",0);
this.instance_40.setTransform(1112.45,106.35);
this.instance_40._off = true;
this.instance_41 = new lib.补间38("synched",0);
this.instance_41.setTransform(1053.95,303.95);
this.instance_41._off = true;
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_39}]}).to({state:[{t:this.instance_40}]},434).to({state:[{t:this.instance_41}]},24).to({state:[{t:this.instance_41}]},4).to({state:[]},1).wait(53));
this.timeline.addTween(cjs.Tween.get(this.instance_40).wait(434).to({_off:false},0).to({_off:true,x:1053.95,y:303.95},24).wait(58));
this.timeline.addTween(cjs.Tween.get(this.instance_41).wait(434).to({_off:false},24).to({y:411.5,alpha:0},4).to({_off:true},1).wait(53));
// 苹果15
this.instance_42 = new lib.苹果2();
this.instance_42.setTransform(1139.5,161.15,0.401,0.4011,-14.999);
this.instance_43 = new lib.补间39("synched",0);
this.instance_43.setTransform(1192.5,206.3);
this.instance_43._off = true;
this.instance_44 = new lib.补间40("synched",0);
this.instance_44.setTransform(1095,367.65);
this.instance_44._off = true;
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_42}]}).to({state:[{t:this.instance_43}]},474).to({state:[{t:this.instance_44}]},14).to({state:[{t:this.instance_44}]},4).to({state:[]},1).wait(23));
this.timeline.addTween(cjs.Tween.get(this.instance_43).wait(474).to({_off:false},0).to({_off:true,x:1095,y:367.65},14).wait(28));
this.timeline.addTween(cjs.Tween.get(this.instance_44).wait(474).to({_off:false},14).to({y:445.2,alpha:0},4).to({_off:true},1).wait(23));
// 图层_1
this.instance_45 = new lib.苹果2();
this.instance_45.setTransform(1073,49,0.4009,0.401);
this.instance_46 = new lib.苹果2();
this.instance_46.setTransform(963,185,0.4009,0.401);
this.instance_47 = new lib.苹果2();
this.instance_47.setTransform(744,1,0.4009,0.401);
this.instance_48 = new lib.苹果2();
this.instance_48.setTransform(543.4,52.9,0.4009,0.4011,-14.9985);
this.instance_49 = new lib.苹果2();
this.instance_49.setTransform(141,104,0.4009,0.4011);
this.instance_50 = new lib.苹果2();
this.instance_50.setTransform(21.95,20.45,0.4009,0.4011,-14.9995);
this.instance_51 = new lib.苹果2();
this.instance_51.setTransform(774,152.3,0.3726,0.3727,-29.9998);
this.instance_52 = new lib.苹果2();
this.instance_52.setTransform(774,262,0.3726,0.3727);
this.instance_53 = new lib.苹果2();
this.instance_53.setTransform(470,138,0.3726,0.3727);
this.instance_54 = new lib.苹果2();
this.instance_54.setTransform(329.1,185.4,0.401,0.4011,14.999);
this.instance_55 = new lib.苹果2();
this.instance_55.setTransform(1139.5,161.15,0.401,0.4011,-14.999);
this.instance_56 = new lib.元件1("synched",0);
this.instance_56.setTransform(960.9,85.35,0.298,0.2977,0,0,0,128.8,121.9);
this.instance_57 = new lib.苹果1();
this.instance_57.setTransform(0,-1);
this.instance_58 = new lib.元件1("synched",0);
this.instance_58.setTransform(157.35,306.2,0.298,0.2977,0,0,0,128.8,121.9);
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_57},{t:this.instance_56},{t:this.instance_55},{t:this.instance_54,p:{rotation:14.999,x:329.1,y:185.4}},{t:this.instance_53,p:{scaleX:0.3726,scaleY:0.3727,rotation:0,x:470,y:138}},{t:this.instance_52,p:{scaleX:0.3726,scaleY:0.3727,rotation:0,x:774,y:262}},{t:this.instance_51,p:{rotation:-29.9998,y:152.3,scaleX:0.3726,scaleY:0.3727,x:774}},{t:this.instance_50,p:{scaleX:0.4009,scaleY:0.4011,rotation:-14.9995,x:21.95,y:20.45}},{t:this.instance_49,p:{rotation:0,x:141,y:104,scaleX:0.4009,scaleY:0.4011}},{t:this.instance_48,p:{scaleX:0.4009,scaleY:0.4011,rotation:-14.9985,x:543.4,y:52.9}},{t:this.instance_47,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:744,y:1}},{t:this.instance_46,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:963,y:185}},{t:this.instance_45,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:1073,y:49}}]}).to({state:[{t:this.instance_57},{t:this.instance_58},{t:this.instance_56},{t:this.instance_54,p:{rotation:-14.999,x:1139.5,y:161.15}},{t:this.instance_53,p:{scaleX:0.401,scaleY:0.4011,rotation:14.999,x:329.1,y:185.4}},{t:this.instance_52,p:{scaleX:0.3726,scaleY:0.3727,rotation:0,x:774,y:262}},{t:this.instance_51,p:{rotation:-29.9998,y:152.3,scaleX:0.3726,scaleY:0.3727,x:774}},{t:this.instance_50,p:{scaleX:0.4009,scaleY:0.4011,rotation:-14.9995,x:21.95,y:20.45}},{t:this.instance_49,p:{rotation:0,x:141,y:104,scaleX:0.4009,scaleY:0.4011}},{t:this.instance_48,p:{scaleX:0.4009,scaleY:0.4011,rotation:-14.9985,x:543.4,y:52.9}},{t:this.instance_47,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:744,y:1}},{t:this.instance_46,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:963,y:185}},{t:this.instance_45,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:1073,y:49}}]},41).to({state:[{t:this.instance_57},{t:this.instance_58},{t:this.instance_56},{t:this.instance_53,p:{scaleX:0.401,scaleY:0.4011,rotation:-14.999,x:1139.5,y:161.15}},{t:this.instance_52,p:{scaleX:0.3726,scaleY:0.3727,rotation:0,x:774,y:262}},{t:this.instance_51,p:{rotation:-29.9998,y:152.3,scaleX:0.3726,scaleY:0.3727,x:774}},{t:this.instance_50,p:{scaleX:0.4009,scaleY:0.4011,rotation:-14.9995,x:21.95,y:20.45}},{t:this.instance_49,p:{rotation:0,x:141,y:104,scaleX:0.4009,scaleY:0.4011}},{t:this.instance_48,p:{scaleX:0.4009,scaleY:0.4011,rotation:-14.9985,x:543.4,y:52.9}},{t:this.instance_47,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:744,y:1}},{t:this.instance_46,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:963,y:185}},{t:this.instance_45,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:1073,y:49}}]},44).to({state:[{t:this.instance_57},{t:this.instance_58},{t:this.instance_56},{t:this.instance_52,p:{scaleX:0.401,scaleY:0.4011,rotation:-14.999,x:1139.5,y:161.15}},{t:this.instance_51,p:{rotation:0,y:262,scaleX:0.3726,scaleY:0.3727,x:774}},{t:this.instance_50,p:{scaleX:0.3726,scaleY:0.3727,rotation:-29.9998,x:774,y:152.3}},{t:this.instance_49,p:{rotation:-14.9995,x:21.95,y:20.45,scaleX:0.4009,scaleY:0.4011}},{t:this.instance_48,p:{scaleX:0.4009,scaleY:0.4011,rotation:-14.9985,x:543.4,y:52.9}},{t:this.instance_47,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:744,y:1}},{t:this.instance_46,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:963,y:185}},{t:this.instance_45,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:1073,y:49}}]},10).to({state:[{t:this.instance_57},{t:this.instance_56},{t:this.instance_51,p:{rotation:-14.999,y:161.15,scaleX:0.401,scaleY:0.4011,x:1139.5}},{t:this.instance_50,p:{scaleX:0.3726,scaleY:0.3727,rotation:0,x:774,y:262}},{t:this.instance_49,p:{rotation:-29.9998,x:774,y:152.3,scaleX:0.3726,scaleY:0.3727}},{t:this.instance_48,p:{scaleX:0.4009,scaleY:0.4011,rotation:-14.9985,x:543.4,y:52.9}},{t:this.instance_47,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:744,y:1}},{t:this.instance_46,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:963,y:185}},{t:this.instance_45,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:1073,y:49}}]},35).to({state:[{t:this.instance_57},{t:this.instance_56},{t:this.instance_50,p:{scaleX:0.401,scaleY:0.4011,rotation:-14.999,x:1139.5,y:161.15}},{t:this.instance_49,p:{rotation:0,x:774,y:262,scaleX:0.3726,scaleY:0.3727}},{t:this.instance_48,p:{scaleX:0.3726,scaleY:0.3727,rotation:-29.9998,x:774,y:152.3}},{t:this.instance_47,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:744,y:1}},{t:this.instance_46,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:963,y:185}},{t:this.instance_45,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:1073,y:49}}]},55).to({state:[{t:this.instance_57},{t:this.instance_56},{t:this.instance_49,p:{rotation:-14.999,x:1139.5,y:161.15,scaleX:0.401,scaleY:0.4011}},{t:this.instance_48,p:{scaleX:0.3726,scaleY:0.3727,rotation:0,x:774,y:262}},{t:this.instance_47,p:{scaleX:0.3726,scaleY:0.3727,rotation:-29.9998,x:774,y:152.3}},{t:this.instance_46,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:963,y:185}},{t:this.instance_45,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:1073,y:49}}]},29).to({state:[{t:this.instance_57},{t:this.instance_56},{t:this.instance_48,p:{scaleX:0.401,scaleY:0.4011,rotation:-14.999,x:1139.5,y:161.15}},{t:this.instance_47,p:{scaleX:0.3726,scaleY:0.3727,rotation:0,x:774,y:262}},{t:this.instance_46,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:963,y:185}},{t:this.instance_45,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:1073,y:49}}]},71).to({state:[{t:this.instance_57},{t:this.instance_56},{t:this.instance_47,p:{scaleX:0.401,scaleY:0.4011,rotation:-14.999,x:1139.5,y:161.15}},{t:this.instance_46,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:963,y:185}},{t:this.instance_45,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:1073,y:49}}]},32).to({state:[{t:this.instance_57},{t:this.instance_56},{t:this.instance_46,p:{scaleX:0.401,scaleY:0.4011,rotation:-14.999,x:1139.5,y:161.15}},{t:this.instance_45,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:1073,y:49}}]},34).to({state:[{t:this.instance_57},{t:this.instance_46,p:{scaleX:0.401,scaleY:0.4011,rotation:-14.999,x:1139.5,y:161.15}},{t:this.instance_45,p:{scaleX:0.4009,scaleY:0.401,rotation:0,x:1073,y:49}}]},33).to({state:[{t:this.instance_57},{t:this.instance_45,p:{scaleX:0.401,scaleY:0.4011,rotation:-14.999,x:1139.5,y:161.15}}]},42).to({state:[{t:this.instance_57}]},36).to({state:[{t:this.instance_57}]},53).wait(1));
this._renderFirstFrame();
}).prototype = p = new cjs.MovieClip();
p.nominalBounds = new cjs.Rectangle(0,-1,1280,720);
// stage content:
(lib.摘苹果Canvas = function(mode,startPosition,loop,reversed) {
if (loop == null) { loop = true; }
if (reversed == null) { reversed = false; }
var props = new Object();
props.mode = mode;
props.startPosition = startPosition;
props.labels = {};
props.loop = loop;
props.reversed = reversed;
cjs.MovieClip.apply(this,[props]);
this._renderFirstFrame();
}).prototype = p = new lib.AnMovieClip();
p.nominalBounds = new cjs.Rectangle(0,0,0,0);
// library properties:
lib.properties = {
id: '397CEFA891E67B489D61174578189EF7',
width: 1280,
height: 720,
fps: 30,
color: "#FFFFFF",
opacity: 1.00,
manifest: [
{src:"images/倒计时_.png", id:"倒计时_"},
{src:"images/aa.png", id:"aa"},
{src:"images/Bitmap2.png", id:"Bitmap2"},
{src:"images/Bitmap3.png", id:"Bitmap3"},
{src:"images/Bitmap4.png", id:"Bitmap4"},
{src:"images/Bitmap5.png", id:"Bitmap5"},
{src:"images/手手_画板1副本2png复制2.png", id:"手手_画板1副本2png复制2"},
{src:"images/手手_画板1副本3.png", id:"手手_画板1副本3"},
{src:"images/stopDemo.png", id:"stopDemo"},
{src:"images/suspend.png", id:"suspend"},
{src:"images/任务完成_.png", id:"任务完成_"},
{src:"images/再来一次_.png", id:"再来一次_"},
{src:"images/苹果_.png", id:"苹果"},
{src:"images/苹果1.jpg", id:"苹果1"},
{src:"images/苹果2.png", id:"苹果2"},
{src:"images/计时_.png", id:"计时_"},
{src:"images/返回按钮_.png", id:"返回按钮_"}
],
preloads: []
};
// bootstrap callback support:
(lib.Stage = function(canvas) {
createjs.Stage.call(this, canvas);
}).prototype = p = new createjs.Stage();
p.setAutoPlay = function(autoPlay) {
this.tickEnabled = autoPlay;
}
p.play = function() { this.tickEnabled = true; this.getChildAt(0).gotoAndPlay(this.getTimelinePosition()) }
p.stop = function(ms) { if(ms) this.seek(ms); this.tickEnabled = false; }
p.seek = function(ms) { this.tickEnabled = true; this.getChildAt(0).gotoAndStop(lib.properties.fps * ms / 1000); }
p.getDuration = function() { return this.getChildAt(0).totalFrames / lib.properties.fps * 1000; }
p.getTimelinePosition = function() { return this.getChildAt(0).currentFrame / lib.properties.fps * 1000; }
an.bootcompsLoaded = an.bootcompsLoaded || [];
if(!an.bootstrapListeners) {
an.bootstrapListeners=[];
}
an.bootstrapCallback=function(fnCallback) {
an.bootstrapListeners.push(fnCallback);
if(an.bootcompsLoaded.length > 0) {
for(var i=0; i<an.bootcompsLoaded.length; ++i) {
fnCallback(an.bootcompsLoaded[i]);
}
}
};
an.compositions = an.compositions || {};
an.compositions['397CEFA891E67B489D61174578189EF7'] = {
getStage: function() { return exportRoot.stage; },
getLibrary: function() { return lib; },
getSpriteSheet: function() { return ss; },
getImages: function() { return img; }
};
an.compositionLoaded = function(id) {
an.bootcompsLoaded.push(id);
for(var j=0; j<an.bootstrapListeners.length; j++) {
an.bootstrapListeners[j](id);
}
}
an.getComposition = function(id) {
return an.compositions[id];
}
an.makeResponsive = function(isResp, respDim, isScale, scaleType, domContainers) {
var lastW, lastH, lastS=1;
window.addEventListener('resize', resizeCanvas);
resizeCanvas();
function resizeCanvas() {
var w = lib.properties.width, h = lib.properties.height;
var iw = window.innerWidth, ih=window.innerHeight;
var pRatio = window.devicePixelRatio || 1, xRatio=iw/w, yRatio=ih/h, sRatio=1;
if(isResp) {
if((respDim=='width'&&lastW==iw) || (respDim=='height'&&lastH==ih)) {
sRatio = lastS;
}
else if(!isScale) {
if(iw<w || ih<h)
sRatio = Math.min(xRatio, yRatio);
}
else if(scaleType==1) {
sRatio = Math.min(xRatio, yRatio);
}
else if(scaleType==2) {
sRatio = Math.max(xRatio, yRatio);
}
}
domContainers[0].width = w * pRatio * sRatio;
domContainers[0].height = h * pRatio * sRatio;
domContainers.forEach(function(container) {
container.style.width = w * sRatio + 'px';
container.style.height = h * sRatio + 'px';
});
stage.scaleX = pRatio*sRatio;
stage.scaleY = pRatio*sRatio;
lastW = iw; lastH = ih; lastS = sRatio;
stage.tickOnUpdate = false;
stage.update();
stage.tickOnUpdate = true;
}
}
an.handleSoundStreamOnTick = function(event) {
if(!event.paused){
var stageChild = stage.getChildAt(0);
if(!stageChild.paused || stageChild.ignorePause){
stageChild.syncStreamSounds();
}
}
}
})(createjs = createjs||{}, AdobeAn = AdobeAn||{});
var createjs, AdobeAn;