Frame 17
if (Number(_totalframes) < Number(_framesloaded)) {
gotoAndPlay (20);
} else if (Number(_framesloaded) < Number(_totalframes)) {
loadC = int((_framesloaded / _totalframes) * 100);
setProperty("/loader", _xscale , loadC);
loadCount = ("LOADING " add loadC) add " %";
} else if (Number(_framesloaded) == Number(_totalframes)) {
loadC = int((_framesloaded / _totalframes) * 100);
setProperty("/loader", _xscale , loadC);
loadCount = ("LOADING " add loadC) add " %";
gotoAndPlay (20);
}
Frame 19
gotoAndPlay (17);
Frame 130
stop();
Frame 131
alive = 3;
Set("/:firecount", 1);
i = 30;
j = 29;
jumsu = 0;
jumsu_limite = 41;
gameLevel = 1;
timer = 0;
Instance of Symbol 90 MovieClip "ch" in Frame 131
onClipEvent (keyDown) {
_root.fire._visible = false;
_root.fire2._visible = false;
_root.fire3._visible = false;
_root.fire4._visible = false;
_root.fire._x = _root.ch._x;
_root.fire._y = _root.ch._y;
if (60 < this._x) {
if (Key.isDown(37)) {
this._x = this._x - 20;
}
}
if (this._x < 450) {
if (Key.isDown(39)) {
this._x = this._x + 20;
}
}
if (Key.isDown(32)) {
_root["fire" + /:firecount]._visible = true;
duplicateMovieClip ("/fire", "fire" add /:firecount, /:firecount);
if (/:firecount >= 10) {
Set("/:firecount", 1);
} else {
Set("/:firecount", /:firecount + 1);
}
}
}
Frame 139
Frame 140
stop();
alive = 3;
Set("/:firecount", 1);
i = 30;
j = 29;
jumsu = 0;
timer = 0;
_root.santa._visible = false;
if (gameLevel == 1) {
jumsu_limite = 100;
} else if (gameLevel == 2) {
jumsu_limite = 120;
} else if (gameLevel == 3) {
jumsu_limite = 130;
}
Instance of Symbol 90 MovieClip "ch" in Frame 140
onClipEvent (keyDown) {
_root.fire._visible = false;
_root.fire2._visible = false;
_root.fire3._visible = false;
_root.fire4._visible = false;
_root.fire._x = _root.ch._x;
_root.fire._y = _root.ch._y - 30;
if (60 < this._x) {
if (Key.isDown(37)) {
this._x = this._x - 20;
}
}
if (this._x < 450) {
if (Key.isDown(39)) {
this._x = this._x + 20;
}
}
if (Key.isDown(32)) {
_root["fire" + /:firecount]._visible = true;
duplicateMovieClip ("/fire", "fire" add /:firecount, /:firecount);
if (/:firecount >= 10) {
Set("/:firecount", 1);
} else {
Set("/:firecount", /:firecount + 1);
}
}
}
Instance of Symbol 90 MovieClip "ch" in Frame 145
onClipEvent (keyDown) {
if (0 < this._x) {
if (Key.isDown(37)) {
this._x = this._x - 20;
}
}
if (this._x < 400) {
if (Key.isDown(39)) {
this._x = this._x + 20;
}
}
}
Instance of Symbol 141 MovieClip "santa" in Frame 145
onClipEvent (enterFrame) {
}
Frame 150
gameLevel = gameLevel + 1;
while (/:s < /:i) {
removeMovieClip("/santa" + /:s);
removeMovieClip("/devil" + /:s);
Set("/:s", /:s + 1);
}
Set("/:t", 20);
while (0 < /:t) {
removeMovieClip("fire" + /:t);
Set("/:t", /:t - 1);
}
Set("/:s", 0);
Set("/:t", 0);
Set("/:j", 0);
Frame 179
stopAllSounds();
Frame 180
stop();
while (/:s < /:i) {
removeMovieClip("/santa" + /:s);
removeMovieClip("/devil" + /:s);
Set("/:s", /:s + 1);
}
Set("/:t", 20);
while (0 < /:t) {
removeMovieClip("fire" + /:t);
Set("/:t", /:t - 1);
}
Set("/:s", 0);
Set("/:t", 0);
Set("/:j", 0);
Set("/:gameLevel", 1);
Frame 182
stopAllSounds();
Frame 183
stop();
while (/:s < /:i) {
removeMovieClip("/santa" + /:s);
removeMovieClip("/devil" + /:s);
Set("/:s", /:s + 1);
}
Set("/:t", 20);
while (0 < /:t) {
removeMovieClip("fire" + /:t);
Set("/:t", /:t - 1);
}
Set("/:s", 0);
Set("/:t", 0);
Set("/:j", 0);
Set("/:gameLevel", 1);
Symbol 69 Button
on (release) {
gotoAndPlay (1);
stopAllSounds();
}
Symbol 77 Button
on (release) {
stopAllSounds();
gotoAndPlay (131);
}
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 5
gotoAndStop (1);
Symbol 94 MovieClip Frame 1
Set("/:i", /:i + 1);
if ((/:jumsu >= /:jumsu_limite) && (/:gameLevel < 3)) {
tellTarget ("../") {
gotoAndStop ("levelCheck");
};
}
if ((/:jumsu >= /:jumsu_limite) && (/:gameLevel == 3)) {
tellTarget ("../") {
gotoAndPlay ("win");
};
}
if (-100 >= /:jumsu) {
tellTarget ("../") {
gotoAndPlay ("lose");
};
}
if (0 >= /:alive) {
tellTarget ("../") {
gotoAndPlay ("lose");
};
}
Symbol 94 MovieClip Frame 13
duplicateMovieClip ("/santa", "santa" add /:i, /:i);
setProperty("/santa" add /:i, _x , Number(random(330) + 50));
setProperty("/santa" add /:i, _y , -30);
if (/:gameLevel == 1) {
Set("/:speed", 5);
Set("/:xspeed", 4);
} else if (/:gameLevel == 2) {
Set("/:speed", 7);
Set("/:xspeed", 2);
} else if (/:gameLevel == 3) {
Set("/:speed", 9);
Set("/:xspeed", 2);
}
Set("/:i", /:i + 1);
gotoAndPlay (1);
Symbol 141 MovieClip Frame 1
targetSelect = random(7) + 1;
x_count = 0;
if (targetSelect == 1) {
gotoAndPlay (3);
} else if (targetSelect == 2) {
gotoAndPlay (9);
} else if (targetSelect == 3) {
gotoAndPlay (14);
} else if (targetSelect == 4) {
gotoAndPlay (19);
} else if (targetSelect == 5) {
gotoAndPlay (24);
} else if (targetSelect == 6) {
gotoAndPlay (29);
} else if (targetSelect == 7) {
gotoAndPlay (9);
}
Symbol 141 MovieClip Frame 4
gift_yposition = _y;
if (450 < gift_yposition) {
gotoAndPlay (35);
}
if (this.hitTest(_root.fire1)) {
gotoAndPlay (35);
removeMovieClip(_root.fire1);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire2)) {
gotoAndPlay (35);
removeMovieClip(_root.fire2);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire3)) {
gotoAndPlay (35);
removeMovieClip(_root.fire3);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire4)) {
gotoAndPlay (35);
removeMovieClip(_root.fire4);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire5)) {
gotoAndPlay (35);
removeMovieClip(_root.fire5);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire6)) {
gotoAndPlay (35);
removeMovieClip(_root.fire6);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire7)) {
gotoAndPlay (35);
removeMovieClip(_root.fire7);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire8)) {
gotoAndPlay (35);
removeMovieClip(_root.fire8);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire9)) {
gotoAndPlay (35);
removeMovieClip(_root.fire9);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire10)) {
gotoAndPlay (35);
removeMovieClip(_root.fire10);
Set("/:jumsu", /:jumsu - 5);
}
if (this.hitTest(_root.ch)) {
Set("/:jumsu", /:jumsu - 5);
tellTarget ("/sound") {
gotoAndPlay (7);
};
tellTarget ("/ch") {
gotoAndPlay (2);
};
gotoAndPlay (35);
}
Symbol 141 MovieClip Frame 5
_y = (_y + /:speed);
gotoAndPlay (4);
Symbol 141 MovieClip Frame 10
gift_yposition = _y;
if (450 < gift_yposition) {
gotoAndPlay (41);
}
if (60 < x_count) {
x_count = 0;
}
if (this.hitTest(_root.fire1)) {
gotoAndPlay (41);
removeMovieClip(_root.fire1);
Set("/:jumsu", /:jumsu + 10);
tellTarget ("/sound") {
gotoAndPlay (2);
};
} else if (this.hitTest(_root.fire2)) {
gotoAndPlay (41);
removeMovieClip(_root.fire2);
Set("/:jumsu", /:jumsu + 10);
tellTarget ("/sound") {
gotoAndPlay (2);
};
} else if (this.hitTest(_root.fire3)) {
gotoAndPlay (41);
removeMovieClip(_root.fire3);
Set("/:jumsu", /:jumsu + 10);
tellTarget ("/sound") {
gotoAndPlay (2);
};
} else if (this.hitTest(_root.fire4)) {
gotoAndPlay (41);
removeMovieClip(_root.fire4);
Set("/:jumsu", /:jumsu + 10);
tellTarget ("/sound") {
gotoAndPlay (2);
};
} else if (this.hitTest(_root.fire5)) {
gotoAndPlay (41);
removeMovieClip(_root.fire5);
Set("/:jumsu", /:jumsu + 10);
tellTarget ("/sound") {
gotoAndPlay (2);
};
} else if (this.hitTest(_root.fire6)) {
gotoAndPlay (41);
removeMovieClip(_root.fire6);
Set("/:jumsu", /:jumsu + 10);
tellTarget ("/sound") {
gotoAndPlay (2);
};
} else if (this.hitTest(_root.fire7)) {
gotoAndPlay (41);
removeMovieClip(_root.fire7);
Set("/:jumsu", /:jumsu + 10);
tellTarget ("/sound") {
gotoAndPlay (2);
};
} else if (this.hitTest(_root.fire8)) {
gotoAndPlay (41);
removeMovieClip(_root.fire8);
Set("/:jumsu", /:jumsu + 10);
tellTarget ("/sound") {
gotoAndPlay (2);
};
} else if (this.hitTest(_root.fire9)) {
gotoAndPlay (41);
removeMovieClip(_root.fire9);
Set("/:jumsu", /:jumsu + 10);
tellTarget ("/sound") {
gotoAndPlay (2);
};
} else if (this.hitTest(_root.fire10)) {
gotoAndPlay (41);
removeMovieClip(_root.fire10);
Set("/:jumsu", /:jumsu + 10);
tellTarget ("/sound") {
gotoAndPlay (2);
};
}
if (this.hitTest(_root.ch)) {
Set("/:alive", /:alive - 1);
tellTarget ("/sound") {
gotoAndPlay (7);
};
tellTarget ("/ch") {
gotoAndPlay (2);
};
gotoAndPlay (71);
}
Symbol 141 MovieClip Frame 11
_y = (_y + /:speed);
if (x_count < 20) {
_x = (_x + /:xspeed);
} else if (x_count < 40) {
_x = (_x - /:xspeed);
}
x_count = x_count + 1;
gotoAndPlay (10);
Symbol 141 MovieClip Frame 15
gift_yposition = _y;
if (450 < gift_yposition) {
gotoAndPlay (47);
}
if (this.hitTest(_root.fire1)) {
gotoAndPlay (47);
removeMovieClip(_root.fire1);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire2)) {
gotoAndPlay (47);
removeMovieClip(_root.fire2);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire3)) {
gotoAndPlay (47);
removeMovieClip(_root.fire3);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire4)) {
gotoAndPlay (47);
removeMovieClip(_root.fire4);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire5)) {
gotoAndPlay (47);
removeMovieClip(_root.fire5);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire6)) {
gotoAndPlay (47);
removeMovieClip(_root.fire6);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire7)) {
gotoAndPlay (47);
removeMovieClip(_root.fire7);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire8)) {
gotoAndPlay (47);
removeMovieClip(_root.fire8);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire9)) {
gotoAndPlay (47);
removeMovieClip(_root.fire9);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire10)) {
gotoAndPlay (47);
removeMovieClip(_root.fire10);
Set("/:jumsu", /:jumsu - 5);
}
if (this.hitTest(_root.ch)) {
Set("/:jumsu", /:jumsu - 5);
tellTarget ("/sound") {
gotoAndPlay (7);
};
tellTarget ("/ch") {
gotoAndPlay (2);
};
gotoAndPlay (47);
}
Symbol 141 MovieClip Frame 16
_y = (_y + /:speed);
gotoAndPlay (15);
Symbol 141 MovieClip Frame 20
gift_yposition = _y;
if (450 < gift_yposition) {
gotoAndPlay (53);
}
if (this.hitTest(_root.fire1)) {
gotoAndPlay (53);
removeMovieClip(_root.fire1);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire2)) {
gotoAndPlay (53);
removeMovieClip(_root.fire2);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire3)) {
gotoAndPlay (53);
removeMovieClip(_root.fire3);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire4)) {
gotoAndPlay (53);
removeMovieClip(_root.fire4);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire5)) {
gotoAndPlay (53);
removeMovieClip(_root.fire5);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire6)) {
gotoAndPlay (53);
removeMovieClip(_root.fire6);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire7)) {
gotoAndPlay (53);
removeMovieClip(_root.fire7);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire8)) {
gotoAndPlay (53);
removeMovieClip(_root.fire8);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire9)) {
gotoAndPlay (53);
removeMovieClip(_root.fire9);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire10)) {
gotoAndPlay (53);
removeMovieClip(_root.fire10);
Set("/:jumsu", /:jumsu - 5);
}
if (this.hitTest(_root.ch)) {
Set("/:jumsu", /:jumsu - 5);
tellTarget ("/sound") {
gotoAndPlay (7);
};
tellTarget ("/ch") {
gotoAndPlay (2);
};
gotoAndPlay (53);
}
Symbol 141 MovieClip Frame 21
_y = (_y + /:speed);
gotoAndPlay (20);
Symbol 141 MovieClip Frame 25
gift_yposition = _y;
if (450 < gift_yposition) {
gotoAndPlay (59);
}
if (this.hitTest(_root.fire1)) {
gotoAndPlay (59);
removeMovieClip(_root.fire1);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire2)) {
gotoAndPlay (59);
removeMovieClip(_root.fire2);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire3)) {
gotoAndPlay (59);
removeMovieClip(_root.fire3);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire4)) {
gotoAndPlay (59);
removeMovieClip(_root.fire4);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire5)) {
gotoAndPlay (59);
removeMovieClip(_root.fire5);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire6)) {
gotoAndPlay (59);
removeMovieClip(_root.fire6);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire7)) {
gotoAndPlay (59);
removeMovieClip(_root.fire7);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire8)) {
gotoAndPlay (59);
removeMovieClip(_root.fire8);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire9)) {
gotoAndPlay (59);
removeMovieClip(_root.fire9);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire10)) {
gotoAndPlay (59);
removeMovieClip(_root.fire10);
Set("/:jumsu", /:jumsu - 5);
}
if (this.hitTest(_root.ch)) {
Set("/:jumsu", /:jumsu - 5);
tellTarget ("/sound") {
gotoAndPlay (7);
};
tellTarget ("/ch") {
gotoAndPlay (2);
};
gotoAndPlay (59);
}
Symbol 141 MovieClip Frame 26
_y = (_y + /:speed);
gotoAndPlay (25);
Symbol 141 MovieClip Frame 30
gift_yposition = _y;
if (450 < gift_yposition) {
gotoAndPlay (65);
}
if (this.hitTest(_root.fire1)) {
gotoAndPlay (65);
removeMovieClip(_root.fire1);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire2)) {
gotoAndPlay (65);
removeMovieClip(_root.fire2);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire3)) {
gotoAndPlay (65);
removeMovieClip(_root.fire3);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire4)) {
gotoAndPlay (65);
removeMovieClip(_root.fire4);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire5)) {
gotoAndPlay (65);
removeMovieClip(_root.fire5);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire6)) {
gotoAndPlay (65);
removeMovieClip(_root.fire6);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire7)) {
gotoAndPlay (65);
removeMovieClip(_root.fire7);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire8)) {
gotoAndPlay (65);
removeMovieClip(_root.fire8);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire9)) {
gotoAndPlay (65);
removeMovieClip(_root.fire9);
Set("/:jumsu", /:jumsu - 5);
} else if (this.hitTest(_root.fire10)) {
gotoAndPlay (65);
removeMovieClip(_root.fire10);
Set("/:jumsu", /:jumsu - 5);
}
if (this.hitTest(_root.ch)) {
Set("/:jumsu", /:jumsu - 5);
tellTarget ("/sound") {
gotoAndPlay (7);
};
tellTarget ("/ch") {
gotoAndPlay (2);
};
gotoAndPlay (65);
}
Symbol 141 MovieClip Frame 31
_y = (_y + /:speed);
gotoAndPlay (30);
Symbol 141 MovieClip Frame 40
removeMovieClip("");
Symbol 141 MovieClip Frame 46
removeMovieClip("");
Symbol 141 MovieClip Frame 52
removeMovieClip("");
Symbol 141 MovieClip Frame 58
removeMovieClip("");
Symbol 141 MovieClip Frame 64
removeMovieClip("");
Symbol 141 MovieClip Frame 70
removeMovieClip("");
Symbol 141 MovieClip Frame 76
removeMovieClip("");
Symbol 144 MovieClip Frame 1
Symbol 144 MovieClip Frame 30
Symbol 147 MovieClip Frame 15
if (60 < /:timer) {
tellTarget ("../") {
gotoAndPlay ("lose");
};
} else {
Set("/:timer", /:timer + 1);
}
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 6
stop();
Symbol 151 MovieClip Frame 11
gotoAndStop (1);
Symbol 154 MovieClip Frame 1
if ((this._visible = true)) {
play();
} else {
stop();
}
Symbol 154 MovieClip Frame 3
pos_y = _y;
if (0 < pos_y) {
_y = (pos_y - 10);
} else {
removeMovieClip("");
}
play();
Symbol 154 MovieClip Frame 4
gotoAndPlay (3);
Symbol 171 MovieClip Frame 4
devil_yposition = _y;
if (260 < devil_yposition) {
gotoAndStop (6);
}
if (this.hitTest(_root.fire1)) {
trace("fire1");
gotoAndStop (6);
removeMovieClip(_root.fire1);
Set("/:jumsu", /:jumsu - 1);
} else if (this.hitTest(_root.fire2)) {
trace("fire2");
gotoAndStop (6);
removeMovieClip(_root.fire2);
Set("/:jumsu", /:jumsu - 1);
} else if (this.hitTest(_root.fire3)) {
trace("fire3");
gotoAndStop (6);
removeMovieClip(_root.fire3);
Set("/:jumsu", /:jumsu - 1);
} else if (this.hitTest(_root.fire4)) {
trace("fire4");
gotoAndStop (6);
removeMovieClip(_root.fire4);
Set("/:jumsu", /:jumsu - 1);
} else if (this.hitTest(_root.fire5)) {
trace("fire5");
gotoAndStop (6);
removeMovieClip(_root.fire5);
Set("/:jumsu", /:jumsu - 1);
} else if (this.hitTest(_root.fire6)) {
trace("fire6");
gotoAndStop (6);
removeMovieClip(_root.fire6);
Set("/:jumsu", /:jumsu - 1);
} else if (this.hitTest(_root.fire7)) {
trace("fire7");
gotoAndStop (6);
removeMovieClip(_root.fire7);
Set("/:jumsu", /:jumsu - 1);
} else if (this.hitTest(_root.fire8)) {
trace("fire8");
gotoAndStop (6);
removeMovieClip(_root.fire8);
Set("/:jumsu", /:jumsu - 1);
} else if (this.hitTest(_root.fire9)) {
trace("fire9");
gotoAndStop (6);
removeMovieClip(_root.fire9);
Set("/:jumsu", /:jumsu - 1);
} else if (this.hitTest(_root.fire10)) {
trace("fire10");
gotoAndStop (6);
removeMovieClip(_root.fire10);
Set("/:jumsu", /:jumsu - 1);
}
if (this.hitTest(_root.ch)) {
Set("/:alive", /:alive - 1);
tellTarget ("/sound") {
gotoAndPlay (7);
};
gotoAndStop (6);
}
Symbol 171 MovieClip Frame 5
_y = (_y + /:speed);
gotoAndPlay (4);
Symbol 171 MovieClip Frame 6
removeMovieClip("");
Symbol 178 Button
on (release) {
gotoAndPlay (139);
stopAllSounds();
}
Symbol 237 MovieClip Frame 130
stop();
Symbol 238 Button
on (release) {
gotoAndPlay (139);
}
Symbol 285 MovieClip Frame 1
loadVariables ("http://www.ibravo.com/Web/Game/Popup/UpdatePoint.aspx?corn=10", this, "POST");
Symbol 285 MovieClip Frame 26
stop();