Frame 2 (8 B)
play();
Frame 3 (891 B)
mySO = SharedObject.getLocal("gunsmoke_helloween_data");
hiscore = mySO.data.hiscore;
trophies = mySO.data.trophies;
witches = mySO.data.witches;
gwitches = mySO.data.gwitches;
kugeln = mySO.data.kugeln;
ash = mySO.data.ash;
bestjumpkills = mySO.data.bestjumpkills;
bosssechigh = mySO.data.bosssechigh;
combohigh = mySO.data.combohigh;
combobattlehigh = mySO.data.combobattlehigh;
battlehiscore = mySO.data.battlehiscore;
checker = mySO.data.checker;
if (hiscore == checker) {
hiscore = 1000;
}
if (bosssechigh == checker) {
bosssechigh = 99.999;
}
if (combohigh == checker) {
combohigh = 25;
}
if (combobattlehigh == checker) {
combobattlehigh = 25;
}
if (battlehiscore == checker) {
battlehiscore = 1000;
}
if (trophies == checker) {
trophies = 0;
witches = 0;
gwitches = 0;
kugeln = 0;
bestjumpkills = 0;
}
if (ash == checker) {
ash = 0;
}
Frame 4 (17 B)
gotoAndPlay (5);
Frame 5 (99 B)
stop();
bloodymess = 0;
fpsonoff = 0;
treasure = 0;
anim = 5;
firststart = 0;
Mouse.hide();
Frame 6 (1.5 KiB) ●
attachMovie("border", "border", 5000);
border.fps.gotoAndStop("off");
stop();
ashis = 0;
modus = "Regular";
select = "Takezo";
player = 0;
jumping = "jump";
posing = "hero_design";
flying = "fly";
direction = 0;
overheat = 0;
overheatyes = 0;
combobattle = 0;
jumpkills = 0;
levelup = 3;
candyget = 0;
i = 0;
pose = 0;
smoke = 0;
tamer = 50;
combobreaker = 0;
bosssec = 0;
bosscharger = 0;
boss = 0;
digit1 = 0;
digit2 = 0;
jump = 0;
bulletsmax = 0;
bullet2 = 0;
char = 1;
anim = 5;
firetype = 0;
serie = 0;
wave = 0;
bullettime = 145;
loadspeed = 1;
levelperfect = 0;
leveldamage = 0;
levelcombo = 0;
levelcount = 0;
levelbullets = 0;
levelratio = 0;
speed = 2;
checked = 1;
hyper = 0;
hypermax = 0;
hypermaxdauer = 5;
hypermaxindi = 15;
inter = 20;
dauer = 0;
hitdauer = 4;
count = 0;
countmax = 2;
countmaxx = 2;
counttotal = 0;
if (bodycount < 10) {
bodycount = 0;
}
health = 99;
game = 0;
enemys = 0;
first = 1;
pause = 1;
pausego = 98;
pauseneed = 0;
lastwert = 0;
chaos = 0;
combo = 0;
combomax = 0;
comboi = 0;
combotimer = 0;
combotimermax = 25;
lastx = 275;
bonus = 0;
if (score < 10) {
score = 0;
}
ground = 225;
hit = "-";
multi = "+ 0";
jumpkillnames = new Array("No", "No", "Double-Punishment", "Triple-Dead-Soul", "4-2-Da-Floor", "5-Bullets-4-Heaven", "6-Bullets-2-Hell", "7-Wounds-2-Da-Chest", "8-2-Da-Kay!", "9-11-Is-Late", "Humanoid-Genocide");
jumpkillrank = ("Best Finish: " + jumpkillnames[bestjumpkills]) + " Arial Finish!";
Instance of Symbol 406 MovieClip in Frame 6 (121 B)
onClipEvent (enterFrame) {
if (_x > -598) {
_x = (_x - (0.05 * (_parent.anim * 2)));
} else {
_x = 556.5;
}
}
Instance of Symbol 406 MovieClip in Frame 6 (121 B)
onClipEvent (enterFrame) {
if (_x > -598) {
_x = (_x - (0.05 * (_parent.anim * 2)));
} else {
_x = 556.5;
}
}
Instance of Symbol 408 MovieClip in Frame 6 (116 B)
onClipEvent (enterFrame) {
if (_x > 0) {
_x = (_x - (0.1 * (_parent.anim * 2)));
} else {
_x = 1155;
}
}
Instance of Symbol 408 MovieClip in Frame 6 (116 B)
onClipEvent (enterFrame) {
if (_x > 0) {
_x = (_x - (0.1 * (_parent.anim * 2)));
} else {
_x = 1155;
}
}
Instance of Symbol 414 MovieClip in Frame 6 (198 B)
onClipEvent (enterFrame) {
i = random(80);
if (i == 0) {
_parent.sky.gotoAndPlay(2);
}
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
}
Frame 7 (19 B)
stop();
game = 1;
Instance of Symbol 414 MovieClip in Frame 7 (4.16 KiB) ●
onClipEvent (enterFrame) {
if (_parent.pause == 0) {
_parent.i = _parent.i + (_parent.anim / 5);
if ((_parent.i >= _parent.inter) && (_parent.jump == 0)) {
_parent.i = 0;
_parent.onscreen++;
_parent.enemys++;
if (_parent.hyper != 0) {
_parent.hypermax++;
if (_parent.hypermax >= _parent.hypermaxdauer) {
_parent.hyper = 0;
}
}
if (_parent.enemys > 30) {
_parent.enemys = 0;
}
if (_parent.count == 0) {
if (((((_parent.wave + 1) % 8) == 0) && (_parent.wave > 1)) && (_parent.modus != "Survival")) {
_parent.boss = 1;
_parent.serie = 0;
_parent.countmax = 0;
_parent.speed = _parent.speed - 2;
if (_parent.speed <= 2) {
_parent.inter = 20;
} else if (_parent.speed == 3) {
_parent.inter = 15;
} else if (_parent.speed == 4) {
_parent.inter = 10;
} else if (_parent.speed == 5) {
_parent.inter = 8;
} else if (_parent.speed == 6) {
_parent.inter = 7;
} else if (_parent.speed == 7) {
_parent.inter = 6;
} else if (_parent.speed == 8) {
_parent.inter = 5;
} else if (_parent.speed == 9) {
_parent.inter = 4;
} else if (_parent.speed == 10) {
_parent.inter = 3;
} else {
_parent.inter = 2;
}
}
}
_parent.attachMovie("enemy", "enemy" + _parent.enemys, 100 + _parent.enemys);
_parent["enemy" + _parent.enemys].number = _parent.enemys;
_parent["enemy" + _parent.enemys].bosscheck = _parent.count;
_parent["enemy" + _parent.enemys]._x = 575;
_parent["enemy" + _parent.enemys]._y = 250;
_parent.count++;
_parent.counttotal++;
_parent["enemy" + _parent.enemys].last = 0;
if (_parent.count > _parent.countmax) {
_parent["enemy" + _parent.enemys].last = 1;
if (_parent.modus != "Survival") {
_parent.pause = 1;
_parent.pausego = 0;
}
_parent.count = 0;
if ((_parent.countmaxx < 100) && (_parent.boss == 0)) {
_parent.countmaxx = _parent.countmaxx + 5;
_parent.countmax = _parent.countmaxx;
}
_parent.wave++;
if (_parent.wave == 2) {
_parent.countmaxx = _parent.countmaxx + 15;
_parent.countmax = _parent.countmaxx;
}
_parent.serie++;
if ((_parent.serie == 2) || (_parent.wave < 3)) {
_parent.serie = 0;
if ((_parent.speed < 11) && (_parent.boss == 0)) {
_parent.speed = _parent.speed + 1;
if (_parent.speed <= 2) {
_parent.inter = 20;
} else if (_parent.speed == 3) {
_parent.inter = 15;
} else if (_parent.speed == 4) {
_parent.inter = 10;
} else if (_parent.speed == 5) {
_parent.inter = 8;
} else if (_parent.speed == 6) {
_parent.inter = 7;
} else if (_parent.speed == 7) {
_parent.inter = 6;
} else if (_parent.speed == 8) {
_parent.inter = 5;
} else if (_parent.speed == 9) {
_parent.inter = 4;
} else if (_parent.speed == 10) {
_parent.inter = 3;
} else {
_parent.inter = 2;
}
}
}
}
}
} else if (_parent.onscreen == 0) {
_parent.pausego++;
if (_parent.pausego > (130 + ((_parent.count == 0) * 60))) {
_parent.pausego = 0;
_parent.pause = 0;
_parent.first = 1;
_parent.enemys = 0;
_parent.chaos = 0;
_parent.checked = 0;
}
if (_parent.pausego == 100) {
_parent.attachMovie("getready", "getready", 500);
}
}
if (_parent.combotimer > 0) {
_parent.combotimer--;
if (_parent.combotimer == 0) {
if (_parent.combo > 1) {
_parent.comboi++;
if (_parent.comboi > 30) {
_parent.comboi = 0;
}
_parent.attachMovie("combo", "combo" + _parent.comboi, 550 + _parent.comboi);
_parent["combo" + _parent.comboi].combo = _parent.combo;
}
_parent.combo = 0;
_parent.multi = "+ 50";
_parent.tamer = 50;
}
}
if (_parent.onscreen == 0) {
if (((_parent.pause == 1) && (_parent.checked == 0)) && (_parent.count == 0)) {
_parent.checked = 1;
_parent.hyper = 0;
_parent.attachMovie("done", "done", 499);
_parent.attachMovie("wavecleared", "wavecleared", 500);
_parent.attachMovie("wavecleared_stats", "wavecleared_stats", 501);
}
}
}
Instance of Symbol 414 MovieClip in Frame 7 (389 B)
onClipEvent (enterFrame) {
if (_parent.dauer > -1) {
_parent.dauer = _parent.dauer - 1;
if (_parent.dauer == 0) {
_parent.hit = "-";
}
}
if (_parent.bullettime < 145) {
_parent.bullettime = _parent.bullettime + (0.4 * _parent.loadspeed);
if (_parent.bullettime > 145) {
_parent.bullettime = 145;
}
}
if (_parent.overheat > 0) {
_parent.overheat--;
}
}
Frame 8 (400 B)
dauer = hitdauer;
fire++;
overheat = overheat + 2;
if (fire > 15) {
fire = 0;
}
if (hero.pose == 0) {
attachMovie("fire", "fire" + fire, 10 + fire);
} else {
attachMovie("fireup", "fireup" + fire, 10 + fire);
}
levelbullets++;
bulletsmax++;
kugeln++;
bullets++;
if (bullets > 30) {
bullets = 0;
}
attachMovie("bullet", "bullet" + bullets, 50 + bullets);
gotoAndStop (7);
Frame 9 (376 B)
chaos = 1;
hyper = 0;
health2--;
if (health2 < (-5 + anim)) {
health2 = 1;
health = health - 1;
leveldamage++;
}
attachMovie("tear", "tear", 777);
pause = 1;
pausego = 50;
blood++;
if (blood > 18) {
blood = 0;
}
attachMovie("blood", "blood" + blood, 81 + blood);
if (health < 1) {
health = 0;
gotoAndStop (11);
} else {
gotoAndStop (7);
}
Frame 10 (71 B)
dauer = hitdauer;
hero[posing].gotoAndPlay("pose");
gotoAndStop (7);
Frame 11 (89 B)
stop();
game = 0;
bossattack.removeMovieClip();
hero.gotoAndPlay([flying]);
stop();
Frame 12 (25 B)
stop();
firststart = 0;
Instance of Symbol 414 MovieClip in Frame 12 (198 B)
onClipEvent (enterFrame) {
i = random(80);
if (i == 0) {
_parent.sky.gotoAndPlay(2);
}
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
}
Frame 13 (8 B)
stop();
Frame 14 (645 B)
firststart = 1;
bulletsmax = candyget;
candysize = 100;
if (modus == "Boss") {
combo = 0;
gotoAndStop (6);
} else if (modus == "Survival") {
combo = 0;
gotoAndStop (36);
} else {
attachMovie("baggy", "baggy", 1748);
attachMovie("candybag_count", "candybag_count", 1749);
anim = 5;
bulletsoff = 0;
bulletsmaxi = 0;
bulletsmaxi2 = bulletsmax;
combo = 0;
bulletcost = "Costs: $" + (bulletsmax * 1.18);
lastwave = ("Cleared " + wave) + " waves!";
digit1 = bulletsmaxi2.toString().charAt(Number(bulletsmaxi2.toString().length) - 1);
digit2 = bodycount.toString().charAt(Number(bodycount.toString().length) - 1);
}
Instance of Symbol 414 MovieClip in Frame 14 (374 B)
onClipEvent (enterFrame) {
i++;
if ((i % 4) == 0) {
if (_parent.bulletsmax > 0) {
_parent.bulletsmax--;
_parent.bulletsmaxi++;
_parent.bullet2++;
if (_parent.bullet2 > 100) {
_parent.bullet2 = 0;
}
_parent.attachMovie("candybag", "candybag" + _parent.bullet2, 1600 + _parent.bullet2);
} else {
_parent.gotoAndStop("bulleting2");
}
}
}
Frame 15 (259 B)
i = 0;
anim = 1;
bulletsmaxi = 0;
candybag_count.gotoAndStop("final");
if ((digit1 == digit2) && (bodycount > 0)) {
score = score + 1111;
if (score > hiscore) {
hiscore = score;
}
attachMovie("digitmatch", "digitmatch", 1751);
}
Frame 16 (163 B)
anim = 5;
digitmatch.removeMovieClip();
baggy.removeMovieClip();
candybag_count.removeMovieClip();
if (score > battlehiscore) {
battlehiscore = score;
}
Frame 17 (17 B)
gotoAndPlay (7);
Frame 18 (19 B)
stype = bodycount;
Frame 19 (8 B)
stop();
Frame 20 (1.16 KiB) ●
function __rankz_send__(par1, par2, par3, par4, par4n, par4nb) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = par3;
par227.c2NvcmUx = par4 + "Z";
par227.c2NvcmUx = par227.c2NvcmUx.split("0").join("U");
par227.c2NvcmUx = par227.c2NvcmUx.split("").join("A");
par227.c2NvcmUx = par227.c2NvcmUx.split("AU").join("Y");
par227.c2NvcmUx = par227.c2NvcmUx.split("A1").join("B");
par227.c2NvcmUx = par227.c2NvcmUx.split(".").join("N");
par227.c2NvcmUy = par4n;
par227.c2NvcmUz = par4nb;
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/as3_v0.php", par228, "POST");
}
bXlnYW1lX25hbWVfdmFyaWFibGU = rogerzoid;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = buckazoid;
bXlnYW1lX3Njb3JlX3ZhcmlhYmx2 = bodycount;
bXlnYW1lX3Njb3JlX3ZhcmlhYmx3 = nocheatid;
__rankz_send__("MzMyM2olZSVhJW4lcw==", "bGtKUEVOc2E=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl, bXlnYW1lX3Njb3JlX3ZhcmlhYmx2, bXlnYW1lX3Njb3JlX3ZhcmlhYmx3);
Frame 21 (444 B)
mySO = SharedObject.getLocal("gunsmoke_helloween_data");
mySo.data.trophies = trophies;
mySo.data.witches = witches;
mySo.data.gwitches = gwitches;
mySo.data.kugeln = kugeln;
mySo.data.bestjumpkills = bestjumpkills;
mySo.data.hiscore = hiscore;
mySo.data.bosssechigh = bosssechigh;
mySo.data.combohigh = combohigh;
mySo.data.combobattlehigh = combobattlehigh;
mySo.data.battlehiscore = battlehiscore;
mySO.flush();
gotoAndStop (6);
Frame 31 (17 B)
gotoAndStop (6);
Instance of Symbol 414 MovieClip in Frame 32 (198 B)
onClipEvent (enterFrame) {
i = random(80);
if (i == 0) {
_parent.sky.gotoAndPlay(2);
}
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
}
Frame 33 (96 B)
selectold = "Takezo";
if (ash == 0) {
player2 = "EPITAPH";
} else {
player2 = "ASHES";
}
Frame 34 (19 B)
modus = "Regular";
Frame 35 (102 B)
bosssecplus = bosssec + penalty;
if (bosssecplus < bosssechigh) {
bosssechigh = bosssecplus;
}
Frame 36 (87 B)
anim = 5;
if (combobattle > combobattlehigh) {
combobattlehigh = combobattle;
}
Symbol 2 MovieClip [stripe] Frame 1 (20 B)
this.swapDepths(1);
Symbol 2 MovieClip [stripe] Frame 2 (131 B)
_x = (630 + random(100));
_y = (100 + random(200));
size = 50 + random(100);
_xscale = size;
_yscale = size;
stopit = 40;
Symbol 2 MovieClip [stripe] Frame 3 (297 B)
_x = (_x - (((stopit * 4) / 10) * (_parent.anim * 2)));
if (_x < -300) {
_x = (630 + random(100));
_y = (100 + random(200));
size = 50 + random(100);
_xscale = size;
_yscale = size;
}
if (_parent.combo < 1) {
stopit--;
if (stopit <= 10) {
gotoAndPlay (6);
}
}
Symbol 2 MovieClip [stripe] Frame 4 (17 B)
gotoAndPlay (3);
Symbol 2 MovieClip [stripe] Frame 16 (24 B)
this.removeMovieClip();
Symbol 4 MovieClip [blood3] Frame 1 (287 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
size = random(91) + 10;
_xscale = size;
_yscale = size;
bounce = 0;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 4 MovieClip [blood3] Frame 2 (281 B)
_rotation = (_rotation + ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 50)) {
this.removeMovieClip();
}
Symbol 4 MovieClip [blood3] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 5 MovieClip [blood2] Frame 1 (287 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
size = random(91) + 10;
_xscale = size;
_yscale = size;
bounce = 0;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 5 MovieClip [blood2] Frame 2 (215 B)
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 50)) {
this.removeMovieClip();
}
Symbol 5 MovieClip [blood2] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 7 MovieClip [smoke3] Frame 1 (110 B)
rspeed = random(10) + 1;
speed = random(2) + 2;
size = random(91) + 10;
_xscale = size;
_yscale = size;
Symbol 7 MovieClip [smoke3] Frame 2 (203 B)
_rotation = (_rotation + ((rspeed / 10) * (_parent.anim * 2)));
if (_alpha > 0) {
_alpha = (_alpha - 5);
} else {
this.removeMovieClip();
}
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
Symbol 7 MovieClip [smoke3] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 8 MovieClip [smoke2] Frame 1 (110 B)
rspeed = random(10) + 1;
speed = random(2) + 2;
size = random(91) + 10;
_xscale = size;
_yscale = size;
Symbol 8 MovieClip [smoke2] Frame 2 (173 B)
_rotation = (_rotation + ((rspeed / 10) * (_parent.anim * 2)));
if (_alpha > 0) {
_alpha = (_alpha - 5);
} else {
this.removeMovieClip();
}
_y = (_y - speed);
Symbol 8 MovieClip [smoke2] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 9 MovieClip [smoke] Frame 1 (423 B)
rspeed = random(10) + 1;
speed = random(2) + 2;
size = random(91) + 10;
_xscale = size;
_yscale = size;
if ((random(2) == 0) || (_parent.player == 1)) {
_x = (((_parent.hero._x - 18) + ((_parent.ashis == 1) * 10)) + random(3));
_y = (((_parent.hero._y - 55) - ((_parent.ashis == 1) * 40)) + random(15));
} else {
_x = ((_parent.hero._x + 12) + random(3));
_y = ((_parent.hero._y - 70) + random(15));
}
Symbol 9 MovieClip [smoke] Frame 2 (173 B)
_rotation = (_rotation + ((rspeed / 10) * (_parent.anim * 2)));
if (_alpha > 0) {
_alpha = (_alpha - 5);
} else {
this.removeMovieClip();
}
_y = (_y - speed);
Symbol 9 MovieClip [smoke] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 13 MovieClip [scrap] Frame 1 (322 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
size = random(91) + 10;
_xscale = size;
_yscale = size;
bounce = 0;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
gotoAndPlay(2 + (random(3) * 2));
Symbol 13 MovieClip [scrap] Frame 2 (281 B)
_rotation = (_rotation + ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 50)) {
this.removeMovieClip();
}
Symbol 13 MovieClip [scrap] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 13 MovieClip [scrap] Frame 4 (281 B)
_rotation = (_rotation + ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 50)) {
this.removeMovieClip();
}
Symbol 13 MovieClip [scrap] Frame 5 (17 B)
gotoAndPlay (4);
Symbol 13 MovieClip [scrap] Frame 6 (281 B)
_rotation = (_rotation + ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 50)) {
this.removeMovieClip();
}
Symbol 13 MovieClip [scrap] Frame 7 (17 B)
gotoAndPlay (6);
Symbol 14 MovieClip [blood] Frame 1 (379 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
size = random(91) + 10;
_xscale = size;
_yscale = size;
bounce = 0;
_x = ((_parent.hero._x - 10) + random(20));
_y = ((_parent.hero._y - 20) + random(40));
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 14 MovieClip [blood] Frame 2 (215 B)
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 50)) {
this.removeMovieClip();
}
Symbol 14 MovieClip [blood] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 16 MovieClip [bullets2] Frame 1 (320 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
speedup = 11 + random(7);
speed = speed - (speed * 2);
bounce = 0;
_x = (265 + random(20));
_y = 0;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 16 MovieClip [bullets2] Frame 2 (542 B)
_rotation = (_rotation + ((rspeed / 10) * (_parent.anim * 2)));
if (bounce > 0) {
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
}
if (((_x < 0) || (_x > 550)) || (_parent.bulletsoff == 1)) {
this.removeMovieClip();
}
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
if (bounce < 5) {
_y = (_parent.ground + 35);
bounce++;
speed = speedup - (bounce * 2);
} else {
_y = (_parent.ground + 35);
speed = 1;
}
}
Symbol 16 MovieClip [bullets2] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 17 MovieClip [bullet] Frame 1 (311 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
bounce = 0;
_x = ((_parent.firex - 22) + random(5));
_y = ((_parent.firey - 3) + random(7));
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 17 MovieClip [bullet] Frame 2 (394 B)
_rotation = (_rotation + ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
if (bounce < 3) {
_y = (_parent.ground + 35);
bounce++;
speed = 8 - (bounce * 2);
} else {
this.removeMovieClip();
}
}
Symbol 17 MovieClip [bullet] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 21 MovieClip Frame 1 (8 B)
stop();
Symbol 21 MovieClip Frame 2 (8 B)
stop();
Symbol 48 MovieClip Frame 1 (239 B)
i = random((5 + (1 * (_parent._parent.combo > 19))) + (1 * (_parent._parent.combo > 59)));
if (_parent._parent.count == (_parent._parent.countmax - 10)) {
enemy_10togo.nextFrame();
}
_parent.typ = i;
gotoAndPlay(1 + (i * 10));
Symbol 48 MovieClip Frame 2 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 3 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 4 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 5 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 6 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 7 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 8 (17 B)
gotoAndPlay (2);
Symbol 48 MovieClip Frame 11 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 12 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 13 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 14 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 15 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 16 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 17 (18 B)
gotoAndPlay (11);
Symbol 48 MovieClip Frame 21 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 22 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 23 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 24 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 25 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 26 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 27 (18 B)
gotoAndPlay (21);
Symbol 48 MovieClip Frame 31 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 32 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 33 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 34 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 35 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 36 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 37 (18 B)
gotoAndPlay (31);
Symbol 48 MovieClip Frame 41 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 42 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 43 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 44 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 45 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 46 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 47 (18 B)
gotoAndPlay (41);
Symbol 48 MovieClip Frame 51 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 52 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 53 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 54 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 55 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 56 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 57 (18 B)
gotoAndPlay (51);
Symbol 48 MovieClip Frame 61 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 62 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 63 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 64 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 65 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 66 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 48 MovieClip Frame 67 (18 B)
gotoAndPlay (61);
Symbol 67 MovieClip Frame 2 (37 B)
gotoAndPlay(2 + (_parent.typ * 10));
Symbol 67 MovieClip Frame 3 (8 B)
stop();
Symbol 67 MovieClip Frame 12 (8 B)
stop();
Symbol 67 MovieClip Frame 22 (2.42 KiB) ●
stop();
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("skully_bones_01", "skully_bones_01" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["skully_bones_01" + _parent._parent.bullets]._x = _parent._x;
_parent._parent["skully_bones_01" + _parent._parent.bullets]._y = _parent._y - 30;
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("skully_bones_02", "skully_bones_02" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["skully_bones_02" + _parent._parent.bullets]._x = _parent._x;
_parent._parent["skully_bones_02" + _parent._parent.bullets]._y = _parent._y;
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("skully_bones_03", "skully_bones_03" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._x = (_parent._x - 20) + random(40);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._y = (_parent._y - 20) + random(40);
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("skully_bones_03", "skully_bones_03" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._x = (_parent._x - 20) + random(40);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._y = (_parent._y - 20) + random(40);
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("skully_bones_03", "skully_bones_03" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._x = (_parent._x - 20) + random(40);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._y = (_parent._y - 20) + random(40);
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("skully_bones_03", "skully_bones_03" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._x = (_parent._x - 20) + random(40);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._y = (_parent._y - 20) + random(40);
Symbol 67 MovieClip Frame 32 (8 B)
stop();
Symbol 67 MovieClip Frame 42 (8 B)
stop();
Symbol 67 MovieClip Frame 52 (8 B)
stop();
Symbol 67 MovieClip Frame 62 (8 B)
stop();
Symbol 70 MovieClip Frame 1 (76 B)
size = random(25) + 85;
_x = (_x + random(15));
_y = (_y + random(40));
Symbol 70 MovieClip Frame 3 (8 B)
stop();
Symbol 84 MovieClip Frame 1 (37 B)
gotoAndPlay(1 + (_parent.typ * 10));
Symbol 84 MovieClip Frame 2 (8 B)
stop();
Symbol 84 MovieClip Frame 11 (8 B)
stop();
Symbol 84 MovieClip Frame 21 (2.42 KiB) ●
stop();
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("skully_bones_01", "skully_bones_01" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["skully_bones_01" + _parent._parent.bullets]._x = _parent._x;
_parent._parent["skully_bones_01" + _parent._parent.bullets]._y = _parent._y - 30;
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("skully_bones_02", "skully_bones_02" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["skully_bones_02" + _parent._parent.bullets]._x = _parent._x;
_parent._parent["skully_bones_02" + _parent._parent.bullets]._y = _parent._y;
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("skully_bones_03", "skully_bones_03" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._x = (_parent._x - 20) + random(40);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._y = (_parent._y - 20) + random(40);
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("skully_bones_03", "skully_bones_03" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._x = (_parent._x - 20) + random(40);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._y = (_parent._y - 20) + random(40);
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("skully_bones_03", "skully_bones_03" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._x = (_parent._x - 20) + random(40);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._y = (_parent._y - 20) + random(40);
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("skully_bones_03", "skully_bones_03" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._x = (_parent._x - 20) + random(40);
_parent._parent["skully_bones_03" + _parent._parent.bullets]._y = (_parent._y - 20) + random(40);
Symbol 84 MovieClip Frame 31 (8 B)
stop();
Symbol 84 MovieClip Frame 41 (1.1 KiB) ●
stop();
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("pumpkin_01", "pumpkin_01" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["pumpkin_01" + _parent._parent.bullets]._x = _parent._x - 25;
_parent._parent["pumpkin_01" + _parent._parent.bullets]._y = _parent._y - 28;
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("pumpkin_02", "pumpkin_02" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["pumpkin_02" + _parent._parent.bullets]._x = _parent._x + 20;
_parent._parent["pumpkin_02" + _parent._parent.bullets]._y = _parent._y - 28;
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("pumpkin_03", "pumpkin_03" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["pumpkin_03" + _parent._parent.bullets]._x = _parent._x - 18;
_parent._parent["pumpkin_03" + _parent._parent.bullets]._y = _parent._y - 10;
Symbol 84 MovieClip Frame 51 (373 B)
stop();
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("witch_hat", "witch_hat" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["witch_hat" + _parent._parent.bullets]._x = _parent._x;
_parent._parent["witch_hat" + _parent._parent.bullets]._y = _parent._y - 30;
Symbol 84 MovieClip Frame 61 (377 B)
stop();
_parent._parent.bullets++;
if (_parent._parent.bullets > 30) {
_parent._parent.bullets = 0;
}
_parent._parent.attachMovie("gwitch_hat", "gwitch_hat" + _parent._parent.bullets, 50 + _parent._parent.bullets);
_parent._parent["gwitch_hat" + _parent._parent.bullets]._x = _parent._x;
_parent._parent["gwitch_hat" + _parent._parent.bullets]._y = _parent._y - 30;
Symbol 87 MovieClip Frame 1 (13 B)
ground = _y;
Symbol 87 MovieClip Frame 2 (60 B)
_rotation = (_rotation + 25);
_y = (ground - random(6));
Symbol 87 MovieClip Frame 3 (31 B)
_rotation = (_rotation + 25);
Symbol 87 MovieClip Frame 4 (31 B)
_rotation = (_rotation + 25);
Symbol 87 MovieClip Frame 5 (31 B)
_rotation = (_rotation + 25);
Symbol 87 MovieClip Frame 6 (17 B)
gotoAndPlay (2);
Symbol 94 MovieClip Frame 8 (17 B)
gotoAndPlay (2);
Symbol 103 MovieClip Frame 1 (76 B)
size = random(25) + 85;
_x = (_x + random(40));
_y = (_y + random(60));
Symbol 103 MovieClip Frame 2 (8 B)
stop();
Symbol 104 MovieClip Frame 41 (32 B)
gotoAndPlay(_currentframe - 4);
Symbol 105 MovieClip [enemy] Frame 1 (629 B)
if (_parent.boss == 1) {
gotoAndPlay (25);
}
size = random(11) + 90;
_xscale = size;
_yscale = size;
if (_parent.hyper == 0) {
i = random(9 + (14 * (_parent.player == 0)));
if (i == _parent.lastwert) {
i++;
}
if (i > (8 + (14 * (_parent.player == 0)))) {
i = 0;
}
} else {
i = _parent.hyper;
}
if (_parent.player == 0) {
werte = new Array("Q", "W", "E", "R", "T", "U", "I", "O", "P", "A", "S", "D", "F", "G", "H", "J", "K", "L", "X", "C", "V", "B", "N", "M");
} else {
werte = new Array("1", "2", "3", "4", "5", "6", "7", "8", "9");
}
wert = werte[i];
_parent.lastwert = i;
checked = 0;
Symbol 105 MovieClip [enemy] Frame 2 (1.16 KiB) ●
if (_x > -50) {
_x = (_x - ((_parent.speed / 10) * (_parent.anim * 2)));
} else {
_parent.onscreen--;
if (((_parent.pause == 1) && (_parent.checked == 0)) && (_parent.count == 0)) {
_parent.checked = 1;
_parent.hyper = 0;
_parent.attachMovie("wavecleared", "wavecleared", 500);
_parent.attachMovie("wavecleared_stats", "wavecleared_stats", 501);
}
this.removeMovieClip();
}
if (_parent.game == 0) {
_parent.onscreen--;
this.removeMovieClip();
}
if (_y > (_parent.ground - 10)) {
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed + (0.1 * (_parent.anim * 2));
} else {
_y = _parent.ground;
speed = 0;
}
if (_parent.chaos == 0) {
if (((_parent.hit == wert) && (_x < 550)) && (_parent.first == number)) {
_parent.hit = "-";
gotoAndPlay (9);
}
} else if ((_parent.hit == wert) && (_x < 525)) {
_parent.hit = "-";
gotoAndPlay (9);
}
if (this.hitTest(_parent.herobox) && (_parent.game == 1)) {
if (checked == 0) {
checked = 1;
}
wert = " ";
_parent.first++;
if (_parent.first > 30) {
_parent.first = 0;
}
_parent.gotoAndPlay("punch");
}
Symbol 105 MovieClip [enemy] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 105 MovieClip [enemy] Frame 9 (1.44 KiB) ●
_parent.onscreen--;
_parent.lastx = _x;
_parent.levelcount++;
_parent.hero.pose = 0;
_parent.trophies++;
_parent.witches = _parent.witches + (typ == 5);
_parent.gwitches = _parent.gwitches + (typ == 6);
_parent.blood2++;
if (_parent.blood2 > 12) {
_parent.blood2 = 0;
}
_parent.attachMovie("blood2", "blood2" + _parent.blood2, 151 + _parent.blood2);
_parent["blood2" + _parent.blood2]._x = (_x - 10) + random(20);
_parent["blood2" + _parent.blood2]._y = (_y - 20) + random(40);
_parent.combo = _parent.combo + 1;
if (_parent.combo > _parent.combobattle) {
_parent.combobattle = _parent.combo;
}
if (_parent.combo > _parent.combohigh) {
_parent.combohigh = _parent.combo;
}
if (_parent.combo > _parent.levelcombo) {
_parent.levelcombo++;
}
if (((_parent.combo % 10) == 0) && (_parent.combo > 0)) {
if (_parent.tamer > 10) {
_parent.tamer = _parent.tamer - 10;
}
}
_parent.multi = "+ " + (_parent.tamer * _parent.combo);
_parent.combomax = _parent.combomax + 1;
_parent.combotimer = _parent.combotimermax;
if ((_parent.combo >= _parent.hypermaxindi) && (_parent.hyper == 0)) {
_parent.hyper = random(7 + (14 * (_parent.player == 0))) + 1;
_parent.hypermax = 0;
_parent.attachMovie("levelup", "levelup", 498);
_parent.sky.gotoAndPlay(2);
}
_parent.score = _parent.score + (_parent.tamer * _parent.combo);
if (_parent.score > _parent.hiscore) {
_parent.hiscore = _parent.score;
}
Symbol 105 MovieClip [enemy] Frame 10 (382 B)
speed = random(5) + 18;
xspeed = (random(10) / 10) + 2;
_parent.bodycount++;
_parent.first++;
if (_parent.first > 30) {
_parent.first = 0;
}
if (_parent.jump == 1) {
_parent.jumpkills++;
gotoAndPlay (13);
}
if ((last == 1) && (_parent.jump == 0)) {
speed = 0.1;
speedslide = 5;
_rotation = (_rotation + 25);
_y = (_y + 35);
gotoAndPlay (20);
}
Symbol 105 MovieClip [enemy] Frame 11 (402 B)
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_rotation = (_rotation + (xspeed * (_parent.anim * 2)));
if (size > 5) {
size = size - (0.2 * (_parent.anim * 2));
}
_xscale = size;
_yscale = size;
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if ((_y >= (_parent.ground + 30)) || (_parent.game == 0)) {
this.removeMovieClip();
}
Symbol 105 MovieClip [enemy] Frame 12 (18 B)
gotoAndPlay (11);
Symbol 105 MovieClip [enemy] Frame 13 (433 B)
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_rotation = (_rotation + (xspeed * (_parent.anim * 2)));
if (size > 25) {
size = size - (0.2 * (_parent.anim * 2));
} else {
gotoAndPlay (15);
}
_xscale = size;
_yscale = size;
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if ((_y >= (_parent.ground + 30)) || (_parent.game == 0)) {
this.removeMovieClip();
}
Symbol 105 MovieClip [enemy] Frame 14 (18 B)
gotoAndPlay (13);
Symbol 105 MovieClip [enemy] Frame 15 (258 B)
ix = 180;
yps = 300;
if (_x < ix) {
xrichtung = 0;
xdist = ix - _x;
}
if (_x > ix) {
xrichtung = 1;
xdist = _x - ix;
}
if (_y < yps) {
yrichtung = 0;
ydist = yps - _y;
}
if (_y > yps) {
yrichtung = 1;
ydist = _y - yps;
}
Symbol 105 MovieClip [enemy] Frame 16 (229 B)
if (xdist > ydist) {
prozent = (ydist * 100) / xdist;
xspeed = 16;
yspeed = (xspeed / 100) * prozent;
}
if (xdist < ydist) {
prozent = (xdist * 100) / ydist;
yspeed = 16;
xspeed = (yspeed / 100) * prozent;
}
Symbol 105 MovieClip [enemy] Frame 17 (435 B)
if (_y < 320) {
if (xrichtung == 0) {
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
}
if (xrichtung == 1) {
_x = (_x - ((xspeed / 10) * (_parent.anim * 2)));
}
if (yrichtung == 0) {
_y = (_y + ((yspeed / 10) * (_parent.anim * 2)));
}
if (yrichtung == 1) {
_y = (_y - ((yspeed / 10) * (_parent.anim * 2)));
}
_rotation = (_rotation + (5 * (_parent.anim * 2)));
} else {
gotoAndStop (19);
}
Symbol 105 MovieClip [enemy] Frame 18 (18 B)
gotoAndPlay (17);
Symbol 105 MovieClip [enemy] Frame 19 (46 B)
_parent.loadspeed++;
this.removeMovieClip();
Symbol 105 MovieClip [enemy] Frame 20 (925 B)
if (_rotation < 90) {
_rotation = (_rotation + ((speed / 10) * (_parent.anim * 2)));
if (speed < 10) {
speed = speed + 0.5;
}
} else {
i = i + (1 - ((_parent.anim == 0) * 1));
if ((i % 2) == 0) {
_xscale = (0 + ((_parent.anim == 0) * 100));
_yscale = (0 + ((_parent.anim == 0) * 100));
} else {
_xscale = size;
_yscale = size;
}
if (i > 35) {
this.removeMovieClip();
}
}
_x = (_x + ((speedslide / 10) * (_parent.anim * 2)));
if (speedslide > 0) {
speedslide = speedslide - (0.01 * (_parent.anim * 2));
}
ii++;
if (((ii % 2) == 0) && (_parent.anim > 0)) {
_parent.blood2++;
if (_parent.blood2 > 18) {
_parent.blood2 = 0;
}
_parent.attachMovie("blood2", "blood2" + _parent.blood2, 151 + _parent.blood2);
_parent["blood2" + _parent.blood2]._x = (_x + 30) + random(20);
_parent["blood2" + _parent.blood2]._y = (_y - 80) + random(30);
}
Symbol 105 MovieClip [enemy] Frame 21 (18 B)
gotoAndPlay (20);
Symbol 105 MovieClip [enemy] Frame 25 (1.08 KiB) ●
xspeed = 1;
gothit = 0;
_parent.penalty = 0;
_parent.penaltypoints = "";
_x = (_x + 100);
bosshitter = ((18 + ((_parent.wave > 22) * 6)) + ((_parent.wave > 14) * 6)) + ((_parent.modus == "Boss") * 6);
maxspeed = (6 + (_parent.wave > 22)) + (_parent.wave > 14);
if (_parent.player == 0) {
werte = new Array("Q", "W", "E", "R", "T", "U", "I", "O", "P", "A", "S", "D", "F", "G", "H", "J", "K", "L", "X", "C", "V", "B", "N", "M", "Q", "W", "E", "R", "T", "U", "I", "O", "P", "A", "S", "D", "F", "G", "H", "J", "K", "L", "X", "C", "V", "B", "N", "M");
} else {
werte = new Array("1", "2", "3", "4", "5", "6", "7", "8", "9", "1", "2", "3", "4", "5", "6", "7", "8", "9");
}
i = random(9 + (14 * (_parent.player == 0)));
if (i == _parent.lastwert) {
i++;
}
wert = werte[i];
i = random(9 + (14 * (_parent.player == 0)));
if (i == _parent.lastwert) {
i++;
}
wert2 = werte[i];
_parent.lastwert = i;
wert3 = werte[i];
_parent.lastwert = i;
wert4 = werte[i];
_parent.lastwert = i;
wert5 = werte[i];
_parent.lastwert = i;
_parent.attachMovie("bossattack", "bossattack", 666);
Symbol 105 MovieClip [enemy] Frame 26 (1.2 KiB) ●
i = random(9 + (14 * (_parent.player == 0)));
if (i == _parent.lastwert) {
i++;
}
if (i > (9 + (14 * (_parent.player == 0)))) {
i = 0;
}
if (_parent.player == 0) {
werte = new Array("Q", "W", "E", "R", "T", "U", "I", "O", "P", "A", "S", "D", "F", "G", "H", "J", "K", "L", "X", "C", "V", "B", "N", "M", "Q", "W", "E", "R", "T", "U", "I", "O", "P", "A", "S", "D", "F", "G", "H", "J", "K", "L", "X", "C", "V", "B", "N", "M");
} else {
werte = new Array("1", "2", "3", "4", "5", "6", "7", "8", "9", "1", "2", "3", "4", "5", "6", "7", "8", "9");
}
i = random(9 + (14 * (_parent.player == 0)));
if (i == _parent.lastwert) {
i++;
}
wert = werte[i];
i = random(9 + (14 * (_parent.player == 0)));
if (i == _parent.lastwert) {
i++;
}
wert2 = werte[i];
i = random(9 + (14 * (_parent.player == 0)));
if (i == _parent.lastwert) {
i++;
}
wert3 = werte[i];
i = random(9 + (14 * (_parent.player == 0)));
if (i == _parent.lastwert) {
i++;
}
wert4 = werte[i];
i = random(9 + (14 * (_parent.player == 0)));
if (i == _parent.lastwert) {
i++;
}
wert5 = werte[i];
i = random(9 + (14 * (_parent.player == 0)));
if (i == _parent.lastwert) {
i++;
}
wert6 = werte[i];
_parent.lastwert = i;
checked = 0;
Symbol 105 MovieClip [enemy] Frame 27 (1.6 KiB) ●
if (xspeed < maxspeed) {
xspeed = xspeed + (0.02 * (_parent.anim * 2));
}
_x = (_x - ((xspeed / 10) * (_parent.anim * 2)));
if ((xspeed < 0) && (_x > 485)) {
_x = 485;
xspeed = 0;
}
if ((_x < 150) || (gothit > 10)) {
xspeed = -10;
gothit = 0;
}
if (_parent.game == 0) {
_parent.onscreen--;
this.removeMovieClip();
}
if (((_parent.hit == wert) && (_x < 525)) && (_parent.first == number)) {
_parent.hit = "-";
gotoAndPlay (29);
}
if (this.hitTest(_parent.herobox) && (_parent.game == 1)) {
_parent.gotoAndPlay("punch");
gothit++;
_parent.penalty = _parent.penalty + 0.2;
_parent.penaltypoints = ("+ " + _parent.penalty) + " seconds penalty!";
}
serie++;
if (serie > 1) {
serie = 0;
_parent.bossfire++;
if (_parent.bossfire > 30) {
_parent.bossfire = 0;
}
_parent.attachMovie("bossfire", "bossfire" + _parent.bossfire, 3601 + _parent.bossfire);
_parent["bossfire" + _parent.bossfire]._x = _x - 128;
_parent["bossfire" + _parent.bossfire]._y = _y - 113;
_parent.bossfire++;
if (_parent.bossfire > 30) {
_parent.bossfire = 0;
}
_parent.attachMovie("bossfire", "bossfire" + _parent.bossfire, 3601 + _parent.bossfire);
_parent["bossfire" + _parent.bossfire]._x = _x - 36;
_parent["bossfire" + _parent.bossfire]._y = _y - 113;
_parent.bossfire++;
if (_parent.bossfire > 30) {
_parent.bossfire = 0;
}
_parent.attachMovie("bossfire", "bossfire" + _parent.bossfire, 3601 + _parent.bossfire);
_parent["bossfire" + _parent.bossfire]._x = _x + 54;
_parent["bossfire" + _parent.bossfire]._y = _y - 122;
}
Symbol 105 MovieClip [enemy] Frame 28 (18 B)
gotoAndPlay (27);
Symbol 105 MovieClip [enemy] Frame 29 (1.33 KiB) ●
_parent.hero.pose = 0;
if (_parent.jump == 1) {
_parent.bosscharger++;
if (_parent.bosscharger > 18) {
_parent.bosscharger = 0;
}
_parent.attachMovie("bosscharger", "bosscharger" + _parent.bosscharger, 850 + _parent.bosscharger);
_parent["bosscharger" + _parent.bosscharger]._x = (_x - 10) + random(20);
_parent["bosscharger" + _parent.bosscharger]._y = (_y - 20) + random(40);
}
_parent.bullets++;
if (_parent.bullets > 30) {
_parent.bullets = 0;
}
_parent.attachMovie("skully_bones_01", "skully_bones_01" + _parent.bullets, 50 + _parent.bullets);
_parent["skully_bones_01" + _parent.bullets]._x = (_x - 85) + random(170);
_parent["skully_bones_01" + _parent.bullets]._y = (_y - 50) - random(40);
_parent.combo = _parent.combo + 1;
if (_parent.combo > _parent.levelcombo) {
_parent.levelcombo++;
}
_parent.multi = "+ " + (50 * _parent.combo);
_parent.combomax = _parent.combomax + 1;
_parent.combotimer = _parent.combotimermax * 2;
if ((_parent.combo >= _parent.hypermaxindi) && (_parent.hyper == 0)) {
_parent.hyper = random(7 + (14 * (_parent.player == 0))) + 1;
_parent.hypermax = 0;
_parent.attachMovie("levelup", "levelup", 498);
_parent.sky.gotoAndPlay(2);
}
_x = (_x + (_parent.speed * 2));
wert = wert2;
wert2 = wert3;
wert3 = wert4;
wert4 = wert5;
wert5 = wert6;
wert6 = "-";
Symbol 105 MovieClip [enemy] Frame 30 (180 B)
bosshitter--;
_parent.levelcount++;
if (bosshitter <= 0) {
gotoAndPlay (34);
} else if (wert == "-") {
xspeed = -13;
gotoAndPlay (26);
} else {
gotoAndPlay (27);
}
Symbol 105 MovieClip [enemy] Frame 34 (596 B)
_parent.trophies++;
_parent.missile.removeMovieClip();
_parent.bossattack.removeMovieClip();
_parent.boss = 0;
_parent.countmax = _parent.countmaxx;
_parent.lastx = _x;
_parent.blood2++;
if (_parent.blood2 > 18) {
_parent.blood2 = 0;
}
_parent.attachMovie("blood2", "blood2" + _parent.blood2, 151 + _parent.blood2);
_parent["blood2" + _parent.blood2]._x = (_x - 10) + random(20);
_parent["blood2" + _parent.blood2]._y = (_y - 20) + random(40);
_parent.score = _parent.score + (50 * _parent.combo);
if (_parent.score > _parent.hiscore) {
_parent.hiscore = _parent.score;
}
Symbol 105 MovieClip [enemy] Frame 35 (25 B)
xspeed = 2;
yspeed = 8;
Symbol 105 MovieClip [enemy] Frame 36 (511 B)
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
if ((_x >= 600) || (_parent.game == 0)) {
if (_parent.modus == "Boss") {
_parent.gotoAndStop("bossresults");
} else {
_parent.onscreen--;
this.removeMovieClip();
}
}
_parent.smoke++;
if (_parent.smoke > 18) {
_parent.smoke = 0;
}
_parent.attachMovie("smoke2", "smoke2" + _parent.smoke, 580 + _parent.smoke);
_parent["smoke2" + _parent.smoke]._x = (_x - 100) + random(200);
_parent["smoke2" + _parent.smoke]._y = _y - random(90);
Symbol 105 MovieClip [enemy] Frame 37 (18 B)
gotoAndPlay (36);
Symbol 109 MovieClip [firedown] Frame 1 (440 B)
_parent.firetype++;
if ((_parent.firetype > 1) || (_parent.player == 1)) {
_x = ((_parent.hero._x - 20) + random(6));
_y = ((_parent.hero._y + 20) + random(15));
_parent.firetype = 0;
} else {
_x = ((_parent.hero._x + 25) + random(6));
_y = ((_parent.hero._y + 20) + random(15));
}
_parent.firex = _x;
_parent.firey = _y;
_rotation = (-15 + random(30));
_xscale = (random(50) + 50);
_yscale = (random(50) + 50);
Symbol 109 MovieClip [firedown] Frame 3 (54 B)
if (_parent.jump == 0) {
this.removeMovieClip();
}
Symbol 109 MovieClip [firedown] Frame 20 (24 B)
this.removeMovieClip();
Symbol 111 MovieClip [fireup] Frame 1 (503 B)
_parent.firetype++;
if ((_parent.firetype > 1) || (_parent.player == 1)) {
_x = (((_parent.hero._x - 15) + ((_parent.ashis == 1) * 8)) + random(3));
_y = (((_parent.hero._y - 55) - ((_parent.ashis == 1) * 24)) + random(15));
_parent.firetype = 0;
} else {
_x = ((_parent.hero._x + 12) + random(3));
_y = ((_parent.hero._y - 60) + random(15));
}
_parent.firex = _x;
_parent.firey = _y;
_rotation = (-15 + random(30));
_xscale = (random(50) + 50);
_yscale = (random(50) + 50);
Symbol 111 MovieClip [fireup] Frame 3 (54 B)
if (_parent.jump == 0) {
this.removeMovieClip();
}
Symbol 111 MovieClip [fireup] Frame 20 (24 B)
this.removeMovieClip();
Symbol 113 MovieClip [fire] Frame 1 (469 B)
_parent.firetype++;
if ((_parent.firetype > 1) || (_parent.player == 1)) {
_x = (((_parent.hero._x + 50) + ((_parent.ashis == 1) * 20)) + random(6));
_y = ((_parent.hero._y + 2) + random(5));
_parent.firetype = 0;
} else {
_x = ((_parent.hero._x + 46) + random(6));
_y = ((_parent.hero._y - 14) + random(5));
}
_parent.firex = _x;
_parent.firey = _y;
_rotation = (-15 + random(30));
_xscale = (random(50) + 50);
_yscale = (random(50) + 50);
Symbol 113 MovieClip [fire] Frame 3 (54 B)
if (_parent.jump == 0) {
this.removeMovieClip();
}
Symbol 113 MovieClip [fire] Frame 20 (24 B)
this.removeMovieClip();
Symbol 117 MovieClip [supercombo] Frame 1 (183 B)
_x = 275;
_y = 135;
jumpkillname = _parent.jumpkillnames[_parent.jumpkills];
if (_parent.jumpkills > _parent.bestjumpkills) {
_parent.bestjumpkills = _parent.jumpkills;
}
Symbol 117 MovieClip [supercombo] Frame 2 (128 B)
_x = (_x - 320);
anim2 = _parent.anim;
if ((_parent.count == 0) && (_parent.onscreen == 0)) {
_parent.anim = 0;
}
Symbol 117 MovieClip [supercombo] Frame 3 (17 B)
_x = (_x + 64);
Symbol 117 MovieClip [supercombo] Frame 4 (17 B)
_x = (_x + 64);
Symbol 117 MovieClip [supercombo] Frame 5 (17 B)
_x = (_x + 64);
Symbol 117 MovieClip [supercombo] Frame 6 (17 B)
_x = (_x + 64);
Symbol 117 MovieClip [supercombo] Frame 7 (158 B)
_x = (_x + 64);
_parent.score = _parent.score + (500 * _parent.jumpkills);
if (_parent.score > _parent.hiscore) {
_parent.hiscore = _parent.score;
}
Symbol 117 MovieClip [supercombo] Frame 25 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 26 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 27 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 28 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 29 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 30 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 31 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 32 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 33 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 34 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 35 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 36 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 37 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 38 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 39 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 40 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 41 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 42 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 43 (133 B)
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 44 (152 B)
_x = (_x + 84);
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 45 (152 B)
_x = (_x + 84);
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 46 (152 B)
_x = (_x + 84);
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 47 (152 B)
_x = (_x + 84);
if (_parent.anim < anim2) {
_parent.anim = _parent.anim + 0.5;
if (_parent.anim > anim2) {
_parent.anim = anim2;
}
}
Symbol 117 MovieClip [supercombo] Frame 48 (41 B)
_x = (_x + 84);
_parent.anim = anim2;
Symbol 117 MovieClip [supercombo] Frame 49 (24 B)
this.removeMovieClip();
Symbol 127 MovieClip Frame 67 (8 B)
stop();
Symbol 134 MovieClip [wavecleared_stats] Frame 1 (1.07 KiB) ●
_x = 275;
_y = 135;
_parent.levelperfect = 0;
if (_parent.combotimer > _parent.combotimermax) {
_parent.combotimer = _parent.combotimermax;
}
if (_parent.leveldamage >= 30) {
_parent.levelperfect = _parent.levelperfect + 0;
} else if ((_parent.leveldamage >= 20) && (_parent.leveldamage < 30)) {
_parent.levelperfect = _parent.levelperfect + 250;
} else if ((_parent.leveldamage >= 10) && (_parent.leveldamage < 20)) {
_parent.levelperfect = _parent.levelperfect + 350;
} else if ((_parent.leveldamage > 0) && (_parent.leveldamage < 10)) {
_parent.levelperfect = _parent.levelperfect + 500;
} else if (_parent.leveldamage == 0) {
_parent.levelperfect = _parent.levelperfect + 1000;
}
if (_parent.levelcombo == _parent.levelcount) {
_parent.levelperfect = _parent.levelperfect + 1000;
}
_parent.levelratio = int((_parent.levelcount * 100) / _parent.levelbullets) + " %";
if ((_parent.levelratio == "100 %") && (_parent.levelcombo == _parent.levelcount)) {
_parent.levelperfect = _parent.levelperfect + 1000;
}
Symbol 134 MovieClip [wavecleared_stats] Frame 29 (18 B)
_x = (_x - 320);
Symbol 134 MovieClip [wavecleared_stats] Frame 30 (17 B)
_x = (_x + 64);
Symbol 134 MovieClip [wavecleared_stats] Frame 31 (17 B)
_x = (_x + 64);
Symbol 134 MovieClip [wavecleared_stats] Frame 32 (17 B)
_x = (_x + 64);
Symbol 134 MovieClip [wavecleared_stats] Frame 33 (17 B)
_x = (_x + 64);
Symbol 134 MovieClip [wavecleared_stats] Frame 34 (17 B)
_x = (_x + 64);
Symbol 134 MovieClip [wavecleared_stats] Frame 60 (283 B)
_parent.score = _parent.score + _parent.levelperfect;
if (_parent.score > _parent.hiscore) {
_parent.hiscore = _parent.score;
}
if (_parent.levelratio == "100 %") {
_parent.attachMovie("percent", "percent", 4770);
_parent.percent._x = 346;
_parent.percent._y = 222;
}
Symbol 134 MovieClip [wavecleared_stats] Frame 110 (17 B)
_x = (_x + 84);
Symbol 134 MovieClip [wavecleared_stats] Frame 111 (17 B)
_x = (_x + 84);
Symbol 134 MovieClip [wavecleared_stats] Frame 112 (17 B)
_x = (_x + 84);
Symbol 134 MovieClip [wavecleared_stats] Frame 113 (17 B)
_x = (_x + 84);
Symbol 134 MovieClip [wavecleared_stats] Frame 114 (17 B)
_x = (_x + 84);
Symbol 134 MovieClip [wavecleared_stats] Frame 115 (24 B)
this.removeMovieClip();
Symbol 139 MovieClip [wavecleared] Frame 1 (74 B)
_x = 275;
_y = 135;
_parent.hero[_parent.posing].gotoAndPlay("pose");
Symbol 139 MovieClip [wavecleared] Frame 91 (24 B)
this.removeMovieClip();
Symbol 148 MovieClip Frame 1 (55 B)
_xscale = ((_parent._parent.bullettime * 100) / 145);
Symbol 148 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 150 MovieClip Frame 1 (96 B)
if (_parent._parent.combo > 1) {
_rotation = (_rotation + _parent._parent.combotimer);
}
Symbol 150 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 151 MovieClip [border] Frame 1 (32 B)
stop();
_x = 275;
_y = 200;
Symbol 155 MovieClip [overheat] Frame 1 (23 B)
_x = 275;
_y = 135;
Symbol 155 MovieClip [overheat] Frame 11 (117 B)
if (_parent.overheat > 20) {
gotoAndPlay (1);
} else {
_parent.overheatyes = 0;
this.removeMovieClip();
}
Symbol 172 MovieClip Frame 1 (174 B)
rspeed = random(10) + 1;
speed = random(2) + 2;
size = random(91) + 10;
_xscale = size;
_yscale = size;
_x = ((_x - 8) + random(16));
_y = ((_y - 8) + random(16));
Symbol 172 MovieClip Frame 2 (100 B)
if (_alpha > 0) {
_alpha = (_alpha - 5);
} else {
gotoAndPlay (1);
}
_y = (_y - speed);
Symbol 172 MovieClip Frame 3 (17 B)
gotoAndPlay (2);
Symbol 184 MovieClip Frame 56 (8 B)
stop();
Symbol 204 MovieClip [getready] Frame 1 (194 B)
gotoAndPlay(((81 - ((_parent.count == 0) * 80)) + ((_parent.modus == "Boss") * 143)) + ((((_parent.modus == "Survival") && (_parent.wave == 0)) && (_parent.count == 0)) * 243));
Symbol 204 MovieClip [getready] Frame 2 (23 B)
_x = 275;
_y = 135;
Symbol 204 MovieClip [getready] Frame 40 (200 B)
_parent.wavecleared_stats.removeMovieClip();
_parent.levelperfect = 0;
_parent.leveldamage = 0;
_parent.levelcombo = 0;
_parent.levelcount = 0;
_parent.levelbullets = 0;
_parent.levelratio = 0;
Symbol 204 MovieClip [getready] Frame 61 (25 B)
wave = _parent.wave + 1;
Symbol 204 MovieClip [getready] Frame 68 (5 B)
i++;
Symbol 204 MovieClip [getready] Frame 69 (70 B)
if (i < 30) {
gotoAndPlay (68);
} else {
gotoAndPlay (70);
}
Symbol 204 MovieClip [getready] Frame 76 (24 B)
this.removeMovieClip();
Symbol 204 MovieClip [getready] Frame 81 (23 B)
_x = 275;
_y = 135;
Symbol 204 MovieClip [getready] Frame 141 (50 B)
wave = _parent.wave + 1;
this.removeMovieClip();
Symbol 204 MovieClip [getready] Frame 145 (23 B)
_x = 275;
_y = 135;
Symbol 204 MovieClip [getready] Frame 205 (25 B)
wave = _parent.wave + 1;
Symbol 204 MovieClip [getready] Frame 219 (5 B)
i++;
Symbol 204 MovieClip [getready] Frame 220 (72 B)
if (i < 30) {
gotoAndPlay (219);
} else {
gotoAndPlay (221);
}
Symbol 204 MovieClip [getready] Frame 227 (24 B)
this.removeMovieClip();
Symbol 204 MovieClip [getready] Frame 245 (23 B)
_x = 275;
_y = 135;
Symbol 204 MovieClip [getready] Frame 305 (25 B)
wave = _parent.wave + 1;
Symbol 204 MovieClip [getready] Frame 319 (5 B)
i++;
Symbol 204 MovieClip [getready] Frame 320 (72 B)
if (i < 30) {
gotoAndPlay (319);
} else {
gotoAndPlay (321);
}
Symbol 204 MovieClip [getready] Frame 327 (24 B)
this.removeMovieClip();
Symbol 215 MovieClip [combo] Frame 1 (299 B)
_x = (_parent.lastx - 20);
_y = 190;
ix = 125;
yps = 130;
if (_x < ix) {
xrichtung = 0;
xdist = ix - _x;
}
if (_x > ix) {
xrichtung = 1;
xdist = _x - ix;
}
if (_y < yps) {
yrichtung = 0;
ydist = yps - _y;
}
if (_y > yps) {
yrichtung = 1;
ydist = _y - yps;
}
Symbol 215 MovieClip [combo] Frame 2 (228 B)
if (xdist > ydist) {
prozent = (ydist * 100) / xdist;
xspeed = 16;
yspeed = (xspeed / 100) * prozent;
}
if (xdist < ydist) {
prozent = (xdist * 100) / ydist;
yspeed = 5;
xspeed = (yspeed / 100) * prozent;
}
Symbol 215 MovieClip [combo] Frame 3 (75 B)
if (xspeed == 0) {
xspeed = -2;
}
if (yspeed == 0) {
yspeed = -4;
}
Symbol 215 MovieClip [combo] Frame 4 (323 B)
if ((_x > ix) && (ii < 25)) {
if (xrichtung == 0) {
_x = (_x + xspeed);
}
if (xrichtung == 1) {
_x = (_x - xspeed);
}
if (yrichtung == 0) {
_y = (_y + yspeed);
}
if (yrichtung == 1) {
_y = (_y - yspeed);
}
} else {
gotoAndPlay (6);
}
_rotation = (_rotation - 55);
ii++;
Symbol 215 MovieClip [combo] Frame 5 (17 B)
gotoAndPlay (4);
Symbol 215 MovieClip [combo] Frame 6 (16 B)
_rotation = 0;
Symbol 215 MovieClip [combo] Frame 38 (24 B)
this.removeMovieClip();
Symbol 224 MovieClip [digitmatch] Frame 1 (23 B)
_x = 275;
_y = 286;
Symbol 224 MovieClip [digitmatch] Frame 7 (17 B)
gotoAndPlay (1);
Symbol 226 MovieClip [tear] Frame 1 (61 B)
_x = (_parent.hero._x + 10);
_y = (_parent.hero._y - 30);
Symbol 226 MovieClip [tear] Frame 10 (24 B)
this.removeMovieClip();
Symbol 228 MovieClip [levelup] Frame 1 (114 B)
_x = (_parent.hero._x + 3);
_y = _parent.hero._y;
size = random(50) + 51;
_xscale = size;
_yscale = size;
Symbol 228 MovieClip [levelup] Frame 24 (24 B)
this.removeMovieClip();
Symbol 230 MovieClip [done] Frame 1 (226 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
_x = (_parent.hero._x + 3);
_y = (_parent.hero._y + 8);
size = random(50) + 51;
_xscale = size;
_yscale = size;
Symbol 230 MovieClip [done] Frame 2 (165 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
_x = (_parent.hero._x + 3);
_y = (_parent.hero._y - 8);
Symbol 230 MovieClip [done] Frame 3 (165 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
_x = (_parent.hero._x + 3);
_y = (_parent.hero._y - 8);
Symbol 230 MovieClip [done] Frame 4 (165 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
_x = (_parent.hero._x + 3);
_y = (_parent.hero._y - 8);
Symbol 230 MovieClip [done] Frame 5 (165 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
_x = (_parent.hero._x + 3);
_y = (_parent.hero._y - 8);
Symbol 230 MovieClip [done] Frame 6 (165 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
_x = (_parent.hero._x + 3);
_y = (_parent.hero._y - 8);
Symbol 230 MovieClip [done] Frame 7 (165 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
_x = (_parent.hero._x + 3);
_y = (_parent.hero._y - 8);
Symbol 230 MovieClip [done] Frame 8 (165 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
_x = (_parent.hero._x + 3);
_y = (_parent.hero._y - 8);
Symbol 230 MovieClip [done] Frame 9 (165 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
_x = (_parent.hero._x + 3);
_y = (_parent.hero._y - 8);
Symbol 230 MovieClip [done] Frame 10 (165 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
_x = (_parent.hero._x + 3);
_y = (_parent.hero._y - 8);
Symbol 230 MovieClip [done] Frame 11 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 12 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 13 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 14 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 15 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 16 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 17 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 18 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 19 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 20 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 21 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 22 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 23 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 24 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 25 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 26 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 27 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 28 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 29 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 30 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 31 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 32 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 33 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 34 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 35 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 36 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 37 (104 B)
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 38 (162 B)
iii++;
if (iii > 140) {
this.removeMovieClip();
}
ii++;
if (ii > 40) {
ii = 0;
}
_parent.attachMovie("rain_title", "rain_title" + ii, 4949 + ii);
Symbol 230 MovieClip [done] Frame 39 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 232 MovieClip [bosscharger] Frame 1 (407 B)
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_rotation = (_rotation + (xspeed * (_parent.anim * 2)));
if (size > 25) {
size = size - 2;
} else {
gotoAndPlay (3);
}
_xscale = size;
_yscale = size;
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if ((_y >= (_parent.ground + 30)) || (_parent.game == 0)) {
this.removeMovieClip();
}
Symbol 232 MovieClip [bosscharger] Frame 2 (17 B)
gotoAndPlay (1);
Symbol 232 MovieClip [bosscharger] Frame 3 (258 B)
ix = 180;
yps = 320;
if (_x < ix) {
xrichtung = 0;
xdist = ix - _x;
}
if (_x > ix) {
xrichtung = 1;
xdist = _x - ix;
}
if (_y < yps) {
yrichtung = 0;
ydist = yps - _y;
}
if (_y > yps) {
yrichtung = 1;
ydist = _y - yps;
}
Symbol 232 MovieClip [bosscharger] Frame 4 (229 B)
if (xdist > ydist) {
prozent = (ydist * 100) / xdist;
xspeed = 16;
yspeed = (xspeed / 100) * prozent;
}
if (xdist < ydist) {
prozent = (xdist * 100) / ydist;
yspeed = 16;
xspeed = (yspeed / 100) * prozent;
}
Symbol 232 MovieClip [bosscharger] Frame 5 (434 B)
if (_y < 320) {
if (xrichtung == 0) {
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
}
if (xrichtung == 1) {
_x = (_x - ((xspeed / 10) * (_parent.anim * 2)));
}
if (yrichtung == 0) {
_y = (_y + ((yspeed / 10) * (_parent.anim * 2)));
}
if (yrichtung == 1) {
_y = (_y - ((yspeed / 10) * (_parent.anim * 2)));
}
_rotation = (_rotation + (5 * (_parent.anim * 2)));
} else {
gotoAndStop (7);
}
Symbol 232 MovieClip [bosscharger] Frame 6 (17 B)
gotoAndPlay (5);
Symbol 232 MovieClip [bosscharger] Frame 7 (46 B)
_parent.loadspeed++;
this.removeMovieClip();
Symbol 237 MovieClip [missile] Frame 1 (23 B)
speed = 0;
size = 50;
Symbol 237 MovieClip [missile] Frame 2 (841 B)
_rotation = (_rotation + 25);
_x = (_x - speed);
speed = speed + 0.1;
if (_y < _parent.ground) {
_y = (_y + 2.5);
}
if ((this.hitTest(_parent.hero) && (_parent.game == 1)) && (_parent.jump == 0)) {
_parent.penalty = _parent.penalty + 2;
_parent.penaltypoints = ("+ " + _parent.penalty) + " seconds penalty!";
_parent.health = _parent.health - 14;
_parent.leveldamage = _parent.leveldamage + 14;
_parent.gotoAndPlay("punch");
gotoAndPlay (5);
}
if ((_parent.game == 0) || (_x < 0)) {
this.removeMovieClip();
}
ii++;
if ((ii % 2) == 0) {
_parent.smoke++;
if (_parent.smoke > 18) {
_parent.smoke = 0;
}
_parent.attachMovie("smoke3", "smoke3" + _parent.smoke, 580 + _parent.smoke);
_parent["smoke3" + _parent.smoke]._x = _x + 36;
_parent["smoke3" + _parent.smoke]._y = _y;
}
Symbol 237 MovieClip [missile] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 237 MovieClip [missile] Frame 38 (24 B)
this.removeMovieClip();
Symbol 243 MovieClip [Bosstimer] Frame 1 (23 B)
sekunden = getTimer();
Symbol 243 MovieClip [Bosstimer] Frame 2 (58 B)
_parent._parent.bosssec = (getTimer() - sekunden) / 1000;
Symbol 243 MovieClip [Bosstimer] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 244 MovieClip [bossattack] Frame 1 (78 B)
_x = 275;
_y = 135;
if (_parent.modus == "Boss") {
gotoAndPlay (55);
}
Symbol 244 MovieClip [bossattack] Frame 51 (24 B)
this.removeMovieClip();
Symbol 244 MovieClip [bossattack] Frame 55 (23 B)
_x = 275;
_y = 135;
Symbol 244 MovieClip [bossattack] Frame 105 (8 B)
stop();
Symbol 246 MovieClip [finish_star] Frame 1 (258 B)
rspeed = random(40) + 1;
xspeed = random(3);
speed = random(2) + 3;
bounce = 0;
_x = (random(490) + 30);
_y = 5;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 246 MovieClip [finish_star] Frame 2 (264 B)
_rotation = (_rotation + ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y + ((speed / 10) * (_parent.anim * 2)));
speed = speed + (0.04 * (_parent.anim * 2));
if (_y >= 400) {
this.removeMovieClip();
}
Symbol 246 MovieClip [finish_star] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 249 MovieClip [skully_bones_01] Frame 1 (226 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
bounce = 0;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 249 MovieClip [skully_bones_01] Frame 2 (387 B)
_rotation = (_rotation - ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
if (bounce < 3) {
_y = (_parent.ground + 35);
bounce++;
speed = 8 - (bounce * 2);
} else {
gotoAndPlay (4);
}
}
Symbol 249 MovieClip [skully_bones_01] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 249 MovieClip [skully_bones_01] Frame 19 (24 B)
this.removeMovieClip();
Symbol 250 MovieClip [skully_bones_02] Frame 1 (226 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
bounce = 0;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 250 MovieClip [skully_bones_02] Frame 2 (394 B)
_rotation = (_rotation - ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
if (bounce < 3) {
_y = (_parent.ground + 35);
bounce++;
speed = 8 - (bounce * 2);
} else {
this.removeMovieClip();
}
}
Symbol 250 MovieClip [skully_bones_02] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 253 MovieClip [skully_bones_03] Frame 1 (289 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
size = random(100) + 100;
bounce = 0;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
_xscale = size;
_yscale = size;
Symbol 253 MovieClip [skully_bones_03] Frame 2 (394 B)
_rotation = (_rotation - ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
if (bounce < 3) {
_y = (_parent.ground + 35);
bounce++;
speed = 8 - (bounce * 2);
} else {
this.removeMovieClip();
}
}
Symbol 253 MovieClip [skully_bones_03] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 256 MovieClip [gwitch_hat] Frame 1 (226 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
bounce = 0;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 256 MovieClip [gwitch_hat] Frame 2 (387 B)
_rotation = (_rotation - ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
if (bounce < 3) {
_y = (_parent.ground + 35);
bounce++;
speed = 8 - (bounce * 2);
} else {
gotoAndPlay (4);
}
}
Symbol 256 MovieClip [gwitch_hat] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 256 MovieClip [gwitch_hat] Frame 19 (24 B)
this.removeMovieClip();
Symbol 259 MovieClip [witch_hat] Frame 1 (226 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
bounce = 0;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 259 MovieClip [witch_hat] Frame 2 (387 B)
_rotation = (_rotation - ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
if (bounce < 3) {
_y = (_parent.ground + 35);
bounce++;
speed = 8 - (bounce * 2);
} else {
gotoAndPlay (4);
}
}
Symbol 259 MovieClip [witch_hat] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 259 MovieClip [witch_hat] Frame 19 (24 B)
this.removeMovieClip();
Symbol 262 MovieClip [pumpkin_03] Frame 1 (226 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
bounce = 0;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 262 MovieClip [pumpkin_03] Frame 2 (387 B)
_rotation = (_rotation - ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
if (bounce < 3) {
_y = (_parent.ground + 35);
bounce++;
speed = 8 - (bounce * 2);
} else {
gotoAndPlay (4);
}
}
Symbol 262 MovieClip [pumpkin_03] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 262 MovieClip [pumpkin_03] Frame 19 (24 B)
this.removeMovieClip();
Symbol 265 MovieClip [pumpkin_02] Frame 1 (226 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
bounce = 0;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 265 MovieClip [pumpkin_02] Frame 2 (387 B)
_rotation = (_rotation - ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
if (bounce < 3) {
_y = (_parent.ground + 35);
bounce++;
speed = 8 - (bounce * 2);
} else {
gotoAndPlay (4);
}
}
Symbol 265 MovieClip [pumpkin_02] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 265 MovieClip [pumpkin_02] Frame 19 (24 B)
this.removeMovieClip();
Symbol 268 MovieClip [pumpkin_01] Frame 1 (226 B)
rspeed = random(40) + 1;
xspeed = random(4) + 1;
speed = random(14) + 8;
bounce = 0;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 268 MovieClip [pumpkin_01] Frame 2 (387 B)
_rotation = (_rotation - ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
if (bounce < 3) {
_y = (_parent.ground + 35);
bounce++;
speed = 8 - (bounce * 2);
} else {
gotoAndPlay (4);
}
}
Symbol 268 MovieClip [pumpkin_01] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 268 MovieClip [pumpkin_01] Frame 19 (24 B)
this.removeMovieClip();
Symbol 270 MovieClip [rain_title] Frame 1 (80 B)
_y = -10;
_x = (random(600) + 50);
alfa = random(80) + 20;
_alpha = alfa;
Symbol 270 MovieClip [rain_title] Frame 2 (84 B)
_y = (_y + 40);
if (_y > 420) {
this.removeMovieClip();
}
_x = (_x - 16);
Symbol 270 MovieClip [rain_title] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 274 MovieClip [bossfire] Frame 1 (58 B)
speed = random(8) + 2;
gotoAndPlay(2 + (random(3) * 2));
Symbol 274 MovieClip [bossfire] Frame 2 (151 B)
_alpha = (_alpha - 5);
_y = (_y - speed);
if (_alpha <= 0) {
this.removeMovieClip();
}
_xscale = (_xscale - 4);
_yscale = (_yscale - 4);
Symbol 274 MovieClip [bossfire] Frame 3 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 274 MovieClip [bossfire] Frame 4 (151 B)
_alpha = (_alpha - 5);
_y = (_y - speed);
if (_alpha <= 0) {
this.removeMovieClip();
}
_xscale = (_xscale - 4);
_yscale = (_yscale - 4);
Symbol 274 MovieClip [bossfire] Frame 5 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 274 MovieClip [bossfire] Frame 6 (151 B)
_alpha = (_alpha - 5);
_y = (_y - speed);
if (_alpha <= 0) {
this.removeMovieClip();
}
_xscale = (_xscale - 4);
_yscale = (_yscale - 4);
Symbol 274 MovieClip [bossfire] Frame 7 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 276 MovieClip [percent] Frame 51 (24 B)
this.removeMovieClip();
Symbol 286 MovieClip Frame 1 (90 B)
size = 50 + random(100);
_xscale = size;
_yscale = size;
gotoAndStop(2 + random(8));
Symbol 286 MovieClip Frame 2 (8 B)
stop();
Symbol 286 MovieClip Frame 3 (8 B)
stop();
Symbol 286 MovieClip Frame 4 (8 B)
stop();
Symbol 286 MovieClip Frame 5 (8 B)
stop();
Symbol 286 MovieClip Frame 6 (8 B)
stop();
Symbol 286 MovieClip Frame 7 (8 B)
stop();
Symbol 286 MovieClip Frame 8 (8 B)
stop();
Symbol 286 MovieClip Frame 9 (8 B)
stop();
Symbol 287 MovieClip [candybag] Frame 1 (109 B)
rspeed = random(40) + 1;
xspeed = random(3) + 3;
speed = random(3) + 1;
bounce = 0;
_x = 275;
_y = 0;
Symbol 287 MovieClip [candybag] Frame 2 (418 B)
_rotation = (_rotation - ((rspeed / 10) * (_parent.anim * 2)));
_y = (_y + ((speed / 10) * (_parent.anim * 2)));
speed = speed + (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 10)) {
_parent.candysize = _parent.candysize + 1;
_parent.baggy._xscale = _parent.candysize;
_parent.baggy._yscale = _parent.candysize;
this.removeMovieClip();
}
if (_x < _parent.hero._x) {
gotoAndPlay (1);
}
Symbol 287 MovieClip [candybag] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 289 MovieClip Frame 33 (8 B)
stop();
Symbol 295 MovieClip Frame 1 (161 B)
size = 50 + (_parent._parent.jumpkills * 20);
_parent.boni = _parent._parent.jumpkills * 1000;
_xscale = size;
_yscale = size;
gotoAndStop(2 + random(8));
Symbol 295 MovieClip Frame 2 (8 B)
stop();
Symbol 295 MovieClip Frame 3 (8 B)
stop();
Symbol 295 MovieClip Frame 4 (8 B)
stop();
Symbol 295 MovieClip Frame 5 (8 B)
stop();
Symbol 295 MovieClip Frame 6 (8 B)
stop();
Symbol 295 MovieClip Frame 7 (8 B)
stop();
Symbol 295 MovieClip Frame 8 (8 B)
stop();
Symbol 295 MovieClip Frame 9 (8 B)
stop();
Symbol 297 MovieClip [candy] Frame 1 (129 B)
rspeed = random(40) + 1;
xspeed = random(3) + 3;
speed = random(12) + 4;
bounce = 0;
_x = (_parent.lastx - 20);
_y = 190;
Symbol 297 MovieClip [candy] Frame 2 (453 B)
_rotation = (_rotation - ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x - ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
if (bounce < 1) {
_y = (_parent.ground + 35);
bounce++;
speed = 10;
} else {
_y = (_parent.ground + 35);
speed = 8;
}
}
if (_x < _parent.hero._x) {
gotoAndPlay (4);
}
Symbol 297 MovieClip [candy] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 297 MovieClip [candy] Frame 4 (665 B)
_parent.candyget = _parent.candyget + (boni / 1000);
_parent.score = _parent.score + boni;
if (_parent.score > _parent.hiscore) {
_parent.hiscore = _parent.score;
}
_parent.attachMovie("stern1", "stern1", 4155);
_parent.stern1._x = (_parent.hero._x - 20) + random(40);
_parent.stern1._y = (_parent.hero._y - 20) + random(40);
_parent.attachMovie("stern2", "stern2", 4156);
_parent.stern2._x = (_parent.hero._x - 20) + random(40);
_parent.stern2._y = (_parent.hero._y - 20) + random(40);
_parent.attachMovie("stern3", "stern3", 4157);
_parent.stern3._x = (_parent.hero._x - 20) + random(40);
_parent.stern3._y = (_parent.hero._y - 20) + random(40);
Symbol 297 MovieClip [candy] Frame 25 (24 B)
this.removeMovieClip();
Symbol 299 MovieClip [stern3] Frame 1 (226 B)
rspeed = random(40) + 1;
xspeed = random(3) + 3;
speed = random(12) + 4;
size = 100;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 299 MovieClip [stern3] Frame 2 (361 B)
_rotation = (_rotation - ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x - ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
this.removeMovieClip();
}
size = size + 10;
_alpha = (_alpha - 2);
_xscale = size;
_yscale = size;
Symbol 299 MovieClip [stern3] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 301 MovieClip [stern2] Frame 1 (226 B)
rspeed = random(40) + 1;
xspeed = random(3) + 3;
speed = random(12) + 4;
size = 100;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 301 MovieClip [stern2] Frame 2 (361 B)
_rotation = (_rotation - ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x - ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
this.removeMovieClip();
}
size = size + 10;
_alpha = (_alpha - 2);
_xscale = size;
_yscale = size;
Symbol 301 MovieClip [stern2] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 303 MovieClip [stern1] Frame 1 (226 B)
rspeed = random(40) + 1;
xspeed = random(3) + 3;
speed = random(12) + 4;
size = 100;
i = random(2);
if (i == 0) {
rspeed = rspeed - (rspeed * 2);
}
ii = random(2);
if (ii == 0) {
xspeed = xspeed - (xspeed * 2);
}
Symbol 303 MovieClip [stern1] Frame 2 (361 B)
_rotation = (_rotation - ((rspeed / 10) * (_parent.anim * 2)));
_x = (_x - ((xspeed / 10) * (_parent.anim * 2)));
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 35)) {
this.removeMovieClip();
}
size = size + 10;
_alpha = (_alpha - 2);
_xscale = size;
_yscale = size;
Symbol 303 MovieClip [stern1] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 305 MovieClip [baggy] Frame 1 (23 B)
_x = 275;
_y = 225;
Symbol 305 MovieClip [baggy] Frame 36 (17 B)
gotoAndPlay (1);
Symbol 311 MovieClip [candybag_count] Frame 1 (23 B)
_x = 275;
_y = 225;
Symbol 311 MovieClip [candybag_count] Frame 3 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 311 MovieClip [candybag_count] Frame 4 (8 B)
stop();
Symbol 312 MovieClip Frame 1 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 312 MovieClip Frame 2 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 312 MovieClip Frame 3 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 312 MovieClip Frame 4 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 312 MovieClip Frame 5 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 312 MovieClip Frame 6 (254 B)
if (ri == 0) {
_rotation = (_rotation + _parent._parent.anim);
if (_rotation > 0) {
_rotation = 0;
ri = 1;
}
} else {
_rotation = (_rotation - _parent._parent.anim);
if (_rotation < -25) {
_rotation = -25;
ri = 0;
}
}
Symbol 312 MovieClip Frame 7 (17 B)
gotoAndPlay (2);
Symbol 314 MovieClip [enemy_trainee] Frame 1 (372 B)
size = random(11) + 90;
_xscale = size;
_yscale = size;
i = random(23);
if (_x == 380) {
i = 13;
} else if (_x == 430) {
i = 5;
} else if (_x == 480) {
i = 22;
}
werte = new Array("Q", "W", "E", "R", "T", "U", "I", "O", "P", "A", "S", "D", "F", "G", "H", "J", "K", "L", "X", "C", "V", "B", "N", "M");
wert = werte[i];
_parent.lastwert = i;
checked = 0;
Symbol 314 MovieClip [enemy_trainee] Frame 2 (513 B)
if (_x > -50) {
} else {
this.removeMovieClip();
}
if (_y > (_parent.ground - 10)) {
_y = (_y - speed);
speed = speed + (_parent.anim / 5);
} else {
_y = _parent.ground;
speed = 0;
}
if (_parent.hit == wert) {
_parent.hit = "-";
gotoAndPlay (9);
}
if (this.hitTest(_parent.herobox) && (_parent.game == 1)) {
if (checked == 0) {
checked = 1;
}
wert = " ";
_parent.first--;
if (_parent.first < 0) {
_parent.first = 30;
}
_parent.gotoAndPlay("punch");
}
Symbol 314 MovieClip [enemy_trainee] Frame 3 (17 B)
gotoAndPlay (2);
Symbol 314 MovieClip [enemy_trainee] Frame 9 (1.02 KiB) ●
_parent.onscreen--;
_parent.lastx = _x;
_parent.levelcount++;
_parent.blood2++;
if (_parent.blood2 > 18) {
_parent.blood2 = 0;
}
_parent.attachMovie("blood2", "blood2" + _parent.blood2, 151 + _parent.blood2);
_parent["blood2" + _parent.blood2]._x = (_x - 10) + random(20);
_parent["blood2" + _parent.blood2]._y = (_y - 20) + random(40);
_parent.combo = _parent.combo + 1;
if (_parent.combo > _parent.levelcombo) {
_parent.levelcombo++;
}
_parent.multi = "+ " + (50 * _parent.combo);
_parent.combomax = _parent.combomax + 1;
_parent.combotimer = _parent.combotimermax;
if ((_parent.combo >= 10) && (_parent.hyper == 0)) {
_parent.hyper = random(22) + 1;
_parent.hypermax = 0;
_parent.attachMovie("hypermode", "hypermode", 500);
_parent.attachMovie("stripe", "stripe", 1);
_parent.attachMovie("stripe", "stripe1", 2);
_parent.attachMovie("stripe", "stripe2", 3);
}
_parent.score = _parent.score + (50 * _parent.combo);
if (_parent.score > _parent.hiscore) {
_parent.hiscore = _parent.score;
}
Symbol 314 MovieClip [enemy_trainee] Frame 10 (193 B)
speed = random(5) + 18;
xspeed = (random(10) / 10) + 2;
if (_parent.jump == 1) {
}
size = 100;
_parent.bodycount++;
_parent.first--;
if (_parent.first < 0) {
_parent.first = 30;
}
Symbol 314 MovieClip [enemy_trainee] Frame 11 (328 B)
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_rotation = (_rotation + (xspeed * (_parent.anim * 2)));
size = size - 2;
_xscale = size;
_yscale = size;
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 30)) {
this.removeMovieClip();
}
Symbol 314 MovieClip [enemy_trainee] Frame 12 (18 B)
gotoAndPlay (11);
Symbol 317 MovieClip [coffin_anim] Frame 22 (17 B)
gotoAndPlay (1);
Symbol 319 MovieClip [fade] Frame 51 (8 B)
stop();
Symbol 338 MovieClip Frame 18 (16 B)
_x = (_x + 1);
Symbol 338 MovieClip Frame 19 (16 B)
_x = (_x + 1);
Symbol 338 MovieClip Frame 20 (16 B)
_x = (_x + 1);
Symbol 338 MovieClip Frame 21 (16 B)
_x = (_x + 1);
Symbol 338 MovieClip Frame 22 (16 B)
_x = (_x + 1);
Symbol 338 MovieClip Frame 23 (16 B)
_x = (_x + 1);
Symbol 338 MovieClip Frame 24 (16 B)
_x = (_x + 1);
Symbol 338 MovieClip Frame 25 (16 B)
_x = (_x + 1);
Symbol 338 MovieClip Frame 26 (16 B)
_x = (_x + 1);
Symbol 338 MovieClip Frame 27 (16 B)
_x = (_x + 1);
Symbol 338 MovieClip Frame 29 (69 B)
if (_x < 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (40);
}
Symbol 338 MovieClip Frame 219 (32 B)
_parent._parent.gotoAndPlay(2);
Symbol 375 MovieClip Frame 201 (38 B)
_parent._parent.gotoAndStop("title");
Symbol 376 MovieClip [bloodymess_message] Frame 1 (8 B)
stop();
Symbol 376 MovieClip [bloodymess_message] Frame 176 (30 B)
_parent.gotoAndStop("title");
Symbol 376 MovieClip [bloodymess_message] Frame 177 (8 B)
stop();
Symbol 384 Button (65 B)
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 392 Button (31 B)
on (release) {
_root.play();
}
Symbol 393 MovieClip Frame 1 (179 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop (3);
}
Symbol 393 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 396 Button (181 B)
on (keyPress "<Space>") {
bloodymess_message.removeMovieClip();
gotoAndStop (6);
}
on (keyPress "<Enter>") {
bloodymess_message.removeMovieClip();
gotoAndStop (6);
}
Symbol 404 MovieClip Frame 1 (1 B)
Symbol 404 MovieClip Frame 2 (42 B)
gotoAndPlay(3 + (35 * (random(2) == 0)));
Symbol 404 MovieClip Frame 37 (17 B)
gotoAndStop (1);
Symbol 404 MovieClip Frame 72 (17 B)
gotoAndStop (1);
Symbol 406 MovieClip Frame 1 (8 B)
stop();
Symbol 408 MovieClip Frame 1 (8 B)
stop();
Symbol 411 MovieClip Frame 1 (14 B)
_alpha = 25;
Symbol 411 MovieClip Frame 2 (28 B)
_rotation = (_rotation+1);
Symbol 411 MovieClip Frame 3 (17 B)
gotoAndPlay (2);
Symbol 412 MovieClip Frame 1 (14 B)
_alpha = 25;
Symbol 412 MovieClip Frame 2 (28 B)
_rotation = (_rotation-1);
Symbol 412 MovieClip Frame 3 (17 B)
gotoAndPlay (2);
Symbol 413 MovieClip Frame 1 (8 B)
stop();
Symbol 420 MovieClip Frame 40 (17 B)
gotoAndPlay (1);
Symbol 437 MovieClip Frame 98 (17 B)
gotoAndPlay (1);
Symbol 440 MovieClip Frame 97 (17 B)
gotoAndPlay (1);
Symbol 443 MovieClip Frame 97 (17 B)
gotoAndPlay (1);
Symbol 445 MovieClip Frame 1 (30 B)
_rotation = (_rotation + 8);
Symbol 445 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 447 MovieClip Frame 1 (30 B)
_rotation = (_rotation + 8);
Symbol 447 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 479 MovieClip Frame 2 (53 B)
if (_parent.firststart != 0) {
gotoAndPlay (5);
}
Symbol 479 MovieClip Frame 3 (299 B)
_parent.smoke++;
if (_parent.smoke > 18) {
_parent.smoke = 0;
}
_parent.attachMovie("smoke2", "smoke2" + _parent.smoke, 580 + _parent.smoke);
_parent["smoke2" + _parent.smoke]._x = (_x - 175) + ((random(2) == 0) * 350);
_parent["smoke2" + _parent.smoke]._y = (_y - 65) + random(10);
i++;
Symbol 479 MovieClip Frame 4 (78 B)
if (i < 250) {
gotoAndPlay (3);
} else {
i = 0;
gotoAndPlay (5);
}
Symbol 479 MovieClip Frame 5 (5 B)
i++;
Symbol 479 MovieClip Frame 6 (78 B)
if (i < 250) {
gotoAndPlay (5);
} else {
i = 0;
gotoAndPlay (7);
}
Symbol 479 MovieClip Frame 7 (132 B)
i++;
trophies = (_parent.trophies - _parent.witches) - _parent.gwitches;
ratio = int((_parent.trophies * 100) / _parent.kugeln);
Symbol 479 MovieClip Frame 8 (78 B)
if (i < 200) {
gotoAndPlay (7);
} else {
i = 0;
gotoAndPlay (9);
}
Symbol 479 MovieClip Frame 9 (5 B)
i++;
Symbol 479 MovieClip Frame 10 (78 B)
if (i < 160) {
gotoAndPlay (9);
} else {
i = 0;
gotoAndPlay (3);
}
Symbol 480 Button (364 B)
on (keyPress "<Space>") {
gotoAndStop (33);
}
on (keyPress "<Enter>") {
gotoAndStop (33);
}
on (keyPress "m") {
gotoAndStop (12);
}
on (keyPress "t") {
title.i = 0;
title.gotoAndPlay("logo");
}
on (keyPress "h") {
getURL ("http://rankz.armorbot.com/gunsmokehow/", "_blank");
}
on (keyPress "c") {
title.i = 0;
title.gotoAndPlay("collection");
}
Symbol 483 Button (2.11 KiB) ●
on (keyPress "q") {
hit = "Q";
gotoAndStop (8);
}
on (keyPress "w") {
hit = "W";
gotoAndStop (8);
}
on (keyPress "e") {
hit = "E";
gotoAndStop (8);
}
on (keyPress "r") {
hit = "R";
gotoAndStop (8);
}
on (keyPress "t") {
hit = "T";
gotoAndStop (8);
}
on (keyPress "u") {
hit = "U";
gotoAndStop (8);
}
on (keyPress "i") {
hit = "I";
gotoAndStop (8);
}
on (keyPress "o") {
hit = "O";
gotoAndStop (8);
}
on (keyPress "p") {
hit = "P";
gotoAndStop (8);
}
on (keyPress "a") {
hit = "A";
gotoAndStop (8);
}
on (keyPress "s") {
hit = "S";
gotoAndStop (8);
}
on (keyPress "d") {
hit = "D";
gotoAndStop (8);
}
on (keyPress "f") {
hit = "F";
gotoAndStop (8);
}
on (keyPress "g") {
hit = "G";
gotoAndStop (8);
}
on (keyPress "h") {
hit = "H";
gotoAndStop (8);
}
on (keyPress "j") {
hit = "J";
gotoAndStop (8);
}
on (keyPress "k") {
hit = "K";
gotoAndStop (8);
}
on (keyPress "l") {
hit = "L";
gotoAndStop (8);
}
on (keyPress "x") {
hit = "X";
gotoAndStop (8);
}
on (keyPress "c") {
hit = "C";
gotoAndStop (8);
}
on (keyPress "v") {
hit = "V";
gotoAndStop (8);
}
on (keyPress "b") {
hit = "B";
gotoAndStop (8);
}
on (keyPress "n") {
hit = "N";
gotoAndStop (8);
}
on (keyPress "m") {
hit = "M";
gotoAndStop (8);
}
on (keyPress "y") {
hit = "Y";
gotoAndStop (8);
}
on (keyPress "z") {
hit = "Z";
gotoAndStop (8);
}
on (keyPress "1") {
hit = "1";
gotoAndStop (8);
}
on (keyPress "2") {
hit = "2";
gotoAndStop (8);
}
on (keyPress "3") {
hit = "3";
gotoAndStop (8);
}
on (keyPress "4") {
hit = "4";
gotoAndStop (8);
}
on (keyPress "5") {
hit = "5";
gotoAndStop (8);
}
on (keyPress "6") {
hit = "6";
gotoAndStop (8);
}
on (keyPress "7") {
hit = "7";
gotoAndStop (8);
}
on (keyPress "8") {
hit = "8";
gotoAndStop (8);
}
on (keyPress "9") {
hit = "9";
gotoAndStop (8);
}
on (keyPress "0") {
if ((jump == 0) && (bullettime >= 145)) {
hero.gotoAndPlay([jumping]);
}
}
on (keyPress "<Space>") {
if ((jump == 0) && (bullettime >= 145)) {
hero.gotoAndPlay([jumping]);
}
}
on (keyPress "<Enter>") {
gotoAndPlay (10);
}
on (keyPress "<Backspace>") {
gotoAndStop (11);
}
Symbol 485 MovieClip Frame 1 (8 B)
stop();
Symbol 494 MovieClip Frame 1 (18 B)
_parent.pose = 0;
Symbol 494 MovieClip Frame 2 (18 B)
_parent.pose = 0;
Symbol 494 MovieClip Frame 6 (17 B)
gotoAndPlay (2);
Symbol 494 MovieClip Frame 7 (214 B)
_parent.pose = 1;
_parent._parent.smoke++;
if (_parent._parent.smoke > 18) {
_parent._parent.smoke = 0;
}
_parent._parent.attachMovie("smoke", "smoke" + _parent._parent.smoke, 10 + _parent._parent.smoke);
Symbol 494 MovieClip Frame 11 (187 B)
if ((_parent._parent.onscreen == 1) && (_parent._parent.levelcount == 0)) {
gotoAndPlay (2);
} else if (_parent.pose == 1) {
gotoAndPlay (7);
} else {
gotoAndPlay (2);
}
Symbol 503 MovieClip Frame 1 (29 B)
speed = 0.5;
_alpha = 50;
Symbol 503 MovieClip Frame 4 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 5 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 6 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 7 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 8 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 9 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 10 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 11 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 12 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 13 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 14 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 15 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 16 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 17 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 18 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 19 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 20 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 21 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 22 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 23 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 24 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 25 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 26 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 27 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 28 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 29 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 30 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 31 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 32 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 33 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 34 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 35 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 36 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 37 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 38 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 39 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 40 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 41 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 42 (34 B)
_rotation = (_rotation + speed);
Symbol 503 MovieClip Frame 43 (18 B)
gotoAndPlay (42);
Symbol 504 MovieClip Frame 39 (8 B)
stop();
Symbol 509 MovieClip Frame 2 (8 B)
stop();
Symbol 519 MovieClip Frame 1 (18 B)
_parent.pose = 0;
Symbol 519 MovieClip Frame 5 (17 B)
gotoAndPlay (1);
Symbol 519 MovieClip Frame 6 (214 B)
_parent.pose = 1;
_parent._parent.smoke++;
if (_parent._parent.smoke > 18) {
_parent._parent.smoke = 0;
}
_parent._parent.attachMovie("smoke", "smoke" + _parent._parent.smoke, 10 + _parent._parent.smoke);
Symbol 519 MovieClip Frame 10 (187 B)
if ((_parent._parent.onscreen == 1) && (_parent._parent.levelcount == 0)) {
gotoAndPlay (1);
} else if (_parent.pose == 1) {
gotoAndPlay (6);
} else {
gotoAndPlay (1);
}
Symbol 528 MovieClip Frame 1 (29 B)
speed = 0.5;
_alpha = 50;
Symbol 528 MovieClip Frame 4 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 5 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 6 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 7 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 8 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 9 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 10 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 11 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 12 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 13 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 14 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 15 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 16 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 17 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 18 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 19 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 20 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 21 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 22 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 23 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 24 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 25 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 26 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 27 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 28 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 29 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 30 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 31 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 32 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 33 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 34 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 35 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 36 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 37 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 38 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 39 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 40 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 41 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 42 (34 B)
_rotation = (_rotation + speed);
Symbol 528 MovieClip Frame 43 (18 B)
gotoAndPlay (42);
Symbol 529 MovieClip Frame 39 (8 B)
stop();
Symbol 534 MovieClip Frame 2 (8 B)
stop();
Symbol 543 MovieClip Frame 1 (18 B)
_parent.pose = 0;
Symbol 543 MovieClip Frame 2 (18 B)
_parent.pose = 0;
Symbol 543 MovieClip Frame 6 (17 B)
gotoAndPlay (2);
Symbol 543 MovieClip Frame 7 (214 B)
_parent.pose = 1;
_parent._parent.smoke++;
if (_parent._parent.smoke > 18) {
_parent._parent.smoke = 0;
}
_parent._parent.attachMovie("smoke", "smoke" + _parent._parent.smoke, 10 + _parent._parent.smoke);
Symbol 543 MovieClip Frame 11 (187 B)
if ((_parent._parent.onscreen == 1) && (_parent._parent.levelcount == 0)) {
gotoAndPlay (2);
} else if (_parent.pose == 1) {
gotoAndPlay (7);
} else {
gotoAndPlay (2);
}
Symbol 544 MovieClip Frame 1 (29 B)
speed = 0.5;
_alpha = 50;
Symbol 544 MovieClip Frame 2 (34 B)
_rotation = (_rotation + speed);
Symbol 544 MovieClip Frame 3 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 545 MovieClip Frame 1 (8 B)
stop();
Symbol 548 MovieClip Frame 2 (8 B)
stop();
Symbol 550 MovieClip Frame 1 (113 B)
if (_parent.player == 1) {
if (_parent.ash == 1) {
gotoAndPlay (41);
} else {
gotoAndPlay (21);
}
}
Symbol 550 MovieClip Frame 2 (349 B)
if (_y > (_parent.ground - 10)) {
_y = (_y - speed);
speed = speed + 1;
} else {
_y = _parent.ground;
speed = 0;
}
if (ri == 0) {
_rotation = (_rotation + 5);
if (_rotation > 10) {
_rotation = 10;
ri = 1;
}
} else {
_rotation = (_rotation - 5);
if (_rotation < -10) {
_rotation = -10;
ri = 0;
}
}
Symbol 550 MovieClip Frame 3 (17 B)
gotoAndPlay (2);
Symbol 550 MovieClip Frame 4 (224 B)
_parent.jump = 1;
pose = 0;
_parent.jumpkills = 0;
_parent.bullettime = 0;
_parent.loadspeed = 1;
speed = 4;
_y = (_y - 10);
anim2 = _parent.anim;
speed2 = _parent.speed;
inter2 = _parent.inter;
_parent.anim = 1;
Symbol 550 MovieClip Frame 5 (683 B)
_parent.bullettime = 0;
_parent.combotimer = 100;
if (_y < _parent.ground) {
_y = (_y - ((speed / 10) * (_parent.anim * 10)));
speed = speed - (0.02 * (_parent.anim * 10));
} else {
_y = _parent.ground;
speed = 0;
_parent.jump = 0;
_parent.anim = 5;
if (_parent.jumpkills > 1) {
if ((_parent.count == 0) && (_parent.onscreen == 0)) {
_parent.attachMovie("supercombo", "supercombo", 513);
}
_parent.candy++;
if (_parent.candy > 8) {
_parent.candy = 0;
}
_parent.attachMovie("candy", "candy" + _parent.candy, 4251 + _parent.candy);
gotoAndPlay (2);
} else {
gotoAndPlay (2);
}
}
_rotation = (_rotation - 8.5);
Symbol 550 MovieClip Frame 6 (17 B)
gotoAndPlay (5);
Symbol 550 MovieClip Frame 10 (43 B)
speed = 3;
bloody = 0;
_parent.anim = 1;
Symbol 550 MovieClip Frame 11 (401 B)
bloody++;
if ((bloody % 2) == 0) {
bloody = 0;
_parent.blood++;
if (_parent.blood > 18) {
_parent.blood = 0;
}
_parent.attachMovie("blood", "blood" + _parent.blood, 81 + _parent.blood);
}
_x = (_x - 1);
_rotation = (_rotation - 1);
_alpha = (_alpha - 1);
_y = (_y - speed);
speed = speed - 0.05;
if (_y >= (_parent.ground + 75)) {
_parent.gotoAndStop("bulleting");
}
Symbol 550 MovieClip Frame 12 (18 B)
gotoAndPlay (11);
Symbol 550 MovieClip Frame 21 (349 B)
if (_y > (_parent.ground - 10)) {
_y = (_y - speed);
speed = speed + 1;
} else {
_y = _parent.ground;
speed = 0;
}
if (ri == 0) {
_rotation = (_rotation + 5);
if (_rotation > 10) {
_rotation = 10;
ri = 1;
}
} else {
_rotation = (_rotation - 5);
if (_rotation < -10) {
_rotation = -10;
ri = 0;
}
}
Symbol 550 MovieClip Frame 22 (18 B)
gotoAndPlay (21);
Symbol 550 MovieClip Frame 23 (224 B)
_parent.jump = 1;
pose = 0;
_parent.jumpkills = 0;
_parent.bullettime = 0;
_parent.loadspeed = 1;
speed = 4;
_y = (_y - 10);
anim2 = _parent.anim;
speed2 = _parent.speed;
inter2 = _parent.inter;
_parent.anim = 1;
Symbol 550 MovieClip Frame 24 (685 B)
_parent.bullettime = 0;
_parent.combotimer = 100;
if (_y < _parent.ground) {
_y = (_y - ((speed / 10) * (_parent.anim * 10)));
speed = speed - (0.02 * (_parent.anim * 10));
} else {
_y = _parent.ground;
speed = 0;
_parent.jump = 0;
_parent.anim = 5;
if (_parent.jumpkills > 1) {
if ((_parent.count == 0) && (_parent.onscreen == 0)) {
_parent.attachMovie("supercombo", "supercombo", 513);
}
_parent.candy++;
if (_parent.candy > 8) {
_parent.candy = 0;
}
_parent.attachMovie("candy", "candy" + _parent.candy, 4251 + _parent.candy);
gotoAndPlay (21);
} else {
gotoAndPlay (21);
}
}
_rotation = (_rotation - 8.5);
Symbol 550 MovieClip Frame 25 (18 B)
gotoAndPlay (24);
Symbol 550 MovieClip Frame 29 (43 B)
speed = 3;
bloody = 0;
_parent.anim = 1;
Symbol 550 MovieClip Frame 30 (401 B)
bloody++;
if ((bloody % 2) == 0) {
bloody = 0;
_parent.blood++;
if (_parent.blood > 18) {
_parent.blood = 0;
}
_parent.attachMovie("blood", "blood" + _parent.blood, 81 + _parent.blood);
}
_x = (_x - 1);
_rotation = (_rotation - 1);
_alpha = (_alpha - 1);
_y = (_y - speed);
speed = speed - 0.05;
if (_y >= (_parent.ground + 75)) {
_parent.gotoAndStop("bulleting");
}
Symbol 550 MovieClip Frame 31 (18 B)
gotoAndPlay (30);
Symbol 550 MovieClip Frame 41 (349 B)
if (_y > (_parent.ground - 10)) {
_y = (_y - speed);
speed = speed + 1;
} else {
_y = _parent.ground;
speed = 0;
}
if (ri == 0) {
_rotation = (_rotation + 5);
if (_rotation > 10) {
_rotation = 10;
ri = 1;
}
} else {
_rotation = (_rotation - 5);
if (_rotation < -10) {
_rotation = -10;
ri = 0;
}
}
Symbol 550 MovieClip Frame 42 (18 B)
gotoAndPlay (41);
Symbol 550 MovieClip Frame 43 (241 B)
_parent.jump = 1;
pose = 0;
_parent.jumpkills = 0;
_parent.bullettime = 0;
_parent.loadspeed = 1;
speed = 4;
_y = (_y - 10);
anim2 = _parent.anim;
speed2 = _parent.speed;
inter2 = _parent.inter;
_parent.anim = 1;
_rotation = 0;
Symbol 550 MovieClip Frame 44 (686 B)
_parent.bullettime = 0;
_parent.combotimer = 100;
if (_y < _parent.ground) {
_y = (_y - ((speed / 10) * (_parent.anim * 10)));
speed = speed - (0.02 * (_parent.anim * 10));
} else {
_y = _parent.ground;
speed = 0;
_parent.jump = 0;
_parent.anim = 5;
if (_parent.jumpkills > 1) {
if ((_parent.count == 0) && (_parent.onscreen == 0)) {
_parent.attachMovie("supercombo", "supercombo", 513);
}
_parent.candy++;
if (_parent.candy > 8) {
_parent.candy = 0;
}
_parent.attachMovie("candy", "candy" + _parent.candy, 4251 + _parent.candy);
gotoAndPlay (41);
} else {
gotoAndPlay (41);
}
}
_rotation = (_rotation + 0.25);
Symbol 550 MovieClip Frame 45 (18 B)
gotoAndPlay (44);
Symbol 550 MovieClip Frame 49 (43 B)
speed = 3;
bloody = 0;
_parent.anim = 1;
Symbol 550 MovieClip Frame 50 (401 B)
bloody++;
if ((bloody % 2) == 0) {
bloody = 0;
_parent.blood++;
if (_parent.blood > 18) {
_parent.blood = 0;
}
_parent.attachMovie("blood", "blood" + _parent.blood, 81 + _parent.blood);
}
_x = (_x - 1);
_rotation = (_rotation - 1);
_alpha = (_alpha - 1);
_y = (_y - speed);
speed = speed - 0.05;
if (_y >= (_parent.ground + 75)) {
_parent.gotoAndStop("bulleting");
}
Symbol 550 MovieClip Frame 51 (18 B)
gotoAndPlay (50);
Symbol 553 MovieClip Frame 141 (8 B)
stop();
Symbol 554 Button (164 B)
on (keyPress "<Space>") {
nextFrame();
}
on (keyPress "<Enter>") {
nextFrame();
}
on (keyPress "<Backspace>") {
_parent.gotoAndPlay("title");
}
Symbol 582 MovieClip Frame 1 (20 B)
stop();
score = 0;
Symbol 582 MovieClip Frame 2 (8 B)
stop();
Symbol 582 MovieClip Frame 3 (28 B)
stop();
_parent.hit = "G";
Symbol 582 MovieClip Frame 4 (28 B)
stop();
_parent.hit = "U";
Symbol 582 MovieClip Frame 5 (28 B)
stop();
_parent.hit = "N";
Symbol 582 MovieClip Frame 6 (8 B)
stop();
Symbol 582 MovieClip Frame 7 (42 B)
stop();
combo = 0;
_parent.nextFrame();
Symbol 582 MovieClip Frame 8 (106 B)
stop();
_parent.combo = 0;
_parent.bulletime = 0;
_parent.anim = 1;
_parent.hero.gotoAndPlay("jump");
Symbol 582 MovieClip Frame 9 (27 B)
stop();
_parent.anim = 5;
Instance of Symbol 414 MovieClip in Symbol 582 MovieClip Frame 9 (367 B)
onClipEvent (enterFrame) {
if (_parent._parent.trainee._x > -100) {
_parent._parent.trainee._x = _parent._parent.trainee._x - 4;
}
if (_parent._parent.trainee1._x > -100) {
_parent._parent.trainee1._x = _parent._parent.trainee1._x - 4;
}
if (_parent._parent.trainee2._x > -100) {
_parent._parent.trainee2._x = _parent._parent.trainee2._x - 4;
}
}
Symbol 582 MovieClip Frame 10 (8 B)
stop();
Symbol 582 MovieClip Frame 11 (50 B)
_parent.score = 0;
_parent.gotoAndStop("title");
Symbol 585 MovieClip Frame 30 (17 B)
gotoAndPlay (1);
Symbol 587 MovieClip Frame 1 (250 B)
size = random(11) + 90;
_xscale = size;
_yscale = size;
werte = new Array("Q", "W", "E", "R", "T", "U", "I", "O", "P", "A", "S", "D", "F", "G", "H", "J", "K", "L", "X", "C", "V", "B", "N", "M");
wert = "X";
_parent.lastwert = i;
checked = 0;
Symbol 587 MovieClip Frame 2 (841 B)
if (_x > -50) {
} else {
this.removeMovieClip();
}
if (_y > (_parent.ground - 10)) {
_y = (_y - speed);
speed = speed + (_parent.anim / 5);
} else {
_y = _parent.ground;
speed = 0;
}
if (_parent.hit == wert) {
_parent.hit = "-";
gotoAndPlay (9);
}
if (this.hitTest(_parent.herobox) && (_parent.game == 1)) {
if (checked == 0) {
checked = 1;
}
wert = " ";
_parent.first--;
if (_parent.first < 0) {
_parent.first = 30;
}
_parent.gotoAndPlay("punch");
}
if (this.hitTest(_parent.herobox)) {
if (checked == 0) {
checked = 1;
}
wert = " ";
_parent.health--;
_parent.blood++;
if (_parent.blood > 18) {
_parent.blood = 0;
}
_parent.attachMovie("blood", "blood" + _parent.blood, 81 + _parent.blood);
if (_parent.health < 1) {
_parent.health = 0;
}
}
Symbol 587 MovieClip Frame 3 (17 B)
gotoAndPlay (2);
Symbol 587 MovieClip Frame 9 (1.02 KiB) ●
_parent.onscreen--;
_parent.lastx = _x;
_parent.levelcount++;
_parent.blood2++;
if (_parent.blood2 > 18) {
_parent.blood2 = 0;
}
_parent.attachMovie("blood2", "blood2" + _parent.blood2, 151 + _parent.blood2);
_parent["blood2" + _parent.blood2]._x = (_x - 10) + random(20);
_parent["blood2" + _parent.blood2]._y = (_y - 20) + random(40);
_parent.combo = _parent.combo + 1;
if (_parent.combo > _parent.levelcombo) {
_parent.levelcombo++;
}
_parent.multi = "+ " + (50 * _parent.combo);
_parent.combomax = _parent.combomax + 1;
_parent.combotimer = _parent.combotimermax;
if ((_parent.combo >= 10) && (_parent.hyper == 0)) {
_parent.hyper = random(22) + 1;
_parent.hypermax = 0;
_parent.attachMovie("hypermode", "hypermode", 500);
_parent.attachMovie("stripe", "stripe", 1);
_parent.attachMovie("stripe", "stripe1", 2);
_parent.attachMovie("stripe", "stripe2", 3);
}
_parent.score = _parent.score + (50 * _parent.combo);
if (_parent.score > _parent.hiscore) {
_parent.hiscore = _parent.score;
}
Symbol 587 MovieClip Frame 10 (193 B)
speed = random(5) + 18;
xspeed = (random(10) / 10) + 2;
if (_parent.jump == 1) {
}
size = 100;
_parent.bodycount++;
_parent.first--;
if (_parent.first < 0) {
_parent.first = 30;
}
Symbol 587 MovieClip Frame 11 (328 B)
_x = (_x + ((xspeed / 10) * (_parent.anim * 2)));
_rotation = (_rotation + (xspeed * (_parent.anim * 2)));
size = size - 2;
_xscale = size;
_yscale = size;
_y = (_y - ((speed / 10) * (_parent.anim * 2)));
speed = speed - (0.1 * (_parent.anim * 2));
if (_y >= (_parent.ground + 30)) {
this.removeMovieClip();
}
Symbol 587 MovieClip Frame 12 (18 B)
gotoAndPlay (11);
Symbol 588 MovieClip Frame 1 (8 B)
stop();
Symbol 590 MovieClip Frame 1 (17 B)
ii = random(80);
Symbol 590 MovieClip Frame 2 (5 B)
i++;
Symbol 590 MovieClip Frame 3 (68 B)
if (i < ii) {
gotoAndPlay (2);
} else {
gotoAndPlay (4);
}
Symbol 590 MovieClip Frame 73 (18 B)
gotoAndPlay (33);
Symbol 591 Button (105 B)
on (keyPress "<Space>") {
gotoAndStop (15);
}
on (keyPress "<Enter>") {
gotoAndStop (15);
}
Symbol 594 MovieClip Frame 1 (23 B)
_x = 275;
_y = 135;
Symbol 594 MovieClip Frame 45 (8 B)
stop();
Symbol 594 MovieClip Frame 91 (24 B)
this.removeMovieClip();
Symbol 595 MovieClip Frame 1 (32 B)
_x = 275;
_y = 135;
stop();
Symbol 596 Button (105 B)
on (keyPress "<Space>") {
gotoAndStop (16);
}
on (keyPress "<Enter>") {
gotoAndStop (16);
}
Symbol 598 MovieClip Frame 51 (8 B)
stop();
Symbol 599 MovieClip Frame 1 (23 B)
_x = 275;
_y = 135;
Symbol 599 MovieClip Frame 31 (11 B)
_y = 200;
Symbol 599 MovieClip Frame 75 (138 B)
_parent.bulletsoff = 1;
if (_parent.modus == "Regular") {
_parent.gotoAndStop("hiscore");
} else {
_parent.gotoAndStop("title");
}
Symbol 601 Button (535 B)
on (keyPress "<Enter>") {
gotoAndStop (19);
}
on (keyPress "<Backspace>") {
mySO = SharedObject.getLocal("gunsmoke_helloween_data");
mySo.data.trophies = trophies;
mySo.data.witches = witches;
mySo.data.gwitches = gwitches;
mySo.data.kugeln = kugeln;
mySo.data.bestjumpkills = bestjumpkills;
mySo.data.hiscore = hiscore;
mySo.data.bosssechigh = bosssechigh;
mySo.data.combohigh = combohigh;
mySo.data.combobattlehigh = combobattlehigh;
mySo.data.battlehiscore = battlehiscore;
mySO.flush();
gotoAndStop (6);
}
Symbol 607 Button (80 B)
on (press, keyPress "1") {
if (name.length < 14) {
name = name + "1";
}
}
Symbol 608 Button (80 B)
on (press, keyPress "2") {
if (name.length < 14) {
name = name + "2";
}
}
Symbol 609 Button (80 B)
on (press, keyPress "3") {
if (name.length < 14) {
name = name + "3";
}
}
Symbol 610 Button (80 B)
on (press, keyPress "4") {
if (name.length < 14) {
name = name + "4";
}
}
Symbol 611 Button (80 B)
on (press, keyPress "5") {
if (name.length < 14) {
name = name + "5";
}
}
Symbol 612 Button (80 B)
on (press, keyPress "6") {
if (name.length < 14) {
name = name + "6";
}
}
Symbol 613 Button (80 B)
on (press, keyPress "7") {
if (name.length < 14) {
name = name + "7";
}
}
Symbol 614 Button (80 B)
on (press, keyPress "8") {
if (name.length < 14) {
name = name + "8";
}
}
Symbol 615 Button (80 B)
on (press, keyPress "9") {
if (name.length < 14) {
name = name + "9";
}
}
Symbol 616 Button (80 B)
on (press, keyPress "0") {
if (name.length < 14) {
name = name + "0";
}
}
Symbol 617 Button (80 B)
on (press, keyPress "w") {
if (name.length < 14) {
name = name + "W";
}
}
Symbol 618 Button (80 B)
on (press, keyPress "e") {
if (name.length < 14) {
name = name + "E";
}
}
Symbol 619 Button (80 B)
on (press, keyPress "r") {
if (name.length < 14) {
name = name + "R";
}
}
Symbol 620 Button (80 B)
on (press, keyPress "t") {
if (name.length < 14) {
name = name + "T";
}
}
Symbol 621 Button (80 B)
on (press, keyPress "z") {
if (name.length < 14) {
name = name + "Z";
}
}
Symbol 622 Button (80 B)
on (press, keyPress "u") {
if (name.length < 14) {
name = name + "U";
}
}
Symbol 623 Button (80 B)
on (press, keyPress "i") {
if (name.length < 14) {
name = name + "I";
}
}
Symbol 624 Button (80 B)
on (press, keyPress "o") {
if (name.length < 14) {
name = name + "O";
}
}
Symbol 625 Button (80 B)
on (press, keyPress "p") {
if (name.length < 14) {
name = name + "P";
}
}
Symbol 626 Button (80 B)
on (press, keyPress "q") {
if (name.length < 14) {
name = name + "Q";
}
}
Symbol 627 Button (80 B)
on (press, keyPress "s") {
if (name.length < 14) {
name = name + "S";
}
}
Symbol 628 Button (80 B)
on (press, keyPress "d") {
if (name.length < 14) {
name = name + "D";
}
}
Symbol 629 Button (80 B)
on (press, keyPress "f") {
if (name.length < 14) {
name = name + "F";
}
}
Symbol 630 Button (80 B)
on (press, keyPress "g") {
if (name.length < 14) {
name = name + "G";
}
}
Symbol 631 Button (80 B)
on (press, keyPress "h") {
if (name.length < 14) {
name = name + "H";
}
}
Symbol 632 Button (80 B)
on (press, keyPress "j") {
if (name.length < 14) {
name = name + "J";
}
}
Symbol 633 Button (80 B)
on (press, keyPress "k") {
if (name.length < 14) {
name = name + "K";
}
}
Symbol 634 Button (80 B)
on (press, keyPress "l") {
if (name.length < 14) {
name = name + "L";
}
}
Symbol 635 Button (80 B)
on (press, keyPress "!") {
if (name.length < 14) {
name = name + "!";
}
}
Symbol 636 Button (80 B)
on (press, keyPress "a") {
if (name.length < 14) {
name = name + "A";
}
}
Symbol 637 Button (80 B)
on (press, keyPress "x") {
if (name.length < 14) {
name = name + "X";
}
}
Symbol 638 Button (80 B)
on (press, keyPress "c") {
if (name.length < 14) {
name = name + "C";
}
}
Symbol 639 Button (80 B)
on (press, keyPress "v") {
if (name.length < 14) {
name = name + "V";
}
}
Symbol 640 Button (80 B)
on (press, keyPress "b") {
if (name.length < 14) {
name = name + "B";
}
}
Symbol 641 Button (80 B)
on (press, keyPress "n") {
if (name.length < 14) {
name = name + "N";
}
}
Symbol 642 Button (80 B)
on (press, keyPress "m") {
if (name.length < 14) {
name = name + "M";
}
}
Symbol 643 Button (80 B)
on (press, keyPress ".") {
if (name.length < 14) {
name = name + ".";
}
}
Symbol 644 Button (80 B)
on (press, keyPress "-") {
if (name.length < 14) {
name = name + "-";
}
}
Symbol 645 Button (80 B)
on (press, keyPress "*") {
if (name.length < 14) {
name = name + "*";
}
}
Symbol 646 Button (80 B)
on (press, keyPress "y") {
if (name.length < 14) {
name = name + "Y";
}
}
Symbol 647 Button (56 B)
on (press, keyPress "<Backspace>") {
name = "";
}
Symbol 648 Button (388 B)
on (press, keyPress "<Enter>") {
if (name != "") {
_parent.rogerzoid = name;
_parent.buckazoid = _parent.score;
_parent.nocheatidsub = ((_parent.score * 546) / 13) + (1027 * (_parent.score * 733));
_parent.nocheatid = substring(_parent.nocheatidsub, 0, 2);
_parent.nocheatid = _parent.nocheatid + (length(name) * 7);
_parent.gotoAndPlay(_parent._currentframe + 1);
}
}
Symbol 649 Button (92 B)
on (press, keyPress "<Space>") {
if (name.length < 14) {
name = name + " ";
}
}
Symbol 697 MovieClip Frame 1 (21 B)
stop();
name = "";
Symbol 698 Button (1.24 KiB) ●
on (keyPress "<Space>") {
if (options == "diff") {
options_screen.options_diff.nextFrame();
}
if (options == "music") {
options_screen.options_music.nextFrame();
}
if (options == "manual") {
gotoAndStop (12);
}
if (options == "exit") {
gotoAndStop (6);
}
}
on (keyPress "<Enter>") {
if (options == "diff") {
options_screen.options_diff.nextFrame();
}
if (options == "music") {
options_screen.options_music.nextFrame();
}
if (options == "manual") {
gotoAndStop (12);
}
if (options == "exit") {
gotoAndStop (6);
}
}
on (keyPress "<Left>") {
if (options == "diff") {
options_screen.gotoAndStop("exit");
} else if (options == "exit") {
options_screen.gotoAndStop("manual");
} else if (options == "manual") {
options_screen.gotoAndStop("music");
} else if (options == "music") {
options_screen.gotoAndStop("diff");
}
}
on (keyPress "<Right>") {
if (options == "exit") {
options_screen.gotoAndStop("diff");
} else if (options == "diff") {
options_screen.gotoAndStop("music");
} else if (options == "music") {
options_screen.gotoAndStop("manual");
} else if (options == "manual") {
options_screen.gotoAndStop("exit");
}
}
on (keyPress "<Backspace>") {
firststart = 0;
gotoAndStop (6);
}
Symbol 707 MovieClip Frame 1 (8 B)
stop();
Symbol 707 MovieClip Frame 2 (8 B)
stop();
Symbol 707 MovieClip Frame 3 (17 B)
gotoAndStop (1);
Symbol 710 MovieClip Frame 1 (8 B)
stop();
Symbol 710 MovieClip Frame 2 (8 B)
stop();
Symbol 710 MovieClip Frame 3 (17 B)
gotoAndStop (1);
Symbol 714 MovieClip Frame 1 (35 B)
stop();
_parent.options = "diff";
Symbol 714 MovieClip Frame 10 (36 B)
stop();
_parent.options = "music";
Symbol 714 MovieClip Frame 20 (37 B)
stop();
_parent.options = "manual";
Symbol 714 MovieClip Frame 30 (35 B)
stop();
_parent.options = "exit";
Symbol 723 MovieClip Frame 1 (8 B)
stop();
Symbol 723 MovieClip Frame 12 (8 B)
stop();
Symbol 723 MovieClip Frame 23 (8 B)
stop();
Symbol 732 MovieClip Frame 1 (83 B)
if (_parent._parent.ash == 0) {
gotoAndStop (2);
} else {
gotoAndStop (3);
}
Symbol 732 MovieClip Frame 2 (8 B)
stop();
Symbol 732 MovieClip Frame 7 (32 B)
gotoAndPlay(_currentframe - 4);
Symbol 740 MovieClip Frame 1 (83 B)
if (_parent._parent.ash == 0) {
gotoAndStop (2);
} else {
gotoAndPlay (3);
}
Symbol 740 MovieClip Frame 2 (8 B)
stop();
Symbol 740 MovieClip Frame 7 (32 B)
gotoAndPlay(_currentframe - 4);
Symbol 743 MovieClip Frame 41 (17 B)
gotoAndPlay (1);
Symbol 743 MovieClip Frame 85 (18 B)
gotoAndPlay (45);
Symbol 744 Button (2.12 KiB) ●
on (keyPress "<Space>") {
if (select == "Takezo") {
player = 0;
jumping = "jump";
posing = "hero_design";
flying = "fly";
onscreen = 0;
bodycount = 0;
score = 0;
nosave = 0;
multi = "+ 50";
gotoAndStop (34);
}
if (select == "Monk") {
if (ash == 0) {
ashis = 0;
player = 1;
jumping = "monkjump";
posing = "monk_design";
flying = "monkfly";
onscreen = 0;
bodycount = 0;
score = 0;
nosave = 0;
multi = "+ 50";
gotoAndStop (34);
} else {
player = 1;
ashis = 1;
jumping = "ashjump";
posing = "ash_design";
flying = "ashfly";
onscreen = 0;
bodycount = 0;
score = 0;
nosave = 0;
multi = "+ 50";
gotoAndStop (34);
}
}
}
on (keyPress "<Enter>") {
if (select == "Takezo") {
player = 0;
jumping = "jump";
posing = "hero_design";
flying = "fly";
onscreen = 0;
bodycount = 0;
score = 0;
nosave = 0;
multi = "+ 50";
gotoAndStop (34);
}
if (select == "Monk") {
if (ash == 0) {
player = 1;
ashis = 0;
jumping = "monkjump";
posing = "monk_design";
flying = "monkfly";
onscreen = 0;
bodycount = 0;
score = 0;
nosave = 0;
multi = "+ 50";
gotoAndStop (34);
} else {
player = 1;
ashis = 1;
jumping = "ashjump";
posing = "ash_design";
flying = "ashfly";
onscreen = 0;
bodycount = 0;
score = 0;
nosave = 0;
multi = "+ 50";
gotoAndStop (34);
}
}
}
on (keyPress "<Left>") {
select = "Takezo";
select_screen.gotoAndPlay(1);
if (select != selectold) {
selectold = "Takezo";
select_anim.gotoAndPlay("takezo");
}
}
on (keyPress "<Right>") {
select = "Monk";
select_screen.gotoAndPlay(45);
if (select != selectold) {
selectold = "Monk";
select_anim.gotoAndPlay("monk");
}
}
on (keyPress "4") {
select = "Takezo";
select_screen.gotoAndPlay(1);
if (select != selectold) {
selectold = "Takezo";
select_anim.gotoAndPlay("takezo");
}
}
on (keyPress "6") {
select = "Monk";
select_screen.gotoAndPlay(45);
if (select != selectold) {
selectold = "Monk";
select_anim.gotoAndPlay("monk");
}
}
on (keyPress "<Backspace>") {
firststart = 0;
gotoAndStop (6);
}
Symbol 747 MovieClip Frame 31 (17 B)
gotoAndPlay (1);
Symbol 751 Button (2.1 KiB) ●
on (keyPress "<Space>") {
if (modus == "Regular") {
wave = 0;
gotoAndStop (17);
}
if (modus == "Survival") {
wave = 0;
speed = 3;
inter = 15;
gotoAndStop (17);
}
if (modus == "Boss") {
wave = 7;
gotoAndStop (17);
}
if ((modus == "Treasure") && (treasure == 1)) {
gotoAndStop (37);
}
}
on (keyPress "<Enter>") {
if (modus == "Regular") {
wave = 0;
gotoAndStop (17);
}
if (modus == "Survival") {
wave = 0;
speed = 3;
inter = 15;
gotoAndStop (17);
}
if (modus == "Boss") {
wave = 7;
gotoAndStop (17);
}
if ((modus == "Treasure") && (treasure == 1)) {
gotoAndStop (37);
}
}
on (keyPress "<Left>") {
if (modus == "Survival") {
modus = "Regular";
modescreen.gotoAndPlay(1);
} else if (modus == "Boss") {
modus = "Survival";
modescreen.gotoAndPlay(10);
} else if (modus == "Regular") {
modus = "Treasure";
modescreen.gotoAndPlay(30);
} else if (modus == "Treasure") {
modus = "Boss";
modescreen.gotoAndPlay(20);
}
}
on (keyPress "<Right>") {
if (modus == "Survival") {
modus = "Boss";
modescreen.gotoAndPlay(20);
} else if (modus == "Regular") {
modus = "Survival";
modescreen.gotoAndPlay(10);
} else if (modus == "Boss") {
modus = "Treasure";
modescreen.gotoAndPlay(30);
} else if (modus == "Treasure") {
modus = "Regular";
modescreen.gotoAndPlay(1);
}
}
on (keyPress "4") {
if (modus == "Survival") {
modus = "Regular";
modescreen.gotoAndPlay(1);
} else if (modus == "Boss") {
modus = "Survival";
modescreen.gotoAndPlay(10);
} else if (modus == "Regular") {
modus = "Treasure";
modescreen.gotoAndPlay(30);
} else if (modus == "Treasure") {
modus = "Boss";
modescreen.gotoAndPlay(20);
}
}
on (keyPress "6") {
if (modus == "Survival") {
modus = "Boss";
modescreen.gotoAndPlay(20);
} else if (modus == "Regular") {
modus = "Survival";
modescreen.gotoAndPlay(10);
} else if (modus == "Boss") {
modus = "Treasure";
modescreen.gotoAndPlay(30);
} else if (modus == "Treasure") {
modus = "Regular";
modescreen.gotoAndPlay(1);
}
}
on (keyPress "<Backspace>") {
gotoAndStop (33);
}
Symbol 766 MovieClip Frame 5 (17 B)
gotoAndPlay (1);
Symbol 766 MovieClip Frame 14 (18 B)
gotoAndPlay (10);
Symbol 766 MovieClip Frame 24 (18 B)
gotoAndPlay (20);
Symbol 766 MovieClip Frame 34 (18 B)
gotoAndPlay (30);
Symbol 769 MovieClip Frame 31 (17 B)
gotoAndPlay (1);
Symbol 773 MovieClip Frame 1 (138 B)
if (((_parent.gwitches > 20) || (_parent.kugeln > 5000)) || (_parent.witches > 100)) {
gotoAndPlay (2);
} else {
stop();
}
Symbol 773 MovieClip Frame 2 (22 B)
_parent.treasure = 1;
Symbol 773 MovieClip Frame 22 (8 B)
stop();
Symbol 780 Button (2.64 KiB) ●
on (keyPress "<Space>") {
mySO = SharedObject.getLocal("gunsmoke_helloween_data");
mySo.data.trophies = trophies;
mySo.data.witches = witches;
mySo.data.gwitches = gwitches;
mySo.data.kugeln = kugeln;
mySo.data.bestjumpkills = bestjumpkills;
mySo.data.hiscore = hiscore;
mySo.data.bosssechigh = bosssechigh;
mySo.data.combohigh = combohigh;
mySo.data.combobattlehigh = combobattlehigh;
mySo.data.battlehiscore = battlehiscore;
mySo.data.platz1n = platz1n;
mySo.data.platz2n = platz2n;
mySo.data.platz3n = platz3n;
mySo.data.platz4n = platz4n;
mySo.data.platz5n = platz5n;
mySo.data.platz6n = platz6n;
mySo.data.platz7n = platz7n;
mySo.data.platz8n = platz8n;
mySo.data.platz9n = platz9n;
mySo.data.platz10n = platz10n;
mySo.data.platz1s = platz1s;
mySo.data.platz2s = platz2s;
mySo.data.platz3s = platz3s;
mySo.data.platz4s = platz4s;
mySo.data.platz5s = platz5s;
mySo.data.platz6s = platz6s;
mySo.data.platz7s = platz7s;
mySo.data.platz8s = platz8s;
mySo.data.platz9s = platz9s;
mySo.data.platz10s = platz10s;
mySo.data.platz1t = platz1t;
mySo.data.platz2t = platz2t;
mySo.data.platz3t = platz3t;
mySo.data.platz4t = platz4t;
mySo.data.platz5t = platz5t;
mySo.data.platz6t = platz6t;
mySo.data.platz7t = platz7t;
mySo.data.platz8t = platz8t;
mySo.data.platz9t = platz9t;
mySo.data.platz10t = platz10t;
mySO.flush();
gotoAndPlay (6);
}
on (keyPress "<Enter>") {
mySO = SharedObject.getLocal("gunsmoke_helloween_data");
mySo.data.trophies = trophies;
mySo.data.witches = witches;
mySo.data.gwitches = gwitches;
mySo.data.hiscore = hiscore;
mySo.data.bosssechigh = bosssechigh;
mySo.data.combohigh = combohigh;
mySo.data.combobattlehigh = combobattlehigh;
mySo.data.battlehiscore = battlehiscore;
mySo.data.platz1n = platz1n;
mySo.data.platz2n = platz2n;
mySo.data.platz3n = platz3n;
mySo.data.platz4n = platz4n;
mySo.data.platz5n = platz5n;
mySo.data.platz6n = platz6n;
mySo.data.platz7n = platz7n;
mySo.data.platz8n = platz8n;
mySo.data.platz9n = platz9n;
mySo.data.platz10n = platz10n;
mySo.data.platz1s = platz1s;
mySo.data.platz2s = platz2s;
mySo.data.platz3s = platz3s;
mySo.data.platz4s = platz4s;
mySo.data.platz5s = platz5s;
mySo.data.platz6s = platz6s;
mySo.data.platz7s = platz7s;
mySo.data.platz8s = platz8s;
mySo.data.platz9s = platz9s;
mySo.data.platz10s = platz10s;
mySo.data.platz1t = platz1t;
mySo.data.platz2t = platz2t;
mySo.data.platz3t = platz3t;
mySo.data.platz4t = platz4t;
mySo.data.platz5t = platz5t;
mySo.data.platz6t = platz6t;
mySo.data.platz7t = platz7t;
mySo.data.platz8t = platz8t;
mySo.data.platz9t = platz9t;
mySo.data.platz10t = platz10t;
mySO.flush();
gotoAndPlay (6);
}
Symbol 798 MovieClip Frame 1 (45 B)
gotoAndPlay(2 + (_parent._parent.ash == 1));
Symbol 798 MovieClip Frame 2 (34 B)
stop();
_parent._parent.ash = 0;
Symbol 798 MovieClip Frame 3 (41 B)
gotoAndStop(4 + ((random(2) == 0) * 2));
Symbol 798 MovieClip Frame 4 (34 B)
stop();
_parent._parent.ash = 1;
Symbol 798 MovieClip Frame 5 (17 B)
gotoAndStop (2);
Symbol 798 MovieClip Frame 6 (34 B)
stop();
_parent._parent.ash = 1;
Symbol 798 MovieClip Frame 7 (17 B)
gotoAndStop (2);
Symbol 800 MovieClip Frame 1 (34 B)
stop();
_parent.options = "ash";
Symbol 800 MovieClip Frame 2 (35 B)
stop();
_parent.options = "exit";
Symbol 803 Button (959 B)
on (keyPress "<Space>") {
if (options == "ash") {
ash_screen.ashonoff.nextFrame();
}
if (options == "exit") {
mySO = SharedObject.getLocal("gunsmoke_helloween_data");
mySO.data.ash = ash;
mySO.flush();
gotoAndStop (6);
}
}
on (keyPress "<Enter>") {
if (options == "ash") {
ash_screen.ashonoff.nextFrame();
}
if (options == "exit") {
mySO = SharedObject.getLocal("gunsmoke_helloween_data");
mySO.data.ash = ash;
mySO.flush();
gotoAndStop (6);
}
}
on (keyPress "<Left>") {
if (options == "ash") {
ash_screen.gotoAndStop("exit");
} else if (options == "exit") {
ash_screen.gotoAndStop("ash");
}
}
on (keyPress "<Right>") {
if (options == "exit") {
ash_screen.gotoAndStop("ash");
} else if (options == "ash") {
ash_screen.gotoAndStop("exit");
}
}
on (keyPress "<Backspace>") {
mySO = SharedObject.getLocal("gunsmoke_helloween_data");
mySO.data.ash = ash;
mySO.flush();
gotoAndStop (6);
}