STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #198275 |
play |
skip this boring intro |
3 |
4 |
menu |
help |
#$%^& |
contact me |
mail me zyp00@mails.tsinghua.edu.cn |
qq 18139742 |
up |
down |
left |
right |
throw |
game over |
ActionScript [AS1/AS2]
Frame 1stop(); var q; this.v = 0.005; li = 0; i = 0; while (i < 6) { drw.attachMovie("line", "l" add _root.li, _root.li); l = drw["l" add _root.li]; _root.li++; l.a = ((Math.random() * Math.PI) / 3) + ((i * Math.PI) / 3); l.l = (Math.random() * 0.5) + 0.5; l._xscale = (l.l * Math.sin(l.a)) * 100; l._yscale = (Math.random() * 50) + 100; l.gotoAndPlay(i * 6); i++; } i = 0; while (i < 10) { drw.attachMovie("petal", "p" add _root.li, _root.li); p = drw["p" add _root.li]; _root.li++; p.a = ((Math.random() * Math.PI) / 5) + ((i * Math.PI) / 5); p.l = (Math.random() * 0.5) + 0.5; p._xscale = (p.l * Math.sin(p.a)) * 100; p._yscale = (Math.random() * 40) + 80; lit.attachMovie("light", "l" add _root.li, _root.li); q = lit["l" add _root.li]; _root.li++; q._y = (-50 * p._yscale) / 100; q._x = (204 * p._xscale) / 100; p.light = q; i++; } this.onEnterFrame = function () { this.perc = Math.ceil((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "% loaded"; if ((this._currentframe == 1) && (_root.getBytesLoaded() == _root.getBytesTotal())) { this.play(); } this.b = this.b + this.v; for (i in this.drw) { q = this.drw[i]; q._xscale = (q.l * Math.sin(q.a + this.b)) * 100; q.light._x = (204 * q._xscale) / 100; q.light._xscale = (Math.cos(q.a + this.b) * 15) + 85; q.light._yscale = (Math.cos(q.a + this.b) * 15) + 85; } };Frame 15stop();Instance of Symbol 237 MovieClip in Frame 137onClipEvent (load) { this.bird.gotoAndPlay(4); }Instance of Symbol 236 MovieClip in Frame 237onClipEvent (load) { gotoAndPlay (3); }Instance of Symbol 237 MovieClip "bird_env" in Frame 719onClipEvent (load) { this.bird.gotoAndPlay(26); }Instance of Symbol 237 MovieClip in Frame 789onClipEvent (load) { this.bird.gotoAndStop(2); }Frame 2360gotoAndPlay (2501);Frame 2501_root.bi = 0; _root.candy = undefined; _root.hero = _root.display.hero; _root.ball = _root.display.ball; _root.ball1 = _root.display.ball1; _root.ob = _root.display.ob; _root.ob_hit = _root.display.ob_hit; _root.button = _root.display.button; _root.map = _root.display.map; _root.map_noActive = _root.display.map_noActive; _root.alist = new Array(50); _root.alist[0] = _root.hero; var q = 1;Instance of Symbol 601 MovieClip in Frame 2501onClipEvent (load) { function obActive() { for (i in _root.map) { if (_root.map[i].ahit != undefined) { if (_root.map[i].ahit.hitTest(_root.hero.body)) { _root.map[i].gotoAndStop("appear"); } else { _root.map[i].gotoAndStop("stop"); } } } i = 0; while ((i < _root.alist.length) && (_root.alist[i] != undefined)) { if (_root.alist[i].ehit.hitTest(_root.hero.body)) { _root.alist[i].ehit.removeMovieClip(); _root.alist[i].onEnterFrame = _root.alist[i].fun; } i++; } if (((_root.map._currentframe == 1) && (!_root.display.s1.hitTest(_root.hero.pp.x, _root.hero.pp.y, true))) && (_root.display.s2.hitTest(_root.hero.pp.x, _root.hero.pp.y, true))) { clearCharacter(_root.display.s1); _root.map.play(); } if (((_root.map._currentframe == 2) && (!_root.display.s2.hitTest(_root.hero.pp.x, _root.hero.pp.y, true))) && (_root.display.s3.hitTest(_root.hero.pp.x, _root.hero.pp.y, true))) { clearCharacter(_root.display.s2); _root.map.play(); } } function clearCharacter(ob) { i = 1; while ((i < _root.alist.length) && (_root.alist[i] != undefined)) { p0.x = _root.alist[i]._x; p0.y = _root.alist[i]._y; _root.alist[i]._parent.localToGlobal(p0); if (ob.hitTest(p0.x, p0.y, true)) { trace("ok"); _root.alist[i].onEnterFrame = undefined; _root.alist[i].gotoAndStop("stop"); _root.alist.splice(i, 1); i--; } i++; } } mving = true; tx = 0; ty = 0; p0 = new Object(); p0.x = 0; p0.y = 0; setInterval(obActive, 500); } onClipEvent (enterFrame) { _root.hero.ay = 0; _root.hero.ax = 0; if (!_root.hero.accelerate) { _root.hero.accelerate = true; } else { if (Key.isDown(38)) { _root.hero.ay = -1; } if (Key.isDown(40)) { _root.hero.ay = 1; } if (Key.isDown(37)) { _root.hero.ax = -1; } if (Key.isDown(39)) { _root.hero.ax = 1; } if (Key.isDown(49)) { _root.hero.changeW(1); } if (Key.isDown(50)) { _root.hero.changeW(2); } if (Key.isDown(192)) { _root.hero.changeW(0); } } } onClipEvent (enterFrame) { } onClipEvent (mouseDown) { if (_root.hero.fire == 0) { _root.hero.fire = 1; } } onClipEvent (mouseUp) { _root.hero.fire = 3; }Frame 2609stop();Frame 2620gotoAndPlay (2626);Frame 2625stop();Frame 2626function shock() { this._y = (Math.random() * 10) - 5; }Frame 2684this.onEnterFrame = shock;Frame 2720this.onEnterFrame = undefined;Frame 2852this.onEnterFrame = shock;Frame 2882this.onEnterFrame = undefined;Frame 2916Frame 3022stop();Symbol 13 MovieClip [flake] Frame 29this.removeMovieClip();Symbol 15 MovieClip [bomb_button] Frame 1if (this.hitTest(_root.hero.body)) { father.gotoAndPlay("explode"); this.removeMovieClip(); }Symbol 15 MovieClip [bomb_button] Frame 2gotoAndPlay (1);Symbol 46 MovieClip [hammer_ob_hit] Frame 1stop();Symbol 46 MovieClip [hammer_ob_hit] Frame 30gotoAndStop (1); this._rotation = this._rotation + 90;Symbol 78 MovieClip [hammer_ob] Frame 1stop();Symbol 78 MovieClip [hammer_ob] Frame 6this.onEnterFrame = function () { var i; var q; var l; i = 0; while (i < _root.alist.length) { q = _root.alist[i]; if (this.hitTest(q)) { q.vx = (q.hitA[_root.bi % 12].x * q.vmax) / q.r; q.vy = (q.hitA[_root.bi % 12].y * q.vmax) / q.r; q.k = 1.5; if (i > 0) { q.onEnterFrame = q.dy_fun; q.gotoAndPlay("dying"); } else { q.beat = true; } } i++; } };Symbol 78 MovieClip [hammer_ob] Frame 21this.onEnterFrame = undefined;Symbol 78 MovieClip [hammer_ob] Frame 30gotoAndStop (1); this._rotation = this._rotation + 90;Symbol 82 MovieClip [tail] Frame 14this.removeMovieClip();Symbol 84 MovieClip [door_hit] Frame 1this.onEnterFrame = function () { if (this.hitTest(_root.hero.pp.x, _root.hero.pp.y, true)) { this._rotation = this._rotation + 5; this.map._rotation = this._rotation; this.ob._rotation = this._rotation; this.ob_hit._rotation = this._rotation; } else if (this._rotation < (this.orR + 10)) { this._rotation = this._rotation + ((this.orR - this._rotation) * 0.95); this.map._rotation = this._rotation; this.ob._rotation = this._rotation; this.ob_hit._rotation = this._rotation; } else { this._rotation = this._rotation - 1; this.map._rotation = this._rotation; this.ob._rotation = this._rotation; this.ob_hit._rotation = this._rotation; } };Symbol 90 MovieClip [bubble_hit] Frame 1if (this.hitTest(_root.hero.body)) { _root.hero.vx = _root.hero.vx * 0.95; _root.hero.vy = _root.hero.vy - 2; }Symbol 90 MovieClip [bubble_hit] Frame 3gotoAndPlay (1);Symbol 91 MovieClip [key_ob] Frame 2if (this.hitTest(_root.hero.body)) { _root.hero.key++; _root.map["door" add _root.hero.key].play(); this.father.gotoAndPlay("invisible"); this.removeMovieClip(); }Symbol 91 MovieClip [key_ob] Frame 4gotoAndPlay (1);Symbol 93 MovieClip [gun_hit] Frame 1this.onEnterFrame = function () { this._rotation = father._rotation; this._x = father._parent._x; this._y = father._parent._y; if (this._currentframe == 3) { father._parent.blt--; i = 0; while (i < _root.alist.length) { if ((_root.alist[i] != _root.hero) && (this.hitTest(_root.alist[i].pp.x, _root.alist[i].pp.y, true))) { _root.alist[i].vx = _root.alist[i].vx + (_root.alist[i].vmax * Math.cos((this._rotation * Math.PI) / 180)); _root.alist[i].vy = _root.alist[i].vy + (_root.alist[i].vmax * Math.sin((this._rotation * Math.PI) / 180)); _root.alist[i].k = 2; } i++; } if (father._parent.blt == 0) { father._parent.fire = 3; } } };Symbol 93 MovieClip [gun_hit] Frame 6gotoAndPlay (2);Symbol 98 MovieClip [candy_throw] Frame 1this.onEnterFrame = function () { this._x = this._x + this.vx; this._y = this._y + this.vy; };Symbol 98 MovieClip [candy_throw] Frame 50father.candy_clip = false; this.removeMovieClip();Symbol 99 MovieClip [wings_hit] Frame 1if (this.hitTest(_root.hero.body)) { father.gotoAndPlay("eatIt"); }Symbol 99 MovieClip [wings_hit] Frame 5gotoAndPlay (1);Symbol 100 MovieClip [candy_hit] Frame 2if (this.hitTest(_root.hero.body)) { trace("enn"); father.gotoAndPlay("eatIt"); }Symbol 100 MovieClip [candy_hit] Frame 4gotoAndPlay (1);Symbol 106 MovieClip [stars] Frame 1this._rotation = (_root.bi % 10) * 36;Symbol 106 MovieClip [stars] Frame 24this.removeMovieClip();Symbol 112 MovieClip Frame 1gotoAndPlay(Math.floor(Math.random() * 20));Symbol 112 MovieClip Frame 21gotoAndPlay (2);Symbol 113 MovieClip [rush] Frame 20removeMovieClip("");Symbol 115 MovieClip [button] Frame 1if (this.hitTest(_root.hero.body)) { fatherHammer.play(); fatherGr.play(); fatherHammer_hit.play(); }Symbol 115 MovieClip [button] Frame 3gotoAndPlay (1);Symbol 119 MovieClip [transfer1_hit] Frame 1if (this.hitTest(_root.hero.pp.x, _root.hero.pp.y, true)) { father.gotoAndPlay("transfer"); }Symbol 119 MovieClip [transfer1_hit] Frame 3gotoAndPlay (1);Symbol 123 MovieClip [bubble] Frame 21this.removeMovieClip();Symbol 125 MovieClip Frame 1this.vy = 2; pp = new Object(); pp.x = 0; pp.y = 0; this.gotoAndPlay(Math.ceil(Math.random() * 5)); this.onEnterFrame = function () { this._y = this._y + this.vy; };Symbol 125 MovieClip Frame 2_parent.attachMovie("flake", "f" add _root.li, _root.li); pp.x = this._x; pp.y = this._y; _parent.localToGlobal(pp); _parent.globalToLocal(pp); _parent["f" add _root.li]._x = pp.x; _parent["f" add _root.li]._y = pp.y; _parent["f" add _root.li]._rotation = Math.random() * 360; _root.li++;Symbol 125 MovieClip Frame 5gotoAndPlay (2);Symbol 126 MovieClip Frame 10if (Math.random() < 0.9) { gotoAndPlay (1); }Symbol 136 Buttonon (release) { _root.onEnterFrame = undefined; play(); }Symbol 143 MovieClip Frame 30gotoAndPlay (1);Symbol 146 Buttonon (release) { gotoAndPlay (2501); }Symbol 236 MovieClip Frame 1stop(); this.onEnterFrame = function () { this.i++; this._y = Math.sin((((this.i % 13) * Math.PI) * 2) / 13) * 5; }; trace(1);Symbol 236 MovieClip Frame 2stop(); this.i = 2; this.onEnterFrame = function () { this.i++; this._y = Math.sin((((this.i % 13) * Math.PI) * 2) / 13) * 5; };Symbol 236 MovieClip Frame 3stop(); this.onEnterFrame = undefined;Symbol 236 MovieClip Frame 4stop(); this.i = 2; this.onEnterFrame = function () { this.i++; this._y = Math.sin((((this.i % 13) * Math.PI) * 2) / 13) * 5; };Symbol 236 MovieClip Frame 5stop(); this.onEnterFrame = undefined;Symbol 236 MovieClip Frame 26play();Symbol 236 MovieClip Frame 31gotoAndPlay (1);Symbol 236 MovieClip Frame 32stop(); this.onEnterFrame = undefined;Symbol 236 MovieClip Frame 37stop();Symbol 446 MovieClip Frame 7gotoAndPlay (1);Symbol 466 MovieClip Frame 20gotoAndPlay (1);Symbol 472 MovieClip Frame 1this.onEnterFrame = function () { if (_currentframe > _parent.pstn) { prevFrame(); } if (_currentframe < _parent.pstn) { nextFrame(); } };Symbol 488 MovieClip Frame 1this.onEnterFrame = function () { if (_currentframe > _parent.pstn) { prevFrame(); } if (_currentframe < _parent.pstn) { nextFrame(); } };Symbol 491 MovieClip Frame 1this.onEnterFrame = function () { if (_currentframe > _parent.pstn) { prevFrame(); } if (_currentframe < _parent.pstn) { nextFrame(); } };Symbol 510 MovieClip Frame 1stop(); trace("stop"); _root.ob.attachMovie("door_ob", "do" add _root.bi, _root.bi); _root.ob["do" add _root.bi]._x = this._x + this.hit._x; _root.ob["do" add _root.bi]._y = this._y + this.hit._y; _root.bi++; this.ob = _root.ob["do" add (_root.bi - 1)]; this.ob._rotation = this._rotation; _root.ob_hit.attachMovie("door_ob_hit", "doh" add _root.bi, _root.bi); _root.ob_hit["doh" add _root.bi]._x = this._x + this.hit._x; _root.ob_hit["doh" add _root.bi]._y = this._y + this.hit._y; _root.bi++; this.ob_hit = _root.ob_hit["doh" add (_root.bi - 1)]; this.ob_hit._rotation = this._rotation; this.onUnload = function () { if (this.hit != undefined) { this.hit.removeMovieClip(); } if (this.ob != undefined) { this.ob.removeMovieClip(); } if (this.ob_hit != undefined) { this.ob_hit.removeMovieClip(); } };Symbol 510 MovieClip Frame 2trace("door play"); _root.button.attachMovie("door_hit", "d" add _root.bi, _root.bi); _root.button["d" add _root.bi]._x = this._x + this.hit._x; _root.button["d" add _root.bi]._y = this._y + this.hit._y; _root.button["d" add _root.bi].map = this; _root.button["d" add _root.bi].ob = this.ob; _root.button["d" add _root.bi].ob_hit = this.ob_hit; _root.button["d" add _root.bi].orR = this._rotation; _root.button["d" add _root.bi]._rotation = this._rotation; _root.bi++; this.hit = _root.button["d" add (_root.bi - 1)];Instance of Symbol 507 MovieClip "ahit" in Symbol 510 MovieClip Frame 2onClipEvent (load) { _visible = false; }Symbol 510 MovieClip Frame 3stop(); this.fun = this.hit.onEnterFrame; this.hit.onEnterFrame = undefined; trace("disa");Symbol 510 MovieClip Frame 4stop(); if (this.fun != undefined) { this.hit.onEnterFrame = this.fun; } trace("app");Symbol 514 MovieClip Frame 1stop();Symbol 514 MovieClip Frame 6_root.hero.wing._visible = true; _root.hero.vmax = _root.hero.r * 0.5; myColor = new Color(_root.hero); clr = new Object(); clr = {ra:0, rb:255, ga:0, gb:255, ba:0, bb:255, aa:100, ab:0}; myColor.setTransform(clr); this.onEnterFrame = function () { clr.ra = clr.ra + 5; clr.rb = clr.rb - 12.7; clr.ga = clr.ga + 5; clr.gb = clr.gb - 12.7; clr.ba = clr.ba + 5; clr.bb = clr.bb - 12.7; myColor.setTransform(clr); };Symbol 514 MovieClip Frame 25stop(); this.onEnterFrame = undefined;Symbol 515 MovieClip Frame 1_root.button.attachMovie("wings_hit", "c" add _root.bi, _root.bi); this.hit = _root.button["c" add _root.bi]; _root.bi++; this.hit._x = this._x; this.hit._y = this._y; this.hit.father = this; this.onUnload = function () { if (this.hit != undefined) { this.hit.removeMovieClip(); } };Symbol 515 MovieClip Frame 2stop(); this.hit.stop();Symbol 515 MovieClip Frame 3stop(); this.hit.play();Symbol 515 MovieClip Frame 4stop(); this.candy.gotoAndPlay("eatIt"); this.hit.removeMovieClip();Symbol 519 MovieClip Frame 1stop();Symbol 519 MovieClip Frame 6Symbol 519 MovieClip Frame 21Symbol 519 MovieClip Frame 30gotoAndStop (1); this._rotation = this._rotation + 90;Symbol 522 MovieClip Frame 1_root.button.attachMovie("button", "b" add _root.bi, _root.bi); _root.button["b" add _root.bi]._x = this._x + this.sign._x; _root.button["b" add _root.bi]._y = this._y + this.sign._y; _root.button["b" add _root.bi].fatherGr = this.hammer; this.hit = _root.button["b" add _root.bi]; _root.bi++; _root.ob.attachMovie("hammer_ob", "h" add _root.bi, _root.bi); this.ob = _root.ob["h" add _root.bi]; _root.bi++; this.ob._x = this._x; this.ob._y = this._y; this.ob._rotation = this.hammer._rotation; _root.button["b" add (_root.bi - 2)].fatherHammer = this.ob; _root.ob_hit.attachMovie("hammer_ob_hit", "oh" add _root.bi, _root.bi); this.ob_hit = _root.ob_hit["oh" add _root.bi]; _root.bi++; this.ob_hit._rotation = this.hammer._rotation; this.ob_hit._x = this._x; this.ob_hit._y = this._y; this.hit.fatherHammer_hit = this.ob_hit; this.onUnload = function () { trace(this.ob); trace(this.hit); trace(this); if (this.hit != undefined) { trace("kao"); this.hit.removeMovieClip(); } if (this.ob != undefined) { this.ob.removeMovieClip(); } if (this.ob_hit != undefined) { this.ob_hit.removeMovieClip(); } };Symbol 522 MovieClip Frame 2stop(); this.hit.stop();Symbol 522 MovieClip Frame 3stop(); this.hit.play();Symbol 525 MovieClip Frame 40gotoAndPlay (1);Symbol 525 MovieClip Frame 66stop(); _parent._visible = false;Symbol 526 MovieClip Frame 1_root.button.attachMovie("candy_hit", "c" add _root.bi, _root.bi); this.hit = _root.button["c" add _root.bi]; _root.bi++; this.hit._x = this._x; this.hit._y = this._y; this.hit.father = this; this.onUnload = function () { if (this.hit != undefined) { this.hit.removeMovieClip(); } };Symbol 526 MovieClip Frame 2stop(); this.hit.stop();Symbol 526 MovieClip Frame 3stop(); this.hit.play();Symbol 526 MovieClip Frame 4stop(); this.candy.gotoAndPlay("eatIt"); _root.hero.candy++; this.hit.removeMovieClip();Symbol 535 MovieClip Frame 1_root.button.attachMovie("key_ob", "ko" add _root.bi, _root.bi); _root.button["ko" add _root.bi]._x = this._x; _root.button["ko" add _root.bi]._y = this._y; _root.button["ko" add _root.bi].father = this; this.ko = _root.button["ko" add _root.bi]; _root.bi++; this.onUnload = function () { if (this.ko != undefined) { this.ko.removeMovieClip(); } };Instance of Symbol 507 MovieClip "ahit" in Symbol 535 MovieClip Frame 1onClipEvent (load) { _visible = false; }Symbol 535 MovieClip Frame 2stop(); this.fun = this.ko.onEnterFrame; this.ko.onEnterFrame = undefined; this.ko.stop();Symbol 535 MovieClip Frame 3stop(); this.ko.onEnterFrame = this.fun; this.ko.play();Symbol 535 MovieClip Frame 23stop();Symbol 537 MovieClip Frame 2this.shut = false;Symbol 537 MovieClip Frame 53if (!this.shut) { gotoAndPlay (2); }Symbol 537 MovieClip Frame 54stop();Symbol 538 MovieClip Frame 1_root.button.attachMovie("bubble_hit", "b" add _root.bi, _root.bi); _root.button["b" add _root.bi]._x = this._x; _root.button["b" add _root.bi]._y = this._y; this.hit = _root.button["b" add _root.bi]; _root.bi++; this.onUnload = function () { if (this.hit != undefined) { this.hit.removeMovieClip(); } };Instance of Symbol 537 MovieClip "sound" in Symbol 538 MovieClip Frame 1onClipEvent (load) { this.gotoAndPlay("stop"); }Symbol 538 MovieClip Frame 2stop(); this.hit.stop(); this.sound.shut = true;Symbol 538 MovieClip Frame 3stop(); this.hit.play(); this.sound.gotoAndPlay("start");Symbol 539 MovieClip Frame 1_root.button.attachMovie("button", "b" add _root.bi, _root.bi); _root.button["b" add _root.bi]._x = this._x + this.sign._x; _root.button["b" add _root.bi]._y = this._y + this.sign._y; _root.button["b" add _root.bi].fatherGr = this.hammer; this.hit = _root.button["b" add _root.bi]; _root.bi++; _root.ob.attachMovie("hammer_ob", "h" add _root.bi, _root.bi); this.ob = _root.ob["h" add _root.bi]; _root.bi++; this.ob._x = this._x; this.ob._y = this._y; _root.button["b" add (_root.bi - 2)].fatherHammer = this.ob; _root.ob_hit.attachMovie("hammer_ob_hit", "oh" add _root.bi, _root.bi); this.ob_hit = _root.ob_hit["oh" add _root.bi]; _root.bi++; this.ob_hit._rotation = this.hammer._rotation; this.ob_hit._x = this._x; this.ob_hit._y = this._y; this.hit.fatherHammer_hit = this.ob_hit; this.onUnload = function () { if (this.hit != undefined) { this.hit.removeMovieClip(); } if (this.ob != undefined) { this.ob.removeMovieClip(); } if (this.ob_hit != undefined) { this.ob_hit.removeMovieClip(); } };Symbol 539 MovieClip Frame 2stop(); this.hit.stop();Symbol 539 MovieClip Frame 3stop(); this.hit.play();Symbol 540 MovieClip Frame 1_root.button.attachMovie("button", "b" add _root.bi, _root.bi); _root.button["b" add _root.bi]._x = this._x + this.sign._x; _root.button["b" add _root.bi]._y = this._y + this.sign._y; _root.button["b" add _root.bi].fatherGr = this.hammer; this.hit = _root.button["b" add _root.bi]; _root.bi++; _root.ob.attachMovie("hammer_ob", "h" add _root.bi, _root.bi); this.ob = _root.ob["h" add _root.bi]; _root.bi++; this.ob._x = this._x; this.ob._y = this._y; _root.button["b" add (_root.bi - 2)].fatherHammer = this.ob; _root.ob_hit.attachMovie("hammer_ob_hit", "oh" add _root.bi, _root.bi); this.ob_hit = _root.ob_hit["oh" add _root.bi]; _root.bi++; this.ob_hit._rotation = this.hammer._rotation; this.ob_hit._x = this._x; this.ob_hit._y = this._y; this.hit.fatherHammer_hit = this.ob_hit; this.onUnload = function () { if (this.hit != undefined) { this.hit.removeMovieClip(); } if (this.ob != undefined) { this.ob.removeMovieClip(); } if (this.ob_hit != undefined) { this.ob_hit.removeMovieClip(); } };Symbol 540 MovieClip Frame 2stop(); this.hit.stop();Symbol 540 MovieClip Frame 3stop(); this.hit.play();Symbol 545 MovieClip Frame 20gotoAndPlay (1);Symbol 545 MovieClip Frame 51stop();Symbol 546 MovieClip Frame 1_root.button.attachMovie("candy_hit", "c" add _root.bi, _root.bi); this.hit = _root.button["c" add _root.bi]; _root.bi++; this.hit._x = this._x; this.hit._y = this._y; this.hit.father = this; this.onUnload = function () { if (this.hit != undefined) { this.hit.removeMovieClip(); } };Symbol 546 MovieClip Frame 2stop(); this.hit.stop();Symbol 546 MovieClip Frame 3stop(); this.hit.play();Symbol 546 MovieClip Frame 4stop(); this.candy.gotoAndPlay("eatIt"); _root.hero.life++; this.hit.removeMovieClip();Symbol 550 MovieClip Frame 1_root.button.attachMovie("transfer1_hit", "t" add _root.bi, _root.bi); this.hit1 = _root.button["t" add _root.bi]; _root.bi++; _root.button.attachMovie("transfer2_hit", "t" add _root.bi, _root.bi); this.hit2 = _root.button["t" add _root.bi]; _root.bi++; this.hit1._x = this._x + this.t1._x; this.hit1._y = this._y + this.t1._y; this.hit2._x = this._x + this.t2._x; this.hit2._y = this._y + this.t2._y; this.hit2.father = this; this.hit1.father = this; this.onUnload = function () { if (this.hit1 != undefined) { this.hit1.removeMovieClip(); } if (this.hit2 != undefined) { this.hit2.removeMovieClip(); } };Symbol 550 MovieClip Frame 2stop(); this.hit1.stop();Symbol 550 MovieClip Frame 3stop(); this.hit1.play();Symbol 550 MovieClip Frame 4_root.hero.gotoAndPlay("transfer"); _root.hero.vx = 0; _root.hero.vy = 0; this.heroFun = _root.hero.onEnterFrame; _root.hero.onEnterFrame = undefined; this.hit1.stop();Symbol 550 MovieClip Frame 13_root.hero._x = this._x + this.t2._x; _root.hero._y = this._y + this.t2._y; _root.hero.vx = 0.1; _root.hero.vy = 0.1; _root.hero.onEnterFrame = this.heroFun; _root.hero.gotoAndPlay("endTransfer");Symbol 550 MovieClip Frame 14this.hit1.play(); gotoAndPlay (3);Symbol 551 MovieClip Frame 1_root.button.attachMovie("transfer1_hit", "t" add _root.bi, _root.bi); this.hit1 = _root.button["t" add _root.bi]; _root.bi++; this.hit1._x = this._x + this.t1._x; this.hit1._y = this._y + this.t1._y; this.hit1.father = this; this.onUnload = function () { if (this.hit1 != undefined) { this.hit1.removeMovieClip(); } };Symbol 551 MovieClip Frame 2stop(); this.hit1.stop();Symbol 551 MovieClip Frame 3stop(); this.hit1.play();Symbol 551 MovieClip Frame 4_root.gotoAndPlay("win");Symbol 551 MovieClip Frame 24_root.hero._x = this._x + this.t2._x; _root.hero._y = this._y + this.t2._y; _root.hero.vx = 0.1; _root.hero.vy = 0.1; _root.hero.onEnterFrame = this.heroFun; _root.hero.gotoAndPlay("endTransfer");Symbol 551 MovieClip Frame 25this.hit1.onEnterFrame = this.fun; gotoAndPlay (3);Symbol 552 MovieClip Frame 1_root.button.attachMovie("button", "b" add _root.bi, _root.bi); _root.button["b" add _root.bi]._x = this._x + this.sign._x; _root.button["b" add _root.bi]._y = this._y + this.sign._y; _root.button["b" add _root.bi].fatherGr = this.hammer; this.hit = _root.button["b" add _root.bi]; _root.bi++; _root.ob.attachMovie("hammer_ob", "h" add _root.bi, _root.bi); this.ob = _root.ob["h" add _root.bi]; _root.bi++; this.ob._x = this._x; this.ob._y = this._y; this.ob._rotation = this.hammer._rotation; _root.button["b" add (_root.bi - 2)].fatherHammer = this.ob; _root.ob_hit.attachMovie("hammer_ob_hit", "oh" add _root.bi, _root.bi); this.ob_hit = _root.ob_hit["oh" add _root.bi]; _root.bi++; this.ob_hit._rotation = this.hammer._rotation; this.ob_hit._x = this._x; this.ob_hit._y = this._y; this.hit.fatherHammer_hit = this.ob_hit; this.onUnload = function () { trace(this.ob); trace(this.hit); trace(this); if (this.hit != undefined) { trace("kao"); this.hit.removeMovieClip(); } if (this.ob != undefined) { this.ob.removeMovieClip(); } if (this.ob_hit != undefined) { this.ob_hit.removeMovieClip(); } };Symbol 552 MovieClip Frame 2stop(); this.hit.stop();Symbol 552 MovieClip Frame 3stop(); this.hit.play();Symbol 553 MovieClip Frame 1_root.button.attachMovie("button", "b" add _root.bi, _root.bi); _root.button["b" add _root.bi]._x = this._x + this.sign._x; _root.button["b" add _root.bi]._y = this._y + this.sign._y; _root.button["b" add _root.bi].fatherGr = this.hammer; this.hit = _root.button["b" add _root.bi]; _root.bi++; _root.ob.attachMovie("hammer_ob", "h" add _root.bi, _root.bi); this.ob = _root.ob["h" add _root.bi]; _root.bi++; this.ob._x = this._x; this.ob._y = this._y; this.ob._rotation = this.hammer._rotation; _root.button["b" add (_root.bi - 2)].fatherHammer = this.ob; _root.ob_hit.attachMovie("hammer_ob_hit", "oh" add _root.bi, _root.bi); this.ob_hit = _root.ob_hit["oh" add _root.bi]; _root.bi++; this.ob_hit._rotation = this.hammer._rotation; this.ob_hit._x = this._x; this.ob_hit._y = this._y; this.hit.fatherHammer_hit = this.ob_hit; this.onUnload = function () { trace(this.ob); trace(this.hit); trace(this); if (this.hit != undefined) { trace("kao"); this.hit.removeMovieClip(); } if (this.ob != undefined) { this.ob.removeMovieClip(); } if (this.ob_hit != undefined) { this.ob_hit.removeMovieClip(); } };Symbol 553 MovieClip Frame 2stop(); this.hit.stop();Symbol 553 MovieClip Frame 3stop(); this.hit.play();Symbol 554 MovieClip Frame 1stop();Symbol 554 MovieClip Frame 2stop();Symbol 554 MovieClip Frame 3stop();Symbol 561 MovieClip Frame 1this.onEnterFrame = function () { if (_currentframe > _parent.pstn) { prevFrame(); } if (_currentframe < _parent.pstn) { nextFrame(); } };Symbol 563 MovieClip Frame 1this.onEnterFrame = function () { if (_currentframe > _parent.pstn) { prevFrame(); } if (_currentframe < _parent.pstn) { nextFrame(); } };Symbol 565 MovieClip Frame 1this.onEnterFrame = function () { if (_currentframe > _parent.pstn) { prevFrame(); } if (_currentframe < _parent.pstn) { nextFrame(); } };Symbol 566 MovieClip Frame 1this.onEnterFrame = function () { if (_currentframe > _parent.pstn) { prevFrame(); } if (_currentframe < _parent.pstn) { nextFrame(); } };Symbol 577 MovieClip Frame 1_root.button.attachMovie("gun_hit", "g" add _root.bi, _root.bi); this.hit = _root.button["g" add _root.bi]; _root.bi++; this.hit._x = _parent._x; this.hit._y = _parent._y; this.hit.father = this; this.onEnterFrame = function () { this._rotation = (_parent.mouser * 180) / Math.PI; };Symbol 577 MovieClip Frame 2stop(); this.fun = this.hit.onEnterFrame; this.hit.onEnterFrame = undefined; this.hit._visible = false;Symbol 577 MovieClip Frame 3this.hit.onEnterFrame = undefined; this.hit._visible = false;Symbol 577 MovieClip Frame 21gotoAndPlay (3);Symbol 577 MovieClip Frame 22this.hit.onEnterFrame = this.fun; this.hit._visible = true;Symbol 577 MovieClip Frame 25gotoAndPlay (23);Symbol 580 MovieClip Frame 1stop();Symbol 582 MovieClip Frame 1stop();Symbol 582 MovieClip Frame 3gotoAndPlay (1);Symbol 582 MovieClip Frame 5gotoAndPlay (1);Symbol 585 MovieClip Frame 1function fun() { this.timer++; this.tail.gotoAndPlay(1); if ((timer % 4) == 0) { this.tail._x = this._x; this.tail._y = this._y; this.tail._visible = true; this.tail.duplicateMovieClip("t" add _root.bi, _root.bi); _root.bi++; this.tail._visible = false; } this.tail.stop(); this.vy = this.vy + this.gravity; k = ((k - 1) * 0.95) + 1; this.vx = this.vx + this.ax; if (this.ax == 0) { this.vx = this.vx * 0.97; } if (this.vx > this.vmax) { this.vx = this.vmax; } if (this.vx < (-this.vmax)) { this.vx = -this.vmax; } this.vy = this.vy + (this.ay + (Math.sin((timer / 6) * Math.PI) * 0.3)); if (this.ay == 0) { this.vy = this.vy * 0.97; } if (this.vy > this.vmax) { this.vy = this.vmax; } if (this.vy < (-this.vmax)) { this.vy = -this.vmax; } this._x = this._x + (this.vx * this.k); this._y = this._y + (this.vy * this.k); this.alp = this.testH(_root.ob); if (alp != undefined) { this.justCollision = true; this.accelerate = false; this.ax = 0; this.ay = 0; _root.map_noActive.attachMovie("stars", "s" add _root.bi, _root.bi); _root.map_noActive["s" add _root.bi]._x = this._x + (Math.cos(alp) * this.r); _root.map_noActive["s" add _root.bi]._y = this._y + (Math.sin(alp) * this.r); _root.bi++; this.ro = Math.atan2(vy, vx); this.x = ((alp * 2) - this.ro) - Math.PI; vx = (0.7 * vmax) * Math.cos(this.x); vy = (0.7 * vmax) * Math.sin(this.x); this._x = this._x + this.vx; this._y = this._y + this.vy; if (this.collisionN >= 4) { this._x = this._x - (Math.cos(alp) * this.r); this._y = this._y - (Math.sin(alp) * this.r); } } else { this.justCollision = false; } if (this.justCollision) { this.collisionN++; } else { this.collisionN = 0; } if (_root.ob.hitTest(this.pp.x, this.pp.y, true)) { this._y = this._y + (((_root.bi % 3) * this.r) - this.r); } if (this.weapon == 2) { this.mouser = Math.atan2(this._ymouse, this._xmouse); } if (this.weapon == 2) { if (this.fire == 1) { if (this.blt > 0) { this.gun.gotoAndPlay("fire"); this.fire = 2; } else { this.fire = 0; this.noBullet.play(); } } if (this.fire == 3) { this.fire = 0; this.gun.gotoAndPlay("normal"); } } if (this.weapon == 1) { if (this.fire == 1) { if (this.candy > 0) { if (!this.candy_clip) { this.fire = 2; _root.map.attachMovie("candy_throw", "c" add _root.bi, _root.bi); _root.map["c" add _root.bi]._x = this._x; _root.map["c" add _root.bi]._y = this._y; _root.map["c" add _root.bi].vx = (-this.vx) * 2; _root.map["c" add _root.bi].vy = (-this.vy) * 2; _root.map["c" add _root.bi].father = this; _root.candy = _root.map["c" add _root.bi]; this.candy_clip = true; _root.bi++; this.candy--; } } else { this.noBullet.play(); this.fire = 0; } } if (this.fire == 3) { this.fire = 0; } } this.pstn = Math.ceil(15 * ((vx / vmax) + 1)); if (this.pstn < 2) { this.pstn = 2; } var ll = Math.ceil(15 * (((-vy) / vmax) + 1)); if (ll < 2) { ll = 2; } if (ll > 30) { ll = 30; } if (_currentframe > ll) { prevFrame(); } if (_currentframe < ll) { nextFrame(); } if (this == _root.hero) { tx = (_root.hero.pp.x - 200) * 0.2; ty = (_root.hero.pp.y - 150) * 0.2; _root.display._x = _root.display._x - tx; _root.display._y = _root.display._y - ty; } if (this.beat && (!this.powerOverwhelming)) { this.sound.gotoAndPlay(4); this.life--; this.powerOverwhelming = true; this.powerN = 30; } this.beat = false; if (this.eaten && (!this.powerOverwhelming)) { this.sound.gotoAndPlay(2); this.life--; this.k = 2; this.vx = this.eator.vy; this.vy = this.eator.vx; this.powerOverwhelming = true; this.powerN = 20; } if (this.life < 0) { this.onEnterFrame = undefined; this.gotoAndPlay("dying"); trace("game over"); } this.eaten = false; if (this.powerOverwhelming) { this._visible = !this._visible; this.powerN--; if (this.powerN == 0) { this.powerOverwhelming = false; this._visible = true; } } } function testH(Obj) { pp.x = this._x; pp.y = this._y; _parent.localToGlobal(pp); if (_root.ob_hit.hitTest(pp.x, pp.y, true)) { var k = (Obj.hitTest(pp.x + hitA[0].x, pp.y + hitA[0].y, true) && (Obj.hitTest(pp.x + hitA[hitN - 1].x, pp.y + hitA[hitN - 1].y, true))); var minA = undefined; var maxA = undefined; i = 0; while (i < hitN) { if (Obj.hitTest(pp.x + hitA[i].x, pp.y + hitA[i].y, true) != k) { minA = ((i * Math.PI) * 2) / hitN; break; } i++; } if (minA == undefined) { return(undefined); } i = hitN - 1; while (i >= 0) { if (Obj.hitTest(pp.x + hitA[i].x, pp.y + hitA[i].y, true) != k) { maxA = ((i * Math.PI) * 2) / hitN; break; } i--; } if (maxA == undefined) { return(undefined); } if (k) { return(((minA + maxA) / 2) - Math.PI); } return((minA + maxA) / 2); } return(undefined); } function changeW(n) { if (n == 0) { this.gun._visible = false; } if (n == 1) { this.gun._visible = false; } if (n == 2) { this.gun._visible = true; } this.weapon = n; } function dy_fun() { this.vy = this.vy + this.gravity; k = ((k - 1) * 0.95) + 1; if (this.vx > this.vmax) { this.vx = this.vmax; } if (this.vx < (-this.vmax)) { this.vx = -this.vmax; } if (this.vy > this.vmax) { this.vy = this.vmax; } if (this.vy < (-this.vmax)) { this.vy = -this.vmax; } this._x = this._x + (this.vx * this.k); this._y = this._y + (this.vy * this.k); this.pstn = Math.ceil(15 * ((vx / vmax) + 1)); if (this.pstn < 2) { this.pstn = 2; } var ll = Math.ceil(15 * (((-vy) / vmax) + 1)); if (ll < 2) { ll = 2; } if (ll > 30) { ll = 30; } if (this.flare) { this._visible = !this._visible; } } stop(); this.collisionN = 0; this.justCollision = false; this.gun._visible = false; this.key = 0; this.life = 5; this.powerOverwhelming = false; this.powerN = 0; this.wing._visible = false; this.weapon = 1; this.fire = 0; this.eaten = false; this.beat = false; this.candy_clip = false; this.candy = 5; this.blt = 300; this.apl = 0; this.r = 16; this.hitN = 12; this.vmax = r * 0.38; this.vx = vmax * 0.01; this.vy = vmax * 0.02; this.gravity = 0; this.accelerate = true; this.k = 1; this.amax = 1; this.ax = 0; this.ay = 0; this.pstn = 15; this.drc = 0; this.x = 0; this.ro = 0; this.timer = 0; this.mouser = 0; this.jmp = false; this.pp = new Object(); this.pp.x = 0; this.pp.y = 0; this.hitA = new Array(hitN); i = 0; while (i < hitN) { hitA[i] = new Object(); hitA[i].x = Math.cos(((i * Math.PI) * 2) / hitN) * r; hitA[i].y = Math.sin(((i * Math.PI) * 2) / hitN) * r; i++; } _parent.attachMovie("tail", "t" add _root.bi, _root.bi); _parent["t" add _root.bi]._x = this._x; _parent["t" add _root.bi]._y = this._y; this.tail = _parent["t" add _root.bi]; _root.bi++; this.tail._visible = false; if (_root.fps == undefined) { _root.fps = 40; } this.onEnterFrame = fun;Symbol 585 MovieClip Frame 49gotoAndPlay (31);Symbol 585 MovieClip Frame 69stop();Symbol 585 MovieClip Frame 115_root.gotoAndPlay("gameOver");Symbol 586 MovieClip Frame 1function fun() { this.timer++; this.tail.gotoAndPlay(1); if ((timer % 4) == 0) { this.tail._x = this._x; this.tail._y = this._y; this.tail._visible = true; this.tail.duplicateMovieClip("t" add _root.bi, _root.bi); _root.bi++; this.tail._visible = false; } this.vy = this.vy + this.gravity; k = ((k - 1) * 0.95) + 1; if (_root.hero.candy_clip) { this.ax = _root.candy._x - this._x; this.ay = _root.candy._y - this._y; var l0 = Math.sqrt((ax * ax) + (ay * ay)); this.ax = this.ax * ((this.vmax / 8) / l0); this.ay = this.ay * ((this.vmax / 8) / l0); } else { this.ax = ((_root.hero._x - this._x) + ((_root.bi % 4) * 40)) - 80; this.ay = _root.hero._y - this._y; var l0 = Math.sqrt((ax * ax) + (ay * ay)); this.ax = this.ax * ((this.vmax / 8) / l0); this.ay = this.ay * ((this.vmax / 8) / l0); } this.vx = this.vx + this.ax; if (this.vx > this.vmax) { this.vx = this.vmax; } if (this.vx < (-this.vmax)) { this.vx = -this.vmax; } this.vy = this.vy + (this.ay + (Math.sin((timer / 6) * Math.PI) * 0.3)); if (this.vy > this.vmax) { this.vy = this.vmax; } if (this.vy < (-this.vmax)) { this.vy = -this.vmax; } this._x = this._x + (this.vx * this.k); this._y = this._y + (this.vy * this.k); this.alp = this.testH(_root.ob); if (alp != undefined) { this.justCollision = true; this.ro = Math.atan2(vy, vx); this.x = ((alp * 2) - this.ro) - Math.PI; vx = vmax * Math.cos(this.x); vy = vmax * Math.sin(this.x); this._x = this._x + this.vx; this._y = this._y + this.vy; if (this.collisionN >= 4) { this._x = this._x - (Math.cos(alp) * this.r); this._y = this._y - (Math.sin(alp) * this.r); } } else { this.justCollision = false; } if (this.justCollision) { this.collisionN++; } else { this.collisionN = 0; } if (_root.ob.hitTest(this.pp.x, this.pp.y, true)) { this._y = this._y + this.r; } this.pstn = Math.ceil(15 * ((vx / vmax) + 1)); if (this.pstn < 2) { this.pstn = 2; } var ll = Math.ceil(15 * (((-vy) / vmax) + 1)); if (ll < 2) { ll = 2; } if (ll > 30) { ll = 30; } if (_currentframe > ll) { prevFrame(); } if (_currentframe < ll) { nextFrame(); } if (this.body.hitTest(_root.hero.pp.x, _root.hero.pp.y, false)) { _root.hero.eaten = true; _root.hero.eator = this; } if (this.flare) { this._visible = !this._visible; } } function testH(Obj) { pp.x = this._x; pp.y = this._y; _parent.localToGlobal(pp); if (_root.ob_hit.hitTest(pp.x, pp.y, true)) { var k = (Obj.hitTest(pp.x + hitA[0].x, pp.y + hitA[0].y, true) && (Obj.hitTest(pp.x + hitA[hitN - 1].x, pp.y + hitA[hitN - 1].y, true))); var minA = undefined; var maxA = undefined; i = 0; while (i < hitN) { if (Obj.hitTest(pp.x + hitA[i].x, pp.y + hitA[i].y, true) != k) { minA = ((i * Math.PI) * 2) / hitN; break; } i++; } if (minA == undefined) { return(undefined); } i = hitN - 1; while (i >= 0) { if (Obj.hitTest(pp.x + hitA[i].x, pp.y + hitA[i].y, true) != k) { maxA = ((i * Math.PI) * 2) / hitN; break; } i--; } if (maxA == undefined) { return(undefined); } if (k) { return(((minA + maxA) / 2) - Math.PI); } return((minA + maxA) / 2); } } function dy_fun() { this.vy = this.vy + this.gravity; k = ((k - 1) * 0.95) + 1; if (this.vx > this.vmax) { this.vx = this.vmax; } if (this.vx < (-this.vmax)) { this.vx = -this.vmax; } if (this.vy > this.vmax) { this.vy = this.vmax; } if (this.vy < (-this.vmax)) { this.vy = -this.vmax; } this._x = this._x + (this.vx * this.k); this._y = this._y + (this.vy * this.k); this.pstn = Math.ceil(15 * ((vx / vmax) + 1)); if (this.pstn < 2) { this.pstn = 2; } var ll = Math.ceil(15 * (((-vy) / vmax) + 1)); if (ll < 2) { ll = 2; } if (ll > 30) { ll = 30; } if (this.flare) { this._visible = !this._visible; } } stop(); this.collisionN = 0; this.justCollision = false; this.life = 3; this.flare = false; this.apl = 0; this.r = 16; this.hitN = 12; this.vmax = r * 0.4; this.vx = vmax * 0.8; this.vy = vmax * 0.6; this.gravity = 0; this.k = 1; this.amax = 1; this.ax = 0; this.ay = 0; this.pstn = 15; this.drc = 0; this.x = 0; this.ro = 0; this.timer = 0; this.pp = new Object(); this.pp.x = _x; this.pp.y = _y; _parent.localToGlobal(this.pp); this.hitA = new Array(hitN); i = 0; while (i < hitN) { hitA[i] = new Object(); hitA[i].x = Math.cos(((i * Math.PI) * 2) / hitN) * r; hitA[i].y = Math.sin(((i * Math.PI) * 2) / hitN) * r; i++; } _parent.attachMovie("tail", "t" add _root.bi, _root.bi); _parent["t" add _root.bi]._x = this._x; _parent["t" add _root.bi]._y = this._y; this.tail = _parent["t" add _root.bi]; _root.bi++; this.tail._visible = false; _root.button.attachMovie("ehit", "e" add _root.bi, _root.bi); this.ehit = _root.button["e" add _root.bi]; _root.bi++; this.ehit._x = this._x; this.ehit._y = this._y; _root.alist[_root.q] = this; _root.q++;Symbol 586 MovieClip Frame 31this.flare = true; this.onEnterFrame = this.dy_fun; _parent.attachMovie("stars", "s" add _root.bi, _root.bi); _parent["s" add _root.bi]._x = this._x; _parent["s" add _root.bi]._y = this._y; _root.bi++;Symbol 586 MovieClip Frame 55i = 1; while ((i < _root.alist.length) && (_root.alist[i] != undefined)) { if (_root.alist[i] == this) { _root.alist.splice(i, 1); break; } i++; }Symbol 586 MovieClip Frame 56stop(); if (this.ehit != undefined) { this.ehit.removeMovieClip(); } this.onEnterFrame = undefined;Instance of Symbol 556 MovieClip "s1" in Symbol 589 MovieClip Frame 1onClipEvent (load) { this._visible = false; }Instance of Symbol 558 MovieClip "s2" in Symbol 589 MovieClip Frame 1onClipEvent (load) { this._visible = false; }Instance of Symbol 560 MovieClip "s3" in Symbol 589 MovieClip Frame 1onClipEvent (load) { this._visible = false; }Symbol 599 MovieClip Frame 1this.onEnterFrame = function () { this.lifeV = _root.hero.life; this.v_candy = _root.hero.candy; };Symbol 601 MovieClip Frame 1stop();Symbol 607 Buttonon (release) { play(); }Symbol 617 MovieClip Frame 30gotoAndPlay (1);Instance of Symbol 507 MovieClip "ahit" in Symbol 618 MovieClip Frame 1onClipEvent (load) { _visible = false; }Instance of Symbol 507 MovieClip "ahit" in Symbol 618 MovieClip Frame 11onClipEvent (load) { _visible = false; }Symbol 618 MovieClip Frame 25gotoAndPlay (1);Symbol 622 Buttonon (release) { getURL ("mailto:zyp00@mails.tsinghua.edu.cn"); }Symbol 625 Buttonon (release) { this.h1._visible = true; this.h2._visible = true; this.h3._visible = true; this.c._visible = false; }Symbol 626 Buttonon (release) { this.c._visible = false; this.h1._visible = false; this.h2._visible = false; this.h3._visible = false; }Symbol 627 Buttonon (release) { this.c._visible = true; this.h1._visible = false; this.h2._visible = false; this.h3._visible = false; }Symbol 628 MovieClip Frame 1stop();Symbol 628 MovieClip Frame 33this.c._visible = false; this.h1._visible = false; this.h2._visible = false; this.h3._visible = false;Symbol 628 MovieClip Frame 41stop();Symbol 628 MovieClip Frame 43this.c._visible = false; this.h1._visible = false; this.h2._visible = false; this.h3._visible = false;Symbol 642 Buttonon (release) { gotoAndPlay (1); }Symbol 651 MovieClip Frame 1stop(); i = 0; this.onEnterFrame = function () { if (Math.random() < 0.3) { this.attachMovie("rush", i + "", i); eval (i + "")._y = (Math.random() * 400) - 200; } i++; };Symbol 652 MovieClip Frame 5gotoAndPlay (1);Instance of Symbol 658 MovieClip "p" in Symbol 659 MovieClip Frame 1onClipEvent (load) { l = 2; } onClipEvent (enterFrame) { l = l + 4; this._xscale = (this._xscale * (l - 4)) / l; this._yscale = this._xscale; if (l > 50) { this._xscale = 100; this._yscale = 100; l = 2; } }Instance of Symbol 658 MovieClip "p" in Symbol 659 MovieClip Frame 1onClipEvent (load) { l = 34; } onClipEvent (enterFrame) { l = l + 4; this._xscale = (this._xscale * (l - 4)) / l; this._yscale = this._xscale; if (l > 50) { this._xscale = 100; this._yscale = 100; l = 2; } }Instance of Symbol 658 MovieClip "p" in Symbol 659 MovieClip Frame 1onClipEvent (load) { l = 18; } onClipEvent (enterFrame) { l = l + 4; this._xscale = (this._xscale * (l - 4)) / l; this._yscale = this._xscale; if (l > 50) { this._xscale = 100; this._yscale = 100; l = 2; } }Symbol 664 MovieClip Frame 7gotoAndPlay (1);
Library Items
Symbol 1 Graphic | Used by:2 | |
Symbol 2 MovieClip [petal] | Uses:1 | |
Symbol 3 ShapeTweening | Used by:8 | |
Symbol 4 ShapeTweening | Used by:8 | |
Symbol 5 ShapeTweening | Used by:8 | |
Symbol 6 ShapeTweening | Used by:8 | |
Symbol 7 Graphic | Used by:8 | |
Symbol 8 MovieClip [line] | Uses:3 4 5 6 7 | |
Symbol 9 Graphic | Used by:10 | |
Symbol 10 MovieClip [light] | Uses:9 | |
Symbol 11 ShapeTweening | Used by:13 | |
Symbol 12 ShapeTweening | Used by:13 | |
Symbol 13 MovieClip [flake] | Uses:11 12 | |
Symbol 14 Graphic | Used by:15 | |
Symbol 15 MovieClip [bomb_button] | Uses:14 | |
Symbol 16 Graphic | Used by:46 | |
Symbol 17 Graphic | Used by:46 | |
Symbol 18 Graphic | Used by:46 | |
Symbol 19 Graphic | Used by:46 | |
Symbol 20 Graphic | Used by:46 | |
Symbol 21 Graphic | Used by:46 | |
Symbol 22 Graphic | Used by:46 | |
Symbol 23 Graphic | Used by:46 | |
Symbol 24 Graphic | Used by:46 | |
Symbol 25 Graphic | Used by:46 | |
Symbol 26 Graphic | Used by:46 | |
Symbol 27 Graphic | Used by:46 | |
Symbol 28 Graphic | Used by:46 | |
Symbol 29 Graphic | Used by:46 | |
Symbol 30 Graphic | Used by:46 | |
Symbol 31 Graphic | Used by:46 | |
Symbol 32 Graphic | Used by:46 | |
Symbol 33 Graphic | Used by:46 | |
Symbol 34 Graphic | Used by:46 | |
Symbol 35 Graphic | Used by:46 | |
Symbol 36 Graphic | Used by:46 | |
Symbol 37 Graphic | Used by:46 | |
Symbol 38 Graphic | Used by:46 | |
Symbol 39 Graphic | Used by:46 | |
Symbol 40 Graphic | Used by:46 | |
Symbol 41 Graphic | Used by:46 | |
Symbol 42 Graphic | Used by:46 | |
Symbol 43 Graphic | Used by:46 | |
Symbol 44 Graphic | Used by:46 | |
Symbol 45 Graphic | Used by:46 | |
Symbol 46 MovieClip [hammer_ob_hit] | Uses:16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | |
Symbol 47 Graphic | Used by:78 | |
Symbol 48 Graphic | Used by:78 | |
Symbol 49 Graphic | Used by:78 | |
Symbol 50 Graphic | Used by:78 | |
Symbol 51 Graphic | Used by:78 | |
Symbol 52 Graphic | Used by:78 | |
Symbol 53 Sound | Used by:78 Timeline | |
Symbol 54 Graphic | Used by:78 | |
Symbol 55 Graphic | Used by:78 | |
Symbol 56 Graphic | Used by:78 | |
Symbol 57 Graphic | Used by:78 | |
Symbol 58 Graphic | Used by:78 | |
Symbol 59 Graphic | Used by:78 | |
Symbol 60 Graphic | Used by:78 | |
Symbol 61 Graphic | Used by:78 | |
Symbol 62 Graphic | Used by:78 | |
Symbol 63 Graphic | Used by:78 | |
Symbol 64 Graphic | Used by:78 | |
Symbol 65 Graphic | Used by:78 | |
Symbol 66 Graphic | Used by:78 | |
Symbol 67 Graphic | Used by:78 | |
Symbol 68 Graphic | Used by:78 | |
Symbol 69 Graphic | Used by:78 | |
Symbol 70 Graphic | Used by:78 | |
Symbol 71 Graphic | Used by:78 | |
Symbol 72 Graphic | Used by:78 | |
Symbol 73 Graphic | Used by:78 | |
Symbol 74 Graphic | Used by:78 | |
Symbol 75 Graphic | Used by:78 | |
Symbol 76 Graphic | Used by:78 | |
Symbol 77 Graphic | Used by:78 | |
Symbol 78 MovieClip [hammer_ob] | Uses:47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | |
Symbol 79 ShapeTweening | Used by:82 | |
Symbol 80 ShapeTweening | Used by:82 | |
Symbol 81 Graphic | Used by:82 | |
Symbol 82 MovieClip [tail] | Uses:79 80 81 | |
Symbol 83 Graphic | Used by:84 | |
Symbol 84 MovieClip [door_hit] | Uses:83 | |
Symbol 85 Graphic | Used by:86 | |
Symbol 86 MovieClip [door_ob_hit] | Uses:85 | |
Symbol 87 Graphic | Used by:88 | |
Symbol 88 MovieClip [door_ob] | Uses:87 | |
Symbol 89 Graphic | Used by:90 91 99 100 | |
Symbol 90 MovieClip [bubble_hit] | Uses:89 | |
Symbol 91 MovieClip [key_ob] | Uses:89 | |
Symbol 92 Graphic | Used by:93 | |
Symbol 93 MovieClip [gun_hit] | Uses:92 | |
Symbol 94 Bitmap | Used by:95 | |
Symbol 95 Graphic | Uses:94 | Used by:96 Timeline |
Symbol 96 MovieClip | Uses:95 | Used by:98 525 599 619 |
Symbol 97 Sound | Used by:98 Timeline | |
Symbol 98 MovieClip [candy_throw] | Uses:96 97 | |
Symbol 99 MovieClip [wings_hit] | Uses:89 | |
Symbol 100 MovieClip [candy_hit] | Uses:89 | |
Symbol 101 Graphic | Used by:102 | |
Symbol 102 MovieClip | Uses:101 | Used by:106 |
Symbol 103 ShapeTweening | Used by:106 | |
Symbol 104 Sound | Used by:106 514 | |
Symbol 105 Graphic | Used by:106 | |
Symbol 106 MovieClip [stars] | Uses:102 103 104 105 | |
Symbol 107 Graphic | Used by:108 | |
Symbol 108 MovieClip [ehit] | Uses:107 | |
Symbol 109 Graphic | Used by:112 | |
Symbol 110 ShapeTweening | Used by:112 | |
Symbol 111 ShapeTweening | Used by:112 | |
Symbol 112 MovieClip | Uses:109 110 111 | Used by:113 214 |
Symbol 113 MovieClip [rush] | Uses:112 | |
Symbol 114 Graphic | Used by:115 | |
Symbol 115 MovieClip [button] | Uses:114 | Used by:617 |
Symbol 116 Graphic | Used by:117 | |
Symbol 117 MovieClip [transfer2_hit] | Uses:116 | Used by:550 |
Symbol 118 Graphic | Used by:119 | |
Symbol 119 MovieClip [transfer1_hit] | Uses:118 | Used by:550 551 |
Symbol 120 Graphic | Used by:122 123 570 575 | |
Symbol 121 Graphic | Used by:122 123 | |
Symbol 122 MovieClip [bubbles] | Uses:120 121 | Used by:538 Timeline |
Symbol 123 MovieClip [bubble] | Uses:120 121 | Used by:Timeline |
Symbol 124 Graphic | Used by:125 | |
Symbol 125 MovieClip | Uses:124 | Used by:126 |
Symbol 126 MovieClip | Uses:125 | Used by:Timeline |
Symbol 127 Graphic | Used by:128 | |
Symbol 128 MovieClip | Uses:127 | Used by:Timeline |
Symbol 129 Font | Used by:130 144 605 608 611 614 620 623 | |
Symbol 130 EditableText | Uses:129 | Used by:Timeline |
Symbol 131 Graphic | Used by:Timeline | |
Symbol 132 Sound | Used by:Timeline | |
Symbol 133 Font | Used by:134 | |
Symbol 134 Text | Uses:133 | Used by:136 |
Symbol 135 Graphic | Used by:136 | |
Symbol 136 Button | Uses:134 135 | Used by:Timeline |
Symbol 137 Graphic | Used by:138 | |
Symbol 138 MovieClip | Uses:137 | Used by:Timeline |
Symbol 139 Graphic | Used by:140 642 | |
Symbol 140 MovieClip | Uses:139 | Used by:143 236 254 Timeline |
Symbol 141 ShapeTweening | Used by:143 563 617 618 619 641 642 Timeline | |
Symbol 142 Graphic | Used by:143 | |
Symbol 143 MovieClip | Uses:140 141 142 | Used by:Timeline |
Symbol 144 Text | Uses:129 | Used by:146 |
Symbol 145 Graphic | Used by:146 | |
Symbol 146 Button | Uses:144 145 | Used by:Timeline |
Symbol 147 Graphic | Used by:148 | |
Symbol 148 MovieClip | Uses:147 | Used by:317 Timeline |
Symbol 149 Graphic | Used by:Timeline | |
Symbol 150 Graphic | Used by:151 648 | |
Symbol 151 MovieClip | Uses:150 | Used by:648 Timeline |
Symbol 152 Graphic | Used by:153 648 | |
Symbol 153 MovieClip | Uses:152 | Used by:648 Timeline |
Symbol 154 Graphic | Used by:159 | |
Symbol 155 Graphic | Used by:159 | |
Symbol 156 Graphic | Used by:159 | |
Symbol 157 Graphic | Used by:159 | |
Symbol 158 Graphic | Used by:159 | |
Symbol 159 MovieClip | Uses:154 155 156 157 158 | Used by:Timeline |
Symbol 160 Graphic | Used by:161 | |
Symbol 161 MovieClip | Uses:160 | Used by:Timeline |
Symbol 162 Graphic | Used by:Timeline | |
Symbol 163 Graphic | Used by:206 317 Timeline | |
Symbol 164 Graphic | Used by:206 317 Timeline | |
Symbol 165 Graphic | Used by:206 317 Timeline | |
Symbol 166 Graphic | Used by:206 317 Timeline | |
Symbol 167 Graphic | Used by:206 317 Timeline | |
Symbol 168 Graphic | Used by:206 317 Timeline | |
Symbol 169 ShapeTweening | Used by:206 317 Timeline | |
Symbol 170 ShapeTweening | Used by:188 | |
Symbol 171 Graphic | Used by:188 | |
Symbol 172 Graphic | Used by:188 | |
Symbol 173 Graphic | Used by:174 | |
Symbol 174 MovieClip | Uses:173 | Used by:188 |
Symbol 175 ShapeTweening | Used by:188 | |
Symbol 176 Graphic | Used by:188 | |
Symbol 177 Graphic | Used by:188 | |
Symbol 178 Graphic | Used by:188 | |
Symbol 179 ShapeTweening | Used by:188 | |
Symbol 180 Graphic | Used by:188 | |
Symbol 181 Graphic | Used by:188 | |
Symbol 182 Graphic | Used by:188 | |
Symbol 183 ShapeTweening | Used by:188 | |
Symbol 184 Graphic | Used by:188 | |
Symbol 185 Graphic | Used by:188 | |
Symbol 186 Graphic | Used by:188 | |
Symbol 187 Graphic | Used by:188 | |
Symbol 188 MovieClip | Uses:170 171 172 174 175 176 177 178 179 180 181 182 183 184 185 186 187 | Used by:206 317 Timeline |
Symbol 189 Graphic | Used by:206 Timeline | |
Symbol 190 Graphic | Used by:206 Timeline | |
Symbol 191 Graphic | Used by:206 Timeline | |
Symbol 192 Graphic | Used by:206 Timeline | |
Symbol 193 ShapeTweening | Used by:206 Timeline | |
Symbol 194 Graphic | Used by:206 Timeline | |
Symbol 195 Graphic | Used by:206 Timeline | |
Symbol 196 Graphic | Used by:206 Timeline | |
Symbol 197 Graphic | Used by:206 Timeline | |
Symbol 198 ShapeTweening | Used by:206 Timeline | |
Symbol 199 ShapeTweening | Used by:206 Timeline | |
Symbol 200 Graphic | Used by:206 Timeline | |
Symbol 201 Graphic | Used by:206 Timeline | |
Symbol 202 Graphic | Used by:206 Timeline | |
Symbol 203 Graphic | Used by:206 Timeline | |
Symbol 204 ShapeTweening | Used by:206 Timeline | |
Symbol 205 Graphic | Used by:206 | |
Symbol 206 MovieClip | Uses:163 164 165 166 167 168 169 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 | Used by:Timeline |
Symbol 207 Graphic | Used by:208 | |
Symbol 208 MovieClip | Uses:207 | Used by:Timeline |
Symbol 209 Graphic | Used by:210 | |
Symbol 210 MovieClip | Uses:209 | Used by:Timeline |
Symbol 211 Graphic | Used by:212 | |
Symbol 212 MovieClip | Uses:211 | Used by:Timeline |
Symbol 213 Sound | Used by:Timeline | |
Symbol 214 MovieClip | Uses:112 | Used by:Timeline |
Symbol 215 Graphic | Used by:218 236 Timeline | |
Symbol 216 Graphic | Used by:218 | |
Symbol 217 Graphic | Used by:218 | |
Symbol 218 MovieClip | Uses:215 216 217 | Used by:236 514 561 |
Symbol 219 Graphic | Used by:236 Timeline | |
Symbol 220 Graphic | Used by:226 236 | |
Symbol 221 Graphic | Used by:236 | |
Symbol 222 Graphic | Used by:236 | |
Symbol 223 Graphic | Used by:224 | |
Symbol 224 MovieClip | Uses:223 | Used by:236 Timeline |
Symbol 225 Graphic | Used by:226 | |
Symbol 226 MovieClip | Uses:220 225 | Used by:236 Timeline |
Symbol 227 Graphic | Used by:236 Timeline | |
Symbol 228 Graphic | Used by:236 | |
Symbol 229 Graphic | Used by:236 | |
Symbol 230 Graphic | Used by:236 | |
Symbol 231 Graphic | Used by:236 | |
Symbol 232 Graphic | Used by:236 | |
Symbol 233 Graphic | Used by:236 | |
Symbol 234 Graphic | Used by:236 Timeline | |
Symbol 235 Graphic | Used by:236 | |
Symbol 236 MovieClip | Uses:140 218 219 220 221 222 215 224 226 227 228 229 230 231 232 233 234 235 | Used by:237 Timeline |
Symbol 237 MovieClip | Uses:236 | Used by:Timeline |
Symbol 238 Graphic | Used by:Timeline | |
Symbol 239 Graphic | Used by:240 | |
Symbol 240 MovieClip | Uses:239 | Used by:Timeline |
Symbol 241 Graphic | Used by:Timeline | |
Symbol 242 Graphic | Used by:Timeline | |
Symbol 243 Graphic | Used by:Timeline | |
Symbol 244 Graphic | Used by:Timeline | |
Symbol 245 Graphic | Used by:Timeline | |
Symbol 246 Graphic | Used by:Timeline | |
Symbol 247 Graphic | Used by:Timeline | |
Symbol 248 Graphic | Used by:Timeline | |
Symbol 249 Graphic | Used by:Timeline | |
Symbol 250 Graphic | Used by:Timeline | |
Symbol 251 Graphic | Used by:Timeline | |
Symbol 252 Graphic | Used by:Timeline | |
Symbol 253 Graphic | Used by:Timeline | |
Symbol 254 MovieClip | Uses:140 | Used by:449 488 617 618 619 641 665 Timeline |
Symbol 255 Graphic | Used by:565 617 618 619 641 642 Timeline | |
Symbol 256 Graphic | Used by:566 617 618 619 641 642 Timeline | |
Symbol 257 Sound | Used by:Timeline | |
Symbol 258 Graphic | Used by:Timeline | |
Symbol 259 Graphic | Used by:Timeline | |
Symbol 260 Graphic | Used by:Timeline | |
Symbol 261 Graphic | Used by:Timeline | |
Symbol 262 Graphic | Used by:Timeline | |
Symbol 263 Graphic | Used by:Timeline | |
Symbol 264 Sound | Used by:Timeline | |
Symbol 265 Graphic | Used by:Timeline | |
Symbol 266 Graphic | Used by:Timeline | |
Symbol 267 Graphic | Used by:268 Timeline | |
Symbol 268 MovieClip | Uses:267 | Used by:Timeline |
Symbol 269 Graphic | Used by:Timeline | |
Symbol 270 Graphic | Used by:271 | |
Symbol 271 MovieClip | Uses:270 | Used by:Timeline |
Symbol 272 Graphic | Used by:Timeline | |
Symbol 273 Graphic | Used by:274 | |
Symbol 274 MovieClip | Uses:273 | Used by:Timeline |
Symbol 275 Graphic | Used by:Timeline | |
Symbol 276 Sound | Used by:525 Timeline | |
Symbol 277 Graphic | Used by:278 | |
Symbol 278 MovieClip | Uses:277 | Used by:Timeline |
Symbol 279 Graphic | Used by:Timeline | |
Symbol 280 Graphic | Used by:Timeline | |
Symbol 281 Sound | Used by:Timeline | |
Symbol 282 Graphic | Used by:Timeline | |
Symbol 283 Graphic | Used by:Timeline | |
Symbol 284 Graphic | Used by:Timeline | |
Symbol 285 Graphic | Used by:Timeline | |
Symbol 286 Graphic | Used by:Timeline | |
Symbol 287 Graphic | Used by:Timeline | |
Symbol 288 Graphic | Used by:Timeline | |
Symbol 289 Graphic | Used by:Timeline | |
Symbol 290 Graphic | Used by:Timeline | |
Symbol 291 Graphic | Used by:Timeline | |
Symbol 292 Graphic | Used by:Timeline | |
Symbol 293 Graphic | Used by:Timeline | |
Symbol 294 Graphic | Used by:Timeline | |
Symbol 295 Graphic | Used by:Timeline | |
Symbol 296 Graphic | Used by:Timeline | |
Symbol 297 Graphic | Used by:Timeline | |
Symbol 298 Graphic | Used by:Timeline | |
Symbol 299 Graphic | Used by:Timeline | |
Symbol 300 Sound | Used by:Timeline | |
Symbol 301 Graphic | Used by:Timeline | |
Symbol 302 Graphic | Used by:Timeline | |
Symbol 303 Graphic | Used by:Timeline | |
Symbol 304 Graphic | Used by:Timeline | |
Symbol 305 Graphic | Used by:Timeline | |
Symbol 306 Graphic | Used by:Timeline | |
Symbol 307 Graphic | Used by:Timeline | |
Symbol 308 Graphic | Used by:Timeline | |
Symbol 309 Graphic | Used by:Timeline | |
Symbol 310 Graphic | Used by:Timeline | |
Symbol 311 Sound | Used by:Timeline | |
Symbol 312 Graphic | Used by:Timeline | |
Symbol 313 Graphic | Used by:Timeline | |
Symbol 314 Graphic | Used by:Timeline | |
Symbol 315 Graphic | Used by:317 | |
Symbol 316 Graphic | Used by:317 | |
Symbol 317 MovieClip | Uses:148 315 163 164 165 166 167 168 169 188 316 | Used by:Timeline |
Symbol 318 Graphic | Used by:Timeline | |
Symbol 319 Sound | Used by:Timeline | |
Symbol 320 Graphic | Used by:Timeline | |
Symbol 321 Graphic | Used by:Timeline | |
Symbol 322 Graphic | Used by:446 664 Timeline | |
Symbol 323 Graphic | Used by:446 664 Timeline | |
Symbol 324 ShapeTweening | Used by:Timeline | |
Symbol 325 ShapeTweening | Used by:Timeline | |
Symbol 326 ShapeTweening | Used by:Timeline | |
Symbol 327 Sound | Used by:Timeline | |
Symbol 328 ShapeTweening | Used by:Timeline | |
Symbol 329 Graphic | Used by:Timeline | |
Symbol 330 Graphic | Used by:Timeline | |
Symbol 331 Graphic | Used by:Timeline | |
Symbol 332 Graphic | Used by:Timeline | |
Symbol 333 Graphic | Used by:Timeline | |
Symbol 334 Sound | Used by:582 Timeline | |
Symbol 335 Graphic | Used by:Timeline | |
Symbol 336 Graphic | Used by:Timeline | |
Symbol 337 Graphic | Used by:Timeline | |
Symbol 338 Graphic | Used by:Timeline | |
Symbol 339 Graphic | Used by:Timeline | |
Symbol 340 Sound | Used by:Timeline | |
Symbol 341 Graphic | Used by:Timeline | |
Symbol 342 Graphic | Used by:Timeline | |
Symbol 343 Graphic | Used by:Timeline | |
Symbol 344 Sound | Used by:Timeline | |
Symbol 345 Bitmap | Used by:346 | |
Symbol 346 Graphic | Uses:345 | Used by:347 |
Symbol 347 MovieClip | Uses:346 | Used by:Timeline |
Symbol 348 Graphic | Used by:Timeline | |
Symbol 349 Graphic | Used by:Timeline | |
Symbol 350 Graphic | Used by:Timeline | |
Symbol 351 Graphic | Used by:Timeline | |
Symbol 352 Graphic | Used by:Timeline | |
Symbol 353 Graphic | Used by:Timeline | |
Symbol 354 Graphic | Used by:Timeline | |
Symbol 355 Bitmap | Used by:356 | |
Symbol 356 Graphic | Uses:355 | Used by:357 |
Symbol 357 MovieClip | Uses:356 | Used by:Timeline |
Symbol 358 Graphic | Used by:Timeline | |
Symbol 359 Graphic | Used by:Timeline | |
Symbol 360 Graphic | Used by:Timeline | |
Symbol 361 Graphic | Used by:Timeline | |
Symbol 362 Graphic | Used by:Timeline | |
Symbol 363 Graphic | Used by:Timeline | |
Symbol 364 Graphic | Used by:Timeline | |
Symbol 365 Graphic | Used by:Timeline | |
Symbol 366 Graphic | Used by:Timeline | |
Symbol 367 Graphic | Used by:Timeline | |
Symbol 368 Graphic | Used by:Timeline | |
Symbol 369 Graphic | Used by:Timeline | |
Symbol 370 Graphic | Used by:Timeline | |
Symbol 371 Graphic | Used by:Timeline | |
Symbol 372 Graphic | Used by:Timeline | |
Symbol 373 Graphic | Used by:Timeline | |
Symbol 374 Graphic | Used by:Timeline | |
Symbol 375 Graphic | Used by:Timeline | |
Symbol 376 Graphic | Used by:Timeline | |
Symbol 377 Graphic | Used by:Timeline | |
Symbol 378 Graphic | Used by:Timeline | |
Symbol 379 Graphic | Used by:Timeline | |
Symbol 380 Graphic | Used by:Timeline | |
Symbol 381 Graphic | Used by:Timeline | |
Symbol 382 Graphic | Used by:Timeline | |
Symbol 383 Sound | Used by:Timeline | |
Symbol 384 Graphic | Used by:Timeline | |
Symbol 385 Graphic | Used by:Timeline | |
Symbol 386 Graphic | Used by:Timeline | |
Symbol 387 Graphic | Used by:Timeline | |
Symbol 388 Graphic | Used by:Timeline | |
Symbol 389 Graphic | Used by:Timeline | |
Symbol 390 Sound | Used by:Timeline | |
Symbol 391 Graphic | Used by:Timeline | |
Symbol 392 Graphic | Used by:Timeline | |
Symbol 393 Graphic | Used by:Timeline | |
Symbol 394 Graphic | Used by:Timeline | |
Symbol 395 Graphic | Used by:Timeline | |
Symbol 396 Graphic | Used by:Timeline | |
Symbol 397 Graphic | Used by:Timeline | |
Symbol 398 Graphic | Used by:Timeline | |
Symbol 399 Sound | Used by:582 Timeline | |
Symbol 400 Graphic | Used by:Timeline | |
Symbol 401 Graphic | Used by:Timeline | |
Symbol 402 Graphic | Used by:Timeline | |
Symbol 403 Graphic | Used by:Timeline | |
Symbol 404 Graphic | Used by:Timeline | |
Symbol 405 Graphic | Used by:Timeline | |
Symbol 406 Graphic | Used by:Timeline | |
Symbol 407 Graphic | Used by:Timeline | |
Symbol 408 Graphic | Used by:Timeline | |
Symbol 409 Graphic | Used by:Timeline | |
Symbol 410 Graphic | Used by:Timeline | |
Symbol 411 Graphic | Used by:Timeline | |
Symbol 412 Graphic | Used by:Timeline | |
Symbol 413 Graphic | Used by:Timeline | |
Symbol 414 Graphic | Used by:Timeline | |
Symbol 415 Graphic | Used by:Timeline | |
Symbol 416 Graphic | Used by:Timeline | |
Symbol 417 Graphic | Used by:Timeline | |
Symbol 418 Graphic | Used by:Timeline | |
Symbol 419 Graphic | Used by:Timeline | |
Symbol 420 Graphic | Used by:Timeline | |
Symbol 421 Graphic | Used by:Timeline | |
Symbol 422 Graphic | Used by:Timeline | |
Symbol 423 Graphic | Used by:Timeline | |
Symbol 424 Graphic | Used by:Timeline | |
Symbol 425 Graphic | Used by:Timeline | |
Symbol 426 Graphic | Used by:Timeline | |
Symbol 427 Graphic | Used by:Timeline | |
Symbol 428 Graphic | Used by:Timeline | |
Symbol 429 Graphic | Used by:Timeline | |
Symbol 430 Graphic | Used by:Timeline | |
Symbol 431 Graphic | Used by:Timeline | |
Symbol 432 Graphic | Used by:Timeline | |
Symbol 433 Graphic | Used by:Timeline | |
Symbol 434 Graphic | Used by:Timeline | |
Symbol 435 Graphic | Used by:Timeline | |
Symbol 436 Graphic | Used by:Timeline | |
Symbol 437 Graphic | Used by:Timeline | |
Symbol 438 Graphic | Used by:Timeline | |
Symbol 439 Graphic | Used by:Timeline | |
Symbol 440 Graphic | Used by:Timeline | |
Symbol 441 Sound | Used by:Timeline | |
Symbol 442 Graphic | Used by:449 Timeline | |
Symbol 443 ShapeTweening | Used by:446 Timeline | |
Symbol 444 ShapeTweening | Used by:446 Timeline | |
Symbol 445 Graphic | Used by:446 Timeline | |
Symbol 446 MovieClip | Uses:322 323 443 444 445 | Used by:449 Timeline |
Symbol 447 Sound | Used by:Timeline | |
Symbol 448 Graphic | Used by:Timeline | |
Symbol 449 MovieClip | Uses:254 442 446 | Used by:Timeline |
Symbol 450 Graphic | Used by:Timeline | |
Symbol 451 Bitmap | Used by:452 | |
Symbol 452 Graphic | Uses:451 | Used by:453 |
Symbol 453 MovieClip | Uses:452 | Used by:Timeline |
Symbol 454 Graphic | Used by:Timeline | |
Symbol 455 ShapeTweening | Used by:459 | |
Symbol 456 Graphic | Used by:459 | |
Symbol 457 ShapeTweening | Used by:459 | |
Symbol 458 Graphic | Used by:459 | |
Symbol 459 MovieClip | Uses:455 456 457 458 | Used by:Timeline |
Symbol 460 Graphic | Used by:461 | |
Symbol 461 MovieClip | Uses:460 | Used by:Timeline |
Symbol 462 Graphic | Used by:Timeline | |
Symbol 463 Graphic | Used by:Timeline | |
Symbol 464 ShapeTweening | Used by:466 | |
Symbol 465 Graphic | Used by:466 | |
Symbol 466 MovieClip | Uses:464 465 | Used by:Timeline |
Symbol 467 Graphic | Used by:468 | |
Symbol 468 MovieClip | Uses:467 | Used by:469 |
Symbol 469 MovieClip | Uses:468 | Used by:586 Timeline |
Symbol 470 ShapeTweening | Used by:472 | |
Symbol 471 Graphic | Used by:472 | |
Symbol 472 MovieClip | Uses:470 471 | Used by:586 619 Timeline |
Symbol 473 Graphic | Used by:586 Timeline | |
Symbol 474 Graphic | Used by:Timeline | |
Symbol 475 Graphic | Used by:Timeline | |
Symbol 476 Sound | Used by:Timeline | |
Symbol 477 Graphic | Used by:Timeline | |
Symbol 478 Graphic | Used by:Timeline | |
Symbol 479 Sound | Used by:Timeline | |
Symbol 480 Graphic | Used by:Timeline | |
Symbol 481 Graphic | Used by:Timeline | |
Symbol 482 Graphic | Used by:Timeline | |
Symbol 483 Graphic | Used by:Timeline | |
Symbol 484 Graphic | Used by:Timeline | |
Symbol 485 Graphic | Used by:Timeline | |
Symbol 486 Graphic | Used by:Timeline | |
Symbol 487 Graphic | Used by:Timeline | |
Symbol 488 MovieClip | Uses:254 | Used by:585 586 619 Timeline |
Symbol 489 Graphic | Used by:491 | |
Symbol 490 Graphic | Used by:491 | |
Symbol 491 MovieClip | Uses:489 490 | Used by:586 619 Timeline |
Symbol 492 Bitmap | Used by:493 | |
Symbol 493 Graphic | Uses:492 | Used by:494 |
Symbol 494 MovieClip | Uses:493 | Used by:Timeline |
Symbol 495 Graphic | Used by:496 | |
Symbol 496 MovieClip | Uses:495 | Used by:589 |
Symbol 497 Graphic | Used by:498 | |
Symbol 498 MovieClip | Uses:497 | Used by:589 |
Symbol 499 Bitmap | Used by:500 | |
Symbol 500 Graphic | Uses:499 | Used by:501 |
Symbol 501 MovieClip | Uses:500 | Used by:589 |
Symbol 502 Graphic | Used by:503 | |
Symbol 503 MovieClip | Uses:502 | Used by:589 |
Symbol 504 Bitmap | Used by:505 | |
Symbol 505 Graphic | Uses:504 | Used by:510 618 |
Symbol 506 Graphic | Used by:507 | |
Symbol 507 MovieClip | Uses:506 | Used by:510 515 522 526 535 538 539 540 546 550 551 552 553 618 |
Symbol 508 Bitmap | Used by:509 | |
Symbol 509 Graphic | Uses:508 | Used by:510 618 |
Symbol 510 MovieClip | Uses:505 507 509 | Used by:554 |
Symbol 511 Graphic | Used by:512 | |
Symbol 512 MovieClip | Uses:511 | Used by:514 |
Symbol 513 Sound | Used by:514 | |
Symbol 514 MovieClip | Uses:218 104 512 513 | Used by:515 |
Symbol 515 MovieClip | Uses:507 514 | Used by:554 |
Symbol 516 Bitmap | Used by:517 | |
Symbol 517 Graphic | Uses:516 | Used by:518 |
Symbol 518 MovieClip | Uses:517 | Used by:519 554 617 |
Symbol 519 MovieClip | Uses:518 | Used by:522 539 540 552 553 |
Symbol 520 Graphic | Used by:521 | |
Symbol 521 MovieClip | Uses:520 | Used by:522 539 540 552 553 |
Symbol 522 MovieClip | Uses:507 519 521 | Used by:554 |
Symbol 523 Graphic | Used by:524 | |
Symbol 524 MovieClip | Uses:523 | Used by:525 |
Symbol 525 MovieClip | Uses:96 524 276 | Used by:526 |
Symbol 526 MovieClip | Uses:507 525 | Used by:554 |
Symbol 527 Graphic | Used by:531 | |
Symbol 528 Graphic | Used by:531 | |
Symbol 529 Graphic | Used by:531 | |
Symbol 530 Graphic | Used by:531 | |
Symbol 531 MovieClip | Uses:527 528 529 530 | Used by:535 618 |
Symbol 532 Graphic | Used by:533 | |
Symbol 533 MovieClip | Uses:532 | Used by:535 |
Symbol 534 Sound | Used by:535 | |
Symbol 535 MovieClip | Uses:507 531 533 534 | Used by:554 |
Symbol 536 Sound | Used by:537 | |
Symbol 537 MovieClip | Uses:536 | Used by:538 |
Symbol 538 MovieClip | Uses:507 122 537 | Used by:554 |
Symbol 539 MovieClip | Uses:507 519 521 | Used by:554 |
Symbol 540 MovieClip | Uses:507 519 521 | Used by:554 |
Symbol 541 Graphic | Used by:545 | |
Symbol 542 Sound | Used by:545 | |
Symbol 543 Graphic | Used by:544 | |
Symbol 544 MovieClip | Uses:543 | Used by:545 |
Symbol 545 MovieClip | Uses:541 542 544 | Used by:546 |
Symbol 546 MovieClip | Uses:507 545 | Used by:554 |
Symbol 547 Bitmap | Used by:548 | |
Symbol 548 Graphic | Uses:547 | Used by:549 |
Symbol 549 MovieClip | Uses:548 | Used by:550 551 |
Symbol 550 MovieClip | Uses:507 119 117 549 | Used by:554 |
Symbol 551 MovieClip | Uses:507 119 549 | Used by:554 |
Symbol 552 MovieClip | Uses:507 519 521 | Used by:554 |
Symbol 553 MovieClip | Uses:507 519 521 | Used by:554 |
Symbol 554 MovieClip | Uses:510 515 522 526 535 538 539 540 546 518 550 551 552 553 | Used by:589 |
Symbol 555 Graphic | Used by:556 | |
Symbol 556 MovieClip | Uses:555 | Used by:589 |
Symbol 557 Graphic | Used by:558 | |
Symbol 558 MovieClip | Uses:557 | Used by:589 |
Symbol 559 Graphic | Used by:560 | |
Symbol 560 MovieClip | Uses:559 | Used by:589 |
Symbol 561 MovieClip | Uses:218 | Used by:585 |
Symbol 562 Graphic | Used by:563 | |
Symbol 563 MovieClip | Uses:141 562 | Used by:585 |
Symbol 564 Graphic | Used by:565 | |
Symbol 565 MovieClip | Uses:255 564 | Used by:585 |
Symbol 566 MovieClip | Uses:256 | Used by:585 |
Symbol 567 Graphic | Used by:577 | |
Symbol 568 Graphic | Used by:577 | |
Symbol 569 Graphic | Used by:577 | |
Symbol 570 MovieClip | Uses:120 | Used by:577 |
Symbol 571 Graphic | Used by:577 | |
Symbol 572 Graphic | Used by:577 | |
Symbol 573 Graphic | Used by:577 | |
Symbol 574 Graphic | Used by:575 | |
Symbol 575 MovieClip | Uses:120 574 | Used by:577 |
Symbol 576 Graphic | Used by:577 | |
Symbol 577 MovieClip | Uses:567 568 569 570 571 572 573 575 576 | Used by:585 |
Symbol 578 Graphic | Used by:579 | |
Symbol 579 MovieClip | Uses:578 | Used by:580 |
Symbol 580 MovieClip | Uses:579 | Used by:585 |
Symbol 581 Graphic | Used by:582 | |
Symbol 582 MovieClip | Uses:581 334 399 | Used by:585 |
Symbol 583 Graphic | Used by:584 | |
Symbol 584 MovieClip | Uses:583 | Used by:585 586 |
Symbol 585 MovieClip | Uses:488 561 563 565 566 577 580 582 584 | Used by:589 |
Symbol 586 MovieClip | Uses:469 472 473 488 491 584 | Used by:589 |
Symbol 587 Graphic | Used by:588 | |
Symbol 588 MovieClip | Uses:587 | Used by:589 |
Symbol 589 MovieClip | Uses:496 498 501 503 554 556 558 560 585 586 588 | Used by:Timeline |
Symbol 590 Graphic | Used by:599 | |
Symbol 591 Font | Used by:592 640 | |
Symbol 592 EditableText | Uses:591 | Used by:599 |
Symbol 593 Font | Used by:594 | |
Symbol 594 EditableText | Uses:593 | Used by:599 |
Symbol 595 Graphic | Used by:599 | |
Symbol 596 Graphic | Used by:597 | |
Symbol 597 MovieClip | Uses:596 | Used by:599 |
Symbol 598 Graphic | Used by:599 | |
Symbol 599 MovieClip | Uses:590 592 96 594 595 597 598 | Used by:Timeline |
Symbol 600 Graphic | Used by:601 | |
Symbol 601 MovieClip | Uses:600 | Used by:Timeline |
Symbol 602 Graphic | Used by:Timeline | |
Symbol 603 Graphic | Used by:604 | |
Symbol 604 MovieClip | Uses:603 | Used by:628 |
Symbol 605 Text | Uses:129 | Used by:607 |
Symbol 606 Graphic | Used by:607 | |
Symbol 607 Button | Uses:605 606 | Used by:628 |
Symbol 608 Text | Uses:129 | Used by:610 625 |
Symbol 609 Graphic | Used by:610 625 | |
Symbol 610 Button | Uses:608 609 | Used by:628 |
Symbol 611 Text | Uses:129 | Used by:613 626 |
Symbol 612 Graphic | Used by:613 626 | |
Symbol 613 Button | Uses:611 612 | Used by:628 |
Symbol 614 Text | Uses:129 | Used by:616 627 |
Symbol 615 Graphic | Used by:616 627 | |
Symbol 616 Button | Uses:614 615 | Used by:628 |
Symbol 617 MovieClip | Uses:115 518 254 141 255 256 | Used by:628 |
Symbol 618 MovieClip | Uses:505 507 531 254 141 255 256 509 | Used by:628 |
Symbol 619 MovieClip | Uses:254 141 255 256 96 488 472 491 | Used by:628 |
Symbol 620 Text | Uses:129 | Used by:622 |
Symbol 621 Graphic | Used by:622 | |
Symbol 622 Button | Uses:620 621 | Used by:624 |
Symbol 623 Text | Uses:129 | Used by:624 |
Symbol 624 MovieClip | Uses:622 623 | Used by:628 |
Symbol 625 Button | Uses:608 609 | Used by:628 |
Symbol 626 Button | Uses:611 612 | Used by:628 |
Symbol 627 Button | Uses:614 615 | Used by:628 |
Symbol 628 MovieClip | Uses:604 607 610 613 616 617 618 619 624 625 626 627 | Used by:Timeline |
Symbol 629 Graphic | Used by:Timeline | |
Symbol 630 Graphic | Used by:Timeline | |
Symbol 631 Graphic | Used by:Timeline | |
Symbol 632 Font | Used by:633 634 635 636 637 | |
Symbol 633 Text | Uses:632 | Used by:Timeline |
Symbol 634 Text | Uses:632 | Used by:Timeline |
Symbol 635 Text | Uses:632 | Used by:Timeline |
Symbol 636 Text | Uses:632 | Used by:Timeline |
Symbol 637 Text | Uses:632 | Used by:Timeline |
Symbol 638 ShapeTweening | Used by:Timeline | |
Symbol 639 Graphic | Used by:Timeline | |
Symbol 640 Text | Uses:591 | Used by:Timeline |
Symbol 641 MovieClip | Uses:254 141 255 256 | Used by:642 |
Symbol 642 Button | Uses:641 139 141 255 256 | Used by:Timeline |
Symbol 643 Graphic | Used by:Timeline | |
Symbol 644 Graphic | Used by:645 648 | |
Symbol 645 MovieClip | Uses:644 | Used by:648 652 Timeline |
Symbol 646 Graphic | Used by:647 648 | |
Symbol 647 MovieClip | Uses:646 | Used by:648 |
Symbol 648 Button | Uses:153 645 647 151 152 644 646 150 | Used by:Timeline |
Symbol 649 ShapeTweening | Used by:Timeline | |
Symbol 650 Graphic | Used by:651 | |
Symbol 651 MovieClip | Uses:650 | Used by:Timeline |
Symbol 652 MovieClip | Uses:645 | Used by:Timeline |
Symbol 653 Sound | Used by:Timeline | |
Symbol 654 Graphic | Used by:Timeline | |
Symbol 655 ShapeTweening | Used by:Timeline | |
Symbol 656 Graphic | Used by:659 | |
Symbol 657 Graphic | Used by:658 | |
Symbol 658 MovieClip | Uses:657 | Used by:659 |
Symbol 659 MovieClip | Uses:656 658 | Used by:Timeline |
Symbol 660 Graphic | Used by:665 | |
Symbol 661 ShapeTweening | Used by:664 Timeline | |
Symbol 662 ShapeTweening | Used by:664 Timeline | |
Symbol 663 Graphic | Used by:664 | |
Symbol 664 MovieClip | Uses:322 323 661 662 663 | Used by:665 |
Symbol 665 MovieClip | Uses:254 660 664 | Used by:Timeline |
Symbol 666 Graphic | Used by:Timeline | |
Symbol 667 Graphic | Used by:Timeline | |
Symbol 668 ShapeTweening | Used by:Timeline | |
Symbol 669 Graphic | Used by:Timeline | |
Symbol 670 ShapeTweening | Used by:Timeline | |
Symbol 671 Graphic | Used by:Timeline | |
Symbol 672 ShapeTweening | Used by:Timeline | |
Symbol 673 ShapeTweening | Used by:Timeline | |
Symbol 674 Graphic | Used by:Timeline | |
Symbol 675 ShapeTweening | Used by:Timeline | |
Symbol 676 Graphic | Used by:Timeline | |
Symbol 677 ShapeTweening | Used by:Timeline | |
Symbol 678 Graphic | Used by:Timeline | |
Symbol 679 Graphic | Used by:Timeline | |
Symbol 680 Bitmap | Used by:681 | |
Symbol 681 Graphic | Uses:680 | Used by:682 |
Symbol 682 MovieClip | Uses:681 | Used by:Timeline |
Symbol 683 ShapeTweening | Used by:Timeline | |
Symbol 684 ShapeTweening | Used by:Timeline | |
Symbol 685 Graphic | Used by:Timeline |
Instance Names
"drw" | Frame 1 | Symbol 128 MovieClip |
"lit" | Frame 1 | Symbol 128 MovieClip |
"bird_env" | Frame 719 | Symbol 237 MovieClip |
"body" | Frame 2022 | Symbol 472 MovieClip |
"eye" | Frame 2193 | Symbol 491 MovieClip |
"body" | Frame 2220 | Symbol 472 MovieClip |
"eye" | Frame 2220 | Symbol 491 MovieClip |
"body" | Frame 2222 | Symbol 472 MovieClip |
"eye" | Frame 2222 | Symbol 491 MovieClip |
"body" | Frame 2225 | Symbol 472 MovieClip |
"eye" | Frame 2225 | Symbol 491 MovieClip |
"body" | Frame 2225 | Symbol 472 MovieClip |
"eye" | Frame 2225 | Symbol 491 MovieClip |
"eye" | Frame 2230 | Symbol 491 MovieClip |
"body" | Frame 2230 | Symbol 472 MovieClip |
"display" | Frame 2501 | Symbol 589 MovieClip |
"body" | Frame 2501 | Symbol 472 MovieClip |
"eye" | Frame 2501 | Symbol 491 MovieClip |
"body" | Frame 2501 | Symbol 472 MovieClip |
"eye" | Frame 2501 | Symbol 491 MovieClip |
"bird" | Symbol 237 MovieClip Frame 1 | Symbol 236 MovieClip |
"ahit" | Symbol 510 MovieClip Frame 2 | Symbol 507 MovieClip |
"ahit" | Symbol 515 MovieClip Frame 1 | Symbol 507 MovieClip |
"candy" | Symbol 515 MovieClip Frame 1 | Symbol 514 MovieClip |
"ahit" | Symbol 522 MovieClip Frame 1 | Symbol 507 MovieClip |
"hammer" | Symbol 522 MovieClip Frame 1 | Symbol 519 MovieClip |
"sign" | Symbol 522 MovieClip Frame 1 | Symbol 521 MovieClip |
"ahit" | Symbol 526 MovieClip Frame 1 | Symbol 507 MovieClip |
"candy" | Symbol 526 MovieClip Frame 1 | Symbol 525 MovieClip |
"ahit" | Symbol 535 MovieClip Frame 1 | Symbol 507 MovieClip |
"ahit" | Symbol 538 MovieClip Frame 1 | Symbol 507 MovieClip |
"bbl" | Symbol 538 MovieClip Frame 1 | Symbol 122 MovieClip [bubbles] |
"sound" | Symbol 538 MovieClip Frame 1 | Symbol 537 MovieClip |
"ahit" | Symbol 539 MovieClip Frame 1 | Symbol 507 MovieClip |
"hammer" | Symbol 539 MovieClip Frame 1 | Symbol 519 MovieClip |
"sign" | Symbol 539 MovieClip Frame 1 | Symbol 521 MovieClip |
"ahit" | Symbol 540 MovieClip Frame 1 | Symbol 507 MovieClip |
"hammer" | Symbol 540 MovieClip Frame 1 | Symbol 519 MovieClip |
"sign" | Symbol 540 MovieClip Frame 1 | Symbol 521 MovieClip |
"ahit" | Symbol 546 MovieClip Frame 1 | Symbol 507 MovieClip |
"candy" | Symbol 546 MovieClip Frame 1 | Symbol 545 MovieClip |
"ahit" | Symbol 550 MovieClip Frame 1 | Symbol 507 MovieClip |
"t1" | Symbol 550 MovieClip Frame 1 | Symbol 119 MovieClip [transfer1_hit] |
"t2" | Symbol 550 MovieClip Frame 1 | Symbol 117 MovieClip [transfer2_hit] |
"ahit" | Symbol 551 MovieClip Frame 1 | Symbol 507 MovieClip |
"t1" | Symbol 551 MovieClip Frame 1 | Symbol 119 MovieClip [transfer1_hit] |
"ahit" | Symbol 552 MovieClip Frame 1 | Symbol 507 MovieClip |
"hammer" | Symbol 552 MovieClip Frame 1 | Symbol 519 MovieClip |
"sign" | Symbol 552 MovieClip Frame 1 | Symbol 521 MovieClip |
"ahit" | Symbol 553 MovieClip Frame 1 | Symbol 507 MovieClip |
"hammer" | Symbol 553 MovieClip Frame 1 | Symbol 519 MovieClip |
"sign" | Symbol 553 MovieClip Frame 1 | Symbol 521 MovieClip |
"door1" | Symbol 554 MovieClip Frame 1 | Symbol 510 MovieClip |
"h" | Symbol 554 MovieClip Frame 1 | Symbol 522 MovieClip |
"door2" | Symbol 554 MovieClip Frame 2 | Symbol 510 MovieClip |
"door3" | Symbol 554 MovieClip Frame 3 | Symbol 510 MovieClip |
"wing" | Symbol 585 MovieClip Frame 1 | Symbol 561 MovieClip |
"body" | Symbol 585 MovieClip Frame 1 | Symbol 563 MovieClip |
"eye" | Symbol 585 MovieClip Frame 1 | Symbol 565 MovieClip |
"pupil" | Symbol 585 MovieClip Frame 1 | Symbol 566 MovieClip |
"gun" | Symbol 585 MovieClip Frame 1 | Symbol 577 MovieClip |
"noBullet" | Symbol 585 MovieClip Frame 1 | Symbol 580 MovieClip |
"sound" | Symbol 585 MovieClip Frame 1 | Symbol 582 MovieClip |
"wing" | Symbol 585 MovieClip Frame 70 | Symbol 561 MovieClip |
"body" | Symbol 586 MovieClip Frame 1 | Symbol 472 MovieClip |
"eye" | Symbol 586 MovieClip Frame 2 | Symbol 491 MovieClip |
"ob_hit" | Symbol 589 MovieClip Frame 1 | Symbol 496 MovieClip |
"ob" | Symbol 589 MovieClip Frame 1 | Symbol 498 MovieClip |
"button" | Symbol 589 MovieClip Frame 1 | Symbol 503 MovieClip |
"map" | Symbol 589 MovieClip Frame 1 | Symbol 554 MovieClip |
"s1" | Symbol 589 MovieClip Frame 1 | Symbol 556 MovieClip |
"s2" | Symbol 589 MovieClip Frame 1 | Symbol 558 MovieClip |
"s3" | Symbol 589 MovieClip Frame 1 | Symbol 560 MovieClip |
"hero" | Symbol 589 MovieClip Frame 1 | Symbol 585 MovieClip |
"map_noActive" | Symbol 589 MovieClip Frame 1 | Symbol 588 MovieClip |
"ahit" | Symbol 618 MovieClip Frame 1 | Symbol 507 MovieClip |
"ahit" | Symbol 618 MovieClip Frame 11 | Symbol 507 MovieClip |
"body" | Symbol 619 MovieClip Frame 1 | Symbol 472 MovieClip |
"eye" | Symbol 619 MovieClip Frame 1 | Symbol 491 MovieClip |
"h1" | Symbol 628 MovieClip Frame 33 | Symbol 617 MovieClip |
"h2" | Symbol 628 MovieClip Frame 33 | Symbol 618 MovieClip |
"h3" | Symbol 628 MovieClip Frame 33 | Symbol 619 MovieClip |
"c" | Symbol 628 MovieClip Frame 33 | Symbol 624 MovieClip |
"p" | Symbol 659 MovieClip Frame 1 | Symbol 658 MovieClip |
"p" | Symbol 659 MovieClip Frame 1 | Symbol 658 MovieClip |
"p" | Symbol 659 MovieClip Frame 1 | Symbol 658 MovieClip |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "petal" |
ExportAssets (56) | Timeline Frame 1 | Symbol 8 as "line" |
ExportAssets (56) | Timeline Frame 1 | Symbol 10 as "light" |
ExportAssets (56) | Timeline Frame 1 | Symbol 13 as "flake" |
ExportAssets (56) | Timeline Frame 1 | Symbol 15 as "bomb_button" |
ExportAssets (56) | Timeline Frame 1 | Symbol 46 as "hammer_ob_hit" |
ExportAssets (56) | Timeline Frame 1 | Symbol 78 as "hammer_ob" |
ExportAssets (56) | Timeline Frame 1 | Symbol 82 as "tail" |
ExportAssets (56) | Timeline Frame 1 | Symbol 84 as "door_hit" |
ExportAssets (56) | Timeline Frame 1 | Symbol 86 as "door_ob_hit" |
ExportAssets (56) | Timeline Frame 1 | Symbol 88 as "door_ob" |
ExportAssets (56) | Timeline Frame 1 | Symbol 90 as "bubble_hit" |
ExportAssets (56) | Timeline Frame 1 | Symbol 91 as "key_ob" |
ExportAssets (56) | Timeline Frame 1 | Symbol 93 as "gun_hit" |
ExportAssets (56) | Timeline Frame 1 | Symbol 98 as "candy_throw" |
ExportAssets (56) | Timeline Frame 1 | Symbol 99 as "wings_hit" |
ExportAssets (56) | Timeline Frame 1 | Symbol 100 as "candy_hit" |
ExportAssets (56) | Timeline Frame 1 | Symbol 106 as "stars" |
ExportAssets (56) | Timeline Frame 1 | Symbol 108 as "ehit" |
ExportAssets (56) | Timeline Frame 1 | Symbol 113 as "rush" |
ExportAssets (56) | Timeline Frame 1 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 1 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 1 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 1 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 1 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 375 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 376 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 377 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 378 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 379 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 380 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 381 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 382 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 383 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 412 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 413 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 414 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 415 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 416 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 417 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 418 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 419 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 420 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 489 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 490 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 491 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 492 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 493 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 494 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 495 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 496 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 497 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 567 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 568 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 569 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 570 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 571 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 572 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 573 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 574 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 575 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 683 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 684 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 685 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 686 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 687 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 688 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 689 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 690 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 691 | Symbol 123 as "bubble" |
ExportAssets (56) | Timeline Frame 2022 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2023 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2024 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2025 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2026 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2027 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2028 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2029 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2030 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2031 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2032 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2033 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2034 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2035 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2036 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2037 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2038 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2039 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2040 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2041 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2042 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2043 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2044 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2045 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2046 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2047 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2048 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2049 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2050 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2051 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2052 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2053 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2054 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2055 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2056 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2057 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2058 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2059 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2060 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2061 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2062 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2063 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2064 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2065 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2066 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2067 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2068 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2069 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2070 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2071 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2072 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2073 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2074 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2075 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2076 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2077 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2078 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2079 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2080 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2081 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2082 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2083 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2084 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2085 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2086 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2087 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2088 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2089 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2090 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2091 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2092 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2093 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2094 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2095 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2096 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2097 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2098 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2099 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2100 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2101 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2102 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2103 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2104 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2105 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2106 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2107 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2108 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2109 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2110 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2111 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2112 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2113 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2114 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2115 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2116 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2117 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2118 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2119 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2120 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2121 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2122 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2123 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2124 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2125 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2126 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2127 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2128 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2129 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2130 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2131 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2132 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2133 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2134 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2135 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2136 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2137 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2138 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2139 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2140 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2141 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2142 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2143 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2144 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2145 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2146 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2147 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2148 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2149 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2150 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2151 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2152 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2153 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2154 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2155 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2156 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2157 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2158 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2159 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2160 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2161 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2162 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2163 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2164 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2165 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2166 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2167 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2168 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2169 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2170 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2171 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2172 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2173 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2174 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2175 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2176 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2177 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2178 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2179 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2180 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2181 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2182 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2183 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2184 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2185 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2186 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2187 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2188 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2189 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2190 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2191 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2192 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2193 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2194 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2195 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2196 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2197 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2198 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2199 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2200 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2201 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2202 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2203 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2204 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2205 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2206 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2207 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2208 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2209 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2210 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2211 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2212 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2213 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2214 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2215 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2216 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2217 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2218 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2219 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2220 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2221 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2222 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2223 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2224 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2225 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2226 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2227 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2228 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2229 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2230 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2231 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2232 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2233 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2234 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2235 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2236 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2237 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2238 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2239 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2240 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2241 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2242 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2243 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2244 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2245 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2246 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2247 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2248 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2249 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2250 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2251 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2252 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2253 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2254 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2255 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2256 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2257 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2258 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2259 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2260 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2261 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2262 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2263 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2264 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2265 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2266 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2267 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2268 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2269 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2270 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2271 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2272 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2273 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2274 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2275 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2276 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2277 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2278 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2279 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2280 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2281 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2282 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2283 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2284 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2285 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2286 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2287 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2288 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2289 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2290 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2291 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2292 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2293 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2294 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2295 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2296 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2297 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2298 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2299 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2300 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2301 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2302 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2303 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2304 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2305 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2306 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2307 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2308 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2309 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2310 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2311 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2312 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2313 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2314 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2315 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2316 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2317 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2318 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2319 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2320 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2321 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2322 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2323 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2324 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2325 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2326 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2327 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2328 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2329 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2330 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2331 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2332 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2333 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2334 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2335 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2336 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2337 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2338 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2339 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2340 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2341 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2342 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2343 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2344 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2345 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2346 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2347 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2348 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2349 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2350 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2351 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2352 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2353 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2354 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2355 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2356 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2357 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2358 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2359 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2360 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2361 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2362 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2363 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2364 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2365 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2366 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2367 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2368 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2369 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2370 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2371 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2372 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2373 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2374 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2375 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2376 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2377 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2378 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2379 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2380 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2381 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2382 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2383 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2384 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2385 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2386 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2387 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2388 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2389 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2390 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2391 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2392 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2393 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2394 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2395 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2396 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2397 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2398 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2399 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2400 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2401 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2402 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2403 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2404 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2405 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2406 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2407 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2408 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2409 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2410 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2411 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2412 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2413 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2414 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2415 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2416 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2417 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2418 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2419 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2420 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2421 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2422 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2423 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2424 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2425 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2426 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2427 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2428 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2429 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2430 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2431 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2432 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2433 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2434 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2435 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2436 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2437 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2438 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2439 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2440 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2441 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2442 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2443 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2444 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2445 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2446 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2447 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2448 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2449 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2450 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2451 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2452 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2453 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2454 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2455 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2456 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2457 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2458 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2459 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2460 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2461 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2462 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2463 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2464 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2465 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2466 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2467 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2468 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2469 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2470 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2471 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2472 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2473 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2474 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2475 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2476 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2477 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2478 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2479 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2480 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2481 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2482 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2483 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2484 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2485 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2486 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2487 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2488 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2489 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2490 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 122 as "bubbles" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 117 as "transfer2_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 119 as "transfer1_hit" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
ExportAssets (56) | Timeline Frame 2501 | Symbol 115 as "button" |
Labels
"descript others" | Frame 255 |
"win" | Frame 2620 |
"gameOver" | Frame 2625 |
"front_up" | Symbol 236 MovieClip Frame 26 |
"init" | Symbol 510 MovieClip Frame 2 |
"stop" | Symbol 510 MovieClip Frame 3 |
"appear" | Symbol 510 MovieClip Frame 4 |
"eatIt" | Symbol 514 MovieClip Frame 2 |
"init" | Symbol 515 MovieClip Frame 1 |
"stop" | Symbol 515 MovieClip Frame 2 |
"appear" | Symbol 515 MovieClip Frame 3 |
"eatIt" | Symbol 515 MovieClip Frame 4 |
"stop" | Symbol 522 MovieClip Frame 2 |
"appear" | Symbol 522 MovieClip Frame 3 |
"eatIt" | Symbol 525 MovieClip Frame 41 |
"init" | Symbol 526 MovieClip Frame 1 |
"stop" | Symbol 526 MovieClip Frame 2 |
"appear" | Symbol 526 MovieClip Frame 3 |
"eatIt" | Symbol 526 MovieClip Frame 4 |
"stop" | Symbol 535 MovieClip Frame 2 |
"appear" | Symbol 535 MovieClip Frame 3 |
"invisible" | Symbol 535 MovieClip Frame 4 |
"start" | Symbol 537 MovieClip Frame 2 |
"stop" | Symbol 537 MovieClip Frame 54 |
"init" | Symbol 538 MovieClip Frame 1 |
"stop" | Symbol 538 MovieClip Frame 2 |
"appear" | Symbol 538 MovieClip Frame 3 |
"stop" | Symbol 539 MovieClip Frame 2 |
"appear" | Symbol 539 MovieClip Frame 3 |
"stop" | Symbol 540 MovieClip Frame 2 |
"appear" | Symbol 540 MovieClip Frame 3 |
"eatIt" | Symbol 545 MovieClip Frame 21 |
"init" | Symbol 546 MovieClip Frame 1 |
"stop" | Symbol 546 MovieClip Frame 2 |
"appear" | Symbol 546 MovieClip Frame 3 |
"eatIt" | Symbol 546 MovieClip Frame 4 |
"init" | Symbol 550 MovieClip Frame 1 |
"stop" | Symbol 550 MovieClip Frame 2 |
"appear" | Symbol 550 MovieClip Frame 3 |
"transfer" | Symbol 550 MovieClip Frame 4 |
"init" | Symbol 551 MovieClip Frame 1 |
"stop" | Symbol 551 MovieClip Frame 2 |
"appear" | Symbol 551 MovieClip Frame 3 |
"transfer" | Symbol 551 MovieClip Frame 4 |
"stop" | Symbol 552 MovieClip Frame 2 |
"appear" | Symbol 552 MovieClip Frame 3 |
"stop" | Symbol 553 MovieClip Frame 2 |
"appear" | Symbol 553 MovieClip Frame 3 |
"stop" | Symbol 577 MovieClip Frame 1 |
"normal" | Symbol 577 MovieClip Frame 3 |
"fire" | Symbol 577 MovieClip Frame 22 |
"fire0" | Symbol 577 MovieClip Frame 23 |
"transfer" | Symbol 585 MovieClip Frame 31 |
"endTransfer" | Symbol 585 MovieClip Frame 50 |
"dying" | Symbol 585 MovieClip Frame 70 |
"sleep" | Symbol 586 MovieClip Frame 1 |
"dying" | Symbol 586 MovieClip Frame 31 |
"removeA" | Symbol 586 MovieClip Frame 55 |
"stop" | Symbol 586 MovieClip Frame 56 |
Dynamic Text Variables
perc | Symbol 130 EditableText | "" |
lifeV | Symbol 592 EditableText | "3" |
v_candy | Symbol 594 EditableText | "4" |
|