STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228073
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5120

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/71388393?noj=FRM71388393-29DC" width="1" height="1"></div>

darkfish.swf

This is the info page for
Flash #198275

(Click the ID number above for more basic data on this flash file.)


Text
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 1
stop(); 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 15
stop();
Instance of Symbol 237 MovieClip in Frame 137
onClipEvent (load) { this.bird.gotoAndPlay(4); }
Instance of Symbol 236 MovieClip in Frame 237
onClipEvent (load) { gotoAndPlay (3); }
Instance of Symbol 237 MovieClip "bird_env" in Frame 719
onClipEvent (load) { this.bird.gotoAndPlay(26); }
Instance of Symbol 237 MovieClip in Frame 789
onClipEvent (load) { this.bird.gotoAndStop(2); }
Frame 2360
gotoAndPlay (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 2501
onClipEvent (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 2609
stop();
Frame 2620
gotoAndPlay (2626);
Frame 2625
stop();
Frame 2626
function shock() { this._y = (Math.random() * 10) - 5; }
Frame 2684
this.onEnterFrame = shock;
Frame 2720
this.onEnterFrame = undefined;
Frame 2852
this.onEnterFrame = shock;
Frame 2882
this.onEnterFrame = undefined;
Frame 2916
Frame 3022
stop();
Symbol 13 MovieClip [flake] Frame 29
this.removeMovieClip();
Symbol 15 MovieClip [bomb_button] Frame 1
if (this.hitTest(_root.hero.body)) { father.gotoAndPlay("explode"); this.removeMovieClip(); }
Symbol 15 MovieClip [bomb_button] Frame 2
gotoAndPlay (1);
Symbol 46 MovieClip [hammer_ob_hit] Frame 1
stop();
Symbol 46 MovieClip [hammer_ob_hit] Frame 30
gotoAndStop (1); this._rotation = this._rotation + 90;
Symbol 78 MovieClip [hammer_ob] Frame 1
stop();
Symbol 78 MovieClip [hammer_ob] Frame 6
this.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 21
this.onEnterFrame = undefined;
Symbol 78 MovieClip [hammer_ob] Frame 30
gotoAndStop (1); this._rotation = this._rotation + 90;
Symbol 82 MovieClip [tail] Frame 14
this.removeMovieClip();
Symbol 84 MovieClip [door_hit] Frame 1
this.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 1
if (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 3
gotoAndPlay (1);
Symbol 91 MovieClip [key_ob] Frame 2
if (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 4
gotoAndPlay (1);
Symbol 93 MovieClip [gun_hit] Frame 1
this.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 6
gotoAndPlay (2);
Symbol 98 MovieClip [candy_throw] Frame 1
this.onEnterFrame = function () { this._x = this._x + this.vx; this._y = this._y + this.vy; };
Symbol 98 MovieClip [candy_throw] Frame 50
father.candy_clip = false; this.removeMovieClip();
Symbol 99 MovieClip [wings_hit] Frame 1
if (this.hitTest(_root.hero.body)) { father.gotoAndPlay("eatIt"); }
Symbol 99 MovieClip [wings_hit] Frame 5
gotoAndPlay (1);
Symbol 100 MovieClip [candy_hit] Frame 2
if (this.hitTest(_root.hero.body)) { trace("enn"); father.gotoAndPlay("eatIt"); }
Symbol 100 MovieClip [candy_hit] Frame 4
gotoAndPlay (1);
Symbol 106 MovieClip [stars] Frame 1
this._rotation = (_root.bi % 10) * 36;
Symbol 106 MovieClip [stars] Frame 24
this.removeMovieClip();
Symbol 112 MovieClip Frame 1
gotoAndPlay(Math.floor(Math.random() * 20));
Symbol 112 MovieClip Frame 21
gotoAndPlay (2);
Symbol 113 MovieClip [rush] Frame 20
removeMovieClip("");
Symbol 115 MovieClip [button] Frame 1
if (this.hitTest(_root.hero.body)) { fatherHammer.play(); fatherGr.play(); fatherHammer_hit.play(); }
Symbol 115 MovieClip [button] Frame 3
gotoAndPlay (1);
Symbol 119 MovieClip [transfer1_hit] Frame 1
if (this.hitTest(_root.hero.pp.x, _root.hero.pp.y, true)) { father.gotoAndPlay("transfer"); }
Symbol 119 MovieClip [transfer1_hit] Frame 3
gotoAndPlay (1);
Symbol 123 MovieClip [bubble] Frame 21
this.removeMovieClip();
Symbol 125 MovieClip Frame 1
this.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 5
gotoAndPlay (2);
Symbol 126 MovieClip Frame 10
if (Math.random() < 0.9) { gotoAndPlay (1); }
Symbol 136 Button
on (release) { _root.onEnterFrame = undefined; play(); }
Symbol 143 MovieClip Frame 30
gotoAndPlay (1);
Symbol 146 Button
on (release) { gotoAndPlay (2501); }
Symbol 236 MovieClip Frame 1
stop(); this.onEnterFrame = function () { this.i++; this._y = Math.sin((((this.i % 13) * Math.PI) * 2) / 13) * 5; }; trace(1);
Symbol 236 MovieClip Frame 2
stop(); this.i = 2; this.onEnterFrame = function () { this.i++; this._y = Math.sin((((this.i % 13) * Math.PI) * 2) / 13) * 5; };
Symbol 236 MovieClip Frame 3
stop(); this.onEnterFrame = undefined;
Symbol 236 MovieClip Frame 4
stop(); this.i = 2; this.onEnterFrame = function () { this.i++; this._y = Math.sin((((this.i % 13) * Math.PI) * 2) / 13) * 5; };
Symbol 236 MovieClip Frame 5
stop(); this.onEnterFrame = undefined;
Symbol 236 MovieClip Frame 26
play();
Symbol 236 MovieClip Frame 31
gotoAndPlay (1);
Symbol 236 MovieClip Frame 32
stop(); this.onEnterFrame = undefined;
Symbol 236 MovieClip Frame 37
stop();
Symbol 446 MovieClip Frame 7
gotoAndPlay (1);
Symbol 466 MovieClip Frame 20
gotoAndPlay (1);
Symbol 472 MovieClip Frame 1
this.onEnterFrame = function () { if (_currentframe > _parent.pstn) { prevFrame(); } if (_currentframe < _parent.pstn) { nextFrame(); } };
Symbol 488 MovieClip Frame 1
this.onEnterFrame = function () { if (_currentframe > _parent.pstn) { prevFrame(); } if (_currentframe < _parent.pstn) { nextFrame(); } };
Symbol 491 MovieClip Frame 1
this.onEnterFrame = function () { if (_currentframe > _parent.pstn) { prevFrame(); } if (_currentframe < _parent.pstn) { nextFrame(); } };
Symbol 510 MovieClip Frame 1
stop(); 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 2
trace("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 2
onClipEvent (load) { _visible = false; }
Symbol 510 MovieClip Frame 3
stop(); this.fun = this.hit.onEnterFrame; this.hit.onEnterFrame = undefined; trace("disa");
Symbol 510 MovieClip Frame 4
stop(); if (this.fun != undefined) { this.hit.onEnterFrame = this.fun; } trace("app");
Symbol 514 MovieClip Frame 1
stop();
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 25
stop(); 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 2
stop(); this.hit.stop();
Symbol 515 MovieClip Frame 3
stop(); this.hit.play();
Symbol 515 MovieClip Frame 4
stop(); this.candy.gotoAndPlay("eatIt"); this.hit.removeMovieClip();
Symbol 519 MovieClip Frame 1
stop();
Symbol 519 MovieClip Frame 6
Symbol 519 MovieClip Frame 21
Symbol 519 MovieClip Frame 30
gotoAndStop (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 2
stop(); this.hit.stop();
Symbol 522 MovieClip Frame 3
stop(); this.hit.play();
Symbol 525 MovieClip Frame 40
gotoAndPlay (1);
Symbol 525 MovieClip Frame 66
stop(); _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 2
stop(); this.hit.stop();
Symbol 526 MovieClip Frame 3
stop(); this.hit.play();
Symbol 526 MovieClip Frame 4
stop(); 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 1
onClipEvent (load) { _visible = false; }
Symbol 535 MovieClip Frame 2
stop(); this.fun = this.ko.onEnterFrame; this.ko.onEnterFrame = undefined; this.ko.stop();
Symbol 535 MovieClip Frame 3
stop(); this.ko.onEnterFrame = this.fun; this.ko.play();
Symbol 535 MovieClip Frame 23
stop();
Symbol 537 MovieClip Frame 2
this.shut = false;
Symbol 537 MovieClip Frame 53
if (!this.shut) { gotoAndPlay (2); }
Symbol 537 MovieClip Frame 54
stop();
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 1
onClipEvent (load) { this.gotoAndPlay("stop"); }
Symbol 538 MovieClip Frame 2
stop(); this.hit.stop(); this.sound.shut = true;
Symbol 538 MovieClip Frame 3
stop(); 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 2
stop(); this.hit.stop();
Symbol 539 MovieClip Frame 3
stop(); 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 2
stop(); this.hit.stop();
Symbol 540 MovieClip Frame 3
stop(); this.hit.play();
Symbol 545 MovieClip Frame 20
gotoAndPlay (1);
Symbol 545 MovieClip Frame 51
stop();
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 2
stop(); this.hit.stop();
Symbol 546 MovieClip Frame 3
stop(); this.hit.play();
Symbol 546 MovieClip Frame 4
stop(); 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 2
stop(); this.hit1.stop();
Symbol 550 MovieClip Frame 3
stop(); 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 14
this.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 2
stop(); this.hit1.stop();
Symbol 551 MovieClip Frame 3
stop(); 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 25
this.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 2
stop(); this.hit.stop();
Symbol 552 MovieClip Frame 3
stop(); 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 2
stop(); this.hit.stop();
Symbol 553 MovieClip Frame 3
stop(); this.hit.play();
Symbol 554 MovieClip Frame 1
stop();
Symbol 554 MovieClip Frame 2
stop();
Symbol 554 MovieClip Frame 3
stop();
Symbol 561 MovieClip Frame 1
this.onEnterFrame = function () { if (_currentframe > _parent.pstn) { prevFrame(); } if (_currentframe < _parent.pstn) { nextFrame(); } };
Symbol 563 MovieClip Frame 1
this.onEnterFrame = function () { if (_currentframe > _parent.pstn) { prevFrame(); } if (_currentframe < _parent.pstn) { nextFrame(); } };
Symbol 565 MovieClip Frame 1
this.onEnterFrame = function () { if (_currentframe > _parent.pstn) { prevFrame(); } if (_currentframe < _parent.pstn) { nextFrame(); } };
Symbol 566 MovieClip Frame 1
this.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 2
stop(); this.fun = this.hit.onEnterFrame; this.hit.onEnterFrame = undefined; this.hit._visible = false;
Symbol 577 MovieClip Frame 3
this.hit.onEnterFrame = undefined; this.hit._visible = false;
Symbol 577 MovieClip Frame 21
gotoAndPlay (3);
Symbol 577 MovieClip Frame 22
this.hit.onEnterFrame = this.fun; this.hit._visible = true;
Symbol 577 MovieClip Frame 25
gotoAndPlay (23);
Symbol 580 MovieClip Frame 1
stop();
Symbol 582 MovieClip Frame 1
stop();
Symbol 582 MovieClip Frame 3
gotoAndPlay (1);
Symbol 582 MovieClip Frame 5
gotoAndPlay (1);
Symbol 585 MovieClip Frame 1
function 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 49
gotoAndPlay (31);
Symbol 585 MovieClip Frame 69
stop();
Symbol 585 MovieClip Frame 115
_root.gotoAndPlay("gameOver");
Symbol 586 MovieClip Frame 1
function 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 31
this.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 55
i = 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 56
stop(); if (this.ehit != undefined) { this.ehit.removeMovieClip(); } this.onEnterFrame = undefined;
Instance of Symbol 556 MovieClip "s1" in Symbol 589 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 558 MovieClip "s2" in Symbol 589 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 560 MovieClip "s3" in Symbol 589 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 599 MovieClip Frame 1
this.onEnterFrame = function () { this.lifeV = _root.hero.life; this.v_candy = _root.hero.candy; };
Symbol 601 MovieClip Frame 1
stop();
Symbol 607 Button
on (release) { play(); }
Symbol 617 MovieClip Frame 30
gotoAndPlay (1);
Instance of Symbol 507 MovieClip "ahit" in Symbol 618 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 507 MovieClip "ahit" in Symbol 618 MovieClip Frame 11
onClipEvent (load) { _visible = false; }
Symbol 618 MovieClip Frame 25
gotoAndPlay (1);
Symbol 622 Button
on (release) { getURL ("mailto:zyp00@mails.tsinghua.edu.cn"); }
Symbol 625 Button
on (release) { this.h1._visible = true; this.h2._visible = true; this.h3._visible = true; this.c._visible = false; }
Symbol 626 Button
on (release) { this.c._visible = false; this.h1._visible = false; this.h2._visible = false; this.h3._visible = false; }
Symbol 627 Button
on (release) { this.c._visible = true; this.h1._visible = false; this.h2._visible = false; this.h3._visible = false; }
Symbol 628 MovieClip Frame 1
stop();
Symbol 628 MovieClip Frame 33
this.c._visible = false; this.h1._visible = false; this.h2._visible = false; this.h3._visible = false;
Symbol 628 MovieClip Frame 41
stop();
Symbol 628 MovieClip Frame 43
this.c._visible = false; this.h1._visible = false; this.h2._visible = false; this.h3._visible = false;
Symbol 642 Button
on (release) { gotoAndPlay (1); }
Symbol 651 MovieClip Frame 1
stop(); 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 5
gotoAndPlay (1);
Instance of Symbol 658 MovieClip "p" in Symbol 659 MovieClip Frame 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 7
gotoAndPlay (1);

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [petal]Uses:1
Symbol 3 ShapeTweeningUsed by:8
Symbol 4 ShapeTweeningUsed by:8
Symbol 5 ShapeTweeningUsed by:8
Symbol 6 ShapeTweeningUsed by:8
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClip [line]Uses:3 4 5 6 7
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClip [light]Uses:9
Symbol 11 ShapeTweeningUsed by:13
Symbol 12 ShapeTweeningUsed by:13
Symbol 13 MovieClip [flake]Uses:11 12
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClip [bomb_button]Uses:14
Symbol 16 GraphicUsed by:46
Symbol 17 GraphicUsed by:46
Symbol 18 GraphicUsed by:46
Symbol 19 GraphicUsed by:46
Symbol 20 GraphicUsed by:46
Symbol 21 GraphicUsed by:46
Symbol 22 GraphicUsed by:46
Symbol 23 GraphicUsed by:46
Symbol 24 GraphicUsed by:46
Symbol 25 GraphicUsed by:46
Symbol 26 GraphicUsed by:46
Symbol 27 GraphicUsed by:46
Symbol 28 GraphicUsed by:46
Symbol 29 GraphicUsed by:46
Symbol 30 GraphicUsed by:46
Symbol 31 GraphicUsed by:46
Symbol 32 GraphicUsed by:46
Symbol 33 GraphicUsed by:46
Symbol 34 GraphicUsed by:46
Symbol 35 GraphicUsed by:46
Symbol 36 GraphicUsed by:46
Symbol 37 GraphicUsed by:46
Symbol 38 GraphicUsed by:46
Symbol 39 GraphicUsed by:46
Symbol 40 GraphicUsed by:46
Symbol 41 GraphicUsed by:46
Symbol 42 GraphicUsed by:46
Symbol 43 GraphicUsed by:46
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed 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 GraphicUsed by:78
Symbol 48 GraphicUsed by:78
Symbol 49 GraphicUsed by:78
Symbol 50 GraphicUsed by:78
Symbol 51 GraphicUsed by:78
Symbol 52 GraphicUsed by:78
Symbol 53 SoundUsed by:78  Timeline
Symbol 54 GraphicUsed by:78
Symbol 55 GraphicUsed by:78
Symbol 56 GraphicUsed by:78
Symbol 57 GraphicUsed by:78
Symbol 58 GraphicUsed by:78
Symbol 59 GraphicUsed by:78
Symbol 60 GraphicUsed by:78
Symbol 61 GraphicUsed by:78
Symbol 62 GraphicUsed by:78
Symbol 63 GraphicUsed by:78
Symbol 64 GraphicUsed by:78
Symbol 65 GraphicUsed by:78
Symbol 66 GraphicUsed by:78
Symbol 67 GraphicUsed by:78
Symbol 68 GraphicUsed by:78
Symbol 69 GraphicUsed by:78
Symbol 70 GraphicUsed by:78
Symbol 71 GraphicUsed by:78
Symbol 72 GraphicUsed by:78
Symbol 73 GraphicUsed by:78
Symbol 74 GraphicUsed by:78
Symbol 75 GraphicUsed by:78
Symbol 76 GraphicUsed by:78
Symbol 77 GraphicUsed 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 ShapeTweeningUsed by:82
Symbol 80 ShapeTweeningUsed by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClip [tail]Uses:79 80 81
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClip [door_hit]Uses:83
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClip [door_ob_hit]Uses:85
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClip [door_ob]Uses:87
Symbol 89 GraphicUsed by:90 91 99 100
Symbol 90 MovieClip [bubble_hit]Uses:89
Symbol 91 MovieClip [key_ob]Uses:89
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClip [gun_hit]Uses:92
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:96  Timeline
Symbol 96 MovieClipUses:95Used by:98 525 599 619
Symbol 97 SoundUsed 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 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:106
Symbol 103 ShapeTweeningUsed by:106
Symbol 104 SoundUsed by:106 514
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClip [stars]Uses:102 103 104 105
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClip [ehit]Uses:107
Symbol 109 GraphicUsed by:112
Symbol 110 ShapeTweeningUsed by:112
Symbol 111 ShapeTweeningUsed by:112
Symbol 112 MovieClipUses:109 110 111Used by:113 214
Symbol 113 MovieClip [rush]Uses:112
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClip [button]Uses:114Used by:617
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClip [transfer2_hit]Uses:116Used by:550
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClip [transfer1_hit]Uses:118Used by:550 551
Symbol 120 GraphicUsed by:122 123 570 575
Symbol 121 GraphicUsed by:122 123
Symbol 122 MovieClip [bubbles]Uses:120 121Used by:538  Timeline
Symbol 123 MovieClip [bubble]Uses:120 121Used by:Timeline
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:126
Symbol 126 MovieClipUses:125Used by:Timeline
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:Timeline
Symbol 129 FontUsed by:130 144 605 608 611 614 620 623
Symbol 130 EditableTextUses:129Used by:Timeline
Symbol 131 GraphicUsed by:Timeline
Symbol 132 SoundUsed by:Timeline
Symbol 133 FontUsed by:134
Symbol 134 TextUses:133Used by:136
Symbol 135 GraphicUsed by:136
Symbol 136 ButtonUses:134 135Used by:Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:Timeline
Symbol 139 GraphicUsed by:140 642
Symbol 140 MovieClipUses:139Used by:143 236 254  Timeline
Symbol 141 ShapeTweeningUsed by:143 563 617 618 619 641 642  Timeline
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:140 141 142Used by:Timeline
Symbol 144 TextUses:129Used by:146
Symbol 145 GraphicUsed by:146
Symbol 146 ButtonUses:144 145Used by:Timeline
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:317  Timeline
Symbol 149 GraphicUsed by:Timeline
Symbol 150 GraphicUsed by:151 648
Symbol 151 MovieClipUses:150Used by:648  Timeline
Symbol 152 GraphicUsed by:153 648
Symbol 153 MovieClipUses:152Used by:648  Timeline
Symbol 154 GraphicUsed by:159
Symbol 155 GraphicUsed by:159
Symbol 156 GraphicUsed by:159
Symbol 157 GraphicUsed by:159
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:154 155 156 157 158Used by:Timeline
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 GraphicUsed by:206 317  Timeline
Symbol 164 GraphicUsed by:206 317  Timeline
Symbol 165 GraphicUsed by:206 317  Timeline
Symbol 166 GraphicUsed by:206 317  Timeline
Symbol 167 GraphicUsed by:206 317  Timeline
Symbol 168 GraphicUsed by:206 317  Timeline
Symbol 169 ShapeTweeningUsed by:206 317  Timeline
Symbol 170 ShapeTweeningUsed by:188
Symbol 171 GraphicUsed by:188
Symbol 172 GraphicUsed by:188
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:173Used by:188
Symbol 175 ShapeTweeningUsed by:188
Symbol 176 GraphicUsed by:188
Symbol 177 GraphicUsed by:188
Symbol 178 GraphicUsed by:188
Symbol 179 ShapeTweeningUsed by:188
Symbol 180 GraphicUsed by:188
Symbol 181 GraphicUsed by:188
Symbol 182 GraphicUsed by:188
Symbol 183 ShapeTweeningUsed by:188
Symbol 184 GraphicUsed by:188
Symbol 185 GraphicUsed by:188
Symbol 186 GraphicUsed by:188
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:170 171 172 174 175 176 177 178 179 180 181 182 183 184 185 186 187Used by:206 317  Timeline
Symbol 189 GraphicUsed by:206  Timeline
Symbol 190 GraphicUsed by:206  Timeline
Symbol 191 GraphicUsed by:206  Timeline
Symbol 192 GraphicUsed by:206  Timeline
Symbol 193 ShapeTweeningUsed by:206  Timeline
Symbol 194 GraphicUsed by:206  Timeline
Symbol 195 GraphicUsed by:206  Timeline
Symbol 196 GraphicUsed by:206  Timeline
Symbol 197 GraphicUsed by:206  Timeline
Symbol 198 ShapeTweeningUsed by:206  Timeline
Symbol 199 ShapeTweeningUsed by:206  Timeline
Symbol 200 GraphicUsed by:206  Timeline
Symbol 201 GraphicUsed by:206  Timeline
Symbol 202 GraphicUsed by:206  Timeline
Symbol 203 GraphicUsed by:206  Timeline
Symbol 204 ShapeTweeningUsed by:206  Timeline
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:163 164 165 166 167 168 169 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205Used by:Timeline
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:Timeline
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209Used by:Timeline
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:Timeline
Symbol 213 SoundUsed by:Timeline
Symbol 214 MovieClipUses:112Used by:Timeline
Symbol 215 GraphicUsed by:218 236  Timeline
Symbol 216 GraphicUsed by:218
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:215 216 217Used by:236 514 561
Symbol 219 GraphicUsed by:236  Timeline
Symbol 220 GraphicUsed by:226 236
Symbol 221 GraphicUsed by:236
Symbol 222 GraphicUsed by:236
Symbol 223 GraphicUsed by:224
Symbol 224 MovieClipUses:223Used by:236  Timeline
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:220 225Used by:236  Timeline
Symbol 227 GraphicUsed by:236  Timeline
Symbol 228 GraphicUsed by:236
Symbol 229 GraphicUsed by:236
Symbol 230 GraphicUsed by:236
Symbol 231 GraphicUsed by:236
Symbol 232 GraphicUsed by:236
Symbol 233 GraphicUsed by:236
Symbol 234 GraphicUsed by:236  Timeline
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:140 218 219 220 221 222 215 224 226 227 228 229 230 231 232 233 234 235Used by:237  Timeline
Symbol 237 MovieClipUses:236Used by:Timeline
Symbol 238 GraphicUsed by:Timeline
Symbol 239 GraphicUsed by:240
Symbol 240 MovieClipUses:239Used by:Timeline
Symbol 241 GraphicUsed by:Timeline
Symbol 242 GraphicUsed by:Timeline
Symbol 243 GraphicUsed by:Timeline
Symbol 244 GraphicUsed by:Timeline
Symbol 245 GraphicUsed by:Timeline
Symbol 246 GraphicUsed by:Timeline
Symbol 247 GraphicUsed by:Timeline
Symbol 248 GraphicUsed by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 GraphicUsed by:Timeline
Symbol 251 GraphicUsed by:Timeline
Symbol 252 GraphicUsed by:Timeline
Symbol 253 GraphicUsed by:Timeline
Symbol 254 MovieClipUses:140Used by:449 488 617 618 619 641 665  Timeline
Symbol 255 GraphicUsed by:565 617 618 619 641 642  Timeline
Symbol 256 GraphicUsed by:566 617 618 619 641 642  Timeline
Symbol 257 SoundUsed by:Timeline
Symbol 258 GraphicUsed by:Timeline
Symbol 259 GraphicUsed by:Timeline
Symbol 260 GraphicUsed by:Timeline
Symbol 261 GraphicUsed by:Timeline
Symbol 262 GraphicUsed by:Timeline
Symbol 263 GraphicUsed by:Timeline
Symbol 264 SoundUsed by:Timeline
Symbol 265 GraphicUsed by:Timeline
Symbol 266 GraphicUsed by:Timeline
Symbol 267 GraphicUsed by:268  Timeline
Symbol 268 MovieClipUses:267Used by:Timeline
Symbol 269 GraphicUsed by:Timeline
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:270Used by:Timeline
Symbol 272 GraphicUsed by:Timeline
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:Timeline
Symbol 275 GraphicUsed by:Timeline
Symbol 276 SoundUsed by:525  Timeline
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:277Used by:Timeline
Symbol 279 GraphicUsed by:Timeline
Symbol 280 GraphicUsed by:Timeline
Symbol 281 SoundUsed by:Timeline
Symbol 282 GraphicUsed by:Timeline
Symbol 283 GraphicUsed by:Timeline
Symbol 284 GraphicUsed by:Timeline
Symbol 285 GraphicUsed by:Timeline
Symbol 286 GraphicUsed by:Timeline
Symbol 287 GraphicUsed by:Timeline
Symbol 288 GraphicUsed by:Timeline
Symbol 289 GraphicUsed by:Timeline
Symbol 290 GraphicUsed by:Timeline
Symbol 291 GraphicUsed by:Timeline
Symbol 292 GraphicUsed by:Timeline
Symbol 293 GraphicUsed by:Timeline
Symbol 294 GraphicUsed by:Timeline
Symbol 295 GraphicUsed by:Timeline
Symbol 296 GraphicUsed by:Timeline
Symbol 297 GraphicUsed by:Timeline
Symbol 298 GraphicUsed by:Timeline
Symbol 299 GraphicUsed by:Timeline
Symbol 300 SoundUsed by:Timeline
Symbol 301 GraphicUsed by:Timeline
Symbol 302 GraphicUsed by:Timeline
Symbol 303 GraphicUsed by:Timeline
Symbol 304 GraphicUsed by:Timeline
Symbol 305 GraphicUsed by:Timeline
Symbol 306 GraphicUsed by:Timeline
Symbol 307 GraphicUsed by:Timeline
Symbol 308 GraphicUsed by:Timeline
Symbol 309 GraphicUsed by:Timeline
Symbol 310 GraphicUsed by:Timeline
Symbol 311 SoundUsed by:Timeline
Symbol 312 GraphicUsed by:Timeline
Symbol 313 GraphicUsed by:Timeline
Symbol 314 GraphicUsed by:Timeline
Symbol 315 GraphicUsed by:317
Symbol 316 GraphicUsed by:317
Symbol 317 MovieClipUses:148 315 163 164 165 166 167 168 169 188 316Used by:Timeline
Symbol 318 GraphicUsed by:Timeline
Symbol 319 SoundUsed by:Timeline
Symbol 320 GraphicUsed by:Timeline
Symbol 321 GraphicUsed by:Timeline
Symbol 322 GraphicUsed by:446 664  Timeline
Symbol 323 GraphicUsed by:446 664  Timeline
Symbol 324 ShapeTweeningUsed by:Timeline
Symbol 325 ShapeTweeningUsed by:Timeline
Symbol 326 ShapeTweeningUsed by:Timeline
Symbol 327 SoundUsed by:Timeline
Symbol 328 ShapeTweeningUsed by:Timeline
Symbol 329 GraphicUsed by:Timeline
Symbol 330 GraphicUsed by:Timeline
Symbol 331 GraphicUsed by:Timeline
Symbol 332 GraphicUsed by:Timeline
Symbol 333 GraphicUsed by:Timeline
Symbol 334 SoundUsed by:582  Timeline
Symbol 335 GraphicUsed by:Timeline
Symbol 336 GraphicUsed by:Timeline
Symbol 337 GraphicUsed by:Timeline
Symbol 338 GraphicUsed by:Timeline
Symbol 339 GraphicUsed by:Timeline
Symbol 340 SoundUsed by:Timeline
Symbol 341 GraphicUsed by:Timeline
Symbol 342 GraphicUsed by:Timeline
Symbol 343 GraphicUsed by:Timeline
Symbol 344 SoundUsed by:Timeline
Symbol 345 BitmapUsed by:346
Symbol 346 GraphicUses:345Used by:347
Symbol 347 MovieClipUses:346Used by:Timeline
Symbol 348 GraphicUsed by:Timeline
Symbol 349 GraphicUsed by:Timeline
Symbol 350 GraphicUsed by:Timeline
Symbol 351 GraphicUsed by:Timeline
Symbol 352 GraphicUsed by:Timeline
Symbol 353 GraphicUsed by:Timeline
Symbol 354 GraphicUsed by:Timeline
Symbol 355 BitmapUsed by:356
Symbol 356 GraphicUses:355Used by:357
Symbol 357 MovieClipUses:356Used by:Timeline
Symbol 358 GraphicUsed by:Timeline
Symbol 359 GraphicUsed by:Timeline
Symbol 360 GraphicUsed by:Timeline
Symbol 361 GraphicUsed by:Timeline
Symbol 362 GraphicUsed by:Timeline
Symbol 363 GraphicUsed by:Timeline
Symbol 364 GraphicUsed by:Timeline
Symbol 365 GraphicUsed by:Timeline
Symbol 366 GraphicUsed by:Timeline
Symbol 367 GraphicUsed by:Timeline
Symbol 368 GraphicUsed by:Timeline
Symbol 369 GraphicUsed by:Timeline
Symbol 370 GraphicUsed by:Timeline
Symbol 371 GraphicUsed by:Timeline
Symbol 372 GraphicUsed by:Timeline
Symbol 373 GraphicUsed by:Timeline
Symbol 374 GraphicUsed by:Timeline
Symbol 375 GraphicUsed by:Timeline
Symbol 376 GraphicUsed by:Timeline
Symbol 377 GraphicUsed by:Timeline
Symbol 378 GraphicUsed by:Timeline
Symbol 379 GraphicUsed by:Timeline
Symbol 380 GraphicUsed by:Timeline
Symbol 381 GraphicUsed by:Timeline
Symbol 382 GraphicUsed by:Timeline
Symbol 383 SoundUsed by:Timeline
Symbol 384 GraphicUsed by:Timeline
Symbol 385 GraphicUsed by:Timeline
Symbol 386 GraphicUsed by:Timeline
Symbol 387 GraphicUsed by:Timeline
Symbol 388 GraphicUsed by:Timeline
Symbol 389 GraphicUsed by:Timeline
Symbol 390 SoundUsed by:Timeline
Symbol 391 GraphicUsed by:Timeline
Symbol 392 GraphicUsed by:Timeline
Symbol 393 GraphicUsed by:Timeline
Symbol 394 GraphicUsed by:Timeline
Symbol 395 GraphicUsed by:Timeline
Symbol 396 GraphicUsed by:Timeline
Symbol 397 GraphicUsed by:Timeline
Symbol 398 GraphicUsed by:Timeline
Symbol 399 SoundUsed by:582  Timeline
Symbol 400 GraphicUsed by:Timeline
Symbol 401 GraphicUsed by:Timeline
Symbol 402 GraphicUsed by:Timeline
Symbol 403 GraphicUsed by:Timeline
Symbol 404 GraphicUsed by:Timeline
Symbol 405 GraphicUsed by:Timeline
Symbol 406 GraphicUsed by:Timeline
Symbol 407 GraphicUsed by:Timeline
Symbol 408 GraphicUsed by:Timeline
Symbol 409 GraphicUsed by:Timeline
Symbol 410 GraphicUsed by:Timeline
Symbol 411 GraphicUsed by:Timeline
Symbol 412 GraphicUsed by:Timeline
Symbol 413 GraphicUsed by:Timeline
Symbol 414 GraphicUsed by:Timeline
Symbol 415 GraphicUsed by:Timeline
Symbol 416 GraphicUsed by:Timeline
Symbol 417 GraphicUsed by:Timeline
Symbol 418 GraphicUsed by:Timeline
Symbol 419 GraphicUsed by:Timeline
Symbol 420 GraphicUsed by:Timeline
Symbol 421 GraphicUsed by:Timeline
Symbol 422 GraphicUsed by:Timeline
Symbol 423 GraphicUsed by:Timeline
Symbol 424 GraphicUsed by:Timeline
Symbol 425 GraphicUsed by:Timeline
Symbol 426 GraphicUsed by:Timeline
Symbol 427 GraphicUsed by:Timeline
Symbol 428 GraphicUsed by:Timeline
Symbol 429 GraphicUsed by:Timeline
Symbol 430 GraphicUsed by:Timeline
Symbol 431 GraphicUsed by:Timeline
Symbol 432 GraphicUsed by:Timeline
Symbol 433 GraphicUsed by:Timeline
Symbol 434 GraphicUsed by:Timeline
Symbol 435 GraphicUsed by:Timeline
Symbol 436 GraphicUsed by:Timeline
Symbol 437 GraphicUsed by:Timeline
Symbol 438 GraphicUsed by:Timeline
Symbol 439 GraphicUsed by:Timeline
Symbol 440 GraphicUsed by:Timeline
Symbol 441 SoundUsed by:Timeline
Symbol 442 GraphicUsed by:449  Timeline
Symbol 443 ShapeTweeningUsed by:446  Timeline
Symbol 444 ShapeTweeningUsed by:446  Timeline
Symbol 445 GraphicUsed by:446  Timeline
Symbol 446 MovieClipUses:322 323 443 444 445Used by:449  Timeline
Symbol 447 SoundUsed by:Timeline
Symbol 448 GraphicUsed by:Timeline
Symbol 449 MovieClipUses:254 442 446Used by:Timeline
Symbol 450 GraphicUsed by:Timeline
Symbol 451 BitmapUsed by:452
Symbol 452 GraphicUses:451Used by:453
Symbol 453 MovieClipUses:452Used by:Timeline
Symbol 454 GraphicUsed by:Timeline
Symbol 455 ShapeTweeningUsed by:459
Symbol 456 GraphicUsed by:459
Symbol 457 ShapeTweeningUsed by:459
Symbol 458 GraphicUsed by:459
Symbol 459 MovieClipUses:455 456 457 458Used by:Timeline
Symbol 460 GraphicUsed by:461
Symbol 461 MovieClipUses:460Used by:Timeline
Symbol 462 GraphicUsed by:Timeline
Symbol 463 GraphicUsed by:Timeline
Symbol 464 ShapeTweeningUsed by:466
Symbol 465 GraphicUsed by:466
Symbol 466 MovieClipUses:464 465Used by:Timeline
Symbol 467 GraphicUsed by:468
Symbol 468 MovieClipUses:467Used by:469
Symbol 469 MovieClipUses:468Used by:586  Timeline
Symbol 470 ShapeTweeningUsed by:472
Symbol 471 GraphicUsed by:472
Symbol 472 MovieClipUses:470 471Used by:586 619  Timeline
Symbol 473 GraphicUsed by:586  Timeline
Symbol 474 GraphicUsed by:Timeline
Symbol 475 GraphicUsed by:Timeline
Symbol 476 SoundUsed by:Timeline
Symbol 477 GraphicUsed by:Timeline
Symbol 478 GraphicUsed by:Timeline
Symbol 479 SoundUsed by:Timeline
Symbol 480 GraphicUsed by:Timeline
Symbol 481 GraphicUsed by:Timeline
Symbol 482 GraphicUsed by:Timeline
Symbol 483 GraphicUsed by:Timeline
Symbol 484 GraphicUsed by:Timeline
Symbol 485 GraphicUsed by:Timeline
Symbol 486 GraphicUsed by:Timeline
Symbol 487 GraphicUsed by:Timeline
Symbol 488 MovieClipUses:254Used by:585 586 619  Timeline
Symbol 489 GraphicUsed by:491
Symbol 490 GraphicUsed by:491
Symbol 491 MovieClipUses:489 490Used by:586 619  Timeline
Symbol 492 BitmapUsed by:493
Symbol 493 GraphicUses:492Used by:494
Symbol 494 MovieClipUses:493Used by:Timeline
Symbol 495 GraphicUsed by:496
Symbol 496 MovieClipUses:495Used by:589
Symbol 497 GraphicUsed by:498
Symbol 498 MovieClipUses:497Used by:589
Symbol 499 BitmapUsed by:500
Symbol 500 GraphicUses:499Used by:501
Symbol 501 MovieClipUses:500Used by:589
Symbol 502 GraphicUsed by:503
Symbol 503 MovieClipUses:502Used by:589
Symbol 504 BitmapUsed by:505
Symbol 505 GraphicUses:504Used by:510 618
Symbol 506 GraphicUsed by:507
Symbol 507 MovieClipUses:506Used by:510 515 522 526 535 538 539 540 546 550 551 552 553 618
Symbol 508 BitmapUsed by:509
Symbol 509 GraphicUses:508Used by:510 618
Symbol 510 MovieClipUses:505 507 509Used by:554
Symbol 511 GraphicUsed by:512
Symbol 512 MovieClipUses:511Used by:514
Symbol 513 SoundUsed by:514
Symbol 514 MovieClipUses:218 104 512 513Used by:515
Symbol 515 MovieClipUses:507 514Used by:554
Symbol 516 BitmapUsed by:517
Symbol 517 GraphicUses:516Used by:518
Symbol 518 MovieClipUses:517Used by:519 554 617
Symbol 519 MovieClipUses:518Used by:522 539 540 552 553
Symbol 520 GraphicUsed by:521
Symbol 521 MovieClipUses:520Used by:522 539 540 552 553
Symbol 522 MovieClipUses:507 519 521Used by:554
Symbol 523 GraphicUsed by:524
Symbol 524 MovieClipUses:523Used by:525
Symbol 525 MovieClipUses:96 524 276Used by:526
Symbol 526 MovieClipUses:507 525Used by:554
Symbol 527 GraphicUsed by:531
Symbol 528 GraphicUsed by:531
Symbol 529 GraphicUsed by:531
Symbol 530 GraphicUsed by:531
Symbol 531 MovieClipUses:527 528 529 530Used by:535 618
Symbol 532 GraphicUsed by:533
Symbol 533 MovieClipUses:532Used by:535
Symbol 534 SoundUsed by:535
Symbol 535 MovieClipUses:507 531 533 534Used by:554
Symbol 536 SoundUsed by:537
Symbol 537 MovieClipUses:536Used by:538
Symbol 538 MovieClipUses:507 122 537Used by:554
Symbol 539 MovieClipUses:507 519 521Used by:554
Symbol 540 MovieClipUses:507 519 521Used by:554
Symbol 541 GraphicUsed by:545
Symbol 542 SoundUsed by:545
Symbol 543 GraphicUsed by:544
Symbol 544 MovieClipUses:543Used by:545
Symbol 545 MovieClipUses:541 542 544Used by:546
Symbol 546 MovieClipUses:507 545Used by:554
Symbol 547 BitmapUsed by:548
Symbol 548 GraphicUses:547Used by:549
Symbol 549 MovieClipUses:548Used by:550 551
Symbol 550 MovieClipUses:507 119 117 549Used by:554
Symbol 551 MovieClipUses:507 119 549Used by:554
Symbol 552 MovieClipUses:507 519 521Used by:554
Symbol 553 MovieClipUses:507 519 521Used by:554
Symbol 554 MovieClipUses:510 515 522 526 535 538 539 540 546 518 550 551 552 553Used by:589
Symbol 555 GraphicUsed by:556
Symbol 556 MovieClipUses:555Used by:589
Symbol 557 GraphicUsed by:558
Symbol 558 MovieClipUses:557Used by:589
Symbol 559 GraphicUsed by:560
Symbol 560 MovieClipUses:559Used by:589
Symbol 561 MovieClipUses:218Used by:585
Symbol 562 GraphicUsed by:563
Symbol 563 MovieClipUses:141 562Used by:585
Symbol 564 GraphicUsed by:565
Symbol 565 MovieClipUses:255 564Used by:585
Symbol 566 MovieClipUses:256Used by:585
Symbol 567 GraphicUsed by:577
Symbol 568 GraphicUsed by:577
Symbol 569 GraphicUsed by:577
Symbol 570 MovieClipUses:120Used by:577
Symbol 571 GraphicUsed by:577
Symbol 572 GraphicUsed by:577
Symbol 573 GraphicUsed by:577
Symbol 574 GraphicUsed by:575
Symbol 575 MovieClipUses:120 574Used by:577
Symbol 576 GraphicUsed by:577
Symbol 577 MovieClipUses:567 568 569 570 571 572 573 575 576Used by:585
Symbol 578 GraphicUsed by:579
Symbol 579 MovieClipUses:578Used by:580
Symbol 580 MovieClipUses:579Used by:585
Symbol 581 GraphicUsed by:582
Symbol 582 MovieClipUses:581 334 399Used by:585
Symbol 583 GraphicUsed by:584
Symbol 584 MovieClipUses:583Used by:585 586
Symbol 585 MovieClipUses:488 561 563 565 566 577 580 582 584Used by:589
Symbol 586 MovieClipUses:469 472 473 488 491 584Used by:589
Symbol 587 GraphicUsed by:588
Symbol 588 MovieClipUses:587Used by:589
Symbol 589 MovieClipUses:496 498 501 503 554 556 558 560 585 586 588Used by:Timeline
Symbol 590 GraphicUsed by:599
Symbol 591 FontUsed by:592 640
Symbol 592 EditableTextUses:591Used by:599
Symbol 593 FontUsed by:594
Symbol 594 EditableTextUses:593Used by:599
Symbol 595 GraphicUsed by:599
Symbol 596 GraphicUsed by:597
Symbol 597 MovieClipUses:596Used by:599
Symbol 598 GraphicUsed by:599
Symbol 599 MovieClipUses:590 592 96 594 595 597 598Used by:Timeline
Symbol 600 GraphicUsed by:601
Symbol 601 MovieClipUses:600Used by:Timeline
Symbol 602 GraphicUsed by:Timeline
Symbol 603 GraphicUsed by:604
Symbol 604 MovieClipUses:603Used by:628
Symbol 605 TextUses:129Used by:607
Symbol 606 GraphicUsed by:607
Symbol 607 ButtonUses:605 606Used by:628
Symbol 608 TextUses:129Used by:610 625
Symbol 609 GraphicUsed by:610 625
Symbol 610 ButtonUses:608 609Used by:628
Symbol 611 TextUses:129Used by:613 626
Symbol 612 GraphicUsed by:613 626
Symbol 613 ButtonUses:611 612Used by:628
Symbol 614 TextUses:129Used by:616 627
Symbol 615 GraphicUsed by:616 627
Symbol 616 ButtonUses:614 615Used by:628
Symbol 617 MovieClipUses:115 518 254 141 255 256Used by:628
Symbol 618 MovieClipUses:505 507 531 254 141 255 256 509Used by:628
Symbol 619 MovieClipUses:254 141 255 256 96 488 472 491Used by:628
Symbol 620 TextUses:129Used by:622
Symbol 621 GraphicUsed by:622
Symbol 622 ButtonUses:620 621Used by:624
Symbol 623 TextUses:129Used by:624
Symbol 624 MovieClipUses:622 623Used by:628
Symbol 625 ButtonUses:608 609Used by:628
Symbol 626 ButtonUses:611 612Used by:628
Symbol 627 ButtonUses:614 615Used by:628
Symbol 628 MovieClipUses:604 607 610 613 616 617 618 619 624 625 626 627Used by:Timeline
Symbol 629 GraphicUsed by:Timeline
Symbol 630 GraphicUsed by:Timeline
Symbol 631 GraphicUsed by:Timeline
Symbol 632 FontUsed by:633 634 635 636 637
Symbol 633 TextUses:632Used by:Timeline
Symbol 634 TextUses:632Used by:Timeline
Symbol 635 TextUses:632Used by:Timeline
Symbol 636 TextUses:632Used by:Timeline
Symbol 637 TextUses:632Used by:Timeline
Symbol 638 ShapeTweeningUsed by:Timeline
Symbol 639 GraphicUsed by:Timeline
Symbol 640 TextUses:591Used by:Timeline
Symbol 641 MovieClipUses:254 141 255 256Used by:642
Symbol 642 ButtonUses:641 139 141 255 256Used by:Timeline
Symbol 643 GraphicUsed by:Timeline
Symbol 644 GraphicUsed by:645 648
Symbol 645 MovieClipUses:644Used by:648 652  Timeline
Symbol 646 GraphicUsed by:647 648
Symbol 647 MovieClipUses:646Used by:648
Symbol 648 ButtonUses:153 645 647 151 152 644 646 150Used by:Timeline
Symbol 649 ShapeTweeningUsed by:Timeline
Symbol 650 GraphicUsed by:651
Symbol 651 MovieClipUses:650Used by:Timeline
Symbol 652 MovieClipUses:645Used by:Timeline
Symbol 653 SoundUsed by:Timeline
Symbol 654 GraphicUsed by:Timeline
Symbol 655 ShapeTweeningUsed by:Timeline
Symbol 656 GraphicUsed by:659
Symbol 657 GraphicUsed by:658
Symbol 658 MovieClipUses:657Used by:659
Symbol 659 MovieClipUses:656 658Used by:Timeline
Symbol 660 GraphicUsed by:665
Symbol 661 ShapeTweeningUsed by:664  Timeline
Symbol 662 ShapeTweeningUsed by:664  Timeline
Symbol 663 GraphicUsed by:664
Symbol 664 MovieClipUses:322 323 661 662 663Used by:665
Symbol 665 MovieClipUses:254 660 664Used by:Timeline
Symbol 666 GraphicUsed by:Timeline
Symbol 667 GraphicUsed by:Timeline
Symbol 668 ShapeTweeningUsed by:Timeline
Symbol 669 GraphicUsed by:Timeline
Symbol 670 ShapeTweeningUsed by:Timeline
Symbol 671 GraphicUsed by:Timeline
Symbol 672 ShapeTweeningUsed by:Timeline
Symbol 673 ShapeTweeningUsed by:Timeline
Symbol 674 GraphicUsed by:Timeline
Symbol 675 ShapeTweeningUsed by:Timeline
Symbol 676 GraphicUsed by:Timeline
Symbol 677 ShapeTweeningUsed by:Timeline
Symbol 678 GraphicUsed by:Timeline
Symbol 679 GraphicUsed by:Timeline
Symbol 680 BitmapUsed by:681
Symbol 681 GraphicUses:680Used by:682
Symbol 682 MovieClipUses:681Used by:Timeline
Symbol 683 ShapeTweeningUsed by:Timeline
Symbol 684 ShapeTweeningUsed by:Timeline
Symbol 685 GraphicUsed by:Timeline

Instance Names

"drw"Frame 1Symbol 128 MovieClip
"lit"Frame 1Symbol 128 MovieClip
"bird_env"Frame 719Symbol 237 MovieClip
"body"Frame 2022Symbol 472 MovieClip
"eye"Frame 2193Symbol 491 MovieClip
"body"Frame 2220Symbol 472 MovieClip
"eye"Frame 2220Symbol 491 MovieClip
"body"Frame 2222Symbol 472 MovieClip
"eye"Frame 2222Symbol 491 MovieClip
"body"Frame 2225Symbol 472 MovieClip
"eye"Frame 2225Symbol 491 MovieClip
"body"Frame 2225Symbol 472 MovieClip
"eye"Frame 2225Symbol 491 MovieClip
"eye"Frame 2230Symbol 491 MovieClip
"body"Frame 2230Symbol 472 MovieClip
"display"Frame 2501Symbol 589 MovieClip
"body"Frame 2501Symbol 472 MovieClip
"eye"Frame 2501Symbol 491 MovieClip
"body"Frame 2501Symbol 472 MovieClip
"eye"Frame 2501Symbol 491 MovieClip
"bird"Symbol 237 MovieClip Frame 1Symbol 236 MovieClip
"ahit"Symbol 510 MovieClip Frame 2Symbol 507 MovieClip
"ahit"Symbol 515 MovieClip Frame 1Symbol 507 MovieClip
"candy"Symbol 515 MovieClip Frame 1Symbol 514 MovieClip
"ahit"Symbol 522 MovieClip Frame 1Symbol 507 MovieClip
"hammer"Symbol 522 MovieClip Frame 1Symbol 519 MovieClip
"sign"Symbol 522 MovieClip Frame 1Symbol 521 MovieClip
"ahit"Symbol 526 MovieClip Frame 1Symbol 507 MovieClip
"candy"Symbol 526 MovieClip Frame 1Symbol 525 MovieClip
"ahit"Symbol 535 MovieClip Frame 1Symbol 507 MovieClip
"ahit"Symbol 538 MovieClip Frame 1Symbol 507 MovieClip
"bbl"Symbol 538 MovieClip Frame 1Symbol 122 MovieClip [bubbles]
"sound"Symbol 538 MovieClip Frame 1Symbol 537 MovieClip
"ahit"Symbol 539 MovieClip Frame 1Symbol 507 MovieClip
"hammer"Symbol 539 MovieClip Frame 1Symbol 519 MovieClip
"sign"Symbol 539 MovieClip Frame 1Symbol 521 MovieClip
"ahit"Symbol 540 MovieClip Frame 1Symbol 507 MovieClip
"hammer"Symbol 540 MovieClip Frame 1Symbol 519 MovieClip
"sign"Symbol 540 MovieClip Frame 1Symbol 521 MovieClip
"ahit"Symbol 546 MovieClip Frame 1Symbol 507 MovieClip
"candy"Symbol 546 MovieClip Frame 1Symbol 545 MovieClip
"ahit"Symbol 550 MovieClip Frame 1Symbol 507 MovieClip
"t1"Symbol 550 MovieClip Frame 1Symbol 119 MovieClip [transfer1_hit]
"t2"Symbol 550 MovieClip Frame 1Symbol 117 MovieClip [transfer2_hit]
"ahit"Symbol 551 MovieClip Frame 1Symbol 507 MovieClip
"t1"Symbol 551 MovieClip Frame 1Symbol 119 MovieClip [transfer1_hit]
"ahit"Symbol 552 MovieClip Frame 1Symbol 507 MovieClip
"hammer"Symbol 552 MovieClip Frame 1Symbol 519 MovieClip
"sign"Symbol 552 MovieClip Frame 1Symbol 521 MovieClip
"ahit"Symbol 553 MovieClip Frame 1Symbol 507 MovieClip
"hammer"Symbol 553 MovieClip Frame 1Symbol 519 MovieClip
"sign"Symbol 553 MovieClip Frame 1Symbol 521 MovieClip
"door1"Symbol 554 MovieClip Frame 1Symbol 510 MovieClip
"h"Symbol 554 MovieClip Frame 1Symbol 522 MovieClip
"door2"Symbol 554 MovieClip Frame 2Symbol 510 MovieClip
"door3"Symbol 554 MovieClip Frame 3Symbol 510 MovieClip
"wing"Symbol 585 MovieClip Frame 1Symbol 561 MovieClip
"body"Symbol 585 MovieClip Frame 1Symbol 563 MovieClip
"eye"Symbol 585 MovieClip Frame 1Symbol 565 MovieClip
"pupil"Symbol 585 MovieClip Frame 1Symbol 566 MovieClip
"gun"Symbol 585 MovieClip Frame 1Symbol 577 MovieClip
"noBullet"Symbol 585 MovieClip Frame 1Symbol 580 MovieClip
"sound"Symbol 585 MovieClip Frame 1Symbol 582 MovieClip
"wing"Symbol 585 MovieClip Frame 70Symbol 561 MovieClip
"body"Symbol 586 MovieClip Frame 1Symbol 472 MovieClip
"eye"Symbol 586 MovieClip Frame 2Symbol 491 MovieClip
"ob_hit"Symbol 589 MovieClip Frame 1Symbol 496 MovieClip
"ob"Symbol 589 MovieClip Frame 1Symbol 498 MovieClip
"button"Symbol 589 MovieClip Frame 1Symbol 503 MovieClip
"map"Symbol 589 MovieClip Frame 1Symbol 554 MovieClip
"s1"Symbol 589 MovieClip Frame 1Symbol 556 MovieClip
"s2"Symbol 589 MovieClip Frame 1Symbol 558 MovieClip
"s3"Symbol 589 MovieClip Frame 1Symbol 560 MovieClip
"hero"Symbol 589 MovieClip Frame 1Symbol 585 MovieClip
"map_noActive"Symbol 589 MovieClip Frame 1Symbol 588 MovieClip
"ahit"Symbol 618 MovieClip Frame 1Symbol 507 MovieClip
"ahit"Symbol 618 MovieClip Frame 11Symbol 507 MovieClip
"body"Symbol 619 MovieClip Frame 1Symbol 472 MovieClip
"eye"Symbol 619 MovieClip Frame 1Symbol 491 MovieClip
"h1"Symbol 628 MovieClip Frame 33Symbol 617 MovieClip
"h2"Symbol 628 MovieClip Frame 33Symbol 618 MovieClip
"h3"Symbol 628 MovieClip Frame 33Symbol 619 MovieClip
"c"Symbol 628 MovieClip Frame 33Symbol 624 MovieClip
"p"Symbol 659 MovieClip Frame 1Symbol 658 MovieClip
"p"Symbol 659 MovieClip Frame 1Symbol 658 MovieClip
"p"Symbol 659 MovieClip Frame 1Symbol 658 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 2 as "petal"
ExportAssets (56)Timeline Frame 1Symbol 8 as "line"
ExportAssets (56)Timeline Frame 1Symbol 10 as "light"
ExportAssets (56)Timeline Frame 1Symbol 13 as "flake"
ExportAssets (56)Timeline Frame 1Symbol 15 as "bomb_button"
ExportAssets (56)Timeline Frame 1Symbol 46 as "hammer_ob_hit"
ExportAssets (56)Timeline Frame 1Symbol 78 as "hammer_ob"
ExportAssets (56)Timeline Frame 1Symbol 82 as "tail"
ExportAssets (56)Timeline Frame 1Symbol 84 as "door_hit"
ExportAssets (56)Timeline Frame 1Symbol 86 as "door_ob_hit"
ExportAssets (56)Timeline Frame 1Symbol 88 as "door_ob"
ExportAssets (56)Timeline Frame 1Symbol 90 as "bubble_hit"
ExportAssets (56)Timeline Frame 1Symbol 91 as "key_ob"
ExportAssets (56)Timeline Frame 1Symbol 93 as "gun_hit"
ExportAssets (56)Timeline Frame 1Symbol 98 as "candy_throw"
ExportAssets (56)Timeline Frame 1Symbol 99 as "wings_hit"
ExportAssets (56)Timeline Frame 1Symbol 100 as "candy_hit"
ExportAssets (56)Timeline Frame 1Symbol 106 as "stars"
ExportAssets (56)Timeline Frame 1Symbol 108 as "ehit"
ExportAssets (56)Timeline Frame 1Symbol 113 as "rush"
ExportAssets (56)Timeline Frame 1Symbol 115 as "button"
ExportAssets (56)Timeline Frame 1Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 1Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 1Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 1Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 375Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 376Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 377Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 378Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 379Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 380Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 381Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 382Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 383Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 412Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 413Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 414Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 415Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 416Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 417Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 418Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 419Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 420Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 489Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 490Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 491Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 492Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 493Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 494Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 495Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 496Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 497Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 567Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 568Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 569Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 570Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 571Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 572Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 573Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 574Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 575Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 683Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 684Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 685Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 686Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 687Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 688Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 689Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 690Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 691Symbol 123 as "bubble"
ExportAssets (56)Timeline Frame 2022Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2023Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2024Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2025Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2026Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2027Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2028Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2029Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2030Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2031Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2032Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2033Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2034Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2035Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2036Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2037Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2038Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2039Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2040Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2041Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2042Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2043Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2044Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2045Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2046Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2047Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2048Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2049Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2050Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2051Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2052Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2053Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2054Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2055Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2056Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2057Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2058Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2059Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2060Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2061Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2062Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2063Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2064Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2065Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2066Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2067Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2068Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2069Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2070Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2071Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2072Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2073Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2074Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2075Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2076Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2077Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2078Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2079Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2080Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2081Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2082Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2083Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2084Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2085Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2086Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2087Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2088Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2089Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2090Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2091Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2092Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2093Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2094Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2095Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2096Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2097Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2098Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2099Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2100Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2101Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2102Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2103Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2104Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2105Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2106Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2107Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2108Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2109Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2110Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2111Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2112Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2113Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2114Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2115Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2116Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2117Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2118Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2119Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2120Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2121Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2122Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2123Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2124Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2125Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2126Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2127Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2128Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2129Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2130Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2131Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2132Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2133Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2134Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2135Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2136Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2137Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2138Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2139Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2140Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2141Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2142Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2143Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2144Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2145Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2146Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2147Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2148Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2149Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2150Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2151Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2152Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2153Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2154Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2155Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2156Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2157Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2158Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2159Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2160Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2161Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2162Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2163Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2164Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2165Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2166Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2167Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2168Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2169Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2170Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2171Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2172Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2173Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2174Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2175Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2176Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2177Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2178Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2179Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2180Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2181Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2182Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2183Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2184Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2185Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2186Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2187Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2188Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2189Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2190Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2191Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2192Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2193Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2194Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2195Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2196Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2197Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2198Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2199Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2200Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2201Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2202Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2203Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2204Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2205Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2206Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2207Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2208Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2209Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2210Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2211Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2212Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2213Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2214Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2215Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2216Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2217Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2218Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2219Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2220Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2221Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2222Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2223Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2224Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2225Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2226Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2227Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2228Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2229Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2230Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2231Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2232Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2233Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2234Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2235Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2236Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2237Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2238Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2239Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2240Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2241Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2242Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2243Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2244Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2245Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2246Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2247Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2248Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2249Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2250Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2251Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2252Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2253Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2254Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2255Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2256Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2257Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2258Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2259Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2260Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2261Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2262Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2263Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2264Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2265Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2266Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2267Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2268Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2269Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2270Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2271Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2272Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2273Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2274Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2275Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2276Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2277Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2278Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2279Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2280Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2281Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2282Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2283Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2284Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2285Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2286Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2287Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2288Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2289Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2290Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2291Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2292Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2293Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2294Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2295Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2296Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2297Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2298Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2299Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2300Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2301Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2302Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2303Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2304Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2305Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2306Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2307Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2308Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2309Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2310Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2311Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2312Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2313Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2314Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2315Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2316Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2317Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2318Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2319Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2320Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2321Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2322Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2323Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2324Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2325Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2326Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2327Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2328Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2329Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2330Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2331Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2332Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2333Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2334Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2335Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2336Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2337Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2338Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2339Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2340Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2341Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2342Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2343Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2344Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2345Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2346Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2347Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2348Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2349Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2350Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2351Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2352Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2353Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2354Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2355Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2356Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2357Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2358Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2359Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2360Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2361Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2362Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2363Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2364Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2365Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2366Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2367Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2368Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2369Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2370Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2371Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2372Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2373Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2374Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2375Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2376Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2377Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2378Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2379Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2380Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2381Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2382Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2383Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2384Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2385Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2386Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2387Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2388Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2389Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2390Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2391Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2392Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2393Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2394Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2395Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2396Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2397Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2398Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2399Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2400Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2401Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2402Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2403Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2404Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2405Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2406Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2407Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2408Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2409Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2410Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2411Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2412Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2413Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2414Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2415Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2416Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2417Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2418Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2419Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2420Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2421Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2422Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2423Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2424Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2425Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2426Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2427Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2428Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2429Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2430Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2431Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2432Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2433Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2434Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2435Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2436Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2437Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2438Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2439Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2440Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2441Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2442Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2443Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2444Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2445Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2446Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2447Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2448Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2449Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2450Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2451Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2452Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2453Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2454Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2455Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2456Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2457Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2458Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2459Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2460Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2461Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2462Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2463Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2464Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2465Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2466Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2467Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2468Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2469Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2470Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2471Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2472Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2473Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2474Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2475Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2476Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2477Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2478Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2479Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2480Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2481Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2482Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2483Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2484Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2485Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2486Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2487Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2488Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2489Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2490Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2501Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2501Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2501Symbol 122 as "bubbles"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 117 as "transfer2_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 119 as "transfer1_hit"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 115 as "button"
ExportAssets (56)Timeline Frame 2501Symbol 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

percSymbol 130 EditableText""
lifeVSymbol 592 EditableText"3"
v_candySymbol 594 EditableText"4"




http://swfchan.com/40/198275/info.shtml
Created: 1/8 -2019 08:41:04 Last modified: 1/8 -2019 08:41:04 Server time: 29/04 -2024 15:55:55