|
@@ -4,8 +4,8 @@ var p; // shortcut to reference prototypes
|
|
|
var lib={};var ss={};var img={};
|
|
|
lib.ssMetadata = [
|
|
|
{name:"assets_atlas_P_", frames: [[0,0,625,443],[0,445,563,455]]},
|
|
|
- {name:"assets_atlas_P_2", frames: [[0,0,635,382],[0,778,371,144],[637,0,353,269],[0,384,614,392],[616,384,368,505]]},
|
|
|
- {name:"assets_atlas_P_3", frames: [[439,0,203,139],[777,252,180,59],[777,191,180,59],[644,0,202,129],[250,0,187,159],[553,141,86,75],[115,257,97,42],[0,209,113,49],[250,161,103,118],[115,209,108,46],[848,0,123,189],[644,131,131,156],[439,141,112,139],[0,0,248,207]]}
|
|
|
+ {name:"assets_atlas_P_2", frames: [[0,0,635,382],[637,0,353,269],[0,384,614,392],[616,384,368,505]]},
|
|
|
+ {name:"assets_atlas_P_3", frames: [[787,0,203,139],[572,161,180,59],[225,208,180,59],[225,146,240,60],[787,141,202,129],[598,0,187,159],[84,258,86,75],[282,269,97,42],[225,0,371,144],[407,266,113,49],[467,146,103,118],[172,269,108,46],[572,222,88,109],[0,258,82,104],[662,222,85,105],[0,0,223,256]]}
|
|
|
];
|
|
|
|
|
|
|
|
@@ -48,6 +48,13 @@ lib.ssMetadata = [
|
|
|
|
|
|
|
|
|
|
|
|
+(lib.btn3 = function() {
|
|
|
+ this.spriteSheet = ss["assets_atlas_P_3"];
|
|
|
+ this.gotoAndStop(3);
|
|
|
+}).prototype = p = new cjs.Sprite();
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
(lib.game_bg = function() {
|
|
|
this.initialize(img.game_bg);
|
|
|
}).prototype = p = new cjs.Bitmap();
|
|
@@ -56,84 +63,84 @@ p.nominalBounds = new cjs.Rectangle(0,0,640,1040);
|
|
|
|
|
|
(lib.hsr_icon1 = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_3"];
|
|
|
- this.gotoAndStop(3);
|
|
|
+ this.gotoAndStop(4);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
|
|
|
|
(lib.hsr_icon1_1 = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_3"];
|
|
|
- this.gotoAndStop(4);
|
|
|
+ this.gotoAndStop(5);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
|
|
|
|
(lib.hsr_icon2 = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_3"];
|
|
|
- this.gotoAndStop(5);
|
|
|
+ this.gotoAndStop(6);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
|
|
|
|
(lib.hsr_icon2_1 = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_3"];
|
|
|
- this.gotoAndStop(6);
|
|
|
+ this.gotoAndStop(7);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
|
|
|
|
(lib.hsr_icon3 = function() {
|
|
|
- this.spriteSheet = ss["assets_atlas_P_2"];
|
|
|
- this.gotoAndStop(1);
|
|
|
+ this.spriteSheet = ss["assets_atlas_P_3"];
|
|
|
+ this.gotoAndStop(8);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
|
|
|
|
(lib.hsr_icon3_1 = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_3"];
|
|
|
- this.gotoAndStop(7);
|
|
|
+ this.gotoAndStop(9);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
|
|
|
|
(lib.hsr_icon4 = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_3"];
|
|
|
- this.gotoAndStop(8);
|
|
|
+ this.gotoAndStop(10);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
|
|
|
|
(lib.hsr_icon4_1 = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_3"];
|
|
|
- this.gotoAndStop(9);
|
|
|
+ this.gotoAndStop(11);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
|
|
|
|
(lib.material1 = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_3"];
|
|
|
- this.gotoAndStop(10);
|
|
|
+ this.gotoAndStop(12);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
|
|
|
|
(lib.material2 = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_3"];
|
|
|
- this.gotoAndStop(11);
|
|
|
+ this.gotoAndStop(13);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
|
|
|
|
(lib.material3 = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_3"];
|
|
|
- this.gotoAndStop(12);
|
|
|
+ this.gotoAndStop(14);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
|
|
|
|
(lib.menu_hsr = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_2"];
|
|
|
- this.gotoAndStop(2);
|
|
|
+ this.gotoAndStop(1);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
@@ -147,21 +154,21 @@ p.nominalBounds = new cjs.Rectangle(0,0,640,1040);
|
|
|
|
|
|
(lib.pot = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_2"];
|
|
|
- this.gotoAndStop(3);
|
|
|
+ this.gotoAndStop(2);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
|
|
|
|
(lib.pro = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_3"];
|
|
|
- this.gotoAndStop(13);
|
|
|
+ this.gotoAndStop(15);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
|
|
|
|
|
|
|
|
|
(lib.smoke = function() {
|
|
|
this.spriteSheet = ss["assets_atlas_P_2"];
|
|
|
- this.gotoAndStop(4);
|
|
|
+ this.gotoAndStop(3);
|
|
|
}).prototype = p = new cjs.Sprite();
|
|
|
// helper functions:
|
|
|
|
|
@@ -203,7 +210,7 @@ function getMCSymbolPrototype(symbol, nominalBounds, frameBounds) {
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
|
|
|
|
-}).prototype = getMCSymbolPrototype(lib.pro_1, new cjs.Rectangle(0,0,248,207), null);
|
|
|
+}).prototype = getMCSymbolPrototype(lib.pro_1, new cjs.Rectangle(0,0,223,256), null);
|
|
|
|
|
|
|
|
|
(lib.material3_1 = function(mode,startPosition,loop) {
|
|
@@ -215,7 +222,7 @@ function getMCSymbolPrototype(symbol, nominalBounds, frameBounds) {
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
|
|
|
|
-}).prototype = getMCSymbolPrototype(lib.material3_1, new cjs.Rectangle(0,0,112,139), null);
|
|
|
+}).prototype = getMCSymbolPrototype(lib.material3_1, new cjs.Rectangle(0,0,85,105), null);
|
|
|
|
|
|
|
|
|
(lib.material2_1 = function(mode,startPosition,loop) {
|
|
@@ -227,7 +234,7 @@ function getMCSymbolPrototype(symbol, nominalBounds, frameBounds) {
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
|
|
|
|
-}).prototype = getMCSymbolPrototype(lib.material2_1, new cjs.Rectangle(0,0,131,156), null);
|
|
|
+}).prototype = getMCSymbolPrototype(lib.material2_1, new cjs.Rectangle(0,0,82,104), null);
|
|
|
|
|
|
|
|
|
(lib.material1_1 = function(mode,startPosition,loop) {
|
|
@@ -239,7 +246,7 @@ function getMCSymbolPrototype(symbol, nominalBounds, frameBounds) {
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
|
|
|
|
-}).prototype = getMCSymbolPrototype(lib.material1_1, new cjs.Rectangle(0,0,123,189), null);
|
|
|
+}).prototype = getMCSymbolPrototype(lib.material1_1, new cjs.Rectangle(0,0,88,109), null);
|
|
|
|
|
|
|
|
|
(lib.hsr_icon4_1_1 = function(mode,startPosition,loop) {
|
|
@@ -290,6 +297,18 @@ function getMCSymbolPrototype(symbol, nominalBounds, frameBounds) {
|
|
|
}).prototype = getMCSymbolPrototype(lib.hsr_icon1_1_1, new cjs.Rectangle(0,0,187,159), null);
|
|
|
|
|
|
|
|
|
+(lib.btn3_1 = function(mode,startPosition,loop) {
|
|
|
+ this.initialize(mode,startPosition,loop,{});
|
|
|
+
|
|
|
+ // 图层_1
|
|
|
+ this.instance = new lib.btn3();
|
|
|
+ this.instance.parent = this;
|
|
|
+
|
|
|
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
|
+
|
|
|
+}).prototype = getMCSymbolPrototype(lib.btn3_1, new cjs.Rectangle(0,0,240,60), null);
|
|
|
+
|
|
|
+
|
|
|
(lib.btn2_1 = function(mode,startPosition,loop) {
|
|
|
this.initialize(mode,startPosition,loop,{});
|
|
|
|
|
@@ -356,14 +375,14 @@ function getMCSymbolPrototype(symbol, nominalBounds, frameBounds) {
|
|
|
// 图层_3 (mask)
|
|
|
var mask = new cjs.Shape();
|
|
|
mask._off = true;
|
|
|
- mask.graphics.p("EgbzAmmMAAAhNLMA3nAAAMAAABNLg");
|
|
|
- mask.setTransform(170.1,-68);
|
|
|
+ mask.graphics.p("EgYhAjFMAAAhGJMAxDAAAMAAABGJg");
|
|
|
+ mask.setTransform(167.5,-46);
|
|
|
|
|
|
// smoke
|
|
|
this.smoke = new lib.smoke_1();
|
|
|
this.smoke.name = "smoke";
|
|
|
this.smoke.parent = this;
|
|
|
- this.smoke.setTransform(171.1,450,1,1,0,0,0,184,252.5);
|
|
|
+ this.smoke.setTransform(169,465.5,1,1,0,0,0,184,252.5);
|
|
|
|
|
|
var maskedShapeInstanceList = [this.smoke];
|
|
|
|
|
@@ -371,13 +390,13 @@ function getMCSymbolPrototype(symbol, nominalBounds, frameBounds) {
|
|
|
maskedShapeInstanceList[shapedInstanceItr].mask = mask;
|
|
|
}
|
|
|
|
|
|
- this.timeline.addTween(cjs.Tween.get(this.smoke).to({y:-340.9,alpha:0},36).wait(1));
|
|
|
+ this.timeline.addTween(cjs.Tween.get(this.smoke).to({x:171.1,y:-448.9,alpha:0},62).wait(1));
|
|
|
|
|
|
// 图层 1
|
|
|
this.instance = new lib.menu_hsr();
|
|
|
this.instance.parent = this;
|
|
|
|
|
|
- this.timeline.addTween(cjs.Tween.get(this.instance).wait(37));
|
|
|
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(63));
|
|
|
|
|
|
}).prototype = p = new cjs.MovieClip();
|
|
|
p.nominalBounds = new cjs.Rectangle(0,0,353,269);
|
|
@@ -400,7 +419,7 @@ p.nominalBounds = new cjs.Rectangle(0,0,353,269);
|
|
|
|
|
|
this.instance_1 = new lib.hsr_icon4_1_1();
|
|
|
this.instance_1.parent = this;
|
|
|
- this.instance_1.setTransform(54,71,1,1,0,0,0,54,23);
|
|
|
+ this.instance_1.setTransform(0,48);
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance}]}).to({state:[{t:this.instance_1}]},1).wait(1));
|
|
|
|
|
@@ -425,7 +444,7 @@ p.nominalBounds = new cjs.Rectangle(0,0,103,118);
|
|
|
|
|
|
this.instance_1 = new lib.hsr_icon3_1_1();
|
|
|
this.instance_1.parent = this;
|
|
|
- this.instance_1.setTransform(198.5,57.5,1,1,0,0,0,56.5,24.5);
|
|
|
+ this.instance_1.setTransform(142,33);
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance}]}).to({state:[{t:this.instance_1}]},1).wait(1));
|
|
|
|
|
@@ -450,7 +469,7 @@ p.nominalBounds = new cjs.Rectangle(0,0,371,144);
|
|
|
|
|
|
this.instance_1 = new lib.hsr_icon2_1_1();
|
|
|
this.instance_1.parent = this;
|
|
|
- this.instance_1.setTransform(29.5,40,1,1,0,0,0,48.5,21);
|
|
|
+ this.instance_1.setTransform(-19,19);
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance}]}).to({state:[{t:this.instance_1}]},1).wait(1));
|
|
|
|
|
@@ -475,7 +494,6 @@ p.nominalBounds = new cjs.Rectangle(0,0,86,75);
|
|
|
|
|
|
this.instance_1 = new lib.hsr_icon1_1_1();
|
|
|
this.instance_1.parent = this;
|
|
|
- this.instance_1.setTransform(93.5,79.5,1,1,0,0,0,93.5,79.5);
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance}]}).to({state:[{t:this.instance_1}]},1).wait(1));
|
|
|
|
|
@@ -490,7 +508,7 @@ p.nominalBounds = new cjs.Rectangle(0,0,202,129);
|
|
|
this.material3 = new lib.material3_1();
|
|
|
this.material3.name = "material3";
|
|
|
this.material3.parent = this;
|
|
|
- this.material3.setTransform(509,195.5,1,1,0,0,0,56,69.5);
|
|
|
+ this.material3.setTransform(502.5,178.5,1,1,0,0,0,42.5,52.5);
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get(this.material3).wait(1));
|
|
|
|
|
@@ -498,22 +516,23 @@ p.nominalBounds = new cjs.Rectangle(0,0,202,129);
|
|
|
this.material2 = new lib.material2_1();
|
|
|
this.material2.name = "material2";
|
|
|
this.material2.parent = this;
|
|
|
- this.material2.setTransform(315.5,193,1,1,0,0,0,65.5,78);
|
|
|
+ this.material2.setTransform(315,179,1,1,0,0,0,41,52);
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get(this.material2).wait(1));
|
|
|
|
|
|
// material1
|
|
|
- this.instance = new lib.material1_1();
|
|
|
- this.instance.parent = this;
|
|
|
- this.instance.setTransform(122.1,185.1,1,1,0,0,0,61.5,94.5);
|
|
|
+ this.material1 = new lib.material1_1();
|
|
|
+ this.material1.name = "material1";
|
|
|
+ this.material1.parent = this;
|
|
|
+ this.material1.setTransform(122.6,178.5,1,1,0,0,0,44,54.5);
|
|
|
|
|
|
- this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
|
+ this.timeline.addTween(cjs.Tween.get(this.material1).wait(1));
|
|
|
|
|
|
// 图层 1
|
|
|
- this.instance_1 = new lib.blackboard();
|
|
|
- this.instance_1.parent = this;
|
|
|
+ this.instance = new lib.blackboard();
|
|
|
+ this.instance.parent = this;
|
|
|
|
|
|
- this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1));
|
|
|
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
|
|
|
|
}).prototype = getMCSymbolPrototype(lib.blackboard_1, new cjs.Rectangle(0,0,635,382), null);
|
|
|
|
|
@@ -536,7 +555,7 @@ p.nominalBounds = new cjs.Rectangle(0,0,202,129);
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
|
|
|
|
|
|
-}).prototype = getMCSymbolPrototype(lib.pot_1, new cjs.Rectangle(0,-300.9,614,1018), null);
|
|
|
+}).prototype = getMCSymbolPrototype(lib.pot_1, new cjs.Rectangle(0,-256.4,614,989), null);
|
|
|
|
|
|
|
|
|
(lib.plate_1 = function(mode,startPosition,loop) {
|
|
@@ -546,7 +565,7 @@ p.nominalBounds = new cjs.Rectangle(0,0,202,129);
|
|
|
this.hsr_icon4 = new lib.hsr_icon4_2();
|
|
|
this.hsr_icon4.name = "hsr_icon4";
|
|
|
this.hsr_icon4.parent = this;
|
|
|
- this.hsr_icon4.setTransform(437,193,1,1,0,0,0,51.5,59);
|
|
|
+ this.hsr_icon4.setTransform(385.5,134);
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get(this.hsr_icon4).wait(1));
|
|
|
|
|
@@ -554,7 +573,7 @@ p.nominalBounds = new cjs.Rectangle(0,0,202,129);
|
|
|
this.hsr_icon3 = new lib.hsr_icon3_2();
|
|
|
this.hsr_icon3.name = "hsr_icon3";
|
|
|
this.hsr_icon3.parent = this;
|
|
|
- this.hsr_icon3.setTransform(267,323,1,1,0,0,0,185.5,72);
|
|
|
+ this.hsr_icon3.setTransform(81.5,251);
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get(this.hsr_icon3).wait(1));
|
|
|
|
|
@@ -562,7 +581,7 @@ p.nominalBounds = new cjs.Rectangle(0,0,202,129);
|
|
|
this.hsr_icon2 = new lib.hsr_icon2_2();
|
|
|
this.hsr_icon2.name = "hsr_icon2";
|
|
|
this.hsr_icon2.parent = this;
|
|
|
- this.hsr_icon2.setTransform(332,207.1,1,1,0,0,0,43,37.5);
|
|
|
+ this.hsr_icon2.setTransform(289,169.6);
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get(this.hsr_icon2).wait(1));
|
|
|
|
|
@@ -570,7 +589,7 @@ p.nominalBounds = new cjs.Rectangle(0,0,202,129);
|
|
|
this.hsr_icon1 = new lib.hsr_icon1_2();
|
|
|
this.hsr_icon1.name = "hsr_icon1";
|
|
|
this.hsr_icon1.parent = this;
|
|
|
- this.hsr_icon1.setTransform(177,198.5,1,1,0,0,0,101,64.5);
|
|
|
+ this.hsr_icon1.setTransform(76,134);
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get(this.hsr_icon1).wait(1));
|
|
|
|
|
@@ -587,6 +606,15 @@ p.nominalBounds = new cjs.Rectangle(0,0,202,129);
|
|
|
(lib.assets = function(mode,startPosition,loop) {
|
|
|
this.initialize(mode,startPosition,loop,{});
|
|
|
|
|
|
+ // btn3
|
|
|
+ this.btn3 = new lib.btn3_1();
|
|
|
+ this.btn3.name = "btn3";
|
|
|
+ this.btn3.parent = this;
|
|
|
+ this.btn3.setTransform(324,971.3,1,1,0,0,0,120,30);
|
|
|
+ this.btn3.alpha = 0;
|
|
|
+
|
|
|
+ this.timeline.addTween(cjs.Tween.get(this.btn3).wait(1));
|
|
|
+
|
|
|
// pro
|
|
|
this.pro = new lib.pro_1();
|
|
|
this.pro.name = "pro";
|
|
@@ -645,7 +673,7 @@ p.nominalBounds = new cjs.Rectangle(0,0,202,129);
|
|
|
this.plate = new lib.plate_1();
|
|
|
this.plate.name = "plate";
|
|
|
this.plate.parent = this;
|
|
|
- this.plate.setTransform(325.7,701.4,1,1,0,0,0,281.5,227.5);
|
|
|
+ this.plate.setTransform(44.2,473.9);
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get(this.plate).wait(1));
|
|
|
|
|
@@ -653,7 +681,7 @@ p.nominalBounds = new cjs.Rectangle(0,0,202,129);
|
|
|
this.bowl = new lib.bowl_1();
|
|
|
this.bowl.name = "bowl";
|
|
|
this.bowl.parent = this;
|
|
|
- this.bowl.setTransform(312.5,764.9,1,1,0,0,0,312.5,221.5);
|
|
|
+ this.bowl.setTransform(0,543.4);
|
|
|
this.bowl.alpha = 0;
|
|
|
|
|
|
this.timeline.addTween(cjs.Tween.get(this.bowl).wait(1));
|
|
@@ -667,7 +695,7 @@ p.nominalBounds = new cjs.Rectangle(0,0,202,129);
|
|
|
this.timeline.addTween(cjs.Tween.get(this.bg).wait(1));
|
|
|
|
|
|
}).prototype = p = new cjs.MovieClip();
|
|
|
-p.nominalBounds = new cjs.Rectangle(320,520,640,1247.4);
|
|
|
+p.nominalBounds = new cjs.Rectangle(320,520,640,1262.9);
|
|
|
// library properties:
|
|
|
lib.properties = {
|
|
|
id: '5529E26743974F469545223C44E61D22',
|