Frame 1
Stage.showMenu = false;
_root.sound = true;
_root.quality_key = 81;
_root.pause = false;
Stage.scaleMode = "exactfit";
_root.rt_key = 39;
_root.lft_key = 37;
_root.up_key = 38;
_root.dn_key = 40;
_root.attk_key = 68;
_root.kick_key = 65;
_root.jump_key = 83;
_root.cont_rt = false;
_root.cont_lft = false;
_root.cont_up = false;
_root.cont_dn = false;
_root.zoomin = true;
_root.mover = false;
_root.movel = false;
_root.moved = false;
_root.moveu = false;
Frame 2
_root.sound = true;
Stage.scaleMode = "exactfit";
stop();
stopAllSounds();
_quality = "high";
Instance of Symbol 667 MovieClip in Frame 2
onClipEvent (load) {
rtime = _root.getBytesLoaded();
rtmax = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
if (rtime >= rtmax) {
_root.gotoAndStop("loaded");
} else {
rtime = _root.getBytesLoaded();
percentage = (rtime / rtmax) * 100;
bar._xscale = percentage * 3;
results1 = Math.floor(percentage) + "% THE CHEETAHMEN PT.1!";
}
}
Instance of Symbol 672 MovieClip in Frame 2
on (rollOver) {
_root.intext = "TOON PIMP";
}
on (rollOut) {
_root.intext = "";
}
on (release) {
getURL ("http://toonpimp.net", "gropesville");
}
onClipEvent (enterFrame) {
if (Key.isDown(9)) {
_root.gotoAndPlay("loader");
}
}
Instance of Symbol 679 MovieClip in Frame 2
on (release) {
getURL ("http://links.verotel.com/cgi-bin/showsite.verotel?vercode=15543:9804000000924067", 1);
}
Instance of Symbol 684 MovieClip in Frame 2
on (release) {
getURL ("http://hentaikey.com/sys/members/signup.php?wid=3015&bid=361&at=2&tid=490", 1);
}
Instance of Symbol 687 MovieClip in Frame 2
on (release) {
getURL ("http://links.verotel.com/cgi-bin/showsite.verotel?vercode=33206:9804000000924067", 1);
}
Instance of Symbol 690 MovieClip in Frame 2
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-2001&PA=1320924", 1);
}
Instance of Symbol 693 MovieClip in Frame 2
on (release) {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=908600-0008&PA=1352354", 1);
}
Instance of Symbol 696 MovieClip in Frame 2
on (release) {
getURL ("http://www.adult-empire.com/rs.php?site_id=5694&wm_id=3287", 1);
}
Frame 3
stop();
Instance of Symbol 699 MovieClip in Frame 3
on (release) {
_root.gotoAndStop("title");
}
Frame 4
function clean() {
for (i in _root) {
_root[i].removeMovieClip();
}
}
_root.clean();
stop();
Instance of Symbol 699 MovieClip in Frame 4
on (release) {
_root.gotoAndStop("st1a");
}
Frame 5
_root.score = 0;
_root.rape_breakable = false;
_root.anistop = false;
_root.attachMovie("aries1a", "p1", 121);
_root.p1.animate._x = 100;
_root.p1.animate._y = 300;
_root.map1._x = 889;
_root.map1._y = 300;
_root.top_bg._x = 813;
_root.top_bg._y = 300;
_root.attachMovie("spike1a", "e1", 160);
_root.e1.animate._x = 350;
_root.e1.animate._y = 200;
_root.player_y_max = 340;
_root.player_y_min = 150;
_root.power_x = 3;
_root.power_y = 20;
_root.pl_rape_numb = 0;
_root.en_rape_numb = 0;
_root.enemydead = 0;
_root.enemydeadmax = 6;
_root.rape_max_level = 0;
_root.esc = 0;
_root.escmax = 0;
_root.strenght = 1;
_root.p1life = 100;
_root.lives = 3;
Instance of Symbol 711 MovieClip in Frame 5
/* no clip actions */
Instance of Symbol 716 MovieClip "map1" in Frame 5
onClipEvent (load) {
_root.mapx = _x;
_root.mapy = _y;
}
onClipEvent (enterFrame) {
_root.mapx = _x;
_root.mapy = _y;
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 728 MovieClip in Frame 5
onClipEvent (load) {
life = 5;
dead = false;
stagemusic1a = new Sound();
stagemusic1a.attachSound("explosion_snd");
}
onClipEvent (enterFrame) {
this.swapDepths(_y);
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!dead) {
gotoAndStop ("a");
if (limit.hitTest(_root.p1.images.character.limit)) {
if (!ga) {
life = life - 1;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
ga = true;
}
} else {
ga = false;
}
if (limit.hitTest(_root.p1.images.character.limita)) {
if (!ga1) {
life = life - 1;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
ga1 = true;
}
} else {
ga1 = false;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
if (!ga2) {
life = life - 1;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
ga2 = true;
}
} else {
ga2 = false;
}
if (life <= 0) {
dead = true;
}
}
if (dead) {
if (!d1) {
_root.score = _root.score + 1;
stagemusic1a.start();
d1 = true;
}
gotoAndStop ("b");
}
}
}
Instance of Symbol 728 MovieClip in Frame 5
onClipEvent (load) {
life = 5;
dead = false;
stagemusic1a = new Sound();
stagemusic1a.attachSound("explosion_snd");
}
onClipEvent (enterFrame) {
this.swapDepths(_y);
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!dead) {
gotoAndStop ("a");
if (limit.hitTest(_root.p1.images.character.limit)) {
if (!ga) {
life = life - 1;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
ga = true;
}
} else {
ga = false;
}
if (limit.hitTest(_root.p1.images.character.limita)) {
if (!ga1) {
life = life - 1;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
ga1 = true;
}
} else {
ga1 = false;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
if (!ga2) {
life = life - 1;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
ga2 = true;
}
} else {
ga2 = false;
}
if (life <= 0) {
dead = true;
}
}
if (dead) {
if (!d1) {
_root.score = _root.score + 1;
stagemusic1a.start();
d1 = true;
}
gotoAndStop ("b");
}
}
}
Instance of Symbol 728 MovieClip in Frame 5
onClipEvent (load) {
life = 5;
dead = false;
stagemusic1a = new Sound();
stagemusic1a.attachSound("explosion_snd");
}
onClipEvent (enterFrame) {
this.swapDepths(_y);
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!dead) {
gotoAndStop ("a");
if (limit.hitTest(_root.p1.images.character.limit)) {
if (!ga) {
life = life - 1;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
ga = true;
}
} else {
ga = false;
}
if (limit.hitTest(_root.p1.images.character.limita)) {
if (!ga1) {
life = life - 1;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
ga1 = true;
}
} else {
ga1 = false;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
if (!ga2) {
life = life - 1;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
ga2 = true;
}
} else {
ga2 = false;
}
if (life <= 0) {
dead = true;
}
}
if (dead) {
if (!d1) {
_root.score = _root.score + 1;
stagemusic1a.start();
d1 = true;
}
gotoAndStop ("b");
}
}
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (load) {
jump_ok = false;
p1_x_max = 230;
p1_x_min = 270;
yes = false;
no = true;
nothing = false;
rstop = false;
lstop = true;
qstart = false;
_root.counterstart = false;
_root.counterstartt = 0;
_root.counterstartmax = 100;
}
onClipEvent (enterFrame) {
if (!root.pause) {
if (Key.isDown(_root.rt_key)) {
_root.cont_rt = true;
_root.cont_lft = false;
} else {
_root.cont_rt = false;
}
if (Key.isDown(_root.lft_key)) {
_root.cont_lft = true;
_root.cont_rt = false;
} else {
_root.cont_lft = false;
}
if (Key.isDown(_root.up_key)) {
_root.cont_up = true;
_root.cont_dn = false;
} else {
_root.cont_up = false;
}
if (Key.isDown(_root.dn_key)) {
_root.cont_dn = true;
_root.cont_up = false;
} else {
_root.cont_dn = false;
}
if (Key.isDown(_root.attk_key)) {
if (!att_ok) {
_root.cont_attk = true;
att_ok = true;
}
} else {
att_ok = false;
_root.cont_attk = false;
}
if (Key.isDown(_root.kick_key)) {
if (!kick_ok) {
_root.cont_kick = true;
kick_ok = true;
}
} else {
kick_ok = false;
_root.cont_kick = false;
}
if (Key.isDown(_root.jump_key)) {
if (!jump_ok) {
_root.cont_jumpb = true;
jump_ok = true;
}
} else {
jump_ok = false;
_root.cont_jumpb = false;
}
if (_root.p1.animate.raped) {
if (_root.rape_breakable) {
if (_root.cont_lft and _root.cont_rt) {
nothing = true;
} else {
nothing = false;
}
if (!nothing) {
if (!rstop) {
if (_root.cont_rt) {
if (no) {
_root.esc = _root.esc + _root.strenght;
yes = true;
no = false;
}
rstop = true;
}
} else {
rstop = false;
}
if (!lstop) {
if (_root.cont_lft) {
if (yes) {
_root.esc = _root.esc + _root.strenght;
no = true;
yes = false;
}
lstop = true;
}
} else {
lstop = false;
}
}
}
}
if ((_root.p1.animate._x > p1_x_min) and (_root.mapx >= _root.mapx_min)) {
_root.mover = true;
_root.movel = false;
} else {
_root.mover = false;
}
if ((_root.p1.animate._x < p1_x_max) and (_root.mapx <= _root.mapx_max)) {
_root.movel = true;
_root.mover = false;
} else {
_root.movel = false;
}
if (_root.counterstart) {
_root.counterstartt++;
if (_root.hitcounter >= 3) {
if (!cntadd) {
_root.attachMovie("hitcounterbar1a", "hitcounterbar", 50);
_root.hitcounterbar.animate._x = 88;
_root.hitcounterbar.animate._y = 115;
cntadd = true;
}
}
if (_root.hitcounter >= _root.maximum_combo) {
_root.maximum_combo = _root.hitcounter;
}
if (_root.counterstartt >= _root.counterstartmax) {
_root.hitcounterbar.removeMovieClip();
cntadd = false;
_root.hitcounter = 0;
_root.counterstartt = 0;
_root.counterstart = false;
}
}
if (Key.isDown(_root.quality_key)) {
if (!qstart) {
_root.qualnumb++;
qstart = true;
}
} else {
qstart = false;
}
if (_root.qualnumb >= 4) {
_root.qualnumb = 1;
}
if (_root.qualnumb == 1) {
_quality = "low";
}
if (_root.qualnumb == 2) {
_quality = "medium";
}
if (_root.qualnumb == 3) {
_quality = "high";
}
}
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (load) {
starter = false;
starter1 = false;
starter2 = false;
starter3 = false;
named_enemy = "fawn1a";
named_enemy1 = "proxy1a";
_root.enemy_dead = 0;
_root.enemy_dead_max = 6;
_root.mapx_min = -160;
_root.mapx_max = 880;
_root.mapy_min = 0;
_root.mapy_max = 500;
addt = 0;
addmax = 1500;
add_on_numb = 0;
add_on_numb_max = 6;
_root.add_on_numb = add_on_numb;
wave = 1;
wave_max = 3;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mapx <= 400) {
starter = true;
}
if (starter) {
_root.mapx_min = 500;
_root.mapx_max = 880;
_root.add_on_numb = addt;
addt = addt + 1;
spotsel = random(2);
if (spotsel == 0) {
spotx = _root.spot1._x;
spoty = _root.spot1._y;
}
if (spotsel == 1) {
spotx = _root.spot2._x;
spoty = _root.spot2._y;
}
if (addt == 200) {
if (!_root.e1.animate.putin) {
add_on_numb = add_on_numb + 1;
_root.attachMovie(named_enemy, "e1", 123);
_root.e1.animate._x = spotx;
_root.e1.animate._y = spoty;
addt = 0;
}
}
if (addt == 300) {
if (!_root.e2.animate.putin) {
add_on_numb = add_on_numb + 1;
_root.attachMovie(named_enemy, "e2", 123);
_root.e2.animate._x = spotx;
_root.e2.animate._y = spoty;
addt = 0;
}
}
if (addt == 400) {
if (!_root.e3.animate.putin) {
add_on_numb = add_on_numb + 1;
_root.attachMovie(named_enemy, "e3", 123);
_root.e3.animate._x = spotx;
_root.e3.animate._y = spoty;
addt = 0;
}
}
if (addt == 500) {
if (!_root.e4.animate.putin) {
add_on_numb = add_on_numb + 1;
_root.attachMovie(named_enemy, "e4", 123);
_root.e4.animate._x = spotx;
_root.e4.animate._y = spoty;
addt = 0;
}
}
if (addt == 600) {
if (!_root.e5.animate.putin) {
add_on_numb = add_on_numb + 1;
_root.attachMovie(named_enemy1, "e5", 123);
_root.e5.animate._x = spotx;
_root.e5.animate._y = spoty;
addt = 0;
}
}
if (addt >= 750) {
addt = 0;
}
}
}
}
Instance of Symbol 730 MovieClip in Frame 5
onClipEvent (load) {
vol = 0;
fadein = true;
fadeout = false;
stopAllSounds();
s1 = 0;
_root.mapdp = 10;
_root.ebullet = 530;
_root.pbullets = 200;
_root.shadowlayer = 70;
_root.partslayer = 500;
_root.debris = 60;
_root.itlayer = 650;
_root.spark = 680;
if (!_root.sound) {
stopAllSounds();
}
stagemusic1a = new Sound();
stagemusic1a.volume = vol;
stagemusic1a.attachSound("cheetapho1a");
stagemusic1a.onSoundComplete = function () {
stagemusic1b.start();
};
stagemusic1b = new Sound();
stagemusic1b.volume = vol;
stagemusic1b.attachSound("cheetapho1b");
stagemusic1b.onSoundComplete = function () {
stagemusic1b.start();
};
}
onClipEvent (enterFrame) {
if (_root.revstop) {
_root.p1.animate.life = 100;
}
if (!_root.sound) {
stopAllSounds();
a = false;
if (Key.isDown(77)) {
if (!m) {
_root.sound = true;
m = true;
}
} else {
m = false;
}
}
if (_root.sound) {
if (fadein) {
if (vol < 100) {
vol++;
}
if (vol >= 100) {
fadein = false;
}
}
if (fadeout) {
if (vol >= 0) {
vol--;
}
if (vol < 100) {
fadeout = false;
}
}
if (!a) {
stagemusic1a.start();
a = true;
}
if (Key.isDown(77)) {
if (!m) {
_root.sound = false;
m = true;
}
} else {
m = false;
}
}
if (!_root.pause) {
if (Key.isDown(80)) {
if (!p) {
_root.pause = true;
p = true;
}
} else {
p = false;
}
}
if (_root.pause) {
if (Key.isDown(80)) {
if (!p) {
_root.pause = false;
p = true;
}
} else {
p = false;
}
}
if (_root.mapdp >= 15) {
_root.mapdp = 10;
}
if (_root.pbullets >= 230) {
_root.pbullets = 200;
}
if (_root.shadowlayer >= 79) {
_root.shadowlayer = 70;
}
if (_root.partslayer >= 515) {
_root.partslayer = 500;
}
if (_root.ebullet >= 560) {
_root.ebullet = 530;
}
if (_root.debris >= 90) {
_root.debris = 60;
}
if (_root.itlayer >= 670) {
_root.itlayer = 650;
}
if (_root.spark >= 710) {
_root.spark = 680;
}
}
Instance of Symbol 754 MovieClip "ebar" in Frame 5
onClipEvent (load) {
_visible = false;
rtime = 0;
rtimemax = 200;
_root.stat_showt = 0;
name1 = _root.enemy_name;
}
onClipEvent (enterFrame) {
if (_root.stat_show) {
_visible = true;
_root.stat_showt++;
name1 = _root.enemy_name;
if (_root.enemy_life >= 300) {
plife._width = 182;
plife.gotoAndStop("b");
}
if ((_root.enemy_life >= 182) and (_root.enemy_life < 300)) {
plife._width = 182;
plife.gotoAndStop("g");
}
if ((_root.enemy_life >= 0) and (_root.enemy_life < 182)) {
plife._width = _root.enemy_life;
plife.gotoAndStop("y");
}
if (_root.enemy_life <= 0) {
plife._width = 0;
}
if (_root.stat_showt >= rtimemax) {
_root.stat_showt = 0;
_root.stat_show = false;
}
} else {
rtime = 0;
_visible = false;
}
}
Instance of Symbol 769 MovieClip in Frame 5
onClipEvent (load) {
score = _root.score;
plife._width = _root.p1.animate.life;
plife._height = 20;
name1 = _root.p1name;
staminabar._width = _root.p1.animate.stamina;
staminabar._height = 20;
lives = _root.lives;
}
onClipEvent (enterFrame) {
score = _root.score;
lives = _root.lives;
name1 = _root.p1name;
plife._height = 20;
if (_root.p1.animate.life >= 100) {
_root.p1.animate.life = 100;
plife._width = 100;
}
if ((_root.p1.animate.life > 0) and (_root.p1.animate.life < 100)) {
plife._width = _root.p1.animate.life;
}
if (_root.p1.animate.life <= 0) {
_root.p1.animate.life = 0;
plife._width = 0;
}
if (_root.p1.animate.stamina >= 100) {
_root.p1.animate.stamina = 100;
staminabar._width = 100;
}
if ((_root.p1.animate.stamina > 0) and (_root.p1.animate.stamina < 100)) {
staminabar._width = _root.p1.animate.stamina;
}
if (_root.p1.animate.stamina <= 0) {
staminabar._width = 0;
}
}
Instance of Symbol 771 MovieClip "zoombox" in Frame 5
onClipEvent (load) {
if (!_root.zoomin) {
_visible = false;
}
oldx = 270;
oldy = 200;
_x = oldx;
_y = oldy;
oldh = 400;
oldw = 550;
currenth = oldh;
currentw = oldw;
newx = 150;
newy = 100;
newh = 200;
neww = 250;
_width = currentw;
_height = currenth;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.cx = _x;
if (_root.zoomin) {
_root.fightbar1.animate._x = _x - 50;
_root.fightbar1.animate._y = _y - 70;
_width = currentw;
_height = currenth;
if (_root.p1.animate.raped or _root.p1.animate.rape) {
_x = _root.p1.animate._x;
if (_y > (_root.p1.animate._y - 35)) {
_y = (_y - 10);
}
if (_y < (_root.p1.animate._y - 35)) {
_y = (_y + 10);
}
currentw = neww;
currenth = newh;
} else {
_x = oldx;
_y = oldy;
currentw = oldw;
currenth = oldh;
}
}
}
}
Instance of Symbol 27 MovieClip "spot1" in Frame 5
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 27 MovieClip "spot2" in Frame 5
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
}
Instance of Symbol 29 MovieClip in Symbol 30 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 30 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 34 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 34 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 36 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 36 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 37 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 37 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 40 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 40 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 42 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 42 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 44 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 44 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 46 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 46 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 48 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 48 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 52 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 2
stop();
Symbol 52 MovieClip Frame 3
stop();
Symbol 52 MovieClip Frame 4
stop();
Symbol 52 MovieClip Frame 5
stop();
Symbol 52 MovieClip Frame 6
stop();
Symbol 52 MovieClip Frame 7
stop();
Symbol 52 MovieClip Frame 8
stop();
Symbol 52 MovieClip Frame 9
stop();
Symbol 52 MovieClip Frame 10
stop();
Symbol 52 MovieClip Frame 11
stop();
Symbol 52 MovieClip Frame 12
stop();
Symbol 52 MovieClip Frame 13
stop();
Symbol 52 MovieClip Frame 14
stop();
Symbol 52 MovieClip Frame 15
stop();
Symbol 52 MovieClip Frame 16
stop();
Symbol 52 MovieClip Frame 17
stop();
Symbol 52 MovieClip Frame 18
stop();
Symbol 52 MovieClip Frame 19
stop();
Symbol 52 MovieClip Frame 20
stop();
Symbol 52 MovieClip Frame 21
stop();
Symbol 52 MovieClip Frame 22
stop();
Symbol 52 MovieClip Frame 23
stop();
Symbol 52 MovieClip Frame 24
stop();
Symbol 52 MovieClip Frame 25
stop();
Symbol 52 MovieClip Frame 26
stop();
Symbol 52 MovieClip Frame 27
stop();
Symbol 52 MovieClip Frame 28
stop();
Symbol 52 MovieClip Frame 29
stop();
Symbol 52 MovieClip Frame 30
stop();
Symbol 52 MovieClip Frame 31
stop();
Symbol 52 MovieClip Frame 32
stop();
Symbol 52 MovieClip Frame 33
stop();
Symbol 52 MovieClip Frame 34
stop();
Symbol 52 MovieClip Frame 35
stop();
Symbol 52 MovieClip Frame 36
stop();
Instance of Symbol 54 MovieClip "animate" in Symbol 55 MovieClip [trapdemo1a] Frame 1
onClipEvent (load) {
dot = 0;
domax = 100;
_parent.images._rotation = 0;
spinner = false;
dir = 1;
xspot = _x;
yspot = _y;
x_image_spot = _x;
y_image_spot = _y;
ename = "P.BAG";
power_x = 3;
power_y = 2;
bounce = false;
bounce_max = 5;
bounce_y = bounce_max;
life = 100;
nohit = false;
nohitt = 0;
nohitmax = 30;
hit = false;
hitt = 0;
hitmax = 20;
hit_sp = 3;
hitfly = false;
hitflyt = 0;
hitfly_x = 0;
hitfly_main_y = 0;
hitfly_y = hitfly_main_y;
down = false;
downt = 0;
downmax = 20;
downmaxlimit = 250;
getup = false;
getupt = 0;
getupmax = 20;
dead = false;
deadt = 0;
deadmax = 150;
_root.p1x = _x;
_root.p1y = _y;
attack = false;
attackt = 0;
attsel = 1;
attackspeed = 2;
attackmax = 30;
att_numb = 0;
att_resett = 0;
att_resetmax = 80;
speed = 3;
duck = false;
raped = false;
rapedt = 0;
rapedmax = 2;
rape = false;
rapet = 0;
rapesel = 1;
rapemax = 300;
rapehalf = 200;
block = false;
blockt = 0;
blockmax = 50;
kick = false;
punch = false;
up = false;
dn = false;
rt = false;
lft = false;
dash = false;
dasht = 0;
dashmax = 200;
dashsp = 8;
dead = false;
deadt = 0;
deadmax = 100;
shadow_y = 50;
rapedsel = random(2);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_parent.shadow1._x = xspot;
_parent.shadow1._y = yspot + shadow_y;
if (!rape) {
xspot = _x;
yspot = _y;
x_image_spot = _x;
y_image_spot = _y;
}
_root.fuss = attack;
if (var_reset) {
_root.hitcounter = 0;
pickup = false;
pickupt = 0;
spec1 = false;
spec1t = 0;
spec1max = 50;
spec2 = false;
spec2t = 0;
spec3 = false;
spec3t = 0;
block = false;
blockt = 0;
attack = false;
attackt = 0;
attsel = 1;
kick = false;
punch = false;
var_reset = false;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= 620) {
_x = (_x - 10);
}
if (_x <= -70) {
_x = (_x + 10);
}
if (_y >= _root.player_y_max) {
_y = (_y - 10);
}
if (_y <= _root.player_y_min) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 25, true)) {
_y = (_y - 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 50);
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = (_x + 10);
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = (_x - 10);
}
if (_root.map1.black.hitTest(_x, _y - 10, true)) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 10);
}
if (!dead) {
if (!hitfly) {
if (!hit) {
if (!bounce) {
_parent.swapDepths(this._y);
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
if (limit.hitTest(_root.p1.images.character.limit)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
if (!down) {
if (!block) {
if (limit.hitTest(_root.p1.images.character.limit)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
spinner = true;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
if (dir == _root.p1.animate.dir) {
}
dir = -_root.p1.animate.dir;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hitfly = true;
life = life - 10;
downmax = downmax + 50;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
bounce_y = hitfly_y / 2;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.enemy_life = life;
_root.stat_show = true;
_root.stat_showt = 0;
}
}
if (!getup) {
if (!raped) {
if (!rape) {
if (!attack) {
if (!block) {
_parent.images.gotoAndStop(1);
if (_root.p1.animate._x >= _x) {
_parent.images._xscale = 100;
dir = 1;
} else {
_parent.images._xscale = -100;
dir = -1;
}
dot++;
if (dot >= domax) {
dosel = random(2);
if (dosel == 0) {
attack = true;
}
if (dosel == 1) {
attack = true;
}
dot = 0;
}
}
if (block) {
_parent.images.gotoAndStop(14);
blockt = blockt + 1;
if (blockt >= blockmax) {
blockt = 0;
block = false;
}
}
}
if (attack) {
attackt = attackt + 1;
if (!_root.p1.animate.dead) {
if (!_root.p1.animate.hitfly) {
if (!_root.p1.animate.bounce) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.rape) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.down) {
if (!_root.p1.animate.getup) {
if (!_root.p1.animate.nohit) {
if (_parent.images.character.limit.hitTest(_root.p1.animate.limit)) {
hardpunch1a.start();
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["spark1" + _root.spark].animate._y = yspot - 30;
_root.p1.animate.life = _root.p1.animate.life - 10;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 50;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
}
}
}
}
}
}
}
}
}
if (!at1) {
attsel = random(3);
at1 = true;
}
if (dir == 1) {
_x = (_x + attackspeed);
}
if (dir == -1) {
_x = (_x - attackspeed);
}
if (attsel == 0) {
_parent.images.gotoAndStop(4);
attackmax = 15;
}
if (attsel == 1) {
_parent.images.gotoAndStop(5);
attackmax = 15;
}
if (attsel == 2) {
_parent.images.gotoAndStop(6);
attackmax = 20;
}
if (attackt >= attackmax) {
attackt = 0;
attack = false;
}
} else {
at1 = false;
}
}
if (rape) {
rapet++;
attack = false;
attackt = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate.xspot = xspot;
_root.p1.animate.yspot = yspot;
_root.p1.images._visible = false;
_root.p1.shadow1._visible = false;
if (_root.p1.animate.rapedt >= 2) {
_root.en_rape_numb = 0;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.nohit = true;
_root.p1.images._visible = true;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.en_rape_numb = 0;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.nohit = true;
_root.p1.images._visible = true;
rapet = 0;
rape = false;
hitfly = true;
life = life - 10;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
gotoAndStop (20);
_root.rape_breakable = false;
} else {
gotoAndStop (21);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - 5;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.shadow1._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 50;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
gotoAndStop (21);
_root.rape_breakable = false;
} else {
gotoAndStop (21);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - 5;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 50;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
}
}
if (raped) {
down = false;
downt = 0;
if (!rasp) {
rapedsel = random(2);
rasp = true;
}
if (!_root.p1.animate.killoff) {
xspot = _root.p1.animate.xspot;
yspot = _root.p1.animate.yspot;
_parent.images._y = yspot;
_parent.images._x = xspot;
if (rapedsel == 0) {
_parent.images.gotoAndStop(19);
}
if (rapedsel == 1) {
_parent.images.gotoAndStop(20);
}
}
if (_root.p1.animate.killoff) {
hitfly = true;
life = life - 100;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
dir = -_root.p1.animate.dir;
bounce_y = hitfly_y / 2;
raped = false;
}
} else {
rasp = false;
}
}
if (getup) {
getupt++;
_parent.images.gotoAndStop(2);
if (getupt >= getupmax) {
nohit = true;
getupt = 0;
getup = false;
}
}
}
if (down) {
_parent.images.gotoAndStop(18);
downt++;
if (life <= 0) {
dead = true;
}
if (_root.pl_rape_numb == 0) {
if (downt >= 10) {
if (_root.cont_jumpb) {
if (limit.hitTest(_root.p1.images.character.glimit)) {
if (life <= 50) {
_root.pl_rape_numb = 1;
_root.p1.animate.rape = true;
raped = true;
downt = 0;
down = false;
}
}
}
}
}
if (downt >= downmax) {
downt = 0;
getup = true;
down = false;
}
}
}
if (bounce) {
_parent.images._y = _parent.images._y - bounce_y;
_parent.images._x = xspot;
bounce_y--;
if (dir == 1) {
_parent.images._rotation = _parent.images._rotation - (hitfly_x * 2);
_x = (_x - hitfly_x);
}
if (dir == -1) {
_parent.images._rotation = _parent.images._rotation + (hitfly_x * 2);
_x = (_x + hitfly_x);
}
if (!ghit) {
bounce_max = hitfly_main_y / 2;
_root.attachMovie("groundhit1a", "ghit", _root.debris);
_root.ghit.animate._x = _x;
_root.ghit.animate._y = _y + 40;
ghit = true;
}
if (_parent.images._y >= yspot) {
_parent.images.gotoAndStop(18);
} else {
_parent.images.gotoAndStop(17);
}
if (_parent.images._y >= yspot) {
_parent.images._rotation = 0;
down = true;
bounce_y = bounce_max;
bounce = false;
}
} else {
ghit = false;
}
}
if (hit) {
var_reset = true;
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
hitt++;
if (down) {
_parent.images.gotoAndStop(17);
} else {
_parent.images.gotoAndStop(16);
}
if (dir == 1) {
_x = (_x - hit_sp);
}
if (dir == -1) {
_x = (_x + hit_sp);
}
if (hitt >= hitmax) {
hitt = 0;
nohit = true;
hit = false;
}
} else {
hitsndstart = false;
}
}
if (hitfly) {
_parent.images._y = _parent.images._y - hitfly_y;
_parent.images._x = xspot;
hitfly_y--;
hitflyt++;
var_reset = true;
_parent.images.gotoAndStop(17);
if (dir == 1) {
_x = (_x - hitfly_x);
}
if (dir == -1) {
_x = (_x + hitfly_x);
}
if (spinner) {
if (dir == 1) {
_parent.images._rotation = _parent.images._rotation - hitfly_x;
}
if (dir == -1) {
_parent.images._rotation = _parent.images._rotation + hitfly_x;
}
}
if (hitflyt >= 3) {
if (_parent.images._y >= yspot) {
spinner = false;
hitflyt = 0;
bounce = true;
hitfly = false;
}
}
} else {
hitflysndstart = false;
}
}
if (dead) {
if (!dt) {
_root.enemydead = _root.enemydead + 1;
dt = true;
}
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
_parent.images.gotoAndStop(18);
deadt = deadt + 1;
if (deadt >= (deadmax / 2)) {
_parent.images._alpha = 50;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 2
stop();
Symbol 79 MovieClip Frame 3
stop();
Symbol 79 MovieClip Frame 4
stop();
Symbol 79 MovieClip Frame 5
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 2
stop();
Symbol 83 MovieClip Frame 3
stop();
Symbol 89 MovieClip Frame 1
eyes.gotoAndStop(4);
mouth.gotoAndStop(3);
Symbol 90 MovieClip Frame 1
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
Symbol 91 MovieClip Frame 1
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
Symbol 95 MovieClip Frame 1
eyes.gotoAndStop(3);
mouth.gotoAndStop(2);
Instance of Symbol 94 MovieClip in Symbol 95 MovieClip Frame 1
onClipEvent (load) {
if (!_parent._parent._parent.animate.dead) {
if (_parent._parent._parent.animate.sexable) {
_visible = true;
} else {
_visible = false;
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (!_parent._parent._parent.animate.dead) {
if (_parent._parent._parent.animate.sexable) {
_visible = true;
} else {
_visible = false;
}
} else {
_visible = false;
}
}
Symbol 126 MovieClip Frame 1
sec = 0;
eyes.gotoAndStop(5);
mouth.gotoAndStop(2);
Instance of Symbol 107 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 126 MovieClip Frame 20
sec = sec + 1;
Symbol 126 MovieClip Frame 41
if (sec >= 4) {
gotoAndPlay (42);
} else {
gotoAndPlay (2);
}
Symbol 126 MovieClip Frame 62
gotoAndPlay (42);
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
stop();
Symbol 127 MovieClip Frame 3
stop();
Symbol 127 MovieClip Frame 4
stop();
Symbol 127 MovieClip Frame 5
stop();
Symbol 127 MovieClip Frame 6
stop();
Symbol 127 MovieClip Frame 7
stop();
Symbol 127 MovieClip Frame 8
stop();
Symbol 127 MovieClip Frame 9
stop();
Symbol 127 MovieClip Frame 10
stop();
Symbol 127 MovieClip Frame 11
stop();
Symbol 127 MovieClip Frame 12
stop();
Symbol 127 MovieClip Frame 13
stop();
Symbol 127 MovieClip Frame 14
stop();
Symbol 127 MovieClip Frame 15
stop();
Symbol 127 MovieClip Frame 16
stop();
Symbol 127 MovieClip Frame 17
stop();
Symbol 127 MovieClip Frame 18
stop();
Symbol 127 MovieClip Frame 19
stop();
Symbol 127 MovieClip Frame 20
stop();
Symbol 127 MovieClip Frame 21
stop();
Symbol 127 MovieClip Frame 22
stop();
Symbol 127 MovieClip Frame 23
stop();
Symbol 127 MovieClip Frame 24
stop();
Symbol 127 MovieClip Frame 25
stop();
Symbol 127 MovieClip Frame 26
stop();
Symbol 127 MovieClip Frame 27
stop();
Symbol 127 MovieClip Frame 28
stop();
Symbol 127 MovieClip Frame 29
stop();
Symbol 127 MovieClip Frame 30
stop();
Symbol 127 MovieClip Frame 31
stop();
Symbol 127 MovieClip Frame 32
stop();
Symbol 127 MovieClip Frame 33
stop();
Symbol 127 MovieClip Frame 34
stop();
Symbol 127 MovieClip Frame 35
stop();
Symbol 127 MovieClip Frame 36
stop();
Instance of Symbol 54 MovieClip "animate" in Symbol 128 MovieClip [spike1a] Frame 1
onClipEvent (load) {
cumt = 0;
bly_offset = -50;
_root.clothing_numb = 1;
fallt = 0;
putin = true;
fallmax = random(5);
dot = 0;
domax = 100;
_parent.images._rotation = 0;
spinner = false;
masturbate = false;
masturbatet = 0;
masturbatemax = 100;
dir = 1;
xspot = _x;
yspot = _y;
x_image_spot = _x;
y_image_spot = _y;
namesel = random(3);
ename = "SPIKE";
epic = ename;
power_x = 3;
power_y = 2;
bounce = false;
bounce_max = 5;
bounce_y = bounce_max;
life = 180;
nohit = false;
nohitt = 0;
nohitmax = 30;
hit = false;
hitt = 0;
hitmax = 20;
hit_sp = 3;
hitfly = false;
hitflyt = 0;
hitfly_x = 0;
hitfly_main_y = 0;
hitfly_y = hitfly_main_y;
down = false;
downt = 0;
downmax = 20;
downmaxlimit = 250;
getup = false;
getupt = 0;
getupmax = 20;
dead = false;
deadt = 0;
deadmax = 150;
_root.p1x = _x;
_root.p1y = _y;
attack = false;
attackt = 0;
attsel = 1;
attackspeed = 2;
attackmax = 30;
att_numb = 0;
att_resett = 0;
att_resetmax = 80;
att2t = 0;
att2max = random(9999) - random(9999);
attack2 = false;
attack2t = 0;
attack2go = 15;
attack2max = 50;
speedselection = random(3);
if (speedselection == 0) {
speed = 2;
}
if (speedselection == 1) {
speed = 3;
}
if (speedselection == 2) {
speed = 2.5;
}
goselect = 1;
if (goselect == 0) {
frontgo = true;
backgo = false;
chill = false;
}
if (goselect == 1) {
frontgo = false;
backgo = true;
chill = false;
}
if (goselect == 2) {
frontgo = false;
backgo = false;
chill = true;
}
frontgot = 0;
backgot = 0;
chillt = 0;
frontgomax = random(300) - random(300);
backgomax = random(300) - random(300);
chillmax = random(300) - random(300);
duck = false;
raped = false;
rapedt = 0;
rapedmax = 2;
rape = false;
rapet = 0;
rapesel = 1;
rapemax = 300;
rapehalf = 200;
block = false;
blockt = 0;
blockmax = 50;
kick = false;
punch = false;
up = false;
dn = false;
rt = false;
lft = false;
dash = false;
dasht = 0;
dashmax = 200;
dashsp = 8;
dead = false;
deadt = 0;
deadmax = 100;
shadow_y = 50;
rapedsel = random(2);
cloth = true;
clothnumb = 2;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.soda = attack;
_parent.shadow1._x = xspot;
_parent.shadow1._y = yspot + shadow_y;
if (life >= 100) {
clothnumb = 2;
}
if ((life < 100) and (life >= 50)) {
clothnumb = 1;
}
if (life < 50) {
sexable = true;
clothnumb = 0;
} else {
sexable = false;
}
if (!rape) {
xspot = _x;
yspot = _y;
x_image_spot = _x;
y_image_spot = _y;
}
_root.fuss = fallt;
if (var_reset) {
attack2 = false;
attack2t = 0;
masturbatet = 0;
masturbate = false;
_root.hitcounter = 0;
pickup = false;
pickupt = 0;
spec1 = false;
spec1t = 0;
spec1max = 50;
spec2 = false;
spec2t = 0;
spec3 = false;
spec3t = 0;
block = false;
blockt = 0;
attack = false;
attackt = 0;
attsel = 1;
kick = false;
punch = false;
var_reset = false;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= 620) {
_x = (_x - 10);
}
if (_x <= -70) {
_x = (_x + 10);
}
if (_y >= _root.player_y_max) {
_y = (_y - 10);
}
if (_y <= _root.player_y_min) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 25, true)) {
_y = (_y - 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 50);
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = (_x + 10);
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = (_x - 10);
}
if (_root.map1.black.hitTest(_x, _y - 10, true)) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 10);
}
if (!dead) {
if (!hitfly) {
if (!hit) {
if (!bounce) {
_parent.swapDepths(this._y);
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
if (limit.hitTest(_root.p1.images.character.limita)) {
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (!fta1) {
fta1 = true;
}
if (fallt <= fallmax) {
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
if (fallt > fallmax) {
fallt = 0;
hit = false;
hitt = 0;
hitfly = true;
life = life - 15;
downmax = downmax + 50;
hitfly_x = 5;
hitfly_y = 10;
bounce_y = hitfly_y / 2;
}
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
fta1 = false;
}
if (!down) {
if (!block) {
if (!getup) {
if (limit.hitTest(_root.p1.images.character.limit)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
fta2 = false;
}
if (limit.hitTest(_root.p1.images.character.limita)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
spinner = true;
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hitfly = true;
life = life - 10;
downmax = downmax + 50;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
bounce_y = hitfly_y / 2;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.enemy_life = life;
_root.stat_show = true;
_root.stat_showt = 0;
}
}
if (!raped) {
if (!masturbate) {
_parent.images.gotoAndStop(1);
if (_root.p1.animate._x >= _x) {
_parent.images._xscale = 100;
dir = 1;
}
if (_root.p1.animate._x <= _x) {
_parent.images._xscale = -100;
dir = -1;
}
}
if (masturbate) {
masturbatet = masturbatet + 1;
_parent.images.gotoAndStop(22);
if (masturbatet >= masturbatemax) {
masturbatet = 0;
masturbate = false;
}
}
}
if (raped) {
down = false;
downt = 0;
getup = false;
getupt = 0;
_parent.shadow1._visible = false;
_root.p1.animate.dir = -dir;
if (dir == 1) {
_root.p1.images._xscale = -100;
} else {
_root.p1.images._xscale = 100;
}
if (!rasp) {
var_reset = true;
rapedsel = 0;
rasp = true;
}
if (!_root.p1.animate.killoff) {
xspot = _root.p1.animate.xspot;
yspot = _root.p1.animate.yspot;
_parent.images._y = yspot;
_parent.images._x = xspot;
if (rapedsel == 0) {
_parent.images.gotoAndStop(19);
}
if (rapedsel == 1) {
_parent.images.gotoAndStop(20);
}
}
if (_root.p1.animate.killoff) {
hitfly = true;
life = life - 100;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
dir = -_root.p1.animate.dir;
bounce_y = hitfly_y / 2;
raped = false;
}
if (!_root.p1.animate.rape) {
hit = true;
_root.p1.animate.hit_sp = 3;
_root.p1.animate.hitmax = 10;
dir = -_root.p1.animate.dir;
rapedt = 0;
raped = false;
}
} else {
_parent.shadow1._visible = true;
rasp = false;
}
}
if (getup) {
getupt++;
_parent.images.gotoAndStop(15);
if (getupt >= getupmax) {
nohit = true;
getupt = 0;
getup = false;
}
}
}
if (down) {
_parent.images.gotoAndStop(18);
downt++;
if (life <= 0) {
dead = true;
}
if (_root.pl_rape_numb == 0) {
if (downt >= 10) {
if (_root.cont_jumpb) {
if (this.hitTest(_root.p1.animate.limit)) {
if (life <= 50) {
_root.pl_rape_numb = 1;
_root.p1.animate.rape = true;
raped = true;
getup = false;
getupt = 0;
downt = 0;
down = false;
}
}
}
}
}
if (downt >= downmax) {
downt = 0;
getup = true;
down = false;
}
}
}
if (bounce) {
_parent.images._y = _parent.images._y - bounce_y;
_parent.images._x = xspot;
bounce_y--;
if (dir == 1) {
_parent.images._rotation = _parent.images._rotation - (hitfly_x * 2);
_x = (_x - hitfly_x);
}
if (dir == -1) {
_parent.images._rotation = _parent.images._rotation + (hitfly_x * 2);
_x = (_x + hitfly_x);
}
if (!ghit) {
bounce_max = hitfly_main_y / 2;
_root.attachMovie("groundhit1a", "ghit", _root.debris);
_root.ghit.animate._x = _x;
_root.ghit.animate._y = _y + 40;
ghit = true;
}
if (_parent.images._y >= yspot) {
_parent.images.gotoAndStop(18);
} else {
_parent.images.gotoAndStop(17);
}
if (_parent.images._y >= yspot) {
_parent.images._rotation = 0;
down = true;
bounce_y = bounce_max;
bounce = false;
}
} else {
ghit = false;
}
}
if (hit) {
var_reset = true;
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
rape = false;
rapet = 0;
hitsnd = random(3);
if (!hitsndstart) {
fallt = fallt + 1;
if (hitsnd == 1) {
ow1.start();
}
hitsndstart = true;
}
hitt++;
if (hitt >= 10) {
if (!hitit) {
if (limit.hitTest(_root.p1.images.character.limit)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hitt = 0;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
hitit = true;
} else {
fta2 = false;
}
if (limit.hitTest(_root.p1.images.character.limita)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hitt = 0;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
hitit = true;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
spinner = true;
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hitfly = true;
life = life - 10;
downmax = downmax + 50;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
bounce_y = hitfly_y / 2;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.enemy_life = life;
_root.stat_show = true;
_root.stat_showt = 0;
hitit = true;
}
}
}
if (fallt >= fallmax) {
fallt = 0;
hit = false;
hitt = 0;
hitfly = true;
downmax = downmax + 50;
hitfly_x = 5;
hitfly_y = 10;
bounce_y = hitfly_y / 2;
}
if (down) {
_parent.images.gotoAndStop(17);
} else {
_parent.images.gotoAndStop(16);
}
if (dir == 1) {
_x = (_x - hit_sp);
}
if (dir == -1) {
_x = (_x + hit_sp);
}
if (hitt >= hitmax) {
hitt = 0;
nohit = true;
hit = false;
}
} else {
hitit = false;
hitsndstart = false;
}
}
if (hitfly) {
fallt = 0;
fallmax = random(5);
rape = false;
rapet = 0;
_parent.images._y = _parent.images._y - hitfly_y;
_parent.images._x = xspot;
hitfly_y--;
hitflyt++;
var_reset = true;
_parent.images.gotoAndStop(17);
if (dir == 1) {
_x = (_x - hitfly_x);
}
if (dir == -1) {
_x = (_x + hitfly_x);
}
if (spinner) {
if (dir == 1) {
_parent.images._rotation = _parent.images._rotation - hitfly_x;
}
if (dir == -1) {
_parent.images._rotation = _parent.images._rotation + hitfly_x;
}
}
if (hitflyt >= 3) {
if (_parent.images._y >= yspot) {
spinner = false;
hitflyt = 0;
bounce = true;
hitfly = false;
}
}
} else {
hitflysndstart = false;
}
}
if (dead) {
if (!dt) {
_root.score = _root.score + 1;
_root.enemy_dead = _root.enemy_dead + 1;
dt = true;
}
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
_parent.images.gotoAndStop(18);
deadt = deadt + 1;
if (deadt >= (deadmax / 2)) {
_parent.images._alpha = 50;
}
if (deadt >= deadmax) {
addondead = random(10);
if (addondead == 5) {
_root.attachMovie("healthup1a", "healthup" + _root.shadowlayer, _root.shadowlayer++);
_root["healthup" + _root.shadowlayer].animate._x = xspot;
_root["healthup" + _root.shadowlayer].animate._y = yspot;
}
_parent.removeMovieClip();
}
}
}
}
Symbol 140 MovieClip Frame 6
stop();
Instance of Symbol 141 MovieClip "animate" in Symbol 142 MovieClip [spark1a] Frame 1
onClipEvent (load) {
_alpha = 100;
alpha_dn = 6;
hitsel = random(3);
if (hitsel == 0) {
snd1 = "hitter6a";
}
if (hitsel == 1) {
snd1 = "hitter3a";
}
if (hitsel == 2) {
snd1 = "hitter6a";
}
stagemusic1a = new Sound();
stagemusic1a.attachSound(snd1);
stagemusic1a.start();
}
onClipEvent (enterFrame) {
_alpha = (_alpha - alpha_dn);
if (_alpha <= 0) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
Symbol 188 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 2
stop();
Symbol 188 MovieClip Frame 3
stop();
Instance of Symbol 150 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 152 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 160 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 168 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 172 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 197 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 201 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 212 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 220 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 195 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 212 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 226 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 228 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 232 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 234 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 195 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 249 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 150 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 152 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 160 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 168 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 172 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 197 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 201 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 263 MovieClip Frame 9
stop();
Instance of Symbol 150 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 152 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 160 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 267 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 168 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 172 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 270 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 201 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 150 MovieClip in Symbol 280 MovieClip Frame 14
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 152 MovieClip in Symbol 280 MovieClip Frame 14
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 280 MovieClip Frame 20
stop();
Instance of Symbol 150 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 152 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 160 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 267 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 168 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 172 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 270 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 201 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 172 MovieClip in Symbol 290 MovieClip Frame 11
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 290 MovieClip Frame 15
stop();
Instance of Symbol 150 MovieClip in Symbol 290 MovieClip Frame 15
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 152 MovieClip in Symbol 290 MovieClip Frame 15
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 150 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 152 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 160 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 267 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 168 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 172 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 270 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 201 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 172 MovieClip in Symbol 301 MovieClip Frame 8
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 301 MovieClip Frame 12
stop();
Instance of Symbol 150 MovieClip in Symbol 301 MovieClip Frame 12
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 152 MovieClip in Symbol 301 MovieClip Frame 12
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 150 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 152 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 160 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 267 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 168 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 172 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 270 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 201 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 172 MovieClip in Symbol 308 MovieClip Frame 9
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 308 MovieClip Frame 13
stop();
Instance of Symbol 150 MovieClip in Symbol 308 MovieClip Frame 13
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 152 MovieClip in Symbol 308 MovieClip Frame 13
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 212 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 220 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 195 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 212 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 226 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 228 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 232 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 234 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 195 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 249 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 310 MovieClip Frame 15
stop();
Instance of Symbol 150 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 152 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 160 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 267 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 168 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 172 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 270 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 201 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 212 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 220 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 195 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 212 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 226 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (load) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 228 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 232 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 234 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 195 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 249 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 322 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 324 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 331 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 322 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 339 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 343 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 344 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 350 MovieClip in Symbol 357 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 322 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 324 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 327 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 331 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 322 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 339 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 343 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 344 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 327 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 350 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 322 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 324 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 327 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 322 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 339 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 343 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 344 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 327 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 350 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 94 MovieClip in Symbol 359 MovieClip Frame 1
onClipEvent (load) {
if (!_parent._parent._parent.animate.dead) {
if (_parent._parent._parent.animate.sexable) {
_visible = true;
} else {
_visible = false;
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (!_parent._parent._parent.animate.dead) {
if (_parent._parent._parent.animate.sexable) {
_visible = true;
} else {
_visible = false;
}
} else {
_visible = false;
}
}
Symbol 378 MovieClip Frame 1
sec = 0;
eyes.gotoAndStop(2);
mouth.gotoAndStop(2);
Instance of Symbol 107 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 378 MovieClip Frame 20
sec = sec + 1;
Symbol 378 MovieClip Frame 41
if (sec >= 4) {
eyes.gotoAndStop(3);
gotoAndPlay (42);
} else {
gotoAndPlay (2);
}
Symbol 378 MovieClip Frame 62
gotoAndPlay (42);
Symbol 383 MovieClip Frame 1
sec = 0;
Instance of Symbol 220 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 195 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 228 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 195 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 249 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 234 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 383 MovieClip Frame 20
sec = sec + 1;
Instance of Symbol 228 MovieClip in Symbol 383 MovieClip Frame 20
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 383 MovieClip Frame 41
if (sec >= 5) {
sec = 0;
gotoAndPlay (42);
} else {
gotoAndPlay (2);
}
Symbol 383 MovieClip Frame 60
gotoAndPlay (42);
Instance of Symbol 220 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 195 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 228 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 195 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 249 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 234 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 397 MovieClip Frame 2
cum1 = new Sound();
cum1.attachSound("splat1");
cum1.start();
Symbol 397 MovieClip Frame 40
stop();
stop();
Instance of Symbol 150 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 152 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 160 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 168 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 172 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 197 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 201 MovieClip in Symbol 399 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 400 MovieClip Frame 1
stop();
Symbol 400 MovieClip Frame 2
stop();
Symbol 400 MovieClip Frame 3
stop();
Symbol 400 MovieClip Frame 4
stop();
Symbol 400 MovieClip Frame 5
stop();
Symbol 400 MovieClip Frame 6
stop();
Symbol 400 MovieClip Frame 7
stop();
Symbol 400 MovieClip Frame 8
stop();
Symbol 400 MovieClip Frame 9
stop();
Symbol 400 MovieClip Frame 10
stop();
Symbol 400 MovieClip Frame 11
stop();
Symbol 400 MovieClip Frame 12
stop();
Symbol 400 MovieClip Frame 13
stop();
Symbol 400 MovieClip Frame 14
stop();
Symbol 400 MovieClip Frame 15
stop();
Symbol 400 MovieClip Frame 16
stop();
Symbol 400 MovieClip Frame 17
stop();
Symbol 400 MovieClip Frame 18
stop();
Symbol 400 MovieClip Frame 19
stop();
Symbol 400 MovieClip Frame 20
stop();
Symbol 400 MovieClip Frame 21
stop();
Symbol 400 MovieClip Frame 22
stop();
Symbol 400 MovieClip Frame 23
stop();
Symbol 400 MovieClip Frame 24
stop();
Symbol 400 MovieClip Frame 25
stop();
Symbol 400 MovieClip Frame 26
stop();
Symbol 400 MovieClip Frame 27
stop();
Symbol 400 MovieClip Frame 28
stop();
Symbol 400 MovieClip Frame 29
stop();
Symbol 400 MovieClip Frame 30
stop();
Symbol 400 MovieClip Frame 31
stop();
Symbol 400 MovieClip Frame 32
stop();
Symbol 400 MovieClip Frame 33
stop();
Symbol 400 MovieClip Frame 34
stop();
Symbol 400 MovieClip Frame 35
stop();
Symbol 400 MovieClip Frame 36
stop();
Instance of Symbol 54 MovieClip "animate" in Symbol 401 MovieClip [proxy1a] Frame 1
onClipEvent (load) {
cumt = 0;
bly_offset = -50;
_root.clothing_numb = 1;
fallt = 0;
putin = true;
fallmax = random(5);
dot = 0;
domax = 100;
_parent.images._rotation = 0;
spinner = false;
masturbate = false;
masturbatet = 0;
masturbatemax = 100;
dir = 1;
xspot = _x;
yspot = _y;
x_image_spot = _x;
y_image_spot = _y;
namesel = random(3);
ename = "PROXY";
epic = ename;
power_x = 3;
power_y = 2;
bounce = false;
bounce_max = 5;
bounce_y = bounce_max;
life = 300;
nohit = false;
nohitt = 0;
nohitmax = 30;
hit = false;
hitt = 0;
hitmax = 20;
hit_sp = 3;
hitfly = false;
hitflyt = 0;
hitfly_x = 0;
hitfly_main_y = 0;
hitfly_y = hitfly_main_y;
down = false;
downt = 0;
downmax = 20;
downmaxlimit = 250;
getup = false;
getupt = 0;
getupmax = 20;
dead = false;
deadt = 0;
deadmax = 150;
_root.p1x = _x;
_root.p1y = _y;
attack = false;
attackt = 0;
attsel = 1;
attackspeed = 2;
attackmax = 30;
att_numb = 0;
att_resett = 0;
att_resetmax = 80;
att2t = 0;
att2max = random(9999) - random(9999);
attack2 = false;
attack2t = 0;
attack2go = 10;
attack2max = 50;
speedselection = random(3);
if (speedselection == 0) {
speed = 2;
}
if (speedselection == 1) {
speed = 3;
}
if (speedselection == 2) {
speed = 2.5;
}
goselect = 1;
if (goselect == 0) {
frontgo = true;
backgo = false;
chill = false;
}
if (goselect == 1) {
frontgo = false;
backgo = true;
chill = false;
}
if (goselect == 2) {
frontgo = false;
backgo = false;
chill = true;
}
frontgot = 0;
backgot = 0;
chillt = 0;
frontgomax = random(300) - random(300);
backgomax = random(300) - random(300);
chillmax = random(300) - random(300);
duck = false;
raped = false;
rapedt = 0;
rapedmax = 2;
rape = false;
rapet = 0;
rapesel = 1;
rapemax = 300;
rapehalf = 200;
block = false;
blockt = 0;
blockmax = 50;
kick = false;
punch = false;
up = false;
dn = false;
rt = false;
lft = false;
dash = false;
dasht = 0;
dashmax = 200;
dashsp = 8;
dead = false;
deadt = 0;
deadmax = 100;
shadow_y = 50;
rapedsel = random(2);
cloth = true;
clothnumb = 2;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.soda = attack;
_parent.shadow1._x = xspot;
_parent.shadow1._y = yspot + shadow_y;
if (life >= 100) {
clothnumb = 2;
}
if ((life < 100) and (life >= 50)) {
clothnumb = 1;
}
if (life < 50) {
sexable = true;
clothnumb = 0;
} else {
sexable = false;
}
if (!rape) {
xspot = _x;
yspot = _y;
x_image_spot = _x;
y_image_spot = _y;
}
_root.fuss = fallt;
if (var_reset) {
attack2 = false;
attack2t = 0;
masturbatet = 0;
masturbate = false;
_root.hitcounter = 0;
pickup = false;
pickupt = 0;
spec1 = false;
spec1t = 0;
spec1max = 50;
spec2 = false;
spec2t = 0;
spec3 = false;
spec3t = 0;
block = false;
blockt = 0;
attack = false;
attackt = 0;
attsel = 1;
kick = false;
punch = false;
var_reset = false;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= 620) {
_x = (_x - 10);
}
if (_x <= -70) {
_x = (_x + 10);
}
if (_y >= _root.player_y_max) {
_y = (_y - 10);
}
if (_y <= _root.player_y_min) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 25, true)) {
_y = (_y - 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 50);
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = (_x + 10);
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = (_x - 10);
}
if (_root.map1.black.hitTest(_x, _y - 10, true)) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 10);
}
if (!dead) {
if (!hitfly) {
if (!hit) {
if (!bounce) {
_parent.swapDepths(this._y);
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
if (limit.hitTest(_root.p1.images.character.limita)) {
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (!fta1) {
fta1 = true;
}
if (fallt <= fallmax) {
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
if (fallt > fallmax) {
fallt = 0;
hit = false;
hitt = 0;
hitfly = true;
life = life - 15;
downmax = downmax + 50;
hitfly_x = 5;
hitfly_y = 10;
bounce_y = hitfly_y / 2;
}
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
fta1 = false;
}
if (!down) {
if (!getup) {
if (!block) {
if (limit.hitTest(_root.p1.images.character.limit)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
fta2 = false;
}
if (limit.hitTest(_root.p1.images.character.limita)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
spinner = true;
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hitfly = true;
life = life - 10;
downmax = downmax + 50;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
bounce_y = hitfly_y / 2;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.enemy_life = life;
_root.stat_show = true;
_root.stat_showt = 0;
}
}
if (!raped) {
if (!rape) {
if (!attack) {
attsel = random(5);
if (!attack2) {
if (!block) {
if (!masturbate) {
att2t++;
if (att2t >= att2max) {
att2t = 0;
att2max = random(9999) - random(9999);
attack2 = true;
}
if (_root.p1.animate.raped) {
masturbate = true;
}
if (frontgo) {
frontgot = frontgot + 1;
_parent.images.gotoAndStop(2);
ydist = 10;
if (_root.p1.animate.dir == 1) {
xdist = -90;
} else {
xdist = 120;
}
if (_root.p1.animate._x >= (_x + xdist)) {
_x = (_x + speed);
}
if (_root.p1.animate._x <= (_x + xdist)) {
_x = (_x - speed);
}
if (_root.p1.animate._x >= _x) {
_parent.images._xscale = 100;
dir = 1;
}
if (_root.p1.animate._x <= _x) {
_parent.images._xscale = -100;
dir = -1;
}
if (_root.p1.animate._y >= (_y + ydist)) {
_y = (_y + speed);
}
if (_root.p1.animate._y < (_y + ydist)) {
_y = (_y - speed);
}
if (_parent.images.character.glimit.hitTest(_root.p1.animate.limit)) {
dosel = random(2);
if (dosel == 0) {
block = true;
}
if (dosel == 1) {
attack = true;
}
}
if (frontgot >= frontgomax) {
frontgot = 0;
frontgomax = random(300) - random(300);
goselect = random(3);
if (goselect == 0) {
frontgo = true;
backgo = false;
chill = false;
}
if (goselect == 1) {
backgo = true;
chill = false;
frontgo = false;
}
if (goselect == 2) {
chill = true;
backgo = false;
frontgo = false;
}
}
}
if (backgo) {
backgot = backgot + 1;
_parent.images.gotoAndStop(2);
ydist = -10;
if (_root.p1.animate.dir == 1) {
xdist = 120;
} else {
xdist = -90;
}
if (_root.p1.animate._x >= (_x + xdist)) {
_x = (_x + speed);
}
if (_root.p1.animate._x <= (_x + xdist)) {
_x = (_x - speed);
}
if (_root.p1.animate._x >= _x) {
_parent.images._xscale = 100;
dir = 1;
}
if (_root.p1.animate._x <= _x) {
_parent.images._xscale = -100;
dir = -1;
}
if (_root.p1.animate._y >= (_y + ydist)) {
_y = (_y + speed);
}
if (_root.p1.animate._y < (_y + ydist)) {
_y = (_y - speed);
}
if (_parent.images.character.glimit.hitTest(_root.p1.animate.limit)) {
dosel = random(2);
if (dosel == 0) {
block = true;
}
if (dosel == 1) {
attack = true;
}
}
if (backgot >= backgomax) {
backgot = 0;
backgomax = random(300) - random(300);
goselect = random(3);
if (goselect == 0) {
frontgo = true;
chill = false;
backgo = false;
}
if (goselect == 1) {
backgo = true;
chill = false;
frontgo = false;
}
if (goselect == 2) {
chill = true;
frontgo = false;
backgo = false;
}
}
}
if (chill) {
chillt = chillt + 1;
_parent.images.gotoAndStop(1);
ydist = 10;
if (_root.p1.animate._x >= _x) {
_parent.images._xscale = 100;
dir = 1;
}
if (_root.p1.animate._x <= _x) {
_parent.images._xscale = -100;
dir = -1;
}
if (_parent.images.character.glimit.hitTest(_root.p1.animate.limit)) {
dosel = random(2);
if (dosel == 0) {
block = true;
}
if (dosel == 1) {
attack = true;
}
}
if (chillt >= chillmax) {
chillt = 0;
chillmax = random(300) - random(300);
goselect = random(3);
if (goselect == 0) {
frontgo = true;
backgo = false;
chill = false;
}
if (goselect == 1) {
backgo = true;
frontgo = false;
chill = false;
}
if (goselect == 2) {
chill = true;
backgo = false;
frontgo = false;
}
}
}
}
if (masturbate) {
masturbatet = masturbatet + 1;
_parent.images.gotoAndStop(22);
if (masturbatet >= masturbatemax) {
masturbatet = 0;
masturbate = false;
}
}
}
if (block) {
_parent.images.gotoAndStop(14);
blockt = blockt + 1;
if (limit.hitTest(_root.p1.images.character.limit)) {
if (!bl1) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
hit_sp = _root.p1.animate.power_x;
if (dir == 1) {
_x = (_x - (hit_sp * 5));
} else {
_x = (_x + (hit_sp * 5));
}
life = life - 2;
bl1 = true;
}
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
bl1 = false;
}
if (limit.hitTest(_root.p1.images.character.limita)) {
if (bl2) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
hit_sp = _root.p1.animate.power_x;
if (dir == 1) {
_x = (_x - (hit_sp * 5));
} else {
_x = (_x + (hit_sp * 5));
}
life = life - 2;
bl2 = true;
}
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
bl2 = false;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
if (!bl3) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
hit_sp = _root.p1.animate.power_x;
if (dir == 1) {
_x = (_x - (hit_sp * 5));
} else {
_x = (_x + (hit_sp * 5));
}
life = life - 2;
bl3 = true;
}
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
bl3 = false;
}
if (blockt >= blockmax) {
blockt = 0;
block = false;
}
}
}
if (attack2) {
_parent.images.gotoAndStop(4);
attack2t = attack2t + 1;
if (attack2t == attack2go) {
_root.attachMovie("en_laser1a", "enknife1a" + _root.ebullet, _root.ebullet++);
if (dir == 1) {
_root["enknife1a" + _root.ebullet].animate._x = xspot + 20;
}
if (dir == -1) {
_root["enknife1a" + _root.ebullet].animate._x = xspot - 20;
}
_root["enknife1a" + _root.ebullet].animate._y = yspot;
_root["enknife1a" + _root.ebullet].animate.dir = dir;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack) {
attackt = attackt + 1;
if (!at1) {
at1 = true;
}
if (!_root.p1.animate.dead) {
if (!_root.p1.animate.hitfly) {
if (!_root.p1.animate.bounce) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.block) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.down) {
if (!_root.p1.animate.getup) {
if (!_root.p1.animate.nohit) {
if (_parent.images.character.limit.hitTest(_root.p1.animate.limit)) {
hardpunch1a.start();
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["spark1" + _root.spark].animate._y = yspot - 30;
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
if (attsel == 0) {
_root.p1.animate.life = _root.p1.animate.life - 15;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 20;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
}
if (attsel == 1) {
_root.p1.animate.life = _root.p1.animate.life - 5;
_root.rape_max_level = _root.rape_max_level + 7;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.en_rape_numb = _root.en_rape_numb + 1;
attack = false;
attackt = 0;
rapesel = 1;
rape = true;
}
if (attsel == 2) {
_root.p1.animate.life = _root.p1.animate.life - 10;
_root.p1.animate.hit = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hit_sp = 3;
_root.p1.animate.hitmax = 10;
}
if (attsel == 3) {
_root.p1.animate.life = _root.p1.animate.life - 10;
_root.p1.animate.hit = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hit_sp = 3;
_root.p1.animate.hitmax = 10;
}
if (attsel == 4) {
_root.p1.animate.life = _root.p1.animate.life - 10;
_root.p1.animate.hit = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hit_sp = 3;
_root.p1.animate.hitmax = 10;
}
}
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
}
}
}
}
}
}
}
}
if (dir == 1) {
_x = (_x + attackspeed);
}
if (dir == -1) {
_x = (_x - attackspeed);
}
if (attsel == 0) {
_parent.images.gotoAndStop(5);
attackmax = 30;
}
if (attsel == 1) {
_parent.images.gotoAndStop(11);
attackmax = 20;
}
if (attsel == 2) {
_parent.images.gotoAndStop(6);
attackmax = 30;
}
if (attsel == 3) {
_parent.images.gotoAndStop(7);
attackmax = 20;
}
if (attsel == 4) {
_parent.images.gotoAndStop(8);
attackmax = 30;
}
if (attackt >= attackmax) {
attackt = 0;
attack = false;
} else {
at1 = false;
}
}
}
if (rape) {
rapet++;
attack = false;
attackt = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate.xspot = xspot;
_root.p1.animate.yspot = yspot;
_root.p1.images.gotoAndStop(36);
_root.p1.shadow1._visible = false;
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.en_rape_numb = 0;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.nohit = true;
_root.p1.images._visible = true;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.en_rape_numb = 0;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.nohit = true;
_root.p1.images._visible = true;
rapet = 0;
rape = false;
hitfly = true;
life = life - 10;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
gotoAndStop (20);
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
gotoAndStop (20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - 5;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.shadow1._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 50;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - 5;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
}
}
if (raped) {
down = false;
downt = 0;
_root.p1.animate.dir = -dir;
if (dir == 1) {
_root.p1.images._xscale = -100;
} else {
_root.p1.images._xscale = 100;
}
if (!rasp) {
var_reset = true;
rapedsel = 0;
rasp = true;
}
if (!_root.p1.animate.killoff) {
xspot = _root.p1.animate.xspot;
yspot = _root.p1.animate.yspot;
_parent.images._y = yspot;
_parent.images._x = xspot;
if (rapedsel == 0) {
_parent.images.gotoAndStop(19);
}
if (rapedsel == 1) {
_parent.images.gotoAndStop(20);
}
}
if (_root.p1.animate.killoff) {
hitfly = true;
life = life - 100;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
dir = -_root.p1.animate.dir;
bounce_y = hitfly_y / 2;
raped = false;
}
if (!_root.p1.animate.rape) {
hit = true;
_root.p1.animate.hit_sp = 3;
_root.p1.animate.hitmax = 10;
dir = -_root.p1.animate.dir;
rapedt = 0;
raped = false;
}
} else {
rasp = false;
}
}
if (getup) {
getupt++;
_parent.images.gotoAndStop(15);
if (getupt >= getupmax) {
nohit = true;
getupt = 0;
getup = false;
}
}
}
if (down) {
_parent.images.gotoAndStop(18);
downt++;
if (life <= 0) {
dead = true;
}
if (_root.pl_rape_numb == 0) {
if (downt >= 10) {
if (_root.cont_jumpb) {
if (this.hitTest(_root.p1.animate.limit)) {
if (sexable) {
_root.pl_rape_numb = 1;
_root.p1.animate.rape = true;
raped = true;
downt = 0;
down = false;
}
}
}
}
}
if (downt >= downmax) {
downt = 0;
getup = true;
down = false;
}
}
}
if (bounce) {
_parent.images._y = _parent.images._y - bounce_y;
_parent.images._x = xspot;
bounce_y--;
if (dir == 1) {
_parent.images._rotation = _parent.images._rotation - (hitfly_x * 2);
_x = (_x - hitfly_x);
}
if (dir == -1) {
_parent.images._rotation = _parent.images._rotation + (hitfly_x * 2);
_x = (_x + hitfly_x);
}
if (!ghit) {
bounce_max = hitfly_main_y / 2;
_root.attachMovie("groundhit1a", "ghit", _root.debris);
_root.ghit.animate._x = _x;
_root.ghit.animate._y = _y + 40;
ghit = true;
}
if (_parent.images._y >= yspot) {
_parent.images.gotoAndStop(18);
} else {
_parent.images.gotoAndStop(17);
}
if (_parent.images._y >= yspot) {
_parent.images._rotation = 0;
down = true;
bounce_y = bounce_max;
bounce = false;
}
} else {
ghit = false;
}
}
if (hit) {
var_reset = true;
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
rape = false;
rapet = 0;
hitsnd = random(3);
if (!hitsndstart) {
fallt = fallt + 1;
if (hitsnd == 1) {
ow1.start();
}
hitsndstart = true;
}
hitt++;
if (hitt >= 10) {
if (!hitit) {
if (limit.hitTest(_root.p1.images.character.limit)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hitt = 0;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
hitit = true;
} else {
fta2 = false;
}
if (limit.hitTest(_root.p1.images.character.limita)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hitt = 0;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
hitit = true;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
spinner = true;
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hitfly = true;
life = life - 10;
downmax = downmax + 50;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
bounce_y = hitfly_y / 2;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.enemy_life = life;
_root.stat_show = true;
_root.stat_showt = 0;
hitit = true;
}
}
}
if (fallt >= fallmax) {
fallt = 0;
hit = false;
hitt = 0;
hitfly = true;
downmax = downmax + 50;
hitfly_x = 5;
hitfly_y = 10;
bounce_y = hitfly_y / 2;
}
if (down) {
_parent.images.gotoAndStop(17);
} else {
_parent.images.gotoAndStop(16);
}
if (dir == 1) {
_x = (_x - hit_sp);
}
if (dir == -1) {
_x = (_x + hit_sp);
}
if (hitt >= hitmax) {
hitt = 0;
nohit = true;
hit = false;
}
} else {
hitit = false;
hitsndstart = false;
}
}
if (hitfly) {
fallt = 0;
fallmax = random(5);
rape = false;
rapet = 0;
_parent.images._y = _parent.images._y - hitfly_y;
_parent.images._x = xspot;
hitfly_y--;
hitflyt++;
var_reset = true;
_parent.images.gotoAndStop(17);
if (dir == 1) {
_x = (_x - hitfly_x);
}
if (dir == -1) {
_x = (_x + hitfly_x);
}
if (spinner) {
if (dir == 1) {
_parent.images._rotation = _parent.images._rotation - hitfly_x;
}
if (dir == -1) {
_parent.images._rotation = _parent.images._rotation + hitfly_x;
}
}
if (hitflyt >= 3) {
if (_parent.images._y >= yspot) {
spinner = false;
hitflyt = 0;
bounce = true;
hitfly = false;
}
}
} else {
hitflysndstart = false;
}
}
if (dead) {
if (!dt) {
_root.score = _root.score + 2;
_root.enemy_dead = _root.enemy_dead + 1;
dt = true;
}
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
_parent.images.gotoAndStop(18);
deadt = deadt + 1;
if (deadt >= (deadmax / 2)) {
_parent.images._alpha = 50;
}
if (deadt >= deadmax) {
addondead = random(10);
if (addondead == 5) {
_root.attachMovie("healthup1a", "healthup" + _root.shadowlayer, _root.shadowlayer++);
_root["healthup" + _root.shadowlayer].animate._x = xspot;
_root["healthup" + _root.shadowlayer].animate._y = yspot;
}
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 403 MovieClip "animate" in Symbol 404 MovieClip [healthup1a] Frame 1
onClipEvent (load) {
rtime = 0;
rtimemax = 300;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
rtime = rtime + 1;
if (this.hitTest(_root.p1.animate.limit)) {
_root.p1.animate.life = _root.p1.animate.life + 50;
_parent.removeMovieClip();
}
if (rtime >= (rtimemax / 1.5)) {
_alpha = 50;
}
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
}
}
Instance of Symbol 406 MovieClip "animate" in Symbol 407 MovieClip [groundhit1a] Frame 1
onClipEvent (load) {
_alpha = 100;
alpha_dn = 7;
stagemusic1a = new Sound();
stagemusic1a.attachSound("ghit1a");
stagemusic1a.start();
}
onClipEvent (enterFrame) {
_alpha = (_alpha - alpha_dn);
if (_alpha <= 0) {
_parent.removeMovieClip();
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
}
Instance of Symbol 419 MovieClip "animate" in Symbol 420 MovieClip [fightbar1a] Frame 1
onClipEvent (load) {
_parent.swapDepths(2002);
attached = true;
_y = 110;
_x = 200;
bar._width = _root.esc * 3;
outline._width = _root.escmax * 3;
bar._height = 60;
outline._height = 60;
textselect = random(3);
if (textselect == 0) {
text1 = "ESCAPE!";
}
if (textselect == 1) {
text1 = "GET AWAY!";
}
if (textselect == 2) {
text1 = "RELEASE!";
}
}
onClipEvent (enterFrame) {
if (!_root.zoomin) {
bar._width = _root.esc * 3;
outline._width = _root.escmax * 3;
} else {
bar._width = _root.esc * 2;
outline._width = _root.escmax * 2;
}
bar._height = 60;
outline._height = 60;
if (_root.esc <= 0) {
bar._width = 0;
}
if (_root.esc >= _root.escmax) {
bar._width = _root.escmax;
}
if (!_root.rape_breakable) {
_parent.removeMovieClip();
}
if (!_root.p1.animate.raped) {
_parent.removeMovieClip();
}
}
Symbol 465 MovieClip Frame 1
stop();
Symbol 465 MovieClip Frame 2
stop();
Instance of Symbol 428 MovieClip in Symbol 469 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 469 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 469 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 449 MovieClip in Symbol 469 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 449 MovieClip in Symbol 469 MovieClip Frame 15
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 494 MovieClip Frame 1
stop();
Symbol 494 MovieClip Frame 2
stop();
Symbol 494 MovieClip Frame 3
stop();
Symbol 494 MovieClip Frame 4
stop();
Instance of Symbol 444 MovieClip in Symbol 499 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 485 MovieClip in Symbol 499 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 487 MovieClip in Symbol 499 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 499 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 485 MovieClip in Symbol 508 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 487 MovieClip in Symbol 508 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 508 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 508 MovieClip Frame 15
stop();
Instance of Symbol 444 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 485 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 487 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 509 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 509 MovieClip Frame 15
stop();
Instance of Symbol 485 MovieClip in Symbol 510 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 487 MovieClip in Symbol 510 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 510 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 510 MovieClip Frame 30
stop();
Instance of Symbol 485 MovieClip in Symbol 512 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 512 MovieClip Frame 6
stop();
Instance of Symbol 485 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 487 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 485 MovieClip in Symbol 514 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 487 MovieClip in Symbol 514 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 514 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 485 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 487 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 485 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 487 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 520 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 485 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 487 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 94 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) {
if (!_parent._parent._parent.animate.dead) {
if (_parent._parent._parent.animate.sexable) {
_visible = true;
} else {
_visible = false;
}
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (!_parent._parent._parent.animate.dead) {
if (_parent._parent._parent.animate.sexable) {
_visible = true;
} else {
_visible = false;
}
} else {
_visible = false;
}
}
Symbol 530 MovieClip Frame 1
sec = 0;
eyes.gotoAndStop(2);
Instance of Symbol 107 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 530 MovieClip Frame 20
sec = sec + 1;
Symbol 530 MovieClip Frame 41
if (sec >= 4) {
gotoAndPlay (42);
} else {
gotoAndPlay (2);
}
Symbol 530 MovieClip Frame 62
gotoAndPlay (42);
Symbol 539 MovieClip Frame 1
sec = 0;
eyes.gotoAndStop(2);
Instance of Symbol 444 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 485 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 487 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 539 MovieClip Frame 20
sec = sec + 1;
Symbol 539 MovieClip Frame 41
if (sec >= 5) {
sec = 0;
gotoAndPlay (42);
} else {
gotoAndPlay (2);
}
Symbol 539 MovieClip Frame 42
eyes.gotoAndStop(2);
Symbol 539 MovieClip Frame 49
sec = sec + 1;
Symbol 539 MovieClip Frame 57
gotoAndPlay (42);
Symbol 550 MovieClip Frame 1
sec = 0;
eyes.gotoAndStop(2);
Instance of Symbol 444 MovieClip in Symbol 550 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 485 MovieClip in Symbol 550 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 550 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 550 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 550 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 550 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 550 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 550 MovieClip Frame 1
onClipEvent (load) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.p1.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 487 MovieClip in Symbol 550 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 550 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 550 MovieClip Frame 5
cum1 = new Sound();
cum1.attachSound("splat1");
cum1.start();
Symbol 550 MovieClip Frame 58
stop();
Symbol 555 MovieClip Frame 1
eyes.gotoAndStop(2);
Instance of Symbol 428 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 444 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 449 MovieClip in Symbol 555 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 556 MovieClip Frame 1
stop();
Symbol 556 MovieClip Frame 2
stop();
Symbol 556 MovieClip Frame 3
stop();
Symbol 556 MovieClip Frame 4
stop();
Symbol 556 MovieClip Frame 5
stop();
Symbol 556 MovieClip Frame 6
stop();
Symbol 556 MovieClip Frame 7
stop();
Symbol 556 MovieClip Frame 8
stop();
Symbol 556 MovieClip Frame 9
stop();
Symbol 556 MovieClip Frame 10
stop();
Symbol 556 MovieClip Frame 11
stop();
Symbol 556 MovieClip Frame 12
stop();
Symbol 556 MovieClip Frame 13
stop();
Symbol 556 MovieClip Frame 14
stop();
Symbol 556 MovieClip Frame 15
stop();
Symbol 556 MovieClip Frame 16
stop();
Symbol 556 MovieClip Frame 17
stop();
Symbol 556 MovieClip Frame 18
stop();
Symbol 556 MovieClip Frame 19
stop();
Symbol 556 MovieClip Frame 20
stop();
Symbol 556 MovieClip Frame 21
stop();
Symbol 556 MovieClip Frame 22
stop();
Symbol 556 MovieClip Frame 23
stop();
Symbol 556 MovieClip Frame 24
stop();
Symbol 556 MovieClip Frame 25
stop();
Symbol 556 MovieClip Frame 26
stop();
Symbol 556 MovieClip Frame 27
stop();
Symbol 556 MovieClip Frame 28
stop();
Symbol 556 MovieClip Frame 29
stop();
Symbol 556 MovieClip Frame 30
stop();
Symbol 556 MovieClip Frame 31
stop();
Symbol 556 MovieClip Frame 32
stop();
Symbol 556 MovieClip Frame 33
stop();
Symbol 556 MovieClip Frame 34
stop();
Symbol 556 MovieClip Frame 35
stop();
Symbol 556 MovieClip Frame 36
stop();
Instance of Symbol 54 MovieClip "animate" in Symbol 557 MovieClip [fawn1a] Frame 1
onClipEvent (load) {
cumt = 0;
bly_offset = -50;
_root.clothing_numb = 1;
fallt = 0;
putin = true;
fallmax = random(5);
dot = 0;
domax = 100;
_parent.images._rotation = 0;
spinner = false;
masturbate = false;
masturbatet = 0;
masturbatemax = 100;
dir = 1;
xspot = _x;
yspot = _y;
x_image_spot = _x;
y_image_spot = _y;
namesel = random(3);
ename = "FAWN";
epic = ename;
power_x = 3;
power_y = 2;
bounce = false;
bounce_max = 5;
bounce_y = bounce_max;
life = 180;
nohit = false;
nohitt = 0;
nohitmax = 30;
hit = false;
hitt = 0;
hitmax = 20;
hit_sp = 3;
hitfly = false;
hitflyt = 0;
hitfly_x = 0;
hitfly_main_y = 0;
hitfly_y = hitfly_main_y;
down = false;
downt = 0;
downmax = 20;
downmaxlimit = 250;
getup = false;
getupt = 0;
getupmax = 20;
dead = false;
deadt = 0;
deadmax = 150;
_root.p1x = _x;
_root.p1y = _y;
attack = false;
attackt = 0;
attsel = 1;
attackspeed = 2;
attackmax = 30;
att_numb = 0;
att_resett = 0;
att_resetmax = 80;
att2t = 0;
att2max = random(9999) - random(9999);
attack2 = false;
attack2t = 0;
attack2go = 8;
attack2max = 50;
speedselection = random(3);
if (speedselection == 0) {
speed = 2;
}
if (speedselection == 1) {
speed = 3;
}
if (speedselection == 2) {
speed = 2.5;
}
goselect = 1;
if (goselect == 0) {
frontgo = true;
backgo = false;
chill = false;
}
if (goselect == 1) {
frontgo = false;
backgo = true;
chill = false;
}
if (goselect == 2) {
frontgo = false;
backgo = false;
chill = true;
}
frontgot = 0;
backgot = 0;
chillt = 0;
frontgomax = random(300) - random(300);
backgomax = random(300) - random(300);
chillmax = random(300) - random(300);
duck = false;
raped = false;
rapedt = 0;
rapedmax = 2;
rape = false;
rapet = 0;
rapesel = 1;
rapemax = 300;
rapehalf = 200;
block = false;
blockt = 0;
blockmax = 50;
kick = false;
punch = false;
up = false;
dn = false;
rt = false;
lft = false;
dash = false;
dasht = 0;
dashmax = 200;
dashsp = 8;
dead = false;
deadt = 0;
deadmax = 100;
shadow_y = 50;
rapedsel = random(2);
cloth = true;
clothnumb = 2;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.soda = attack;
_parent.shadow1._x = xspot;
_parent.shadow1._y = yspot + shadow_y;
if (life >= 100) {
clothnumb = 2;
}
if ((life < 100) and (life >= 50)) {
clothnumb = 1;
}
if (life < 50) {
sexable = true;
clothnumb = 0;
} else {
sexable = false;
}
if (!rape) {
xspot = _x;
yspot = _y;
x_image_spot = _x;
y_image_spot = _y;
}
_root.fuss = fallt;
if (var_reset) {
attack2 = false;
attack2t = 0;
masturbatet = 0;
masturbate = false;
_root.hitcounter = 0;
pickup = false;
pickupt = 0;
spec1 = false;
spec1t = 0;
spec1max = 50;
spec2 = false;
spec2t = 0;
spec3 = false;
spec3t = 0;
block = false;
blockt = 0;
attack = false;
attackt = 0;
attsel = 1;
kick = false;
punch = false;
var_reset = false;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= 620) {
_x = (_x - 10);
}
if (_x <= -70) {
_x = (_x + 10);
}
if (_y >= _root.player_y_max) {
_y = (_y - 10);
}
if (_y <= _root.player_y_min) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 25, true)) {
_y = (_y - 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 50);
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = (_x + 10);
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = (_x - 10);
}
if (_root.map1.black.hitTest(_x, _y - 10, true)) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 10);
}
if (!dead) {
if (!hitfly) {
if (!hit) {
if (!bounce) {
_parent.swapDepths(this._y);
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
if (limit.hitTest(_root.p1.images.character.limita)) {
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (!fta1) {
fta1 = true;
}
if (fallt <= fallmax) {
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
if (fallt > fallmax) {
fallt = 0;
hit = false;
hitt = 0;
hitfly = true;
life = life - 15;
downmax = downmax + 50;
hitfly_x = 5;
hitfly_y = 10;
bounce_y = hitfly_y / 2;
}
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
fta1 = false;
}
if (!down) {
if (!getup) {
if (!block) {
if (limit.hitTest(_root.p1.images.character.limit)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
fta2 = false;
}
if (limit.hitTest(_root.p1.images.character.limita)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
spinner = true;
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hitfly = true;
life = life - 10;
downmax = downmax + 50;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
bounce_y = hitfly_y / 2;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.enemy_life = life;
_root.stat_show = true;
_root.stat_showt = 0;
}
}
if (!raped) {
if (!rape) {
if (!attack) {
attsel = random(3);
if (!attack2) {
if (!block) {
if (!masturbate) {
att2t++;
if (att2t >= att2max) {
att2t = 0;
att2max = random(9999) - random(9999);
attack2 = true;
}
if (_root.p1.animate.raped) {
masturbate = true;
}
if (frontgo) {
frontgot = frontgot + 1;
_parent.images.gotoAndStop(2);
ydist = 10;
if (_root.p1.animate.dir == 1) {
xdist = -90;
} else {
xdist = 120;
}
if (_root.p1.animate._x >= (_x + xdist)) {
_x = (_x + speed);
}
if (_root.p1.animate._x <= (_x + xdist)) {
_x = (_x - speed);
}
if (_root.p1.animate._x >= _x) {
_parent.images._xscale = 100;
dir = 1;
}
if (_root.p1.animate._x <= _x) {
_parent.images._xscale = -100;
dir = -1;
}
if (_root.p1.animate._y >= (_y + ydist)) {
_y = (_y + speed);
}
if (_root.p1.animate._y < (_y + ydist)) {
_y = (_y - speed);
}
if (_parent.images.character.glimit.hitTest(_root.p1.animate.limit)) {
dosel = random(2);
if (dosel == 0) {
block = true;
}
if (dosel == 1) {
attack = true;
}
}
if (frontgot >= frontgomax) {
frontgot = 0;
frontgomax = random(300) - random(300);
goselect = random(3);
if (goselect == 0) {
frontgo = true;
backgo = false;
chill = false;
}
if (goselect == 1) {
backgo = true;
chill = false;
frontgo = false;
}
if (goselect == 2) {
chill = true;
backgo = false;
frontgo = false;
}
}
}
if (backgo) {
backgot = backgot + 1;
_parent.images.gotoAndStop(2);
ydist = -10;
if (_root.p1.animate.dir == 1) {
xdist = 120;
} else {
xdist = -90;
}
if (_root.p1.animate._x >= (_x + xdist)) {
_x = (_x + speed);
}
if (_root.p1.animate._x <= (_x + xdist)) {
_x = (_x - speed);
}
if (_root.p1.animate._x >= _x) {
_parent.images._xscale = 100;
dir = 1;
}
if (_root.p1.animate._x <= _x) {
_parent.images._xscale = -100;
dir = -1;
}
if (_root.p1.animate._y >= (_y + ydist)) {
_y = (_y + speed);
}
if (_root.p1.animate._y < (_y + ydist)) {
_y = (_y - speed);
}
if (_parent.images.character.glimit.hitTest(_root.p1.animate.limit)) {
dosel = random(2);
if (dosel == 0) {
block = true;
}
if (dosel == 1) {
attack = true;
}
}
if (backgot >= backgomax) {
backgot = 0;
backgomax = random(300) - random(300);
goselect = random(3);
if (goselect == 0) {
frontgo = true;
chill = false;
backgo = false;
}
if (goselect == 1) {
backgo = true;
chill = false;
frontgo = false;
}
if (goselect == 2) {
chill = true;
frontgo = false;
backgo = false;
}
}
}
if (chill) {
chillt = chillt + 1;
_parent.images.gotoAndStop(1);
ydist = 10;
if (_root.p1.animate._x >= _x) {
_parent.images._xscale = 100;
dir = 1;
}
if (_root.p1.animate._x <= _x) {
_parent.images._xscale = -100;
dir = -1;
}
if (_parent.images.character.glimit.hitTest(_root.p1.animate.limit)) {
dosel = random(2);
if (dosel == 0) {
block = true;
}
if (dosel == 1) {
attack = true;
}
}
if (chillt >= chillmax) {
chillt = 0;
chillmax = random(300) - random(300);
goselect = random(3);
if (goselect == 0) {
frontgo = true;
backgo = false;
chill = false;
}
if (goselect == 1) {
backgo = true;
frontgo = false;
chill = false;
}
if (goselect == 2) {
chill = true;
backgo = false;
frontgo = false;
}
}
}
}
if (masturbate) {
masturbatet = masturbatet + 1;
_parent.images.gotoAndStop(22);
if (masturbatet >= masturbatemax) {
masturbatet = 0;
masturbate = false;
}
}
}
if (block) {
_parent.images.gotoAndStop(14);
blockt = blockt + 1;
if (limit.hitTest(_root.p1.images.character.limit)) {
if (!bl1) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
hit_sp = _root.p1.animate.power_x;
if (dir == 1) {
_x = (_x - (hit_sp * 5));
} else {
_x = (_x + (hit_sp * 5));
}
life = life - 2;
bl1 = true;
}
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
bl1 = false;
}
if (limit.hitTest(_root.p1.images.character.limita)) {
if (bl2) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
hit_sp = _root.p1.animate.power_x;
if (dir == 1) {
_x = (_x - (hit_sp * 5));
} else {
_x = (_x + (hit_sp * 5));
}
life = life - 2;
bl2 = true;
}
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
bl2 = false;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
if (!bl3) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
hit_sp = _root.p1.animate.power_x;
if (dir == 1) {
_x = (_x - (hit_sp * 5));
} else {
_x = (_x + (hit_sp * 5));
}
life = life - 2;
bl3 = true;
}
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
bl3 = false;
}
if (blockt >= blockmax) {
blockt = 0;
block = false;
}
}
}
if (attack2) {
_parent.images.gotoAndStop(8);
attack2t = attack2t + 1;
if (attack2t == attack2go) {
_root.attachMovie("enknife1a", "enknife1a" + _root.ebullet, _root.ebullet++);
if (dir == 1) {
_root["enknife1a" + _root.ebullet].animate._x = xspot + 20;
}
if (dir == -1) {
_root["enknife1a" + _root.ebullet].animate._x = xspot - 20;
}
_root["enknife1a" + _root.ebullet].animate._y = yspot;
_root["enknife1a" + _root.ebullet].animate.dir = dir;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack) {
attackt = attackt + 1;
if (!at1) {
at1 = true;
}
if (!_root.p1.animate.dead) {
if (!_root.p1.animate.hitfly) {
if (!_root.p1.animate.bounce) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.block) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.down) {
if (!_root.p1.animate.getup) {
if (!_root.p1.animate.nohit) {
if (_parent.images.character.limit.hitTest(_root.p1.animate.limit)) {
hardpunch1a.start();
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["spark1" + _root.spark].animate._y = yspot - 30;
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
if (attsel == 0) {
_root.p1.animate.life = _root.p1.animate.life - 15;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 20;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
}
if (attsel == 1) {
_root.p1.animate.life = _root.p1.animate.life - 5;
_root.rape_max_level = _root.rape_max_level + 7;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.en_rape_numb = _root.en_rape_numb + 1;
attack = false;
attackt = 0;
rapesel = 1;
rape = true;
}
if (attsel == 2) {
_root.p1.animate.life = _root.p1.animate.life - 10;
_root.p1.animate.hit = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hit_sp = 3;
_root.p1.animate.hitmax = 10;
}
}
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
}
}
}
}
}
}
}
}
if (dir == 1) {
_x = (_x + attackspeed);
}
if (dir == -1) {
_x = (_x - attackspeed);
}
if (attsel == 0) {
_parent.images.gotoAndStop(5);
attackmax = 30;
}
if (attsel == 1) {
_parent.images.gotoAndStop(6);
attackmax = 20;
}
if (attsel == 2) {
_parent.images.gotoAndStop(4);
attackmax = 30;
}
if (attackt >= attackmax) {
attackt = 0;
attack = false;
} else {
at1 = false;
}
}
}
if (rape) {
rapet++;
attack = false;
attackt = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate.xspot = xspot;
_root.p1.animate.yspot = yspot;
_root.p1.images.gotoAndStop(36);
_root.p1.shadow1._visible = false;
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.en_rape_numb = 0;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.nohit = true;
_root.p1.images._visible = true;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.en_rape_numb = 0;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.nohit = true;
_root.p1.images._visible = true;
rapet = 0;
rape = false;
hitfly = true;
life = life - 10;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
gotoAndStop (20);
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
gotoAndStop (20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - 5;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.shadow1._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 50;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 500;
rapehalf = 400;
if (rapet >= rapehalf) {
_parent.images.gotoAndStop(21);
_root.rape_breakable = false;
} else {
_parent.images.gotoAndStop(20);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - 5;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 10;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
}
}
if (raped) {
down = false;
downt = 0;
_root.p1.animate.dir = -dir;
if (dir == 1) {
_root.p1.images._xscale = -100;
} else {
_root.p1.images._xscale = 100;
}
if (!rasp) {
var_reset = true;
rapedsel = 0;
rasp = true;
}
if (!_root.p1.animate.killoff) {
xspot = _root.p1.animate.xspot;
yspot = _root.p1.animate.yspot;
_parent.images._y = yspot;
_parent.images._x = xspot;
if (rapedsel == 0) {
_parent.images.gotoAndStop(19);
}
if (rapedsel == 1) {
_parent.images.gotoAndStop(20);
}
}
if (_root.p1.animate.killoff) {
hitfly = true;
life = life - 100;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
dir = -_root.p1.animate.dir;
bounce_y = hitfly_y / 2;
raped = false;
}
if (!_root.p1.animate.rape) {
hit = true;
_root.p1.animate.hit_sp = 3;
_root.p1.animate.hitmax = 10;
dir = -_root.p1.animate.dir;
rapedt = 0;
raped = false;
}
} else {
rasp = false;
}
}
if (getup) {
getupt++;
_parent.images.gotoAndStop(15);
if (getupt >= getupmax) {
nohit = true;
getupt = 0;
getup = false;
}
}
}
if (down) {
_parent.images.gotoAndStop(18);
downt++;
if (life <= 0) {
dead = true;
}
if (_root.pl_rape_numb == 0) {
if (downt >= 10) {
if (_root.cont_jumpb) {
if (this.hitTest(_root.p1.animate.limit)) {
if (sexable) {
_root.pl_rape_numb = 1;
_root.p1.animate.rape = true;
raped = true;
downt = 0;
down = false;
}
}
}
}
}
if (downt >= downmax) {
downt = 0;
getup = true;
down = false;
}
}
}
if (bounce) {
_parent.images._y = _parent.images._y - bounce_y;
_parent.images._x = xspot;
bounce_y--;
if (dir == 1) {
_parent.images._rotation = _parent.images._rotation - (hitfly_x * 2);
_x = (_x - hitfly_x);
}
if (dir == -1) {
_parent.images._rotation = _parent.images._rotation + (hitfly_x * 2);
_x = (_x + hitfly_x);
}
if (!ghit) {
bounce_max = hitfly_main_y / 2;
_root.attachMovie("groundhit1a", "ghit", _root.debris);
_root.ghit.animate._x = _x;
_root.ghit.animate._y = _y + 40;
ghit = true;
}
if (_parent.images._y >= yspot) {
_parent.images.gotoAndStop(18);
} else {
_parent.images.gotoAndStop(17);
}
if (_parent.images._y >= yspot) {
_parent.images._rotation = 0;
down = true;
bounce_y = bounce_max;
bounce = false;
}
} else {
ghit = false;
}
}
}
if (hit) {
var_reset = true;
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
rape = false;
rapet = 0;
hitsnd = random(3);
if (!hitsndstart) {
fallt = fallt + 1;
if (hitsnd == 1) {
ow1.start();
}
hitsndstart = true;
}
hitt++;
if (hitt >= 10) {
if (!hitit) {
if (limit.hitTest(_root.p1.images.character.limit)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hitt = 0;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
hitit = true;
} else {
fta2 = false;
}
if (limit.hitTest(_root.p1.images.character.limita)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hitt = 0;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
hitit = true;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
spinner = true;
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hitfly = true;
life = life - 10;
downmax = downmax + 50;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
bounce_y = hitfly_y / 2;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.enemy_life = life;
_root.stat_show = true;
_root.stat_showt = 0;
hitit = true;
}
}
}
if (fallt >= fallmax) {
fallt = 0;
hit = false;
hitt = 0;
hitfly = true;
downmax = downmax + 50;
hitfly_x = 5;
hitfly_y = 10;
bounce_y = hitfly_y / 2;
}
if (down) {
_parent.images.gotoAndStop(17);
} else {
_parent.images.gotoAndStop(16);
}
if (dir == 1) {
_x = (_x - hit_sp);
}
if (dir == -1) {
_x = (_x + hit_sp);
}
if (hitt >= hitmax) {
hitt = 0;
nohit = true;
hit = false;
}
} else {
hitit = false;
hitsndstart = false;
}
}
if (hitfly) {
fallt = 0;
fallmax = random(5);
rape = false;
rapet = 0;
_parent.images._y = _parent.images._y - hitfly_y;
_parent.images._x = xspot;
hitfly_y--;
hitflyt++;
var_reset = true;
_parent.images.gotoAndStop(17);
if (dir == 1) {
_x = (_x - hitfly_x);
}
if (dir == -1) {
_x = (_x + hitfly_x);
}
if (spinner) {
if (dir == 1) {
_parent.images._rotation = _parent.images._rotation - hitfly_x;
}
if (dir == -1) {
_parent.images._rotation = _parent.images._rotation + hitfly_x;
}
}
if (hitflyt >= 3) {
if (_parent.images._y >= yspot) {
spinner = false;
hitflyt = 0;
bounce = true;
hitfly = false;
}
}
} else {
hitflysndstart = false;
}
if (dead) {
if (!dt) {
_root.score = _root.score + 1;
_root.enemy_dead = _root.enemy_dead + 1;
dt = true;
}
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
_parent.images.gotoAndStop(18);
deadt = deadt + 1;
if (deadt >= (deadmax / 2)) {
_parent.images._alpha = 50;
}
if (deadt >= deadmax) {
addondead = random(10);
if (addondead == 5) {
_root.attachMovie("healthup1a", "healthup" + _root.shadowlayer, _root.shadowlayer++);
_root["healthup" + _root.shadowlayer].animate._x = xspot;
_root["healthup" + _root.shadowlayer].animate._y = yspot;
}
_parent.removeMovieClip();
}
}
}
}
Symbol 562 MovieClip Frame 1
stop();
Symbol 562 MovieClip Frame 2
stop();
Instance of Symbol 562 MovieClip "animate" in Symbol 563 MovieClip [enknife1a] Frame 1
onClipEvent (load) {
speed = 7;
bly_offset = -50;
kospeed = random(30) - random(40);
godir = random(360);
rtime = 0;
rtimemax = 150;
ko = false;
kot = 0;
komax = 50;
rot_speed = 50;
if (dir == 1) {
_xscale = 100;
}
if (dir == -1) {
_xscale = -100;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_parent.swapDepths(_y);
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (dir == 1) {
_xscale = 100;
_x = (_x + speed);
}
if (dir == -1) {
_xscale = -100;
_x = (_x - speed);
}
if (!ko) {
xspot = _x;
yspot = _y;
gotoAndStop ("a");
rtime++;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.images.character.limit)) {
ko = true;
}
if (limit.hitTest(_root.p1.images.character.limita)) {
ko = true;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
ko = true;
}
if (limit.hitTest(_root.p1.images.character.glimit)) {
ko = true;
}
if (!_root.p1.animate.dead) {
if (!_root.p1.animate.hitfly) {
if (!_root.p1.animate.bounce) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.block) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.down) {
if (!_root.p1.animate.getup) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
if (!_root.p1.animate.block) {
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("blood1a", "blood2" + _root.debris, _root.debris++);
_root["blood2" + _root.debris].animate._x = _x;
_root["blood2" + _root.debris].animate._y = _y - 50;
_root["blood2" + _root.debris].animate.xspot = xspot;
_root["blood2" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("blood1a", "blood3" + _root.debris, _root.debris++);
_root["blood3" + _root.debris].animate._x = _x;
_root["blood3" + _root.debris].animate._y = _y - 50;
_root["blood3" + _root.debris].animate.xspot = xspot;
_root["blood3" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("blood1a", "blood4" + _root.debris, _root.debris++);
_root["blood4" + _root.debris].animate._x = _x;
_root["blood4" + _root.debris].animate._y = _y - 50;
_root["blood4" + _root.debris].animate.xspot = xspot;
_root["blood4" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("blood1a", "blood5" + _root.debris, _root.debris++);
_root["blood5" + _root.debris].animate._x = _x;
_root["blood5" + _root.debris].animate._y = _y - 50;
_root["blood5" + _root.debris].animate.xspot = xspot;
_root["blood5" + _root.debris].animate.yspot = yspot - bly_offset;
_root.p1.animate.hitfly = true;
_root.p1.animate.life = _root.p1.animate.life - 10;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 2.5;
_root.p1.animate.hitfly_main_y = 5;
_root.p1.animate.hitfly_y = 10;
_root.p1.animate.spinner = true;
_parent.removeMovieClip();
}
if (_root.p1.animate.block) {
ko = true;
}
}
}
}
}
}
}
}
}
}
}
}
if (ko) {
gotoAndStop ("b");
kot++;
kospeed--;
_y = (_y - kospeed);
if (dir == 1) {
_rotation = (_rotation + rot_speed);
} else {
_rotation = (_rotation + rot_speed);
}
x = x + kspeedx;
y = y + kspeedy;
if (kot >= komax) {
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 54 MovieClip "animate" in Symbol 564 MovieClip [enemyai1a] Frame 1
onClipEvent (load) {
cumt = 0;
bly_offset = -50;
_root.clothing_numb = 1;
fallt = 0;
putin = true;
fallmax = random(5);
dot = 0;
domax = 100;
_parent.images._rotation = 0;
spinner = false;
masturbate = false;
masturbatet = 0;
masturbatemax = 100;
dir = 1;
xspot = _x;
yspot = _y;
x_image_spot = _x;
y_image_spot = _y;
namesel = random(3);
if (namesel == 0) {
ename = "ARTHUR";
}
if (namesel == 1) {
ename = "ASSHAT";
}
if (namesel == 2) {
ename = "FUCKER";
}
power_x = 3;
power_y = 2;
bounce = false;
bounce_max = 5;
bounce_y = bounce_max;
life = 180;
nohit = false;
nohitt = 0;
nohitmax = 30;
hit = false;
hitt = 0;
hitmax = 20;
hit_sp = 3;
hitfly = false;
hitflyt = 0;
hitfly_x = 0;
hitfly_main_y = 0;
hitfly_y = hitfly_main_y;
down = false;
downt = 0;
downmax = 20;
downmaxlimit = 250;
getup = false;
getupt = 0;
getupmax = 20;
dead = false;
deadt = 0;
deadmax = 150;
_root.p1x = _x;
_root.p1y = _y;
attack = false;
attackt = 0;
attsel = 1;
attackspeed = 2;
attackmax = 30;
att_numb = 0;
att_resett = 0;
att_resetmax = 80;
att2t = 0;
att2max = random(9999) - random(9999);
attack2 = false;
attack2t = 0;
attack2go = 25;
attack2max = 50;
speedselection = random(3);
if (speedselection == 0) {
speed = 2;
}
if (speedselection == 1) {
speed = 3;
}
if (speedselection == 2) {
speed = 2.5;
}
goselect = 1;
if (goselect == 0) {
frontgo = true;
backgo = false;
chill = false;
}
if (goselect == 1) {
frontgo = false;
backgo = true;
chill = false;
}
if (goselect == 2) {
frontgo = false;
backgo = false;
chill = true;
}
frontgot = 0;
backgot = 0;
chillt = 0;
frontgomax = random(300) - random(300);
backgomax = random(300) - random(300);
chillmax = random(300) - random(300);
duck = false;
raped = false;
rapedt = 0;
rapedmax = 2;
rape = false;
rapet = 0;
rapesel = 1;
rapemax = 300;
rapehalf = 200;
block = false;
blockt = 0;
blockmax = 50;
kick = false;
punch = false;
up = false;
dn = false;
rt = false;
lft = false;
dash = false;
dasht = 0;
dashmax = 200;
dashsp = 8;
dead = false;
deadt = 0;
deadmax = 100;
shadow_y = 50;
rapedsel = random(2);
cloth = true;
clothnumb = 2;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_parent.shadow1._x = xspot;
_parent.shadow1._y = yspot + shadow_y;
if (life >= 100) {
clothnumb = 2;
}
if ((life < 100) and (life >= 50)) {
clothnumb = 1;
}
if (life < 50) {
clothnumb = 0;
}
if (!rape) {
xspot = _x;
yspot = _y;
x_image_spot = _x;
y_image_spot = _y;
}
_root.fuss = fallt;
if (var_reset) {
attack2 = false;
attack2t = 0;
masturbatet = 0;
masturbate = false;
_root.hitcounter = 0;
pickup = false;
pickupt = 0;
spec1 = false;
spec1t = 0;
spec1max = 50;
spec2 = false;
spec2t = 0;
spec3 = false;
spec3t = 0;
block = false;
blockt = 0;
attack = false;
attackt = 0;
attsel = 1;
kick = false;
punch = false;
var_reset = false;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= 620) {
_x = (_x - 10);
}
if (_x <= -70) {
_x = (_x + 10);
}
if (_y >= _root.player_y_max) {
_y = (_y - 10);
}
if (_y <= _root.player_y_min) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 25, true)) {
_y = (_y - 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 50);
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = (_x + 10);
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = (_x - 10);
}
if (_root.map1.black.hitTest(_x, _y - 10, true)) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 10);
}
if (!dead) {
if (!hitfly) {
if (!hit) {
if (!bounce) {
_parent.swapDepths(this._y);
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
if (limit.hitTest(_root.p1.images.character.limita)) {
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (!fta1) {
fta1 = true;
}
if (fallt <= fallmax) {
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
if (fallt > fallmax) {
fallt = 0;
hit = false;
hitt = 0;
hitfly = true;
life = life - 15;
downmax = downmax + 50;
hitfly_x = 5;
hitfly_y = 10;
bounce_y = hitfly_y / 2;
}
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
fta1 = false;
}
if (!down) {
if (!block) {
if (limit.hitTest(_root.p1.images.character.limit)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
} else {
fta2 = false;
}
if (limit.hitTest(_root.p1.images.character.limita)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
spinner = true;
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hitfly = true;
life = life - 10;
downmax = downmax + 50;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
bounce_y = hitfly_y / 2;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.enemy_life = life;
_root.stat_show = true;
_root.stat_showt = 0;
}
}
if (!getup) {
if (!raped) {
if (!rape) {
if (!attack) {
if (!attack2) {
if (!block) {
if (!masturbate) {
att2t++;
if (att2t >= att2max) {
att2t = 0;
att2max = random(9999) - random(9999);
attack2 = true;
}
if (_root.p1.animate.raped) {
masturbate = true;
}
if (frontgo) {
frontgot = frontgot + 1;
_parent.images.gotoAndStop(2);
ydist = 10;
if (_root.p1.animate.dir == 1) {
xdist = -90;
} else {
xdist = 120;
}
if (_root.p1.animate._x >= (_x + xdist)) {
_x = (_x + speed);
}
if (_root.p1.animate._x <= (_x + xdist)) {
_x = (_x - speed);
}
if (_root.p1.animate._x >= _x) {
_parent.images._xscale = 100;
dir = 1;
}
if (_root.p1.animate._x <= _x) {
_parent.images._xscale = -100;
dir = -1;
}
if (_root.p1.animate._y >= (_y + ydist)) {
_y = (_y + speed);
}
if (_root.p1.animate._y < (_y + ydist)) {
_y = (_y - speed);
}
if (_parent.images.character.glimit.hitTest(_root.p1.animate.limit)) {
dosel = random(2);
if (dosel == 0) {
block = true;
}
if (dosel == 1) {
attack = true;
}
}
if (frontgot >= frontgomax) {
frontgot = 0;
frontgomax = random(300) - random(300);
goselect = random(3);
if (goselect == 0) {
frontgo = true;
backgo = false;
chill = false;
}
if (goselect == 1) {
backgo = true;
chill = false;
frontgo = false;
}
if (goselect == 2) {
chill = true;
backgo = false;
frontgo = false;
}
}
}
if (backgo) {
backgot = backgot + 1;
_parent.images.gotoAndStop(2);
ydist = -10;
if (_root.p1.animate.dir == 1) {
xdist = 120;
} else {
xdist = -90;
}
if (_root.p1.animate._x >= (_x + xdist)) {
_x = (_x + speed);
}
if (_root.p1.animate._x <= (_x + xdist)) {
_x = (_x - speed);
}
if (_root.p1.animate._x >= _x) {
_parent.images._xscale = 100;
dir = 1;
}
if (_root.p1.animate._x <= _x) {
_parent.images._xscale = -100;
dir = -1;
}
if (_root.p1.animate._y >= (_y + ydist)) {
_y = (_y + speed);
}
if (_root.p1.animate._y < (_y + ydist)) {
_y = (_y - speed);
}
if (_parent.images.character.glimit.hitTest(_root.p1.animate.limit)) {
dosel = random(2);
if (dosel == 0) {
block = true;
}
if (dosel == 1) {
attack = true;
}
}
if (backgot >= backgomax) {
backgot = 0;
backgomax = random(300) - random(300);
goselect = random(3);
if (goselect == 0) {
frontgo = true;
chill = false;
backgo = false;
}
if (goselect == 1) {
backgo = true;
chill = false;
frontgo = false;
}
if (goselect == 2) {
chill = true;
frontgo = false;
backgo = false;
}
}
}
if (chill) {
chillt = chillt + 1;
_parent.images.gotoAndStop(1);
ydist = 10;
if (_root.p1.animate._x >= _x) {
_parent.images._xscale = 100;
dir = 1;
}
if (_root.p1.animate._x <= _x) {
_parent.images._xscale = -100;
dir = -1;
}
if (_parent.images.character.glimit.hitTest(_root.p1.animate.limit)) {
dosel = random(2);
if (dosel == 0) {
block = true;
}
if (dosel == 1) {
attack = true;
}
}
if (chillt >= chillmax) {
chillt = 0;
chillmax = random(300) - random(300);
goselect = random(3);
if (goselect == 0) {
frontgo = true;
backgo = false;
chill = false;
}
if (goselect == 1) {
backgo = true;
frontgo = false;
chill = false;
}
if (goselect == 2) {
chill = true;
backgo = false;
frontgo = false;
}
}
}
}
if (masturbate) {
masturbatet = masturbatet + 1;
_parent.images.gotoAndStop(21);
if (masturbatet >= masturbatemax) {
masturbatet = 0;
masturbate = false;
}
}
}
if (block) {
_parent.images.gotoAndStop(14);
blockt = blockt + 1;
if (blockt >= blockmax) {
blockt = 0;
block = false;
}
}
}
if (attack2) {
_parent.images.gotoAndStop(8);
attack2t = attack2t + 1;
if (attack2t == attack2go) {
_root.attachMovie("enknife1a", "enknife1a" + _root.ebullet, _root.ebullet++);
if (dir == 1) {
_root["enknife1a" + _root.ebullet].animate._x = xspot + 20;
}
if (dir == -1) {
_root["enknife1a" + _root.ebullet].animate._x = xspot - 20;
}
_root["enknife1a" + _root.ebullet].animate._y = yspot;
_root["enknife1a" + _root.ebullet].animate.dir = dir;
}
if (attack2t >= attack2max) {
attack2t = 0;
attack2 = false;
}
}
}
if (attack) {
attackt = attackt + 1;
if (!at1) {
attsel = random(3);
at1 = true;
}
if (!_root.p1.animate.dead) {
if (!_root.p1.animate.hitfly) {
if (!_root.p1.animate.bounce) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.block) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.down) {
if (!_root.p1.animate.getup) {
if (!_root.p1.animate.nohit) {
if (_parent.images.character.limit.hitTest(_root.p1.animate.limit)) {
hardpunch1a.start();
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["spark1" + _root.spark].animate._y = yspot - 30;
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
if (attsel == 0) {
_root.p1.animate.life = _root.p1.animate.life - 15;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 20;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
}
if (attsel == 1) {
_root.p1.animate.life = _root.p1.animate.life - 5;
_root.rape_max_level = _root.rape_max_level + 7;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
_root.en_rape_numb = _root.en_rape_numb + 1;
attack = false;
attackt = 0;
rapesel = random(2);
rape = true;
}
if (attsel == 2) {
_root.p1.animate.life = _root.p1.animate.life - 10;
_root.p1.animate.hit = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hit_sp = 3;
_root.p1.animate.hitmax = 10;
}
}
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
}
}
}
}
}
}
}
}
if (dir == 1) {
_x = (_x + attackspeed);
}
if (dir == -1) {
_x = (_x - attackspeed);
}
if (attsel == 0) {
_parent.images.gotoAndStop(4);
attackmax = 15;
}
if (attsel == 1) {
_parent.images.gotoAndStop(5);
attackmax = 15;
}
if (attsel == 2) {
_parent.images.gotoAndStop(6);
attackmax = 20;
}
if (attackt >= attackmax) {
attackt = 0;
attack = false;
} else {
at1 = false;
}
}
}
if (rape) {
rapet++;
attack = false;
attackt = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate.xspot = xspot;
_root.p1.animate.yspot = yspot;
_root.p1.images.gotoAndStop(36);
_root.p1.shadow1._visible = false;
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.p1.animate.rapedt >= 2) {
_root.en_rape_numb = 0;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.nohit = true;
_root.p1.images._visible = true;
rapet = 0;
rape = false;
}
if (_root.esc >= _root.escmax) {
_root.en_rape_numb = 0;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.nohit = true;
_root.p1.images._visible = true;
rapet = 0;
rape = false;
hitfly = true;
life = life - 10;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
gotoAndStop (20);
_root.rape_breakable = false;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
gotoAndStop (21);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - 5;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.shadow1._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 50;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
gotoAndStop (21);
_root.rape_breakable = false;
cumt++;
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
} else {
gotoAndStop (21);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - 5;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 50;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
}
}
if (raped) {
down = false;
downt = 0;
if (!rasp) {
var_reset = true;
rapedsel = random(2);
rasp = true;
}
if (!_root.p1.animate.killoff) {
xspot = _root.p1.animate.xspot;
yspot = _root.p1.animate.yspot;
_parent.images._y = yspot;
_parent.images._x = xspot;
if (rapedsel == 0) {
_parent.images.gotoAndStop(19);
}
if (rapedsel == 1) {
_parent.images.gotoAndStop(20);
}
}
if (_root.p1.animate.killoff) {
hitfly = true;
life = life - 100;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
dir = -_root.p1.animate.dir;
bounce_y = hitfly_y / 2;
raped = false;
}
if (!_root.p1.animate.rape) {
hit = true;
_root.p1.animate.hit_sp = 3;
_root.p1.animate.hitmax = 10;
dir = -_root.p1.animate.dir;
rapedt = 0;
raped = false;
}
} else {
rasp = false;
}
}
if (getup) {
getupt++;
_parent.images.gotoAndStop(2);
if (getupt >= getupmax) {
nohit = true;
getupt = 0;
getup = false;
}
}
}
if (down) {
_parent.images.gotoAndStop(18);
downt++;
if (life <= 0) {
dead = true;
}
if (_root.pl_rape_numb == 0) {
if (downt >= 10) {
if (_root.cont_jumpb) {
if (limit.hitTest(_root.p1.images.character.glimit)) {
if (life <= 50) {
_root.pl_rape_numb = 1;
_root.p1.animate.rape = true;
raped = true;
downt = 0;
down = false;
}
}
}
}
}
if (downt >= downmax) {
downt = 0;
getup = true;
down = false;
}
}
}
if (bounce) {
_parent.images._y = _parent.images._y - bounce_y;
_parent.images._x = xspot;
bounce_y--;
if (dir == 1) {
_parent.images._rotation = _parent.images._rotation - (hitfly_x * 2);
_x = (_x - hitfly_x);
}
if (dir == -1) {
_parent.images._rotation = _parent.images._rotation + (hitfly_x * 2);
_x = (_x + hitfly_x);
}
if (!ghit) {
bounce_max = hitfly_main_y / 2;
_root.attachMovie("groundhit1a", "ghit", _root.debris);
_root.ghit.animate._x = _x;
_root.ghit.animate._y = _y + 40;
ghit = true;
}
if (_parent.images._y >= yspot) {
_parent.images.gotoAndStop(18);
} else {
_parent.images.gotoAndStop(17);
}
if (_parent.images._y >= yspot) {
_parent.images._rotation = 0;
down = true;
bounce_y = bounce_max;
bounce = false;
}
} else {
ghit = false;
}
}
if (hit) {
var_reset = true;
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
rape = false;
rapet = 0;
hitsnd = random(3);
if (!hitsndstart) {
fallt = fallt + 1;
if (hitsnd == 1) {
ow1.start();
}
hitsndstart = true;
}
hitt++;
if (fallt >= fallmax) {
fallt = 0;
hit = false;
hitt = 0;
hitfly = true;
downmax = downmax + 50;
hitfly_x = 5;
hitfly_y = 10;
bounce_y = hitfly_y / 2;
}
if (down) {
_parent.images.gotoAndStop(17);
} else {
_parent.images.gotoAndStop(16);
}
if (dir == 1) {
_x = (_x - hit_sp);
}
if (dir == -1) {
_x = (_x + hit_sp);
}
if (hitt >= hitmax) {
hitt = 0;
nohit = true;
hit = false;
}
} else {
hitsndstart = false;
}
}
if (hitfly) {
fallt = 0;
fallmax = random(5);
rape = false;
rapet = 0;
_parent.images._y = _parent.images._y - hitfly_y;
_parent.images._x = xspot;
hitfly_y--;
hitflyt++;
var_reset = true;
_parent.images.gotoAndStop(17);
if (dir == 1) {
_x = (_x - hitfly_x);
}
if (dir == -1) {
_x = (_x + hitfly_x);
}
if (spinner) {
if (dir == 1) {
_parent.images._rotation = _parent.images._rotation - hitfly_x;
}
if (dir == -1) {
_parent.images._rotation = _parent.images._rotation + hitfly_x;
}
}
if (hitflyt >= 3) {
if (_parent.images._y >= yspot) {
spinner = false;
hitflyt = 0;
bounce = true;
hitfly = false;
}
}
} else {
hitflysndstart = false;
}
}
if (dead) {
if (!dt) {
_root.enemy_dead = _root.enemy_dead + 1;
dt = true;
}
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
_parent.images.gotoAndStop(18);
deadt = deadt + 1;
if (deadt >= (deadmax / 2)) {
_parent.images._alpha = 50;
}
if (deadt >= deadmax) {
addondead = random(10);
if (addondead == 5) {
_root.attachMovie("healthup1a", "healthup" + _root.shadowlayer, _root.shadowlayer++);
_root["healthup" + _root.shadowlayer].animate._x = xspot;
_root["healthup" + _root.shadowlayer].animate._y = yspot;
}
_parent.removeMovieClip();
}
}
}
}
Instance of Symbol 54 MovieClip "animate" in Symbol 565 MovieClip [enemy1a] Frame 1
onClipEvent (load) {
cumt = 0;
_parent.images._rotation = 0;
spinner = false;
dir = 1;
xspot = _x;
yspot = _y;
x_image_spot = _x;
y_image_spot = _y;
ename = "P.BAG";
power_x = 3;
power_y = 2;
bounce = false;
bounce_max = 5;
bounce_y = bounce_max;
life = 100;
nohit = false;
nohitt = 0;
nohitmax = 30;
hit = false;
hitt = 0;
hitmax = 20;
hit_sp = 3;
hitfly = false;
hitflyt = 0;
hitfly_x = 0;
hitfly_main_y = 0;
hitfly_y = hitfly_main_y;
down = false;
downt = 0;
downmax = 20;
downmaxlimit = 250;
getup = false;
getupt = 0;
getupmax = 20;
dead = false;
deadt = 0;
deadmax = 150;
_root.p1x = _x;
_root.p1y = _y;
attack = false;
attackt = 0;
attsel = 1;
attackspeed = 2;
attackmax = 30;
att_numb = 0;
att_resett = 0;
att_resetmax = 80;
speed = 3;
duck = false;
raped = false;
rapedt = 0;
rapedmax = 2;
rape = false;
rapet = 0;
rapesel = 1;
rapemax = 300;
rapehalf = 200;
block = false;
blockt = 0;
blockmax = 50;
kick = false;
punch = false;
up = false;
dn = false;
rt = false;
lft = false;
dash = false;
dasht = 0;
dashmax = 200;
dashsp = 8;
dead = false;
deadt = 0;
deadmax = 100;
shadow_y = 50;
rapedsel = random(2);
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_parent.shadow1._x = xspot;
_parent.shadow1._y = yspot + shadow_y;
if (!rape) {
xspot = _x;
yspot = _y;
x_image_spot = _x;
y_image_spot = _y;
}
_root.fag = rapedsel;
if (var_reset) {
_root.hitcounter = 0;
pickup = false;
pickupt = 0;
spec1 = false;
spec1t = 0;
spec1max = 50;
spec2 = false;
spec2t = 0;
spec3 = false;
spec3t = 0;
block = false;
blockt = 0;
attack = false;
attackt = 0;
attsel = 1;
kick = false;
punch = false;
var_reset = false;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (_x >= 620) {
_x = (_x - 10);
}
if (_x <= -70) {
_x = (_x + 10);
}
if (_y >= _root.player_y_max) {
_y = (_y - 10);
}
if (_y <= _root.player_y_min) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 25, true)) {
_y = (_y - 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 50);
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = (_x + 10);
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = (_x - 10);
}
if (_root.map1.black.hitTest(_x, _y - 10, true)) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 10);
}
if (!dead) {
if (!hitfly) {
if (!hit) {
if (!bounce) {
_parent.swapDepths(this._y);
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
if (limit.hitTest(_root.p1.images.character.limit)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
if (!down) {
if (limit.hitTest(_root.p1.images.character.limit)) {
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
dir = -_root.p1.animate.dir;
downmax = downmax + 20;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hit = true;
life = life - 10;
hit_sp = _root.p1.animate.power_x;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
if (limit.hitTest(_root.p1.images.character.limitb)) {
spinner = true;
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _x;
_root["spark1" + _root.spark].animate._y = _y - 50;
_root.hitcounter++;
_root.counterstartt = 0;
_root.counterstart = true;
if (dir == _root.p1.animate.dir) {
}
dir = -_root.p1.animate.dir;
if (dir == 1) {
_xscale = 100;
} else {
_xscale = -100;
}
hitfly = true;
life = life - 10;
downmax = downmax + 50;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
bounce_y = hitfly_y / 2;
}
if (!getup) {
if (!raped) {
if (!rape) {
if (!attack) {
if (!block) {
_parent.images.gotoAndStop(1);
if (!_root.p1.animate.dead) {
if (!_root.p1.animate.hitfly) {
if (!_root.p1.animate.bounce) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.rape) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.down) {
if (!_root.p1.animate.getup) {
if (!_root.p1.animate.nohit) {
if (limit.hitTest(_root.p1.animate.limit)) {
if (_root.en_rape_numb == 0) {
hardpunch1a.start();
_root.attachMovie("spark1a", "spark1" + _root.spark, _root.spark++);
_root["spark1" + _root.spark].animate._x = _root.p1.animate._x;
_root["spark1" + _root.spark].animate._y = _root.p1.animate._y - 50;
_root.p1.animate.life = _root.p1.animate.life - 10;
_root.p1.animate.hitfly = true;
_root.rape_max_level = _root.rape_max_level + 7;
_root.p1.animate.raped = true;
_root.esc = 0;
_root.escmax = _root.rape_max_level;
rapesel = random(2);
rape = true;
_root.en_rape_numb = _root.en_rape_numb + 1;
_root.enemy_name = ename;
_root.ebar.epic.gotoAndStop(epic);
_root.stat_show = true;
_root.enemy_life = life;
_root.stat_showt = 0;
}
}
}
}
}
}
}
}
}
}
}
}
if (block) {
_parent.images.gotoAndStop(4);
block = false;
}
}
if (attack) {
attackt = attackt + 1;
if (!at1) {
attsel = random(3);
at1 = true;
}
if (dir == 1) {
_x = (_x + attackspeed);
}
if (dir == -1) {
_x = (_x - attackspeed);
}
if (attsel == 1) {
_parent.images.gotoAndStop(8);
attackmax = 15;
}
if (attsel == 2) {
_parent.images.gotoAndStop(4);
attackmax = 15;
}
if (attsel == 3) {
_parent.images.gotoAndStop(5);
attackmax = 20;
}
if (attackt >= attackmax) {
kick = false;
punch = false;
attackt = 0;
attack = false;
}
} else {
at1 = false;
}
}
if (rape) {
rapet++;
attack = false;
attackt = 0;
_root.p1.animate.raped = true;
_root.p1.animate.rapedt = 0;
_root.p1.animate.xspot = xspot;
_root.p1.animate.yspot = yspot;
_root.p1.images._visible = false;
_root.p1.shadow1._visible = false;
if (_root.p1.animate.rapedt >= 2) {
_root.en_rape_numb = 0;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.nohit = true;
_root.p1.images._visible = true;
rapet = 0;
rape = false;
}
cumt++;
if (cumt >= 2) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
if (_root.esc >= _root.escmax) {
_root.en_rape_numb = 0;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.nohit = true;
_root.p1.images._visible = true;
rapet = 0;
rape = false;
hitfly = true;
life = life - 10;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
}
if (rapesel == 0) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
gotoAndStop (20);
_root.rape_breakable = false;
} else {
gotoAndStop (21);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - 5;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.shadow1._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 50;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
if (rapesel == 1) {
rapemax = 600;
rapehalf = 400;
if (rapet >= rapehalf) {
gotoAndStop (21);
_root.rape_breakable = false;
} else {
gotoAndStop (21);
_root.rape_breakable = true;
}
if (rapet >= rapemax) {
_root.p1.animate.life = _root.p1.animate.life - 5;
_root.p1.animate.raped = false;
_root.p1.animate._visible = true;
_root.p1.animate.hitfly = true;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 5;
_root.p1.animate.hitfly_main_y = 50;
_root.p1.animate.hitfly_y = _root.p1.animate.hitfly_main_y;
_root.p1.animate.spinner = true;
_root.p1.images._visible = true;
_root.en_rape_numb = 0;
rapet = 0;
rape = false;
}
}
}
}
if (raped) {
down = false;
downt = 0;
if (!rasp) {
rapedsel = random(2);
rasp = true;
}
if (!_root.p1.animate.killoff) {
xspot = _root.p1.animate.xspot;
yspot = _root.p1.animate.yspot;
_parent.images._y = yspot;
_parent.images._x = xspot;
if (rapedsel == 0) {
_parent.images.gotoAndStop(19);
}
if (rapedsel == 1) {
_parent.images.gotoAndStop(20);
}
}
if (_root.p1.animate.killoff) {
hitfly = true;
life = life - 100;
hitfly_x = _root.p1.animate.power_x;
hitfly_y = _root.p1.animate.power_y;
dir = -_root.p1.animate.dir;
bounce_y = hitfly_y / 2;
raped = false;
}
} else {
rasp = false;
}
}
if (getup) {
getupt++;
_parent.images.gotoAndStop(2);
if (getupt >= getupmax) {
nohit = true;
getupt = 0;
getup = false;
}
}
}
if (down) {
_parent.images.gotoAndStop(18);
downt++;
if (life <= 0) {
dead = true;
}
if (_root.pl_rape_numb == 0) {
if (downt >= 10) {
if (_root.cont_jumpb) {
if (limit.hitTest(_root.p1.images.character.glimit)) {
if (life <= 50) {
_root.pl_rape_numb = 1;
_root.p1.animate.rape = true;
raped = true;
downt = 0;
down = false;
}
}
}
}
}
if (downt >= downmax) {
downt = 0;
getup = true;
down = false;
}
}
}
if (bounce) {
_parent.images._y = _parent.images._y - bounce_y;
_parent.images._x = xspot;
bounce_y--;
if (dir == 1) {
_parent.images._rotation = _parent.images._rotation - (hitfly_x * 2);
_x = (_x - hitfly_x);
}
if (dir == -1) {
_parent.images._rotation = _parent.images._rotation + (hitfly_x * 2);
_x = (_x + hitfly_x);
}
if (!ghit) {
bounce_max = hitfly_main_y / 2;
_root.attachMovie("groundhit1a", "ghit", _root.debris);
_root.ghit.animate._x = _x;
_root.ghit.animate._y = _y + 40;
ghit = true;
}
if (_parent.images._y >= yspot) {
_parent.images.gotoAndStop(2);
} else {
_parent.images.gotoAndStop(3);
}
if (_parent.images._y >= yspot) {
_parent.images._rotation = 0;
down = true;
bounce_y = bounce_max;
bounce = false;
}
} else {
ghit = false;
}
}
if (hit) {
var_reset = true;
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
hitt++;
if (down) {
_parent.images.gotoAndStop(17);
} else {
_parent.images.gotoAndStop(16);
}
if (dir == 1) {
_x = (_x - hit_sp);
}
if (dir == -1) {
_x = (_x + hit_sp);
}
if (hitt >= hitmax) {
hitt = 0;
nohit = true;
hit = false;
}
} else {
hitsndstart = false;
}
}
if (hitfly) {
_parent.images._y = _parent.images._y - hitfly_y;
_parent.images._x = xspot;
hitfly_y--;
hitflyt++;
var_reset = true;
gotoAndStop (10);
if (dir == 1) {
_x = (_x - hitfly_x);
}
if (dir == -1) {
_x = (_x + hitfly_x);
}
if (spinner) {
if (dir == 1) {
_parent.images._rotation = _parent.images._rotation - hitfly_x;
}
if (dir == -1) {
_parent.images._rotation = _parent.images._rotation + hitfly_x;
}
}
if (hitflyt >= 3) {
if (_parent.images._y >= yspot) {
spinner = false;
hitflyt = 0;
bounce = true;
hitfly = false;
}
}
} else {
hitflysndstart = false;
}
}
if (dead) {
if (!dt) {
_root.enemydead = _root.enemydead + 1;
dt = true;
}
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
_parent.images.gotoAndStop(18);
deadt = deadt + 1;
if (deadt >= (deadmax / 2)) {
_parent.images._alpha = 50;
}
if (deadt >= deadmax) {
_parent.removeMovieClip();
}
}
}
}
Symbol 572 MovieClip Frame 1
stop();
Instance of Symbol 572 MovieClip "animate" in Symbol 573 MovieClip [en_laser1a] Frame 1
onClipEvent (load) {
speed = 12;
bly_offset = -50;
kospeed = random(30) - random(40);
godir = random(360);
rtime = 0;
rtimemax = 90;
ko = false;
kot = 0;
komax = 50;
rot_speed = 50;
if (dir == 1) {
_xscale = 100;
}
if (dir == -1) {
_xscale = -100;
}
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_parent.swapDepths(_y);
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (dir == 1) {
_xscale = 100;
_x = (_x + speed);
}
if (dir == -1) {
_xscale = -100;
_x = (_x - speed);
}
if (!ko) {
xspot = _x;
yspot = _y;
gotoAndStop ("a");
rtime++;
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
if (limit.hitTest(_root.p1.images.character.limit)) {
ko = true;
}
if (!_root.p1.animate.dead) {
if (!_root.p1.animate.hitfly) {
if (!_root.p1.animate.bounce) {
if (!_root.p1.animate.raped) {
if (!_root.p1.animate.block) {
if (!_root.p1.animate.hit) {
if (!_root.p1.animate.down) {
if (!_root.p1.animate.getup) {
if (!_root.p1.animate.nohit) {
if (!_root.p1.animate.block) {
if (limit.hitTest(_root.p1.animate.limit)) {
_root.attachMovie("blood1a", "blood1" + _root.debris, _root.debris++);
_root["blood1" + _root.debris].animate._x = _x;
_root["blood1" + _root.debris].animate._y = _y - 50;
_root["blood1" + _root.debris].animate.xspot = xspot;
_root["blood1" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("blood1a", "blood2" + _root.debris, _root.debris++);
_root["blood2" + _root.debris].animate._x = _x;
_root["blood2" + _root.debris].animate._y = _y - 50;
_root["blood2" + _root.debris].animate.xspot = xspot;
_root["blood2" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("blood1a", "blood3" + _root.debris, _root.debris++);
_root["blood3" + _root.debris].animate._x = _x;
_root["blood3" + _root.debris].animate._y = _y - 50;
_root["blood3" + _root.debris].animate.xspot = xspot;
_root["blood3" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("blood1a", "blood4" + _root.debris, _root.debris++);
_root["blood4" + _root.debris].animate._x = _x;
_root["blood4" + _root.debris].animate._y = _y - 50;
_root["blood4" + _root.debris].animate.xspot = xspot;
_root["blood4" + _root.debris].animate.yspot = yspot - bly_offset;
_root.attachMovie("blood1a", "blood5" + _root.debris, _root.debris++);
_root["blood5" + _root.debris].animate._x = _x;
_root["blood5" + _root.debris].animate._y = _y - 50;
_root["blood5" + _root.debris].animate.xspot = xspot;
_root["blood5" + _root.debris].animate.yspot = yspot - bly_offset;
_root.p1.animate.hitfly = true;
_root.p1.animate.life = _root.p1.animate.life - 10;
_root.p1.animate.dir = -dir;
_root.p1.animate.hitfly_x = 2.5;
_root.p1.animate.hitfly_main_y = 5;
_root.p1.animate.hitfly_y = 10;
_root.p1.animate.spinner = true;
_parent.removeMovieClip();
}
}
}
}
}
}
}
}
}
}
}
}
if (ko) {
_parent.removeMovieClip();
}
}
}
Symbol 576 MovieClip Frame 1
stop();
Symbol 576 MovieClip Frame 2
stop();
Instance of Symbol 576 MovieClip "animate" in Symbol 577 MovieClip [cum1a] Frame 1
onClipEvent (load) {
rtime = 0;
rtimemax = 150;
_alpha = 100;
dir = random(2);
yspeed = random(50) - random(60);
xspeed = random(5) - random(10);
size = random(100) - random(100);
_xscale = size;
_yscale = size;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
rtime = rtime + 1;
if (rtime >= (rtimemax / 1.2)) {
_alpha = 50;
}
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
if (_x >= 550) {
_parent.removeMovieClip();
}
if (_x < 0) {
_parent.removeMovieClip();
}
if (_y < yspot) {
yspeed--;
_y = (_y - yspeed);
gotoAndStop ("a");
_x = (_x + xspeed);
} else {
gotoAndStop ("b");
}
}
}
Symbol 580 MovieClip Frame 1
stop();
Symbol 580 MovieClip Frame 2
stop();
Instance of Symbol 580 MovieClip "animate" in Symbol 581 MovieClip [blood1a] Frame 1
onClipEvent (load) {
rtime = 0;
rtimemax = 150;
_alpha = 100;
dir = random(2);
yspeed = random(50) - random(60);
xspeed = random(5) - random(10);
size = random(100) - random(100);
_xscale = size;
_yscale = size;
}
onClipEvent (enterFrame) {
if (!_root.pause) {
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
rtime = rtime + 1;
if (rtime >= (rtimemax / 1.2)) {
_alpha = 50;
}
if (rtime >= rtimemax) {
_parent.removeMovieClip();
}
if (_x >= 550) {
_parent.removeMovieClip();
}
if (_x < 0) {
_parent.removeMovieClip();
}
if (_y < yspot) {
_parent.swapDepths(this._y);
yspeed--;
_y = (_y - yspeed);
gotoAndStop ("a");
_x = (_x + xspeed);
} else {
gotoAndStop ("b");
}
}
}
Instance of Symbol 107 MovieClip in Symbol 608 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 608 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 595 MovieClip in Symbol 608 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 597 MovieClip in Symbol 608 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 605 MovieClip in Symbol 608 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 595 MovieClip in Symbol 608 MovieClip Frame 25
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 613 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 613 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 613 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 613 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 613 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 613 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 613 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 616 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 616 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 621 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 621 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 595 MovieClip in Symbol 621 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 597 MovieClip in Symbol 621 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 605 MovieClip in Symbol 621 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 619 MovieClip in Symbol 621 MovieClip Frame 3
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 621 MovieClip Frame 6
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 621 MovieClip Frame 6
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 621 MovieClip Frame 8
stop();
Instance of Symbol 107 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 595 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 597 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 605 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 619 MovieClip in Symbol 625 MovieClip Frame 3
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 625 MovieClip Frame 6
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 625 MovieClip Frame 6
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 625 MovieClip Frame 8
stop();
Instance of Symbol 107 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 626 MovieClip Frame 9
stop();
Instance of Symbol 107 MovieClip in Symbol 629 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 629 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 595 MovieClip in Symbol 629 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 597 MovieClip in Symbol 629 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 605 MovieClip in Symbol 629 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 629 MovieClip Frame 7
stop();
Instance of Symbol 107 MovieClip in Symbol 631 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 631 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 631 MovieClip Frame 1
onClipEvent (load) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 631 MovieClip Frame 1
onClipEvent (load) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 631 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 631 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 631 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 631 MovieClip Frame 8
stop();
Instance of Symbol 107 MovieClip in Symbol 634 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 634 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 595 MovieClip in Symbol 634 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 597 MovieClip in Symbol 634 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 605 MovieClip in Symbol 634 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 634 MovieClip Frame 5
stop();
Instance of Symbol 29 MovieClip in Symbol 635 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 635 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 637 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 637 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 639 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 639 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 642 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 642 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 595 MovieClip in Symbol 642 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 597 MovieClip in Symbol 642 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 605 MovieClip in Symbol 642 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 643 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 643 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 643 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 643 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 643 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 643 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 643 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 646 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 646 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 646 MovieClip Frame 1
onClipEvent (load) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 646 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 646 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 646 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 646 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 647 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 647 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 647 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 647 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 647 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if ((!_parent._parent._parent.animate.clothnumb) == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 651 MovieClip Frame 1
onClipEvent (load) {
_root.aziz = _parent._parent._parent.animate.cloth;
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 1) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 29 MovieClip in Symbol 651 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 113 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 0) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 119 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 107 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 111 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 657 MovieClip in Symbol 660 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.animate.clothnumb == 2) {
_visible = true;
} else {
_visible = false;
}
}
Symbol 661 MovieClip Frame 1
stop();
Symbol 661 MovieClip Frame 2
stop();
Symbol 661 MovieClip Frame 3
stop();
Symbol 661 MovieClip Frame 4
stop();
Symbol 661 MovieClip Frame 5
stop();
Symbol 661 MovieClip Frame 6
stop();
Symbol 661 MovieClip Frame 7
stop();
Symbol 661 MovieClip Frame 8
stop();
Symbol 661 MovieClip Frame 9
stop();
Symbol 661 MovieClip Frame 10
stop();
Symbol 661 MovieClip Frame 11
stop();
Symbol 661 MovieClip Frame 12
stop();
Symbol 661 MovieClip Frame 13
stop();
Symbol 661 MovieClip Frame 14
stop();
Symbol 661 MovieClip Frame 15
stop();
Symbol 661 MovieClip Frame 16
stop();
Symbol 661 MovieClip Frame 17
stop();
Symbol 661 MovieClip Frame 18
stop();
Symbol 661 MovieClip Frame 19
stop();
Symbol 661 MovieClip Frame 20
stop();
Symbol 661 MovieClip Frame 21
stop();
Symbol 661 MovieClip Frame 22
stop();
Symbol 661 MovieClip Frame 23
stop();
Symbol 661 MovieClip Frame 24
stop();
Symbol 661 MovieClip Frame 25
stop();
Symbol 661 MovieClip Frame 26
stop();
Symbol 661 MovieClip Frame 27
stop();
Symbol 661 MovieClip Frame 28
stop();
Symbol 661 MovieClip Frame 29
stop();
Symbol 661 MovieClip Frame 30
stop();
Symbol 661 MovieClip Frame 31
stop();
Symbol 661 MovieClip Frame 32
stop();
Symbol 661 MovieClip Frame 33
stop();
Symbol 661 MovieClip Frame 34
stop();
Symbol 661 MovieClip Frame 35
stop();
Symbol 661 MovieClip Frame 36
stop();
Instance of Symbol 24 MovieClip "shadow1" in Symbol 662 MovieClip [aries1a] Frame 1
onClipEvent (enterFrame) {
if (_parent.animate.raped) {
_visible = false;
}
if (_parent.animate.rape) {
_visible = false;
}
if (_parent.animate.raped and _parent.animate.rape) {
_visible = true;
}
}
Instance of Symbol 661 MovieClip "images" in Symbol 662 MovieClip [aries1a] Frame 1
/* no clip actions */
Instance of Symbol 54 MovieClip "animate" in Symbol 662 MovieClip [aries1a] Frame 1
onClipEvent (load) {
bly_offset = -50;
cumt = 0;
_parent.images._rotation = 0;
spinner = false;
dir = 1;
xspot = _x;
yspot = _y;
x_image_spot = _x;
y_image_spot = _y;
_root.p1name = "ARIES";
power_x = _root.power_x;
power_y = _root.power_y;
bounce = false;
bounce_max = 5;
bounce_y = bounce_max;
stamina = 100;
staminamax = 100;
life = _root.p1life;
nohit = false;
nohitt = 0;
nohitmax = 60;
hit = false;
hitt = 0;
hitmax = 20;
hit_sp = 3;
hitfly = false;
hitflyt = 0;
hitfly_x = 0;
hitfly_main_y = 0;
hitfly_y = hitfly_main_y;
down = false;
downt = 0;
downmax = 20;
getup = false;
getupt = 0;
getupmax = 20;
dead = false;
deadt = 0;
deadmax = 150;
_root.p1x = _x;
_root.p1y = _y;
attack = false;
attackt = 0;
attsel = 1;
attackspeed = 2;
attackmax = 30;
att_numb = 0;
att_resett = 0;
att_resetmax = 80;
air_attack = false;
hup1 = false;
fall_max = -7;
speed = 5;
_root.movespeed = speed;
ground = false;
jump = false;
jumpmax = 15;
jspeed = jumpmax;
jumpt = 0;
fall = false;
fallt = 0;
fspeed = 6;
duck = false;
up = false;
raped = false;
rapedt = 0;
rapedmax = 2;
rape = false;
rapet = 0;
rapesel = 1;
rapemax = 300;
nothing = false;
yes = true;
no = false;
rstop = false;
lstop = true;
pickup = false;
pickupt = 0;
pickupmax = 50;
spec1 = false;
spec1t = 0;
spec1max = 50;
spec2 = false;
spec2t = 0;
spec2max = 50;
spec3 = false;
spec3t = 0;
spec3max = 50;
block = false;
blockt = 0;
blockmax = 50;
kick = false;
punch = false;
up = false;
dn = false;
rt = false;
lft = false;
dash = false;
dasht = 0;
dashmax = 200;
dashsp = 12;
dead = false;
deadt = 0;
deadmax = 100;
_root.p1x = bounce;
_root.p1y = down;
_root.p1h = getup;
shadow_y = 50;
whoosh1 = new Sound();
whoosh1.attachSound("whish1");
whoosh2 = new Sound();
whoosh2.attachSound("whish2");
whoosh3 = new Sound();
whoosh3.attachSound("whish3");
}
onClipEvent (enterFrame) {
if (!_root.pause) {
_root.azn = clothnumb;
_root.p1life = life;
_root.p1x = raped;
_root.p1y = down;
_root.p1h = getup;
xspot = _x;
yspot = _y;
_parent.shadow1._x = xspot;
_parent.shadow1._y = yspot + shadow_y;
x_image_spot = _x;
y_image_spot = _y;
if (life >= 30) {
clothnumb = 2;
}
if (life < 30) {
clothnumb = 0;
}
if (var_reset) {
_root.hitcounter = 0;
pickup = false;
pickupt = 0;
spec1 = false;
spec1t = 0;
spec1max = 50;
spec2 = false;
spec2t = 0;
spec3 = false;
spec3t = 0;
block = false;
blockt = 0;
attack = false;
attackt = 0;
attsel = 1;
kick = false;
punch = false;
var_reset = false;
}
if (_root.mover) {
_x = (_x - _root.movespeed);
}
if (_root.movel) {
_x = (_x + _root.movespeed);
}
if (_root.moveu) {
_y = (_y - _root.movespeed);
}
if (_root.moved) {
_y = (_y + _root.movespeed);
}
if (!_root.anistop) {
if (_x >= 550) {
_x = (_x - 10);
}
if (_x <= 0) {
_x = (_x + 10);
}
if (_y >= _root.player_y_max) {
_y = (_y - 10);
}
if (_y <= _root.player_y_min) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 25, true)) {
_y = (_y - 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 50);
}
if (_root.map1.black.hitTest(_x - 10, _y, true)) {
_x = (_x + 10);
}
if (_root.map1.black.hitTest(_x + 10, _y, true)) {
_x = (_x - 10);
}
if (_root.map1.black.hitTest(_x, _y - 10, true)) {
_y = (_y + 10);
}
if (_root.map1.black.hitTest(_x, _y + 10, true)) {
_y = (_y - 10);
}
if (!dead) {
if (nohit) {
nohitt++;
_parent.images._alpha = 50;
if (nohitt >= nohitmax) {
_parent.images._alpha = 100;
nohitt = 0;
nohit = false;
}
}
if (!hitfly) {
if (!hit) {
if (!bounce) {
killoff = false;
_parent.swapDepths(this._y);
_root.movespeed = speed;
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
if (!down) {
if (!getup) {
if (!raped) {
if (!rape) {
if (!pickup) {
if (!spec1) {
if (!spec2) {
if (!spec3) {
if (!attack) {
if (!block) {
if (stamina <= staminamax) {
stamina = stamina + 0.2;
}
if (_root.cont_rt) {
_parent.images.gotoAndStop(2);
_parent.images._xscale = 100;
_x = (_x + speed);
dir = 1;
}
if (_root.cont_lft) {
_parent.images.gotoAndStop(2);
_parent.images._xscale = -100;
_x = (_x - speed);
dir = -1;
}
if (_root.cont_up) {
_parent.images.gotoAndStop(2);
_y = (_y - speed);
}
if (_root.cont_dn) {
_parent.images.gotoAndStop(2);
_y = (_y + speed);
}
if (_root.cont_attk) {
kick = true;
punch = false;
attack = true;
}
if (_root.cont_kick) {
punch = true;
kick = false;
attack = true;
}
if (stamina >= 60) {
}
if (stamina > 0) {
if (_root.cont_jumpb) {
block = true;
}
} else {
block = false;
}
if ((((!_root.cont_up) and (!_root.cont_dn)) and (!_root.cont_lft)) and (!_root.cont_rt)) {
_parent.images.gotoAndStop(1);
}
}
if (block) {
stamina = stamina - 0.5;
if (stamina <= 0) {
stamina = stamina - 25;
block = false;
}
_root.movespeed = dashsp;
if ((!_root.cont_rt) and (!_root.cont_lft)) {
_parent.images.gotoAndStop(14);
}
if (!_root.cont_jumpb) {
block = false;
}
if (_root.cont_rt) {
_parent.images.gotoAndStop(3);
_parent.images._xscale = 100;
_x = (_x + dashsp);
dir = 1;
}
if (_root.cont_lft) {
_parent.images.gotoAndStop(3);
_parent.images._xscale = -100;
_x = (_x - dashsp);
dir = -1;
}
}
}
if (attack) {
_root.cont_attk = false;
_root.cont_kick = false;
_root.movespeed = attackspeed;
attackt = attackt + 1;
if (!at1) {
attsel = attsel + 1;
at1 = true;
}
if (attsel >= 4) {
attsel = 1;
}
if (dir == 1) {
_x = (_x + attackspeed);
}
if (dir == -1) {
_x = (_x - attackspeed);
}
if (punch) {
if (!pa) {
soundsel = random(3);
if (soundsel == 0) {
whoosh1.start();
}
if (soundsel == 1) {
whoosh2.start();
}
if (soundsel == 2) {
whoosh3.start();
}
pa = true;
}
if (attsel == 1) {
_parent.images.gotoAndStop(8);
attackmax = 15;
}
if (attsel == 2) {
_parent.images.gotoAndStop(9);
attackmax = 15;
}
if (attsel == 3) {
_parent.images.gotoAndStop(10);
attackmax = 20;
}
}
if (kick) {
if (!ka) {
soundsel = random(3);
if (soundsel == 0) {
whoosh1.start();
}
if (soundsel == 1) {
whoosh2.start();
}
if (soundsel == 2) {
whoosh3.start();
}
ka = true;
}
if (attsel == 1) {
_parent.images.gotoAndStop(5);
attackmax = 15;
}
if (attsel == 2) {
_parent.images.gotoAndStop(6);
attackmax = 15;
}
if (attsel == 3) {
_parent.images.gotoAndStop(7);
attackmax = 20;
}
}
if (attackt >= attackmax) {
kick = false;
punch = false;
attackt = 0;
attack = false;
}
} else {
ka = false;
pa = false;
at1 = false;
}
}
if (spec3) {
_root.cont_attk = false;
_root.cont_kick = false;
_root.cont_jumpb = false;
_parent.images.gotoAndStop(13);
spec3t = spec3t + 1;
if (spec3t >= spec3max) {
spec3t = 0;
spec3 = false;
}
}
}
if (spec2) {
_root.cont_attk = false;
_root.cont_kick = false;
_root.cont_jumpb = false;
_parent.images.gotoAndStop(12);
spec2t = spec2t + 1;
if (spec2t >= spec2max) {
spec2t = 0;
spec2 = false;
}
}
}
if (spec1) {
_root.cont_attk = false;
_root.cont_kick = false;
_root.cont_jumpb = false;
_parent.images.gotoAndStop(11);
spec1t = spec1t + 1;
if (spec1t >= spec1max) {
spec1t = 0;
spec1 = false;
}
}
}
}
if (rape) {
if (!ra) {
var_reset = true;
rapesel = false;
ra = true;
}
_parent.shadow1._visible = false;
cumt++;
if (cumt >= 20) {
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
_root["cum1" + _root.debris].animate._x = _x;
_root["cum1" + _root.debris].animate._y = _y - 50;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
cumt = 0;
}
rapet = rapet + 1;
if (rapet < (rapemax / 1.2)) {
_parent.images.gotoAndStop(36);
}
if (rapet >= (rapemax / 1.2)) {
if (!dol) {
life = life + 10;
dol = true;
}
_root.attachMovie("cum1a", "cum1" + _root.debris, _root.debris++);
if (dir == 1) {
_root["cum1" + _root.debris].animate._x = _x + 35;
} else {
_root["cum1" + _root.debris].animate._x = _x - 35;
}
_root["cum1" + _root.debris].animate._y = _y - 30;
_root["cum1" + _root.debris].animate.xspot = xspot;
_root["cum1" + _root.debris].animate.yspot = yspot - bly_offset;
_parent.images.gotoAndStop(21);
_root.pl_rape_numb = 0;
killoff = true;
}
if (rapet >= rapemax) {
_parent.shadow1._visible = true;
rapet = 0;
rape = false;
}
} else {
dol = false;
ra = false;
}
}
if (raped) {
rape = false;
rapet = 0;
_parent.shadow1._visible = false;
rapedt++;
if (!rped) {
_root.attachMovie("fightbar1a", "fightbar1", 50);
rped = true;
}
if (_root.esc >= _root.escmax) {
_parent.images.gotoAndStop(36);
nohit = true;
rapedt = 0;
raped = false;
}
if (rapedt >= 2) {
nohit = true;
_visible = true;
rapedt = 0;
raped = false;
}
} else {
_parent.shadow1._visible = true;
rped = false;
rapedt = 0;
}
}
if (getup) {
getupt++;
_parent.images.gotoAndStop(15);
if (dir == 1) {
_parent.images._xscale = 100;
} else {
_parent.images._xscale = -100;
}
if (getupt >= getupmax) {
nohit = true;
getupt = 0;
getup = false;
}
}
}
if (down) {
if (stamina <= staminamax) {
stamina = stamina + 0.7;
}
_parent.images.gotoAndStop(18);
downt++;
if (downt >= downmax) {
if (life <= 0) {
dead = true;
} else {
downt = 0;
getup = true;
down = false;
}
}
}
}
if (bounce) {
xspot = _x;
_root.movespeed = hitfly_x;
_parent.images._y = _parent.images._y - bounce_y;
_parent.images._x = xspot;
bounce_y--;
if (dir == 1) {
if (spinner) {
_parent.images._rotation = _parent.images._rotation - (hitfly_x * 2);
}
_x = (_x - hitfly_x);
}
if (dir == -1) {
if (spinner) {
_parent.images._rotation = _parent.images._rotation + (hitfly_x * 2);
}
_x = (_x + hitfly_x);
}
if (!ghit) {
bounce_max = hitfly_main_y / 2;
_root.attachMovie("groundhit1a", "ghit", _root.debris);
_root.ghit.animate._x = _x;
_root.ghit.animate._y = _y + 40;
ghit = true;
}
if (_parent.images._y >= yspot) {
_parent.images.gotoAndStop(17);
} else {
_parent.images.gotoAndStop(18);
}
if (_parent.images._y >= yspot) {
_parent.images._rotation = 0;
spinner = false;
down = true;
bounce_y = bounce_max;
bounce = false;
}
} else {
ghit = false;
}
}
if (hit) {
var_reset = true;
_parent.images._x = x_image_spot;
_parent.images._y = y_image_spot;
_root.pl_rape_numb = 0;
hitt++;
rape = false;
rapet = 0;
_parent.images.gotoAndStop(16);
_root.movespeed = hit_sp;
if (dir == 1) {
_x = (_x - hit_sp);
}
if (dir == -1) {
_x = (_x + hit_sp);
}
if (hitt >= hitmax) {
if (dir == 1) {
_parent.images._xscale = 100;
} else {
_parent.images._xscale = -100;
}
hitt = 0;
nohit = true;
hit = false;
}
} else {
hitsndstart = false;
}
}
if (hitfly) {
_x = xspot;
_parent.images._x = xspot;
_root.pl_rape_numb = 0;
rape = false;
rapet = 0;
_parent.images._y = _parent.images._y - hitfly_y;
hitfly_y--;
hitflyt++;
var_reset = true;
_root.movespeed = hitfly_x;
_parent.images.gotoAndStop(17);
if (dir == 1) {
_x = (_x - hitfly_x);
}
if (dir == -1) {
_x = (_x + hitfly_x);
}
if (spinner) {
if (dir == 1) {
_parent.images._rotation = _parent.images._rotation - hitfly_x;
}
if (dir == -1) {
_parent.images._rotation = _parent.images._rotation + hitfly_x;
}
}
if (hitflyt >= 3) {
if (_parent.images._y >= yspot) {
hitflyt = 0;
bounce = true;
hitfly = false;
}
}
} else {
hitflysndstart = false;
}
}
if (dead) {
_x = xspot;
_parent.images._x = xspot;
_root.movespeed = hitfly_x;
_parent.images.gotoAndStop(18);
deadt = deadt + 1;
if (deadt >= (deadmax / 2)) {
_parent.images._alpha = 50;
}
if (deadt >= deadmax) {
if (_root.lives >= 0) {
life = 100;
var_reset = true;
_root.lives = _root.lives - 1;
nohit = true;
down = false;
downt = 0;
deadt = 0;
dead = false;
}
if (_root.lives < 0) {
_root.gotoAndStop("title");
}
}
}
}
}
}
Symbol 699 MovieClip Frame 1
stop();
Symbol 727 MovieClip Frame 22
stop();
Symbol 728 MovieClip Frame 1
stop();
Symbol 728 MovieClip Frame 2
stop();
Symbol 735 MovieClip Frame 1
stop();
Symbol 735 MovieClip Frame 2
stop();
Symbol 735 MovieClip Frame 3
stop();
Symbol 751 MovieClip Frame 1
stop();
Symbol 751 MovieClip Frame 2
stop();
Symbol 751 MovieClip Frame 3
stop();
Symbol 751 MovieClip Frame 4
stop();
Symbol 751 MovieClip Frame 5
stop();
Instance of Symbol 735 MovieClip "plifemax" in Symbol 754 MovieClip Frame 1
onClipEvent (load) {
_height = 20;
}
onClipEvent (enterFrame) {
}
Symbol 759 MovieClip Frame 1
stop();
Symbol 759 MovieClip Frame 2
stop();
Symbol 764 MovieClip Frame 1
stop();
Symbol 764 MovieClip Frame 2
stop();
Instance of Symbol 735 MovieClip "plifemax" in Symbol 769 MovieClip Frame 1
onClipEvent (load) {
_height = 20;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 735 MovieClip "plifemax" in Symbol 769 MovieClip Frame 1
onClipEvent (load) {
_height = 20;
}
onClipEvent (enterFrame) {
}
Symbol 771 MovieClip Frame 1
function camControl() {
if (_root.zoomin) {
parentColor.setTransform(camColor.getTransform());
var _local5 = sX / this._width;
var _local4 = sY / this._height;
_parent._x = cX - (this._x * _local5);
_parent._y = cY - (this._y * _local4);
_parent._xscale = 100 * _local5;
_parent._yscale = 100 * _local4;
}
}
function resetStage() {
if (_root.zoomin) {
var _local3 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local3);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
if (_root.zoomin) {
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
}