123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650 |
- (function (lib, img, cjs) {
- var p; // shortcut to reference prototypes
- // library properties:
- lib.properties = {
- width: 640,
- height: 1136,
- fps: 30,
- color: "#999999",
- manifest: [
- {src:"images/AA00001.png", id:"AA00001"},
- {src:"images/AA00003.png", id:"AA00003"},
- {src:"images/AA00005.png", id:"AA00005"},
- {src:"images/AA00007.png", id:"AA00007"},
- {src:"images/ball1.png", id:"ball1"},
- {src:"images/ball11.png", id:"ball11"},
- {src:"images/ball13.png", id:"ball13"},
- {src:"images/ball15.png", id:"ball15"},
- {src:"images/ball17.png", id:"ball17"},
- {src:"images/ball21.png", id:"ball21"},
- {src:"images/ball23.png", id:"ball23"},
- {src:"images/ball25.png", id:"ball25"},
- {src:"images/ball3.png", id:"ball3"},
- {src:"images/ball5.png", id:"ball5"},
- {src:"images/ball7.png", id:"ball7"},
- {src:"images/ball9.png", id:"ball9"},
- {src:"images/ball19.png", id:"ball19"},
- {src:"images/Bitmap26.png", id:"Bitmap26"},
- {src:"images/Bitmap27.png", id:"Bitmap27"},
- {src:"images/Bitmap28.png", id:"Bitmap28"},
- {src:"images/Bitmap29.png", id:"Bitmap29"},
- {src:"images/Bitmap30.png", id:"Bitmap30"},
- {src:"images/Bitmap31.png", id:"Bitmap31"},
- {src:"images/Bitmap32.png", id:"Bitmap32"},
- {src:"images/Bitmap33.png", id:"Bitmap33"},
- {src:"images/Bitmap34.png", id:"Bitmap34"},
- {src:"images/Bitmap35.png", id:"Bitmap35"},
- {src:"images/Bitmap36.png", id:"Bitmap36"},
- {src:"images/Bitmap37.png", id:"Bitmap37"},
- {src:"images/Bitmap38.png", id:"Bitmap38"},
- {src:"images/Bitmap39.png", id:"Bitmap39"},
- {src:"images/Bitmap40.png", id:"Bitmap40"},
- {src:"images/D1.png", id:"D1"},
- {src:"images/D2.png", id:"D2"},
- {src:"images/E0.png", id:"E0"},
- {src:"images/E1.png", id:"E1"},
- {src:"images/E2.png", id:"E2"},
- {src:"images/E3.png", id:"E3"},
- {src:"images/E4.png", id:"E4"},
- {src:"images/EE0001.png", id:"EE0001"},
- {src:"images/EE0003.png", id:"EE0003"},
- {src:"images/EE0005.png", id:"EE0005"},
- {src:"images/EE0007.png", id:"EE0007"},
- {src:"images/EE0037.png", id:"EE0037"},
- {src:"images/EE0038.png", id:"EE0038"},
- {src:"images/EE0040.png", id:"EE0040"},
- {src:"images/EE0042.png", id:"EE0042"},
- {src:"images/EE0044.png", id:"EE0044"},
- {src:"images/EE0046.png", id:"EE0046"},
- {src:"images/EE0048.png", id:"EE0048"},
- {src:"images/EE0049.png", id:"EE0049"},
- {src:"images/EE0050.png", id:"EE0050"},
- {src:"images/EE0051.png", id:"EE0051"},
- {src:"images/EE0052.png", id:"EE0052"},
- {src:"images/FFFFFF.png", id:"FFFFFF"},
- {src:"images/Q2.png", id:"Q2"},
- {src:"images/Q3.png", id:"Q3"},
- {src:"images/Q3333.png", id:"Q3333"},
- {src:"images/Q4.png", id:"Q4"},
- {src:"images/Q5.png", id:"Q5"},
- {src:"images/Q6.png", id:"Q6"},
- {src:"images/Q7.png", id:"Q7"},
- {src:"images/R1.png", id:"R1"},
- {src:"images/R2.png", id:"R2"},
- {src:"images/R3.png", id:"R3"},
- {src:"images/R4.png", id:"R4"},
- {src:"images/Z1.png", id:"Z1"},
- {src:"images/Z2.png", id:"Z2"},
- {src:"images/Z3.png", id:"Z3"},
- {src:"images/Z4.png", id:"Z4"},
- {src:"images/Z5.png", id:"Z5"}
- ]
- };
- // symbols:
- (lib.AA00001 = function() {
- this.initialize(img.AA00001);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,176,174);
- (lib.AA00003 = function() {
- this.initialize(img.AA00003);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,176,169);
- (lib.AA00005 = function() {
- this.initialize(img.AA00005);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,176,174);
- (lib.AA00007 = function() {
- this.initialize(img.AA00007);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,176,177);
- (lib.ball1 = function() {
- this.initialize(img.ball1);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,178,172);
- (lib.ball11 = function() {
- this.initialize(img.ball11);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,174,168);
- (lib.ball13 = function() {
- this.initialize(img.ball13);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,178,171);
- (lib.ball15 = function() {
- this.initialize(img.ball15);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,174,168);
- (lib.ball17 = function() {
- this.initialize(img.ball17);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,206,161);
- (lib.ball21 = function() {
- this.initialize(img.ball21);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,186,170);
- (lib.ball23 = function() {
- this.initialize(img.ball23);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,176,168);
- (lib.ball25 = function() {
- this.initialize(img.ball25);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,178,172);
- (lib.ball3 = function() {
- this.initialize(img.ball3);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,171,163);
- (lib.ball5 = function() {
- this.initialize(img.ball5);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,178,172);
- (lib.ball7 = function() {
- this.initialize(img.ball7);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,174,169);
- (lib.ball9 = function() {
- this.initialize(img.ball9);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,178,171);
- (lib.ball19 = function() {
- this.initialize(img.ball19);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,187,166);
- (lib.Bitmap26 = function() {
- this.initialize(img.Bitmap26);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,107,104);
- (lib.Bitmap27 = function() {
- this.initialize(img.Bitmap27);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,130,117);
- (lib.Bitmap28 = function() {
- this.initialize(img.Bitmap28);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,170,66);
- (lib.Bitmap29 = function() {
- this.initialize(img.Bitmap29);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,55,74);
- (lib.Bitmap30 = function() {
- this.initialize(img.Bitmap30);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,37,74);
- (lib.Bitmap31 = function() {
- this.initialize(img.Bitmap31);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,44,74);
- (lib.Bitmap32 = function() {
- this.initialize(img.Bitmap32);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,43,74);
- (lib.Bitmap33 = function() {
- this.initialize(img.Bitmap33);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,45,74);
- (lib.Bitmap34 = function() {
- this.initialize(img.Bitmap34);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,41,74);
- (lib.Bitmap35 = function() {
- this.initialize(img.Bitmap35);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,42,74);
- (lib.Bitmap36 = function() {
- this.initialize(img.Bitmap36);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,44,74);
- (lib.Bitmap37 = function() {
- this.initialize(img.Bitmap37);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,42,74);
- (lib.Bitmap38 = function() {
- this.initialize(img.Bitmap38);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,43,74);
- (lib.Bitmap39 = function() {
- this.initialize(img.Bitmap39);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,517,114);
- (lib.Bitmap40 = function() {
- this.initialize(img.Bitmap40);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,750,1136);
- (lib.D1 = function() {
- this.initialize(img.D1);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,543,576);
- (lib.D2 = function() {
- this.initialize(img.D2);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,572,109);
- (lib.E0 = function() {
- this.initialize(img.E0);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,33,29);
- (lib.E1 = function() {
- this.initialize(img.E1);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,96,95);
- (lib.E2 = function() {
- this.initialize(img.E2);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,260,81);
- (lib.E3 = function() {
- this.initialize(img.E3);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,356,75);
- (lib.E4 = function() {
- this.initialize(img.E4);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,356,75);
- (lib.EE0001 = function() {
- this.initialize(img.EE0001);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,189,195);
- (lib.EE0003 = function() {
- this.initialize(img.EE0003);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,189,195);
- (lib.EE0005 = function() {
- this.initialize(img.EE0005);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,189,195);
- (lib.EE0007 = function() {
- this.initialize(img.EE0007);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,189,195);
- (lib.EE0037 = function() {
- this.initialize(img.EE0037);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,278,462);
- (lib.EE0038 = function() {
- this.initialize(img.EE0038);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,61,59);
- (lib.EE0040 = function() {
- this.initialize(img.EE0040);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,149,156);
- (lib.EE0042 = function() {
- this.initialize(img.EE0042);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,223,234);
- (lib.EE0044 = function() {
- this.initialize(img.EE0044);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,251,263);
- (lib.EE0046 = function() {
- this.initialize(img.EE0046);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,262,272);
- (lib.EE0048 = function() {
- this.initialize(img.EE0048);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,164,222);
- (lib.EE0049 = function() {
- this.initialize(img.EE0049);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,81,85);
- (lib.EE0050 = function() {
- this.initialize(img.EE0050);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,106,116);
- (lib.EE0051 = function() {
- this.initialize(img.EE0051);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,140,148);
- (lib.EE0052 = function() {
- this.initialize(img.EE0052);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,48,48);
- (lib.FFFFFF = function() {
- this.initialize(img.FFFFFF);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,300,75);
- (lib.Q2 = function() {
- this.initialize(img.Q2);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,265,75);
- (lib.Q3 = function() {
- this.initialize(img.Q3);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,297,60);
- (lib.Q3333 = function() {
- this.initialize(img.Q3333);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,297,60);
- (lib.Q4 = function() {
- this.initialize(img.Q4);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,535,745);
- (lib.Q5 = function() {
- this.initialize(img.Q5);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,570,748);
- (lib.Q6 = function() {
- this.initialize(img.Q6);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,229,26);
- (lib.Q7 = function() {
- this.initialize(img.Q7);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,294,69);
- (lib.R1 = function() {
- this.initialize(img.R1);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,584,215);
- (lib.R2 = function() {
- this.initialize(img.R2);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,207,63);
- (lib.R3 = function() {
- this.initialize(img.R3);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,852,187);
- (lib.R4 = function() {
- this.initialize(img.R4);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,900,335);
- (lib.Z1 = function() {
- this.initialize(img.Z1);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,85,115);
- (lib.Z2 = function() {
- this.initialize(img.Z2);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,146,96);
- (lib.Z3 = function() {
- this.initialize(img.Z3);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,111,38);
- (lib.Z4 = function() {
- this.initialize(img.Z4);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,133,222);
- (lib.Z5 = function() {
- this.initialize(img.Z5);
- }).prototype = p = new cjs.Bitmap();
- p.nominalBounds = new cjs.Rectangle(0,0,900,768);
- (lib.元件26 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.E4();
- this.instance.setTransform(-178,-37.5);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-178,-37.5,356,75);
- (lib.元件24 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.E1();
- this.instance.setTransform(-48,-47.5);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-48,-47.5,96,95);
- (lib.Heart = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.E0();
- this.instance.setTransform(-16.5,-14.5);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-16.5,-14.5,33,29);
- (lib.元件22 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.E2();
- this.instance.setTransform(-130,-40.5);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-130,-40.5,260,81);
- (lib.元件3 = function() {
- this.initialize();
- // 图层 1
- this.shape = new cjs.Shape();
- this.shape.graphics.rf(["rgba(0,0,0,0.749)","rgba(0,0,0,0)"],[0.455,1],0,0,0,0,0,85.6).s().p("ApZDqQj5hhAAiJQAAiID5hhQD6hhFfAAQFgAAD6BhQD5BhAACIQAACJj5BhQj6BhlgAAQlfAAj6hhg");
- this.shape.setTransform(94.6,36.9);
- this.addChild(this.shape);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(9.5,3.7,170.3,66.4);
- (lib.元件77 = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // 图层 1
- this.instance = new lib.D2();
- this.instance.setTransform(-286,-54.5);
- this.timeline.addTween(cjs.Tween.get(this.instance).wait(3).to({y:-49.5},0).wait(1));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(-286,-54.5,572,109);
- (lib.Hit1 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Z2();
- this.instance.setTransform(-73,-48);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-73,-48,146,96);
- (lib.Hit3 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Z1();
- this.instance.setTransform(-39.5,-57.5);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-39.5,-57.5,85,115);
- (lib.Hit2 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Z3();
- this.instance.setTransform(-55.5,-19);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-55.5,-19,111,38);
- (lib.元件72 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.R2();
- this.instance.setTransform(-103.5,-31.5);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-103.5,-31.5,207,63);
- (lib.元件71 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.R4();
- this.instance.setTransform(-450,-167.5);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-450,-167.5,900,335);
- (lib.元件70 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.R3();
- this.instance.setTransform(-426,-93.5);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-426,-93.5,852,187);
- (lib.元件69 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.R1();
- this.instance.setTransform(-292,-107.5);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-292,-107.5,584,215);
- (lib.Hit0 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Bitmap27();
- this.instance.setTransform(-65.1,-59.3);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-65.1,-59.3,130,117);
- (lib.Tree = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Z4();
- this.instance.setTransform(-66.5,-222);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-66.5,-222,133,222);
- (lib.Bar = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // timeline functions:
- this.frame_0 = function() {
- this.stop();
- }
- // actions tween:
- this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(100));
- // 图层 5
- this.instance = new lib.FFFFFF();
- this.instance.setTransform(-152,-39.5);
- this.instance._off = true;
- this.timeline.addTween(cjs.Tween.get(this.instance).wait(99).to({_off:false},0).wait(1));
- // 图层 3 (mask)
- var mask = new cjs.Shape();
- mask._off = true;
- var mask_graphics_0 = new cjs.Graphics().p("AgQCeIAAk7IAhAAIAAE7g");
- var mask_graphics_1 = new cjs.Graphics().p("AgcCeIAAk7IA5AAIAAE7g");
- var mask_graphics_2 = new cjs.Graphics().p("AgnCeIAAk7IBQAAIAAE7g");
- var mask_graphics_3 = new cjs.Graphics().p("AgzCeIAAk7IBnAAIAAE7g");
- var mask_graphics_4 = new cjs.Graphics().p("Ag/CeIAAk7IB/AAIAAE7g");
- var mask_graphics_5 = new cjs.Graphics().p("AhKCeIAAk7ICVAAIAAE7g");
- var mask_graphics_6 = new cjs.Graphics().p("AhWCeIAAk7ICtAAIAAE7g");
- var mask_graphics_7 = new cjs.Graphics().p("AhiCeIAAk7IDFAAIAAE7g");
- var mask_graphics_8 = new cjs.Graphics().p("AhuCeIAAk7IDdAAIAAE7g");
- var mask_graphics_9 = new cjs.Graphics().p("Ah5CeIAAk7ID0AAIAAE7g");
- var mask_graphics_10 = new cjs.Graphics().p("AiFCeIAAk7IELAAIAAE7g");
- var mask_graphics_11 = new cjs.Graphics().p("AiRCeIAAk7IEjAAIAAE7g");
- var mask_graphics_12 = new cjs.Graphics().p("AidCeIAAk7IE7AAIAAE7g");
- var mask_graphics_13 = new cjs.Graphics().p("AioCeIAAk7IFRAAIAAE7g");
- var mask_graphics_14 = new cjs.Graphics().p("Ai0CeIAAk7IFpAAIAAE7g");
- var mask_graphics_15 = new cjs.Graphics().p("AjACeIAAk7IGBAAIAAE7g");
- var mask_graphics_16 = new cjs.Graphics().p("AjLCeIAAk7IGXAAIAAE7g");
- var mask_graphics_17 = new cjs.Graphics().p("AjXCeIAAk7IGvAAIAAE7g");
- var mask_graphics_18 = new cjs.Graphics().p("AjjCeIAAk7IHHAAIAAE7g");
- var mask_graphics_19 = new cjs.Graphics().p("AjvCeIAAk7IHfAAIAAE7g");
- var mask_graphics_20 = new cjs.Graphics().p("Aj6CeIAAk7IH2AAIAAE7g");
- var mask_graphics_21 = new cjs.Graphics().p("AkGCeIAAk7IINAAIAAE7g");
- var mask_graphics_22 = new cjs.Graphics().p("AkSCeIAAk7IIlAAIAAE7g");
- var mask_graphics_23 = new cjs.Graphics().p("AkdCeIAAk7II7AAIAAE7g");
- var mask_graphics_24 = new cjs.Graphics().p("AkpCeIAAk7IJTAAIAAE7g");
- var mask_graphics_25 = new cjs.Graphics().p("Ak1CeIAAk7IJrAAIAAE7g");
- var mask_graphics_26 = new cjs.Graphics().p("AlBCeIAAk7IKDAAIAAE7g");
- var mask_graphics_27 = new cjs.Graphics().p("AlMCeIAAk7IKaAAIAAE7g");
- var mask_graphics_28 = new cjs.Graphics().p("AlYCeIAAk7IKxAAIAAE7g");
- var mask_graphics_29 = new cjs.Graphics().p("AlkCeIAAk7ILJAAIAAE7g");
- var mask_graphics_30 = new cjs.Graphics().p("AlwCeIAAk7ILhAAIAAE7g");
- var mask_graphics_31 = new cjs.Graphics().p("Al7CeIAAk7IL3AAIAAE7g");
- var mask_graphics_32 = new cjs.Graphics().p("AmHCeIAAk7IMPAAIAAE7g");
- var mask_graphics_33 = new cjs.Graphics().p("AmTCeIAAk7IMnAAIAAE7g");
- var mask_graphics_34 = new cjs.Graphics().p("AmeCeIAAk7IM9AAIAAE7g");
- var mask_graphics_35 = new cjs.Graphics().p("AmqCeIAAk7INVAAIAAE7g");
- var mask_graphics_36 = new cjs.Graphics().p("Am2CeIAAk7INtAAIAAE7g");
- var mask_graphics_37 = new cjs.Graphics().p("AnCCeIAAk7IOFAAIAAE7g");
- var mask_graphics_38 = new cjs.Graphics().p("AnNCeIAAk7IObAAIAAE7g");
- var mask_graphics_39 = new cjs.Graphics().p("AnZCeIAAk7IOzAAIAAE7g");
- var mask_graphics_40 = new cjs.Graphics().p("AnlCeIAAk7IPLAAIAAE7g");
- var mask_graphics_41 = new cjs.Graphics().p("AnwCeIAAk7IPhAAIAAE7g");
- var mask_graphics_42 = new cjs.Graphics().p("An8CeIAAk7IP5AAIAAE7g");
- var mask_graphics_43 = new cjs.Graphics().p("AoICeIAAk7IQRAAIAAE7g");
- var mask_graphics_44 = new cjs.Graphics().p("AoUCeIAAk7IQpAAIAAE7g");
- var mask_graphics_45 = new cjs.Graphics().p("AofCeIAAk7IRAAAIAAE7g");
- var mask_graphics_46 = new cjs.Graphics().p("AorCeIAAk7IRXAAIAAE7g");
- var mask_graphics_47 = new cjs.Graphics().p("Ao3CeIAAk7IRvAAIAAE7g");
- var mask_graphics_48 = new cjs.Graphics().p("ApDCeIAAk7ISHAAIAAE7g");
- var mask_graphics_49 = new cjs.Graphics().p("ApOCeIAAk7ISdAAIAAE7g");
- var mask_graphics_50 = new cjs.Graphics().p("ApaCeIAAk7IS1AAIAAE7g");
- var mask_graphics_51 = new cjs.Graphics().p("ApmCeIAAk7ITNAAIAAE7g");
- var mask_graphics_52 = new cjs.Graphics().p("ApxCeIAAk7ITkAAIAAE7g");
- var mask_graphics_53 = new cjs.Graphics().p("Ap9CeIAAk7IT7AAIAAE7g");
- var mask_graphics_54 = new cjs.Graphics().p("AqJCeIAAk7IUTAAIAAE7g");
- var mask_graphics_55 = new cjs.Graphics().p("AqVCeIAAk7IUrAAIAAE7g");
- var mask_graphics_56 = new cjs.Graphics().p("AqgCeIAAk7IVBAAIAAE7g");
- var mask_graphics_57 = new cjs.Graphics().p("AqsCeIAAk7IVZAAIAAE7g");
- var mask_graphics_58 = new cjs.Graphics().p("Aq4CeIAAk7IVxAAIAAE7g");
- var mask_graphics_59 = new cjs.Graphics().p("ArDCeIAAk7IWHAAIAAE7g");
- var mask_graphics_60 = new cjs.Graphics().p("ArPCeIAAk7IWfAAIAAE7g");
- var mask_graphics_61 = new cjs.Graphics().p("ArbCeIAAk7IW3AAIAAE7g");
- var mask_graphics_62 = new cjs.Graphics().p("ArnCeIAAk7IXPAAIAAE7g");
- var mask_graphics_63 = new cjs.Graphics().p("AryCeIAAk7IXmAAIAAE7g");
- var mask_graphics_64 = new cjs.Graphics().p("Ar+CeIAAk7IX9AAIAAE7g");
- var mask_graphics_65 = new cjs.Graphics().p("AsKCeIAAk7IYVAAIAAE7g");
- var mask_graphics_66 = new cjs.Graphics().p("AsWCeIAAk7IYtAAIAAE7g");
- var mask_graphics_67 = new cjs.Graphics().p("AshCeIAAk7IZDAAIAAE7g");
- var mask_graphics_68 = new cjs.Graphics().p("AstCeIAAk7IZbAAIAAE7g");
- var mask_graphics_69 = new cjs.Graphics().p("As5CeIAAk7IZzAAIAAE7g");
- var mask_graphics_70 = new cjs.Graphics().p("AtECeIAAk7IaKAAIAAE7g");
- var mask_graphics_71 = new cjs.Graphics().p("AtQCeIAAk7IahAAIAAE7g");
- var mask_graphics_72 = new cjs.Graphics().p("AtcCeIAAk7Ia5AAIAAE7g");
- var mask_graphics_73 = new cjs.Graphics().p("AtoCeIAAk7IbRAAIAAE7g");
- var mask_graphics_74 = new cjs.Graphics().p("AtzCeIAAk7IbnAAIAAE7g");
- var mask_graphics_75 = new cjs.Graphics().p("At/CeIAAk7Ib/AAIAAE7g");
- var mask_graphics_76 = new cjs.Graphics().p("AuLCeIAAk7IcXAAIAAE7g");
- var mask_graphics_77 = new cjs.Graphics().p("AuWCeIAAk7IcuAAIAAE7g");
- var mask_graphics_78 = new cjs.Graphics().p("AuiCeIAAk7IdFAAIAAE7g");
- var mask_graphics_79 = new cjs.Graphics().p("AuuCeIAAk7IddAAIAAE7g");
- var mask_graphics_80 = new cjs.Graphics().p("Au6CeIAAk7Id1AAIAAE7g");
- var mask_graphics_81 = new cjs.Graphics().p("AvFCeIAAk7IeLAAIAAE7g");
- var mask_graphics_82 = new cjs.Graphics().p("AvRCeIAAk7IejAAIAAE7g");
- var mask_graphics_83 = new cjs.Graphics().p("AvdCeIAAk7Ie7AAIAAE7g");
- var mask_graphics_84 = new cjs.Graphics().p("AvpCeIAAk7IfTAAIAAE7g");
- var mask_graphics_85 = new cjs.Graphics().p("Av0CeIAAk7IfqAAIAAE7g");
- var mask_graphics_86 = new cjs.Graphics().p("AwACeIAAk7MAgBAAAIAAE7g");
- var mask_graphics_87 = new cjs.Graphics().p("AwMCeIAAk7MAgZAAAIAAE7g");
- var mask_graphics_88 = new cjs.Graphics().p("AwXCeIAAk7MAgwAAAIAAE7g");
- var mask_graphics_89 = new cjs.Graphics().p("AwjCeIAAk7MAhHAAAIAAE7g");
- var mask_graphics_90 = new cjs.Graphics().p("AwvCeIAAk7MAhfAAAIAAE7g");
- var mask_graphics_91 = new cjs.Graphics().p("Aw7CeIAAk7MAh3AAAIAAE7g");
- var mask_graphics_92 = new cjs.Graphics().p("AxGCeIAAk7MAiNAAAIAAE7g");
- var mask_graphics_93 = new cjs.Graphics().p("AxSCeIAAk7MAilAAAIAAE7g");
- var mask_graphics_94 = new cjs.Graphics().p("AxeCeIAAk7MAi9AAAIAAE7g");
- var mask_graphics_95 = new cjs.Graphics().p("AxpCeIAAk7MAjUAAAIAAE7g");
- var mask_graphics_96 = new cjs.Graphics().p("Ax1CeIAAk7MAjrAAAIAAE7g");
- var mask_graphics_97 = new cjs.Graphics().p("AyBCeIAAk7MAkDAAAIAAE7g");
- var mask_graphics_98 = new cjs.Graphics().p("AyNCeIAAk7MAkbAAAIAAE7g");
- var mask_graphics_99 = new cjs.Graphics().p("AyYCeIAAk7MAkxAAAIAAE7g");
- this.timeline.addTween(cjs.Tween.get(mask).to({graphics:mask_graphics_0,x:-94.5,y:-2.9}).wait(1).to({graphics:mask_graphics_1,x:-93.3,y:-2.9}).wait(1).to({graphics:mask_graphics_2,x:-92.1,y:-2.9}).wait(1).to({graphics:mask_graphics_3,x:-91,y:-2.9}).wait(1).to({graphics:mask_graphics_4,x:-89.8,y:-2.9}).wait(1).to({graphics:mask_graphics_5,x:-88.6,y:-2.9}).wait(1).to({graphics:mask_graphics_6,x:-87.5,y:-2.9}).wait(1).to({graphics:mask_graphics_7,x:-86.3,y:-2.9}).wait(1).to({graphics:mask_graphics_8,x:-85.1,y:-2.9}).wait(1).to({graphics:mask_graphics_9,x:-83.9,y:-2.9}).wait(1).to({graphics:mask_graphics_10,x:-82.8,y:-2.9}).wait(1).to({graphics:mask_graphics_11,x:-81.6,y:-2.9}).wait(1).to({graphics:mask_graphics_12,x:-80.4,y:-2.9}).wait(1).to({graphics:mask_graphics_13,x:-79.2,y:-2.9}).wait(1).to({graphics:mask_graphics_14,x:-78.1,y:-2.9}).wait(1).to({graphics:mask_graphics_15,x:-76.9,y:-2.9}).wait(1).to({graphics:mask_graphics_16,x:-75.7,y:-2.9}).wait(1).to({graphics:mask_graphics_17,x:-74.6,y:-2.9}).wait(1).to({graphics:mask_graphics_18,x:-73.4,y:-2.9}).wait(1).to({graphics:mask_graphics_19,x:-72.2,y:-2.9}).wait(1).to({graphics:mask_graphics_20,x:-71,y:-2.9}).wait(1).to({graphics:mask_graphics_21,x:-69.9,y:-2.9}).wait(1).to({graphics:mask_graphics_22,x:-68.7,y:-2.9}).wait(1).to({graphics:mask_graphics_23,x:-67.5,y:-2.9}).wait(1).to({graphics:mask_graphics_24,x:-66.4,y:-2.9}).wait(1).to({graphics:mask_graphics_25,x:-65.2,y:-2.9}).wait(1).to({graphics:mask_graphics_26,x:-64,y:-2.9}).wait(1).to({graphics:mask_graphics_27,x:-62.8,y:-2.9}).wait(1).to({graphics:mask_graphics_28,x:-61.7,y:-2.9}).wait(1).to({graphics:mask_graphics_29,x:-60.5,y:-2.9}).wait(1).to({graphics:mask_graphics_30,x:-59.3,y:-2.9}).wait(1).to({graphics:mask_graphics_31,x:-58.1,y:-2.9}).wait(1).to({graphics:mask_graphics_32,x:-57,y:-2.9}).wait(1).to({graphics:mask_graphics_33,x:-55.8,y:-2.9}).wait(1).to({graphics:mask_graphics_34,x:-54.6,y:-2.9}).wait(1).to({graphics:mask_graphics_35,x:-53.5,y:-2.9}).wait(1).to({graphics:mask_graphics_36,x:-52.3,y:-2.9}).wait(1).to({graphics:mask_graphics_37,x:-51.1,y:-2.9}).wait(1).to({graphics:mask_graphics_38,x:-49.9,y:-2.9}).wait(1).to({graphics:mask_graphics_39,x:-48.8,y:-2.9}).wait(1).to({graphics:mask_graphics_40,x:-47.6,y:-2.9}).wait(1).to({graphics:mask_graphics_41,x:-46.4,y:-2.9}).wait(1).to({graphics:mask_graphics_42,x:-45.3,y:-2.9}).wait(1).to({graphics:mask_graphics_43,x:-44.1,y:-2.9}).wait(1).to({graphics:mask_graphics_44,x:-42.9,y:-2.9}).wait(1).to({graphics:mask_graphics_45,x:-41.7,y:-2.9}).wait(1).to({graphics:mask_graphics_46,x:-40.6,y:-2.9}).wait(1).to({graphics:mask_graphics_47,x:-39.4,y:-2.9}).wait(1).to({graphics:mask_graphics_48,x:-38.2,y:-2.9}).wait(1).to({graphics:mask_graphics_49,x:-37,y:-2.9}).wait(1).to({graphics:mask_graphics_50,x:-35.9,y:-2.9}).wait(1).to({graphics:mask_graphics_51,x:-34.7,y:-2.9}).wait(1).to({graphics:mask_graphics_52,x:-33.5,y:-2.9}).wait(1).to({graphics:mask_graphics_53,x:-32.4,y:-2.9}).wait(1).to({graphics:mask_graphics_54,x:-31.2,y:-2.9}).wait(1).to({graphics:mask_graphics_55,x:-30,y:-2.9}).wait(1).to({graphics:mask_graphics_56,x:-28.8,y:-2.9}).wait(1).to({graphics:mask_graphics_57,x:-27.7,y:-2.9}).wait(1).to({graphics:mask_graphics_58,x:-26.5,y:-2.9}).wait(1).to({graphics:mask_graphics_59,x:-25.3,y:-2.9}).wait(1).to({graphics:mask_graphics_60,x:-24.2,y:-2.9}).wait(1).to({graphics:mask_graphics_61,x:-23,y:-2.9}).wait(1).to({graphics:mask_graphics_62,x:-21.8,y:-2.9}).wait(1).to({graphics:mask_graphics_63,x:-20.6,y:-2.9}).wait(1).to({graphics:mask_graphics_64,x:-19.5,y:-2.9}).wait(1).to({graphics:mask_graphics_65,x:-18.3,y:-2.9}).wait(1).to({graphics:mask_graphics_66,x:-17.1,y:-2.9}).wait(1).to({graphics:mask_graphics_67,x:-15.9,y:-2.9}).wait(1).to({graphics:mask_graphics_68,x:-14.8,y:-2.9}).wait(1).to({graphics:mask_graphics_69,x:-13.6,y:-2.9}).wait(1).to({graphics:mask_graphics_70,x:-12.4,y:-2.9}).wait(1).to({graphics:mask_graphics_71,x:-11.3,y:-2.9}).wait(1).to({graphics:mask_graphics_72,x:-10.1,y:-2.9}).wait(1).to({graphics:mask_graphics_73,x:-8.9,y:-2.9}).wait(1).to({graphics:mask_graphics_74,x:-7.7,y:-2.9}).wait(1).to({graphics:mask_graphics_75,x:-6.6,y:-2.9}).wait(1).to({graphics:mask_graphics_76,x:-5.4,y:-2.9}).wait(1).to({graphics:mask_graphics_77,x:-4.2,y:-2.9}).wait(1).to({graphics:mask_graphics_78,x:-3.1,y:-2.9}).wait(1).to({graphics:mask_graphics_79,x:-1.9,y:-2.9}).wait(1).to({graphics:mask_graphics_80,x:-0.7,y:-2.9}).wait(1).to({graphics:mask_graphics_81,x:0.5,y:-2.9}).wait(1).to({graphics:mask_graphics_82,x:1.6,y:-2.9}).wait(1).to({graphics:mask_graphics_83,x:2.8,y:-2.9}).wait(1).to({graphics:mask_graphics_84,x:4,y:-2.9}).wait(1).to({graphics:mask_graphics_85,x:5.2,y:-2.9}).wait(1).to({graphics:mask_graphics_86,x:6.3,y:-2.9}).wait(1).to({graphics:mask_graphics_87,x:7.5,y:-2.9}).wait(1).to({graphics:mask_graphics_88,x:8.7,y:-2.9}).wait(1).to({graphics:mask_graphics_89,x:9.8,y:-2.9}).wait(1).to({graphics:mask_graphics_90,x:11,y:-2.9}).wait(1).to({graphics:mask_graphics_91,x:12.2,y:-2.9}).wait(1).to({graphics:mask_graphics_92,x:13.4,y:-2.9}).wait(1).to({graphics:mask_graphics_93,x:14.5,y:-2.9}).wait(1).to({graphics:mask_graphics_94,x:15.7,y:-2.9}).wait(1).to({graphics:mask_graphics_95,x:16.9,y:-2.9}).wait(1).to({graphics:mask_graphics_96,x:18,y:-2.9}).wait(1).to({graphics:mask_graphics_97,x:19.2,y:-2.9}).wait(1).to({graphics:mask_graphics_98,x:20.4,y:-2.9}).wait(1).to({graphics:mask_graphics_99,x:21.6,y:-2.9}).wait(1));
- // 图层 2
- this.instance_1 = new lib.Q6();
- this.instance_1.setTransform(-93,-15.5);
- this.instance_1.mask = mask;
- this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(100));
- // 图层 1
- this.instance_2 = new lib.Q7();
- this.instance_2.setTransform(-147,-34.5);
- this.timeline.addTween(cjs.Tween.get(this.instance_2).wait(100));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(-147,-34.5,294,69);
- (lib.元件7 = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // 图层 1
- this.shape = new cjs.Shape();
- this.shape.graphics.bf(img.Q5, null, new cjs.Matrix2D(1,0,0,1,-285,-695.5)).s().p("EgshAIMIAAwXMBZDAAAIAAQXg");
- this.timeline.addTween(cjs.Tween.get(this.shape).wait(3).to({y:5},0).wait(1));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(-285,-52.4,570,104.9);
- (lib.元件6 = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // 图层 1
- this.shape = new cjs.Shape();
- this.shape.graphics.bf(img.Q5, null, new cjs.Matrix2D(1,0,0,1,-427,-586.6)).s().p("A2UI1IAAxpMAspAAAIAARpg");
- this.timeline.addTween(cjs.Tween.get(this.shape).wait(3).to({y:5},0).wait(1));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(-142.9,-56.5,286,113.1);
- (lib.元件5 = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // 图层 1
- this.shape = new cjs.Shape();
- this.shape.graphics.bf(img.Q5, null, new cjs.Matrix2D(1,0,0,1,-142,-586.6)).s().p("A2LI1IAAxpMAsXAAAIAARpg");
- this.timeline.addTween(cjs.Tween.get(this.shape).wait(3).to({y:5},0).wait(1));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(-142,-56.5,284.1,113.1);
- (lib.元件4 = function() {
- this.initialize();
- // 图层 1
- this.shape = new cjs.Shape();
- this.shape.graphics.bf(img.Q5, null, new cjs.Matrix2D(1,0,0,1,-285,-265)).s().p("EgshApaMAAAhSzMBZDAAAMAAABSzg");
- this.addChild(this.shape);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-285,-265,570,530.1);
- (lib.元件3副本 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Z5();
- this.instance.setTransform(-450,-384);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-450,-384,900,768);
- (lib.元件3_1 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Bitmap28();
- this.instance.setTransform(9.5,3.7);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(9.5,3.7,170,66);
- (lib.元件2 = function() {
- this.initialize();
- // 图层 1
- this.shape = new cjs.Shape();
- this.shape.graphics.bf(img.Q4, null, new cjs.Matrix2D(1,0,0,1,-267.5,-294.3)).s().p("EgpxAt+MAAAhb8MBTjAAAMAAABb8g");
- this.addChild(this.shape);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-267.5,-294.3,535,588.6);
- (lib.元件1副本 = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // 图层 1
- this.shape = new cjs.Shape();
- this.shape.graphics.bf(img.Q4, null, new cjs.Matrix2D(1,0,0,1,-267.5,-666.8)).s().p("EgpxAMOIAA4bMBTjAAAIAAYbg");
- this.shape_1 = new cjs.Shape();
- this.shape_1.graphics.bf(img.Q4, null, new cjs.Matrix2D(1,0,0,1,-267.5,-666.8)).s().p("EgpxAMNIAA4ZMBTjAAAIAAYZg");
- this.shape_1.setTransform(0,5);
- this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape}]}).to({state:[{t:this.shape_1}]},3).wait(1));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(-267.5,-78.2,535,156.4);
- (lib.元件28 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Bitmap40();
- this.instance.setTransform(-148,0,1.235,1);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-148,0,926,1136);
- (lib.元件27 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.E3();
- this.instance.setTransform(-178,-37.5);
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-178,-37.5,356,75);
- (lib.Num9 = function() {
- this.initialize();
- // 图层 1
- this.instance_1 = new lib.Bitmap38();
- this.addChild(this.instance_1);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(0,0,43,74);
- (lib.Num8 = function() {
- this.initialize();
- // 图层 1
- this.instance_1 = new lib.Bitmap37();
- this.addChild(this.instance_1);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(0,0,42,74);
- (lib.Num7 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Bitmap35();
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(0,0,42,74);
- (lib.Num6 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Bitmap36();
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(0,0,44,74);
- (lib.Num5 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Bitmap34();
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(0,0,41,74);
- (lib.Num4 = function() {
- this.initialize();
- // 图层 1
- this.instance_1 = new lib.Bitmap33();
- this.addChild(this.instance_1);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(0,0,45,74);
- (lib.Num3 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Bitmap32();
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(0,0,43,74);
- (lib.Num2 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Bitmap31();
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(0,0,44,74);
- (lib.Num1 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Bitmap30();
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(0,0,37,74);
- (lib.Num0 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.Bitmap29();
- this.addChild(this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(0,0,55,74);
- (lib.元件12 = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // timeline functions:
- this.frame_18 = function() {
- this.stop();
- }
- // actions tween:
- this.timeline.addTween(cjs.Tween.get(this).wait(18).call(this.frame_18).wait(5));
- // 图层 1
- this.instance_1 = new lib.EE0037();
- this.instance_2 = new lib.EE0038();
- this.instance_2.setTransform(120,253);
- this.instance_3 = new lib.EE0040();
- this.instance_3.setTransform(63.5,218);
- this.instance_4 = new lib.EE0042();
- this.instance_4.setTransform(40,186.5);
- this.instance_5 = new lib.EE0044();
- this.instance_5.setTransform(29,173);
- this.instance_6 = new lib.EE0046();
- this.instance_6.setTransform(24.5,171.5);
- this.instance_7 = new lib.EE0048();
- this.instance_7.setTransform(129.5,224);
- this.instance_8 = new lib.EE0049();
- this.instance_8.setTransform(100,250);
- this.instance_9 = new lib.EE0050();
- this.instance_9.setTransform(90,240);
- this.instance_10 = new lib.EE0051();
- this.instance_10.setTransform(70,230);
- this.instance_11 = new lib.EE0052();
- this.instance_11.setTransform(110,280);
- this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_1}]}).to({state:[{t:this.instance_2}]},7).to({state:[{t:this.instance_3}]},2).to({state:[{t:this.instance_4}]},2).to({state:[{t:this.instance_5}]},2).to({state:[{t:this.instance_6}]},2).to({state:[{t:this.instance_7}]},2).to({state:[]},1).to({state:[{t:this.instance_8}]},1).to({state:[{t:this.instance_9}]},1).to({state:[{t:this.instance_10}]},1).to({state:[{t:this.instance_11}]},1).wait(1));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(0,0,278,462);
- (lib.元件11 = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // 图层 2
- this.instance = new lib.EE0001();
- this.instance.setTransform(60,222.5);
- this.instance_1 = new lib.EE0003();
- this.instance_1.setTransform(60,222.5);
- this.instance_2 = new lib.EE0005();
- this.instance_2.setTransform(60,222.5);
- this.instance_3 = new lib.EE0007();
- this.instance_3.setTransform(60,222.5);
- this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance}]}).to({state:[{t:this.instance_1}]},2).to({state:[{t:this.instance_2}]},2).to({state:[{t:this.instance_3}]},2).wait(2));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(60,222.5,189,195);
- (lib.元件9 = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // 图层 1
- this.instance_3 = new lib.AA00001();
- this.instance_3.setTransform(63,228.3);
- this.instance_4 = new lib.AA00003();
- this.instance_4.setTransform(63.3,233.3);
- this.instance_5 = new lib.AA00005();
- this.instance_5.setTransform(63,228);
- this.instance_6 = new lib.AA00007();
- this.instance_6.setTransform(63,226);
- this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_3}]}).to({state:[{t:this.instance_4}]},2).to({state:[{t:this.instance_5}]},2).to({state:[{t:this.instance_6}]},2).wait(2));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(63,228.3,176,174);
- (lib.元件7_1 = function() {
- this.initialize();
- // 图层 1
- this.shape_1 = new cjs.Shape();
- this.shape_1.graphics.f("#FFFF00").s().p("AhRA3Ig3gcIgJgSIAugaQBIgIAKhlIAJgSIAIgKIARAlQAABuCBAQIhAA3QAbBRgJgIQhkg3ARATIhiA2QAuhuguAKg");
- this.addChild(this.shape_1);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-14.6,-15.6,29.3,31.2);
- (lib.元件6_1 = function() {
- this.initialize();
- // 图层 1
- this.shape_1 = new cjs.Shape();
- this.shape_1.graphics.f("#FFFFCC").s().p("AioE0IA4icQgBgKgDgJQgFgTgUgGQgIgCgIAAIgBAAIh4g2IAAgJIgbglIBlgsQArAAAggZQA1ghAahGQATgtAAg4QAThkAsBkQAABUAmBAQAUAoAfAYQArAkAzAAIBbAZIiAB3QBACkgbgRQjahuArAkIjGB4g");
- this.shape_1.setTransform(-0.6,0.9);
- this.shape_2 = new cjs.Shape();
- this.shape_2.graphics.f("#FF66FF").s().p("AgWgVIACAAQAHAAAJACQASAFAFASQADAJAAAJQgagSgSgZg");
- this.shape_2.setTransform(-14.2,13.8);
- this.shape_3 = new cjs.Shape();
- this.shape_3.graphics.f("#FFCC00").s().p("AjRJPQmvjSAunRQBanBIbhkQClgdBuCBQFJEAgtF/Qg3FAkJCcQh9A5h+AAQhyAAh2gwgAnAjnQh3DKBcDiQB/FBFTAbQCIAJB3hJQGukTjbnIQhmkbktgJQlIAbiuEcgAgkkCQAAA3gUAuQgOAcgVAaQgTAfgYARQghAagqAAQAIjAClglg");
- this.addChild(this.shape_3,this.shape_2,this.shape_1);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-60,-63.9,120.1,127.9);
- (lib.元件5_1 = function() {
- this.initialize();
- // 图层 1
- this.shape_1 = new cjs.Shape();
- this.shape_1.graphics.f("#FFCC00").s().p("AgZCZQidg3BKiaQAkhSBjgcQCbBThJC1QgZBFg3AAQgZAAgdgOg");
- this.shape_1.setTransform(-1.5,-1.5);
- this.shape_2 = new cjs.Shape();
- this.shape_2.graphics.f("#FF9900").s().p("AkVAbQgJg+Acg2QBki4C/glQDtAcAKD3QgBEZkABBQj+gTgukJgAhwg2QhJCaCcA3QBiAuAlhlQBJi1ichTQhiAcglBSg");
- this.shape_2.setTransform(-1.2,-1.7);
- this.shape_3 = new cjs.Shape();
- this.shape_3.graphics.f("#FFFF00").s().p("AjgGMQi3h4gTjbQgIikBbiIQCbjdD/gIQD2AsBTDdQBuFZkSDvQh0Bgh3AAQhtAAhwhNgAkOhqQgbA3AJA+QAtEJD+ASQEBhAABkZQgKj4jugbQi/AlhkC3g");
- this.addChild(this.shape_3,this.shape_2,this.shape_1);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-42.8,-47.4,85.6,94.8);
- (lib.元件4_1 = function() {
- this.initialize();
- // 图层 1
- this.shape_1 = new cjs.Shape();
- this.shape_1.graphics.f("#FFFFFF").s().p("AiREiQi3huAcjRQBJlJEtAkQC2AlAlDAQA2DjjICJQhMA3hPAAQhCAAhHgkg");
- this.addChild(this.shape_1);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-30.5,-32.7,61,65.4);
- (lib.元件25 = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // 图层 1
- this.instance = new lib.元件24();
- this.instance.setTransform(0,10);
- this.timeline.addTween(cjs.Tween.get(this.instance).to({y:-110},14,cjs.Ease.get(1)).wait(26));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(-48,-37.5,96,95);
- (lib.Exp = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // timeline functions:
- this.frame_4 = function() {
- this.stop();
- }
- // actions tween:
- this.timeline.addTween(cjs.Tween.get(this).wait(4).call(this.frame_4).wait(1));
- // Layer 1
- this.instance = new lib.元件4_1();
- this.instance.setTransform(3.2,-2.1);
- this.instance.shadow = new cjs.Shadow("#FFCC00",0,0,20);
- this.instance_1 = new lib.元件5_1();
- this.instance_1.setTransform(2,-2.6);
- this.instance_1.shadow = new cjs.Shadow("#FFCC00",0,0,20);
- this.instance_2 = new lib.元件6_1();
- this.instance_2.setTransform(-0.3,-4.8);
- this.instance_2.shadow = new cjs.Shadow("#FFCC00",0,0,20);
- this.instance_3 = new lib.元件7_1();
- this.instance_3.setTransform(-1.3,-5.2);
- this.instance_3.shadow = new cjs.Shadow("#FFCC00",0,0,20);
- 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).wait(1));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(-37.3,-44.8,84,88);
- (lib.元件76 = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.D1();
- this.instance.setTransform(-271.5,-288);
- this.instance_1 = new lib.元件3_1();
- this.instance_1.setTransform(-189.4,278.7,1.08,1.08,0,0,0,94.7,37);
- this.instance_1.filters = [new cjs.BlurFilter(20, 20, 1)];
- this.instance_1.cache(8,2,174,70);
- this.addChild(this.instance_1,this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-291.5,-288,563,616.8);
- (lib.BG = function() {
- this.initialize();
- // 赛道
- this.instance = new lib.元件3副本();
- this.instance.setTransform(450,631.9);
- // 小草
- this.grass_mc = new lib.元件72();
- this.grass_mc.setTransform(625.7,272.6);
- // 城堡
- this.house_mc = new lib.元件69();
- this.house_mc.setTransform(448.1,210.5);
- // 远山
- this.hill_mc = new lib.元件70();
- this.hill_mc.setTransform(446.1,345.5);
- // 天空
- this.instance_1 = new lib.元件71();
- this.instance_1.setTransform(450,167.5);
- this.addChild(this.instance_1,this.hill_mc,this.house_mc,this.grass_mc,this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(0,0,900,1015.9);
- (lib.元件25副本2 = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // 图层 1
- this.instance = new lib.元件24();
- this.instance.setTransform(0,10);
- this.timeline.addTween(cjs.Tween.get(this.instance).wait(1).to({x:20.7},0).wait(1).to({x:39.8},0).wait(1).to({x:57.4},0).wait(1).to({x:73.5},0).wait(1).to({x:88},0).wait(1).to({x:101},0).wait(1).to({x:112.5},0).wait(1).to({x:122.4},0).wait(1).to({x:130.9},0).wait(1).to({x:137.8},0).wait(1).to({x:143.1},0).wait(1).to({x:146.9},0).wait(1).to({x:149.2},0).wait(1).to({x:150},0).wait(26));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(-48,-37.5,96,95);
- (lib.元件25副本 = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // 图层 1
- this.instance = new lib.元件24();
- this.instance.setTransform(0,10);
- this.timeline.addTween(cjs.Tween.get(this.instance).wait(1).to({x:-17.9},0).wait(1).to({x:-34.5},0).wait(1).to({x:-49.7},0).wait(1).to({x:-63.7},0).wait(1).to({x:-76.3},0).wait(1).to({x:-87.6},0).wait(1).to({x:-97.5},0).wait(1).to({x:-106.1},0).wait(1).to({x:-113.4},0).wait(1).to({x:-119.4},0).wait(1).to({x:-124},0).wait(1).to({x:-127.3},0).wait(1).to({x:-129.3},0).wait(1).to({x:-130},0).wait(26));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(-48,-37.5,96,95);
- (lib.元件10 = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // timeline functions:
- this.frame_24 = function() {
- this.parent.gotoAndStop(0);
- }
- // actions tween:
- this.timeline.addTween(cjs.Tween.get(this).wait(24).call(this.frame_24).wait(1));
- // 图层 3
- this.instance = new lib.ball1();
- this.instance.setTransform(66.6,225.6);
- this.instance_1 = new lib.ball3();
- this.instance_1.setTransform(69.7,38.6);
- this.instance_2 = new lib.ball5();
- this.instance_2.setTransform(66.6,0.6);
- this.instance_3 = new lib.ball7();
- this.instance_3.setTransform(66.6,45.3);
- this.instance_4 = new lib.ball9();
- this.instance_4.setTransform(66.6,79.8);
- this.instance_5 = new lib.ball11();
- this.instance_5.setTransform(66.6,116.9);
- this.instance_6 = new lib.ball13();
- this.instance_6.setTransform(66.6,159);
- this.instance_7 = new lib.ball15();
- this.instance_7.setTransform(66.6,203.7);
- this.instance_8 = new lib.ball17();
- this.instance_8.setTransform(49.7,236.9);
- this.instance_9 = new lib.ball19();
- this.instance_9.setTransform(57.1,168.2);
- this.instance_10 = new lib.ball21();
- this.instance_10.setTransform(61.2,185.3);
- this.instance_11 = new lib.ball23();
- this.instance_11.setTransform(65.3,220.6);
- this.instance_12 = new lib.ball25();
- this.instance_12.setTransform(66.6,225.6);
- this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance}]}).to({state:[{t:this.instance_1}]},2).to({state:[{t:this.instance_2}]},2).to({state:[{t:this.instance_3}]},2).to({state:[{t:this.instance_4}]},2).to({state:[{t:this.instance_5}]},2).to({state:[{t:this.instance_6}]},2).to({state:[{t:this.instance_7}]},2).to({state:[{t:this.instance_8}]},2).to({state:[{t:this.instance_9}]},2).to({state:[{t:this.instance_10}]},2).to({state:[{t:this.instance_11}]},2).to({state:[{t:this.instance_12}]},2).wait(1));
- // 图层 4
- this.instance_13 = new lib.元件3();
- this.instance_13.setTransform(152,362.2,0.972,0.972,0,0,0,94.7,37);
- this.instance_13.filters = [new cjs.BlurFilter(20, 20, 1)];
- this.instance_13.cache(8,2,174,70);
- this.timeline.addTween(cjs.Tween.get(this.instance_13).to({regY:36.9,scaleX:0.77,scaleY:0.68,y:362.1,alpha:0.5},4,cjs.Ease.get(1)).to({regY:37,scaleX:0.97,scaleY:0.97,y:362.2,alpha:1},10,cjs.Ease.get(-0.5)).to({scaleX:1.1},2,cjs.Ease.get(1)).to({scaleX:0.85,scaleY:0.79,alpha:0.699},3,cjs.Ease.get(1)).to({scaleX:0.97,scaleY:0.97,alpha:1},5,cjs.Ease.get(1)).wait(1));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(49.1,225.6,213,197.3);
- (lib.SharePanel = function() {
- this.initialize();
- // 图层 1
- this.back_mc = new lib.元件77();
- this.back_mc.setTransform(322,934.7);
- new cjs.ButtonHelper(this.back_mc, 0, 1, 2, false, new lib.元件77(), 3);
- this.instance_1 = new lib.元件76();
- this.instance_1.setTransform(323.5,348);
- this.addChild(this.instance_1,this.back_mc);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(32,60,576,929.2);
- (lib.EndPanel = function() {
- this.initialize();
- // 图层 3
- this.name_txt = new cjs.Text("Quanchen", "40px 'FZCuYuan-M03S'", "#FFE934");
- this.name_txt.name = "name_txt";
- this.name_txt.textAlign = "center";
- this.name_txt.lineHeight = 42;
- this.name_txt.lineWidth = 228;
- this.name_txt.setTransform(476.1,431.2);
- this.text = new cjs.Text("米!! ", "45px 'FZCuYuan-M03S'", "#FFFFFF");
- this.text.textAlign = "center";
- this.text.lineHeight = 47;
- this.text.lineWidth = 79;
- this.text.setTransform(538.6,493.2);
- this.text_1 = new cjs.Text("滚蛋了 ", "45px 'FZCuYuan-M03S'", "#FFFFFF");
- this.text_1.lineHeight = 47;
- this.text_1.lineWidth = 138;
- this.text_1.setTransform(60.1,493.2);
- this.score_txt = new cjs.Text("0", "60px 'FZCuYuan-M03S'", "#FFE934");
- this.score_txt.name = "score_txt";
- this.score_txt.textAlign = "center";
- this.score_txt.lineHeight = 62;
- this.score_txt.lineWidth = 252;
- this.score_txt.setTransform(346.8,485.2);
- this.text_2 = new cjs.Text("恭喜你! 成功让 ", "45px 'FZCuYuan-M03S'", "#FFFFFF");
- this.text_2.lineHeight = 47;
- this.text_2.lineWidth = 421;
- this.text_2.setTransform(62.1,428.2);
- // 图层 1
- this.more_mc = new lib.元件7();
- this.more_mc.setTransform(321,763.6);
- new cjs.ButtonHelper(this.more_mc, 0, 1, 2, false, new lib.元件7(), 3);
- this.share_mc = new lib.元件6();
- this.share_mc.setTransform(463,654.6);
- new cjs.ButtonHelper(this.share_mc, 0, 1, 2, false, new lib.元件6(), 3);
- this.replay_mc = new lib.元件5();
- this.replay_mc.setTransform(178,654.6);
- new cjs.ButtonHelper(this.replay_mc, 0, 1, 2, false, new lib.元件5(), 3);
- this.instance = new lib.元件4();
- this.instance.setTransform(321,333);
- this.instance_1 = new lib.Q3333();
- this.instance_1.setTransform(174,904.2);
- this.addChild(this.instance_1,this.instance,this.replay_mc,this.share_mc,this.more_mc,this.text_2,this.score_txt,this.text_1,this.text,this.name_txt);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(36,68,570,896.2);
- (lib.RulePanel = function() {
- this.initialize();
- // 图层 1
- this.instance = new lib.元件2();
- this.instance.setTransform(319.5,354.3);
- this.start_mc = new lib.元件1副本();
- this.start_mc.setTransform(319.5,726.8);
- new cjs.ButtonHelper(this.start_mc, 0, 1, 2, false, new lib.元件1副本(), 3);
- this.instance_1 = new lib.Q3();
- this.instance_1.setTransform(179.1,902.6);
- this.addChild(this.instance_1,this.start_mc,this.instance);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(52,60,535,902.6);
- (lib.元件26_1 = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // timeline functions:
- this.frame_0 = function() {
- this.stop();
- }
- // actions tween:
- this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(3));
- // X
- this.instance_1 = new lib.元件27();
- this.instance_1.setTransform(51.1,274.2);
- this.instance_2 = new lib.元件22();
- this.instance_2.setTransform(207.1,125.2,1,1,0,0,180);
- this.instance_3 = new lib.元件22();
- this.instance_3.setTransform(-105,125.2);
- this.instance_4 = new lib.元件26();
- this.instance_4.setTransform(51,274.2);
- this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_3},{t:this.instance_2,p:{skewX:0,skewY:180,x:207.1,y:125.2}},{t:this.instance_1}]}).to({state:[{t:this.instance_2,p:{skewX:-90,skewY:90,x:59.1,y:9.1}},{t:this.instance_4}]},2).wait(1));
- // 图层 1
- this.instance_5 = new lib.元件25副本();
- this.instance_5.setTransform(48,37.5);
- this.instance_6 = new lib.元件25副本2();
- this.instance_6.setTransform(48,37.5);
- this.instance_7 = new lib.元件25();
- this.instance_7.setTransform(48,37.5);
- this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_5}]}).to({state:[{t:this.instance_6}]},1).to({state:[{t:this.instance_7}]},1).wait(1));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(-235,0,572.1,311.7);
- (lib.Teach = function() {
- this.initialize();
- // hand_mc
- this._mc = new lib.元件26_1();
- this._mc.setTransform(313.7,724.3,1,1,0,0,0,48,47.5);
- // 图层 4
- this.instance_1 = new lib.元件28();
- this.instance_1.setTransform(217.1,366.1,1,1,0,0,0,217.1,366.1);
- this.addChild(this.instance_1,this._mc);
- }).prototype = p = new cjs.Container();
- p.nominalBounds = new cjs.Rectangle(-148,0,926,1136);
- (lib.Ball = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // timeline functions:
- this.frame_0 = function() {
- this.stop();
- }
- // actions tween:
- this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(4));
- // 正常滚动
- this.instance = new lib.元件9();
- this.instance.setTransform(-57,-240,1,1,0,0,0,83,72);
- this.timeline.addTween(cjs.Tween.get(this.instance).to({_off:true},1).wait(3));
- // 跳跃滚动
- this.instance_1 = new lib.元件10();
- this.instance_1.setTransform(-79,-272.5,1,1,0,0,0,60,43);
- this.instance_1._off = true;
- this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1).to({_off:false},0).to({_off:true},1).wait(2));
- // 加速滚动
- this.instance_2 = new lib.元件11();
- this.instance_2.setTransform(-88,-240.5,1,1,0,0,0,51,75);
- this.instance_2._off = true;
- this.timeline.addTween(cjs.Tween.get(this.instance_2).wait(2).to({_off:false},0).to({_off:true},1).wait(1));
- // 死亡
- this.instance_3 = new lib.元件12();
- this.instance_3.setTransform(-88,-252,1,1,0,0,0,51,59);
- this.instance_3._off = true;
- this.timeline.addTween(cjs.Tween.get(this.instance_3).wait(3).to({_off:false},0).wait(1));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(-77,-83.8,176,174);
- // stage content:
- (lib.main = function(mode,startPosition,loop) {
- this.initialize(mode,startPosition,loop,{});
- // timeline functions:
- this.frame_0 = function() {
- /* stop();
- */
- }
- this.frame_1 = function() {
- /* stop();
- */
- }
- this.frame_2 = function() {
- /* stop();
- */
- }
- this.frame_3 = function() {
- /* stop();
- */
- }
- this.frame_4 = function() {
- /* 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(1).call(this.frame_4).wait(2));
- }).prototype = p = new cjs.MovieClip();
- p.nominalBounds = new cjs.Rectangle(222,457,834.2,239.1);
- })(lib = lib||{}, images = images||{}, createjs = createjs||{});
- var lib, images, createjs;/* |xGv00|59796e7c3a85c38105d1343d4a874abc */
|