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

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

Go To The Fruit.swf

This is the info page for
Flash #126008

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


Text
100

%

100%

3. 케이크                   를 먹으면 Life
가 많이 늘어나요.

1. 마우스      를 클릭하면 몽이와 콩이가 시소놀이를 해요.

2. 마우스      를 움직여서 공중에서 간식을 먹어요.

4. 한꺼번에 여러개 간식을 먹으면            를 할수 있어요.

5. Life                         가 바닥나면 게임이 끝나요.

<p align="left"><font face="-윤고딕240" size="30" color="#ffffff" letterSpacing="0.000000" kerning="0"><b></b></font></p>

<p align="left"><font face="-윤고딕240" size="30" color="#ffffff" letterSpacing="0.000000" kerning="0"><b></b></font></p>

ActionScript [AS1/AS2]

Frame 1
total = int(_root.getBytesTotal() / 1000) + " kb"; download = int(_root.getBytesLoaded() / 1000) + " kb"; percent = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); frame = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (download == total) { gotoAndPlay ("\uC644\uC131"); } else { bar.gotoAndStop(percent); }
Frame 2
gotoAndPlay (1);
Frame 74
stop();
Frame 75
stop();
Frame 76
stop(); bgSound = new Sound("_root"); bgSound.attachSound("game"); bgSound.start(0, 100);
Frame 151
_root.bgSound.stop();
Frame 163
score_1.gotoAndStop(11); score_2.gotoAndStop(11); score_3.gotoAndStop(11); score_4.gotoAndStop(11); score_5.gotoAndStop(11); if (point == 0) { score_1.gotoAndStop(10); score_2.gotoAndStop(11); score_3.gotoAndStop(11); score_4.gotoAndStop(11); score_5.gotoAndStop(11); } else { var dd = String(point); var i = 1; while (i < (dd.length + 1)) { this["a" + i] = Number(dd.charAt(dd.length - i)); trace(this["a" + i]); if (this["a" + i] == "") { this["score_" + i].gotoAndStop(11); } else if (this["a" + i] == 0) { this["score_" + i].gotoAndStop(10); } else { this["score_" + i].gotoAndStop(this["a" + i]); } i++; } }
Frame 266
stop();
Symbol 6 MovieClip [f_1] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 8 MovieClip [f_2] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 10 MovieClip [f_3] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; removeMovieClip(this); _root.game.bar.prevFrame(); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 12 MovieClip [f_4] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 14 MovieClip [f_5] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 16 MovieClip [f_6] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 18 MovieClip [f_7] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 20 MovieClip [f_8] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 22 MovieClip [f_9] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 24 MovieClip [f_10] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 26 MovieClip [f_11] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 28 MovieClip [f_12] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + _root.game.pointNum; _root.game.calScore(); _root.game.comboNum++; _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 30 MovieClip [f_13] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + (_root.game.pointNum * 2); _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + (_root.game.pointNum * 2); _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 32 MovieClip [f_14] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + (_root.game.pointNum * 2); _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + (_root.game.pointNum * 2); _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 34 MovieClip [f_15] Frame 1
this.speed = _root.game.speed + random(5); maxX = 700; minX = -50; this.onEnterFrame = function () { if (direct == 1) { if (this._x < maxX) { this._x = this._x + this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + (_root.game.pointNum * 2); _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } else if (direct == 2) { if (this._x > minX) { this._x = this._x - this.speed; if (this.hitTest(_root.game.c1) or this.hitTest(_root.game.c2)) { _root.game.point = _root.game.point + (_root.game.pointNum * 2); _root.game.calScore(); _root.game.eatSound.start(); _root.game.comboNum++; _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); _root.game.bar.prevFrame(); removeMovieClip(this); } } else { removeMovieClip(this); } } };
Symbol 47 MovieClip Frame 1
stop();
Symbol 123 Button
on (release) { gotoAndStop ("main"); _root.bgSound.stop(); }
Symbol 128 Button
on (release) { gotoAndStop ("help"); _root.bgSound.stop(); }
Symbol 153 Button
on (release) { gotoAndStop ("main"); _root.bgSound.stop(); }
Symbol 173 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 2
stop();
Symbol 195 MovieClip Frame 1
stop();
Symbol 195 MovieClip Frame 28
_parent["c" + _parent.turn].play();
Symbol 195 MovieClip Frame 29
stop();
Symbol 195 MovieClip Frame 51
_parent["c" + _parent.turn].play(); gotoAndStop (1);
Symbol 201 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 40
clearInterval(_root.game.att); clearInterval(_root.game.ene); _parent.gameEnd();
Symbol 215 MovieClip Frame 1
stop(); this.onEnterFrame = function () { if (_parent.turn == 1) { trace(this._x); if (_root._xmouse > this._x) { if (this._x <= 220) { this._x = this._x + 5; } } else if ((_root._xmouse + 10) < this._x) { if (this._x >= 100) { this._x = this._x - 5; } } } };
Symbol 215 MovieClip Frame 2
_parent.c1_stats = "up"; _parent.clickAble = false;
Symbol 215 MovieClip Frame 26
stop(); _parent.back.gotoAndPlay("flyUp"); _parent.c2.gotoAndPlay("bDown");
Symbol 215 MovieClip Frame 34
stop(); _parent.clickAble = true; _parent.comboMovie.gotoAndPlay("combo_" + _parent.comboNum); _parent.comboNum = 0;
Symbol 215 MovieClip Frame 35
_parent.c1_stats = "down"; _parent.clickAble = false;
Symbol 215 MovieClip Frame 42
stop(); _parent.back.gotoAndPlay("flyDown"); _parent.c2.gotoAndPlay("bUp");
Symbol 215 MovieClip Frame 60
_parent.clickAble = true; _parent.turn = 2; _parent.c2.gotoAndPlay("flyUp"); _parent.back.back2.pan.gotoAndStop(2); _parent.comboMovie.gotoAndPlay("combo_" + _parent.comboNum); _parent.comboNum = 0; gotoAndStop (1);
Symbol 215 MovieClip Frame 84
stop();
Symbol 227 MovieClip Frame 1
stop(); this.onEnterFrame = function () { if (_parent.turn == 2) { trace(this._x); if (_root._xmouse > this._x) { if (this._x < 490) { this._x = this._x + 5; } } else if ((_root._xmouse + 10) < this._x) { if (this._x > 350) { this._x = this._x - 5; } } } };
Symbol 227 MovieClip Frame 2
_parent.c2_stats = "up"; _parent.clickAble = false;
Symbol 227 MovieClip Frame 26
stop(); _parent.back.gotoAndPlay("flyUp"); _parent.c1.gotoAndPlay("bDown");
Symbol 227 MovieClip Frame 34
stop(); _parent.clickAble = true; _parent.comboMovie.gotoAndPlay("combo_" + _parent.comboNum); _parent.comboNum = 0;
Symbol 227 MovieClip Frame 35
_parent.c2_stats = "down"; _parent.clickAble = false;
Symbol 227 MovieClip Frame 42
stop(); _parent.back.gotoAndPlay("flyDown"); _parent.c1.gotoAndPlay("bUp");
Symbol 227 MovieClip Frame 60
_parent.clickAble = true; _parent.turn = 1; _parent.c1.gotoAndPlay("flyUp"); _parent.back.back2.pan.gotoAndStop(1); _parent.comboMovie.gotoAndPlay("combo_" + _parent.comboNum); _parent.comboNum = 0; gotoAndStop (1);
Symbol 227 MovieClip Frame 84
stop();
Symbol 227 MovieClip Frame 103
gotoAndStop (1);
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 12
gotoAndStop (1);
Symbol 246 MovieClip Frame 42
gotoAndStop (1);
Symbol 246 MovieClip Frame 73
gotoAndStop (1);
Symbol 246 MovieClip Frame 105
gotoAndStop (1);
Symbol 246 MovieClip Frame 137
gotoAndStop (1);
Symbol 246 MovieClip Frame 171
gotoAndStop (1);
Symbol 246 MovieClip Frame 204
gotoAndStop (1);
Symbol 246 MovieClip Frame 237
gotoAndStop (1);
Symbol 268 MovieClip Frame 1
stop();
Symbol 268 MovieClip Frame 11
stop();
Symbol 269 MovieClip Frame 1
function attachItem() { chance = random(2); if (chance == 1) { direct = random(5) + 1; itemNum = random(16) + 1; back.back2.attachMovie("f_" + itemNum, "ai_" + deep, deep); if (direct == 1) { back.back2["ai_" + deep]._x = -50; } else { back.back2["ai_" + deep]._x = 700; } back.back2["ai_" + deep]._y = random(150) + 290; back.back2["ai_" + deep].direct = direct; deep++; } } function gameEnd() { _parent.point = point; _parent.gotoAndPlay("end"); } function energyMinus() { bar.nextFrame(); } function calScore() { if (point == 0) { score_1.gotoAndStop(10); score_2.gotoAndStop(11); score_3.gotoAndStop(11); score_4.gotoAndStop(11); score_5.gotoAndStop(11); } else { var _local3 = String(point); var _local2 = 1; while (_local2 < (_local3.length + 1)) { this["a" + _local2] = Number(_local3.charAt(_local3.length - _local2)); trace(this["a" + _local2]); if (this["a" + _local2] == "") { this["score_" + _local2].gotoAndStop(11); } else if (this["a" + _local2] == 0) { this["score_" + _local2].gotoAndStop(10); } else { this["score_" + _local2].gotoAndStop(this["a" + _local2]); } _local2++; } } } score_1.gotoAndStop(11); score_2.gotoAndStop(11); score_3.gotoAndStop(11); score_4.gotoAndStop(11); score_5.gotoAndStop(11); clickAble = true; turn = 1; deep = 10; c1_stats = "up"; point = 0; pointNum = 10; c1.gotoAndStop("up"); c2.gotoAndStop("bUp"); back.gotoAndStop("up"); c1minX = 150; c1maxX = 270; c2minX = 420; c2maxX = 490; comboNum = 0; speed = 2; eatSound = new Sound(); eatSound.attachSound("eat"); this.onPress = function () { if (clickAble) { clickAble = false; if (turn == 1) { if (c1_stats == "up") { c1.gotoAndPlay("flyDown"); } else if (c1_stats == "down") { c1.gotoAndPlay("flyUp"); } } if (turn == 2) { if (c2_stats == "up") { c2.gotoAndPlay("flyDown"); } else if (c2_stats == "down") { c2.gotoAndPlay("flyUp"); } } } }; att = setInterval(attachItem, 300); ene = setInterval(energyMinus, 1200);
Symbol 316 Button
on (release) { gotoAndPlay (76); _root.bgSound.stop(); }
Symbol 347 Button
on (release) { gotoAndPlay (74); _root.bgSound.stop(); }

