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();
}