Library Items

Symbol 1 Sound [eat]
Symbol 2 Sound [aaa]
Symbol 3 Sound [game]
Symbol 4 Sound [btn]Used by:123 128 153 316 347
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClip [f_1]Uses:5
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClip [f_2]Uses:7
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClip [f_3]Uses:9
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClip [f_4]Uses:11
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClip [f_5]Uses:13
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClip [f_6]Uses:15
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClip [f_7]Uses:17
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClip [f_8]Uses:19
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClip [f_9]Uses:21
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClip [f_10]Uses:23
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClip [f_11]Uses:25
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClip [f_12]Uses:27
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClip [f_13]Uses:29
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClip [f_14]Uses:31
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClip [f_15]Uses:33
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 GraphicUsed by:47
Symbol 38 GraphicUsed by:47
Symbol 39 ShapeTweeningUsed by:46 47  Timeline
Symbol 40 GraphicUsed by:46 47  Timeline
Symbol 41 GraphicUsed by:47
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:47  Timeline
Symbol 44 ShapeTweeningUsed by:46 47
Symbol 45 GraphicUsed by:46 47
Symbol 46 MovieClipUses:39 40 44 45Used by:47
Symbol 47 MovieClipUses:37 38 39 40 41 43 44 45 46Used by:Timeline
Symbol 48 FontUsed by:49 50 53
Symbol 49 EditableTextUses:48Used by:Timeline
Symbol 50 EditableTextUses:48Used by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 TextUses:48Used by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 GraphicUsed by:66  Timeline
Symbol 57 GraphicUsed by:66  Timeline
Symbol 58 GraphicUsed by:66  Timeline
Symbol 59 GraphicUsed by:66  Timeline
Symbol 60 GraphicUsed by:66 204 208 212  Timeline
Symbol 61 GraphicUsed by:66 204 212  Timeline
Symbol 62 GraphicUsed by:66  Timeline
Symbol 63 GraphicUsed by:66  Timeline
Symbol 64 GraphicUsed by:66 204 212  Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:56 57 58 59 60 61 62 63 64 65Used by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 GraphicUsed by:194  Timeline
Symbol 79 GraphicUsed by:194  Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 GraphicUsed by:85
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:83 84Used by:194  Timeline
Symbol 86 GraphicUsed by:312  Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 GraphicUsed by:193  Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 GraphicUsed by:145 194  Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 GraphicUsed by:204 208 212 312  Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:204 208 212 312  Timeline
Symbol 98 GraphicUsed by:204 212  Timeline
Symbol 99 GraphicUsed by:204 208 212 312  Timeline
Symbol 100 GraphicUsed by:204 212  Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:217 222 225  Timeline
Symbol 103 GraphicUsed by:217 222 225  Timeline
Symbol 104 GraphicUsed by:217 222 225  Timeline
Symbol 105 GraphicUsed by:217 222 225 343  Timeline
Symbol 106 GraphicUsed by:217 225 343  Timeline
Symbol 107 GraphicUsed by:217 225  Timeline
Symbol 108 GraphicUsed by:217 222 225 343  Timeline
Symbol 109 GraphicUsed by:217 222 225  Timeline
Symbol 110 GraphicUsed by:217 222 225  Timeline
Symbol 111 GraphicUsed by:217 222 225  Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:217 222 225  Timeline
Symbol 115 GraphicUsed by:Timeline
Symbol 116 GraphicUsed by:123 128 153 316 347
Symbol 117 GraphicUsed by:123 128 153 316 347
Symbol 118 GraphicUsed by:123 128 153 316 347
Symbol 119 GraphicUsed by:123 153
Symbol 120 GraphicUsed by:123 128 153 316 347
Symbol 121 GraphicUsed by:123 128 153 316 347
Symbol 122 GraphicUsed by:123 153
Symbol 123 ButtonUses:116 117 118 119 120 121 122 4Used by:Timeline
Symbol 124 GraphicUsed by:128
Symbol 125 GraphicUsed by:128
Symbol 126 GraphicUsed by:128
Symbol 127 GraphicUsed by:128
Symbol 128 ButtonUses:116 117 118 124 125 126 120 121 127 4Used by:Timeline
Symbol 129 GraphicUsed by:141
Symbol 130 GraphicUsed by:141 232 235 237 239 241 243 245
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:131Used by:141
Symbol 133 GraphicUsed by:141
Symbol 134 GraphicUsed by:141
Symbol 135 GraphicUsed by:141
Symbol 136 GraphicUsed by:141
Symbol 137 GraphicUsed by:141
Symbol 138 GraphicUsed by:141
Symbol 139 GraphicUsed by:141
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:129 130 132 133 134 135 136 137 138 139 140Used by:Timeline
Symbol 142 GraphicUsed by:Timeline
Symbol 143 GraphicUsed by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:143 91 144Used by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 GraphicUsed by:Timeline
Symbol 148 GraphicUsed by:Timeline
Symbol 149 GraphicUsed by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 GraphicUsed by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 ButtonUses:116 117 118 119 120 121 122 4Used by:Timeline
Symbol 154 GraphicUsed by:Timeline
Symbol 155 GraphicUsed by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 FontUsed by:158 159 160 161 176
Symbol 158 TextUses:157Used by:Timeline
Symbol 159 TextUses:157Used by:Timeline
Symbol 160 TextUses:157Used by:Timeline
Symbol 161 TextUses:157Used by:Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 GraphicUsed by:Timeline
Symbol 164 GraphicUsed by:173
Symbol 165 GraphicUsed by:173
Symbol 166 GraphicUsed by:173
Symbol 167 GraphicUsed by:173
Symbol 168 GraphicUsed by:173
Symbol 169 GraphicUsed by:173
Symbol 170 GraphicUsed by:173
Symbol 171 GraphicUsed by:173
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:164 165 166 167 168 169 170 171 172Used by:Timeline
Symbol 174 GraphicUsed by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 TextUses:157Used by:Timeline
Symbol 177 GraphicUsed by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 GraphicUsed by:232 235 237 239 241 243 245  Timeline
Symbol 180 GraphicUsed by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:194
Symbol 183 GraphicUsed by:194  Timeline
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:194  Timeline
Symbol 186 GraphicUsed by:194  Timeline
Symbol 187 GraphicUsed by:194  Timeline
Symbol 188 GraphicUsed by:194
Symbol 189 GraphicUsed by:194
Symbol 190 GraphicUsed by:194
Symbol 191 GraphicUsed by:193
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:191 88 192Used by:194  Timeline
Symbol 194 MovieClipUses:182 78 79 183 185 186 187 85 188 91 189 190 193Used by:195
Symbol 195 MovieClipUses:194Used by:269
Symbol 196 GraphicUsed by:201
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197Used by:201
Symbol 199 GraphicUsed by:201
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:196 198 199 200Used by:269
Symbol 202 GraphicUsed by:204 208 212
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:95 202 97 98 60 61 99 100 64 203Used by:215
Symbol 205 GraphicUsed by:208
Symbol 206 GraphicUsed by:208
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:95 97 202 205 60 99 206 207Used by:215
Symbol 209 SoundUsed by:215 227
Symbol 210 GraphicUsed by:212
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:95 202 97 98 60 61 99 100 64 210 211Used by:215
Symbol 213 SoundUsed by:215
Symbol 214 SoundUsed by:215
Symbol 215 MovieClipUses:204 208 209 212 213 214Used by:269
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:216 114 102 103 104 105 106 107 108 109 110 111Used by:227
Symbol 218 GraphicUsed by:222
Symbol 219 GraphicUsed by:222
Symbol 220 GraphicUsed by:222
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:218 219 102 103 220 104 105 108 109 110 221 111 114Used by:227
Symbol 223 GraphicUsed by:225
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:223 114 102 103 104 105 106 107 108 109 110 111 224Used by:227
Symbol 226 SoundUsed by:227
Symbol 227 MovieClipUses:217 222 209 225 226Used by:269
Symbol 228 GraphicUsed by:246
Symbol 229 GraphicUsed by:232 235 237 239 241 243 245
Symbol 230 GraphicUsed by:232
Symbol 231 GraphicUsed by:232 235 237 239 241 243 245
Symbol 232 MovieClipUses:229 230 130 179 231Used by:246
Symbol 233 SoundUsed by:246
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:229 234 130 179 231Used by:246
Symbol 236 GraphicUsed by:237
Symbol 237 MovieClipUses:229 236 130 179 231Used by:246
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:229 238 130 179 231Used by:246
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:229 240 130 179 231Used by:246
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:229 242 130 179 231Used by:246
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:229 244 130 179 231Used by:246
Symbol 246 MovieClipUses:228 232 233 235 237 239 241 243 245Used by:269
Symbol 247 GraphicUsed by:269
Symbol 248 GraphicUsed by:249 270
Symbol 249 MovieClipUses:248Used by:268
Symbol 250 GraphicUsed by:251 271
Symbol 251 MovieClipUses:250Used by:268
Symbol 252 GraphicUsed by:253 272
Symbol 253 MovieClipUses:252Used by:268
Symbol 254 GraphicUsed by:255 273
Symbol 255 MovieClipUses:254Used by:268
Symbol 256 GraphicUsed by:257 274
Symbol 257 MovieClipUses:256Used by:268
Symbol 258 GraphicUsed by:259 275
Symbol 259 MovieClipUses:258Used by:268
Symbol 260 GraphicUsed by:261 276
Symbol 261 MovieClipUses:260Used by:268
Symbol 262 GraphicUsed by:263 277
Symbol 263 MovieClipUses:262Used by:268
Symbol 264 GraphicUsed by:265 278
Symbol 265 MovieClipUses:264Used by:268
Symbol 266 GraphicUsed by:267 279
Symbol 267 MovieClipUses:266Used by:268
Symbol 268 MovieClipUses:249 251 253 255 257 259 261 263 265 267Used by:269  Timeline
Symbol 269 MovieClipUses:195 201 215 227 246 247 268Used by:Timeline
Symbol 270 MovieClipUses:248Used by:Timeline
Symbol 271 MovieClipUses:250Used by:Timeline
Symbol 272 MovieClipUses:252Used by:Timeline
Symbol 273 MovieClipUses:254Used by:Timeline
Symbol 274 MovieClipUses:256Used by:Timeline
Symbol 275 MovieClipUses:258Used by:Timeline
Symbol 276 MovieClipUses:260Used by:Timeline
Symbol 277 MovieClipUses:262Used by:Timeline
Symbol 278 MovieClipUses:264Used by:Timeline
Symbol 279 MovieClipUses:266Used by:Timeline
Symbol 280 GraphicUsed by:312
Symbol 281 GraphicUsed by:312
Symbol 282 GraphicUsed by:312
Symbol 283 GraphicUsed by:312
Symbol 284 GraphicUsed by:312
Symbol 285 GraphicUsed by:286 287 343
Symbol 286 MovieClipUses:285Used by:312 343
Symbol 287 MovieClipUses:285Used by:312 343
Symbol 288 GraphicUsed by:312
Symbol 289 GraphicUsed by:312
Symbol 290 GraphicUsed by:312
Symbol 291 GraphicUsed by:312
Symbol 292 GraphicUsed by:312
Symbol 293 GraphicUsed by:312
Symbol 294 GraphicUsed by:312
Symbol 295 GraphicUsed by:312
Symbol 296 GraphicUsed by:312
Symbol 297 GraphicUsed by:312
Symbol 298 GraphicUsed by:312
Symbol 299 GraphicUsed by:312
Symbol 300 GraphicUsed by:312
Symbol 301 GraphicUsed by:312
Symbol 302 GraphicUsed by:312
Symbol 303 GraphicUsed by:312
Symbol 304 GraphicUsed by:312
Symbol 305 GraphicUsed by:312
Symbol 306 GraphicUsed by:312
Symbol 307 GraphicUsed by:312
Symbol 308 GraphicUsed by:312
Symbol 309 GraphicUsed by:312
Symbol 310 GraphicUsed by:312
Symbol 311 GraphicUsed by:312
Symbol 312 MovieClipUses:86 95 280 97 281 99 282 283 284 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311Used by:Timeline
Symbol 313 GraphicUsed by:316
Symbol 314 GraphicUsed by:316
Symbol 315 GraphicUsed by:316
Symbol 316 ButtonUses:116 117 118 313 120 121 314 315 4Used by:Timeline
Symbol 317 GraphicUsed by:343
Symbol 318 GraphicUsed by:343
Symbol 319 GraphicUsed by:343
Symbol 320 GraphicUsed by:343
Symbol 321 GraphicUsed by:343
Symbol 322 GraphicUsed by:343
Symbol 323 GraphicUsed by:343
Symbol 324 GraphicUsed by:342 343
Symbol 325 GraphicUsed by:343
Symbol 326 GraphicUsed by:343
Symbol 327 GraphicUsed by:343
Symbol 328 GraphicUsed by:343
Symbol 329 GraphicUsed by:343
Symbol 330 GraphicUsed by:343
Symbol 331 GraphicUsed by:343
Symbol 332 GraphicUsed by:343
Symbol 333 GraphicUsed by:343
Symbol 334 GraphicUsed by:343
Symbol 335 GraphicUsed by:343
Symbol 336 GraphicUsed by:343
Symbol 337 GraphicUsed by:343
Symbol 338 GraphicUsed by:343
Symbol 339 GraphicUsed by:343
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:340Used by:343
Symbol 342 MovieClipUses:324Used by:343
Symbol 343 MovieClipUses:317 318 319 320 321 105 322 108 106 323 285 324 325 326 327 328 329 330 331 332 333 334 335 286 287 336 337 338 339 341 342Used by:Timeline
Symbol 344 GraphicUsed by:347
Symbol 345 GraphicUsed by:347
Symbol 346 GraphicUsed by:347
Symbol 347 ButtonUses:116 117 118 344 120 121 345 346 4Used by:Timeline
Symbol 348 GraphicUsed by:Timeline
Symbol 349 GraphicUsed by:Timeline
Symbol 350 GraphicUsed by:Timeline
Symbol 351 GraphicUsed by:Timeline
Symbol 352 FontUsed by:353 354
Symbol 353 EditableTextUses:352Used by:Timeline
Symbol 354 EditableTextUses:352Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"bar"Frame 1Symbol 47 MovieClip
"back2"Frame 75Symbol 145 MovieClip
"gageBar_mc"Frame 75Symbol 173 MovieClip
"game"Frame 76Symbol 269 MovieClip
"pan"Frame 151Symbol 193 MovieClip
"back2"Frame 151Symbol 145 MovieClip
"score_5"Frame 162Symbol 268 MovieClip
"score_4"Frame 162Symbol 268 MovieClip
"score_3"Frame 162Symbol 268 MovieClip
"score_2"Frame 162Symbol 268 MovieClip
"score_1"Frame 162Symbol 268 MovieClip
"pan"Symbol 194 MovieClip Frame 1Symbol 193 MovieClip
"back2"Symbol 195 MovieClip Frame 1Symbol 194 MovieClip
"back"Symbol 269 MovieClip Frame 1Symbol 195 MovieClip
"bar"Symbol 269 MovieClip Frame 1Symbol 201 MovieClip
"c1"Symbol 269 MovieClip Frame 1Symbol 215 MovieClip
"c2"Symbol 269 MovieClip Frame 1Symbol 227 MovieClip
"comboMovie"Symbol 269 MovieClip Frame 1Symbol 246 MovieClip
"score_5"Symbol 269 MovieClip Frame 1Symbol 268 MovieClip
"score_4"Symbol 269 MovieClip Frame 1Symbol 268 MovieClip
"score_3"Symbol 269 MovieClip Frame 1Symbol 268 MovieClip
"score_2"Symbol 269 MovieClip Frame 1Symbol 268 MovieClip
"score_1"Symbol 269 MovieClip Frame 1Symbol 268 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "eat"
ExportAssets (56)Timeline Frame 1Symbol 2 as "aaa"
ExportAssets (56)Timeline Frame 1Symbol 3 as "game"
ExportAssets (56)Timeline Frame 1Symbol 4 as "btn"
ExportAssets (56)Timeline Frame 1Symbol 6 as "f_1"
ExportAssets (56)Timeline Frame 1Symbol 8 as "f_2"
ExportAssets (56)Timeline Frame 1Symbol 10 as "f_3"
ExportAssets (56)Timeline Frame 1Symbol 12 as "f_4"
ExportAssets (56)Timeline Frame 1Symbol 14 as "f_5"
ExportAssets (56)Timeline Frame 1Symbol 16 as "f_6"
ExportAssets (56)Timeline Frame 1Symbol 18 as "f_7"
ExportAssets (56)Timeline Frame 1Symbol 20 as "f_8"
ExportAssets (56)Timeline Frame 1Symbol 22 as "f_9"
ExportAssets (56)Timeline Frame 1Symbol 24 as "f_10"
ExportAssets (56)Timeline Frame 1Symbol 26 as "f_11"
ExportAssets (56)Timeline Frame 1Symbol 28 as "f_12"
ExportAssets (56)Timeline Frame 1Symbol 30 as "f_13"
ExportAssets (56)Timeline Frame 1Symbol 32 as "f_14"
ExportAssets (56)Timeline Frame 1Symbol 34 as "f_15"

Labels

"완성"Frame 10
"help"Frame 75
"main"Frame 76
"end"Frame 151
"down"Symbol 195 MovieClip Frame 1
"flyUp"Symbol 195 MovieClip Frame 10
"up"Symbol 195 MovieClip Frame 29
"flyDown"Symbol 195 MovieClip Frame 30
"down"Symbol 215 MovieClip Frame 1
"flyUp"Symbol 215 MovieClip Frame 2
"up"Symbol 215 MovieClip Frame 34
"flyDown"Symbol 215 MovieClip Frame 35
"bDown"Symbol 215 MovieClip Frame 65
"bUp"Symbol 215 MovieClip Frame 85
"down"Symbol 227 MovieClip Frame 1
"flyUp"Symbol 227 MovieClip Frame 2
"up"Symbol 227 MovieClip Frame 34
"flyDown"Symbol 227 MovieClip Frame 35
"bDown"Symbol 227 MovieClip Frame 65
"bUp"Symbol 227 MovieClip Frame 84
"combo_1"Symbol 246 MovieClip Frame 2
"combo_2"Symbol 246 MovieClip Frame 13
"combo_3"Symbol 246 MovieClip Frame 43
"combo_4"Symbol 246 MovieClip Frame 74
"combo_5"Symbol 246 MovieClip Frame 106
"combo_6"Symbol 246 MovieClip Frame 138
"combo_7"Symbol 246 MovieClip Frame 172
"combo_8"Symbol 246 MovieClip Frame 205

Dynamic Text Variables

percentSymbol 49 EditableText"100"




http://swfchan.com/26/126008/info.shtml
Created: 26/2 -2019 12:47:15 Last modified: 26/2 -2019 12:47:15 Server time: 25/04 -2024 19:33:20