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

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

Cracklevania 2 target practice.swf

This is the info page for
Flash #151198

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


ActionScript [AS1/AS2]
Combined Code
movieClip 4 { } movieClip 7 { frame 5 { stop(); } } movieClip 8 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 9 bloodspat1a { instance animate of movieClip 8 { onClipEvent (load) { size = 20 + random(20); _xscale = size; _yscale = size; speedx = 10 - random(20); speedy = 5 + random(35); drop._yscale = -100; rtime = 0; } onClipEvent (enterFrame) { if (!_root.pause) { ++rtime; if (_root.mover) { _x = _x - _root.movespeed; } if (_root.movel) { _x = _x + _root.movespeed; } if (_root.moveu) { _y = _y + _root.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } if (_x >= 600) { _parent.removeMovieClip(); } if (_x <= -120) { _parent.removeMovieClip(); } if (_y >= 525) { _parent.removeMovieClip(); } if (_y <= -90) { _parent.removeMovieClip(); } if (!_root.map1.black.hitTest(_x, _y + 20, true)) { gotoAndStop('nd'); _x = _x + speedx; --speedy; _y = _y - speedy; if (speedy >= 0) { drop._yscale = -100; } if (speedy < 0) { drop._yscale = 100; } } if (_root.map1.black.hitTest(_x, _y + 20, true)) { gotoAndStop('d'); } if (rtime >= 100) { _alpha = 50; } if (rtime >= 150) { _parent.removeMovieClip(); } } } } } movieClip 21 { frame 23 { stop(); } } movieClip 22 { } movieClip 23 { } movieClip 24 bloodex1a { instance animate of movieClip 23 { onClipEvent (load) { rtime = 0; size = 20; _xscale = size; _yscale = size; } onClipEvent (enterFrame) { if (!_root.pause) { ++rtime; if (_root.mover) { _x = _x - _root.movespeed; } if (_root.movel) { _x = _x + _root.movespeed; } if (_root.moveu) { _y = _y + _root.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } if (_x >= 600) { _parent.removeMovieClip(); } if (_x <= -120) { _parent.removeMovieClip(); } if (_y >= 525) { _parent.removeMovieClip(); } if (_y <= -90) { _parent.removeMovieClip(); } } if (rtime >= 40) { _parent.removeMovieClip(); } } } } movieClip 32 { frame 15 { stop(); } } movieClip 33 bloodspurt1a { instance animate of movieClip 32 { onClipEvent (load) { rtime = 0; size = 45; _xscale = size; _yscale = size; _rotation = random(360); } onClipEvent (enterFrame) { if (!_root.pause) { ++rtime; if (rtime >= 20) { _parent.removeMovieClip(); } } if (_root.pause) { stop(); } } } } movieClip 36 { } movieClip 37 { } movieClip 38 miscintestines { instance animate of movieClip 37 { onClipEvent (load) { size = 50; _xscale = size; _yscale = size; dir = random(2); speedx = 10 - random(20); speedy = 5 + random(30); rtime = 0; } onClipEvent (enterFrame) { if (!_root.pause) { ++rtime; if (_root.mover) { _x = _x - _root.movespeed; } if (_root.movel) { _x = _x + _root.movespeed; } if (_root.moveu) { _y = _y + _root.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } if (_x >= 600) { _parent.removeMovieClip(); } if (_x <= -120) { _parent.removeMovieClip(); } if (_y >= 525) { _parent.removeMovieClip(); } if (_y <= -90) { _parent.removeMovieClip(); } if (limit.hitTest(_root.p1.animate.limit)) { if (!sa) { damnx = random(4); damny = random(4); sa = true; } if (damnx == 0) { speedx = 5; } if (damnx == 1) { speedx = -5; } if (damnx == 2) { speedx += 10; } if (damnx == 3) { speedx = -10; } if (damny == 0) { speedy = 30; } if (damny == 1) { speedy = 20; } if (damny == 2) { speedy = 25; } if (damny == 3) { speedy = 10; } speedy -= 10; } else { sa = false; } if (_root.map1.black.hitTest(_x + 20, _y, true)) { speedx -= speedx * 2; } if (_root.map1.black.hitTest(_x - 20, _y, true)) { speedx += speedx * 2; } if (!_root.map1.black.hitTest(_x, _y + 20, true)) { gotoAndStop('nd'); if (dir == 0) { _x = _x - speedx; _rotation = _rotation - speedx; } if (dir == 1) { _x = _x + speedx; _rotation = _rotation + speedx; } --speedy; _y = _y - speedy; } if (_root.map1.black.hitTest(_x, _y + 20, true)) { if (limit.hitTest(_root.p1.animate.limit)) { dir = random(2); _y = _y - 10; } gotoAndStop('d'); if (dir == 0) { if (speedx >= 0) { speedx -= 0.5; _x = _x - speedx; _rotation = _rotation - speedx; } } if (dir == 1) { if (speedx <= 0) { speedx += 0.5; _x = _x + speedx; _rotation = _rotation + speedx; } } } if (_root.map1.black.hitTest(_x, _y - 20, true)) { speedy = 0; } if (_root.map1.black.hitTest(_x, _y - 15, true)) { _y = _y + 1; } if (_root.map1.black.hitTest(_x, _y + 15, true)) { _y = _y - 1; } if (rtime >= 150) { _alpha = 50; } if (rtime >= 200) { _parent.removeMovieClip(); } } } } } movieClip 40 { } movieClip 41 mischeart1a { instance animate of movieClip 40 { onClipEvent (load) { size = 50; _xscale = size; _yscale = size; dir = random(2); speedx = 10 - random(20); speedy = 5 + random(30); rtime = 0; } onClipEvent (enterFrame) { if (!_root.pause) { ++rtime; if (_root.mover) { _x = _x - _root.movespeed; } if (_root.movel) { _x = _x + _root.movespeed; } if (_root.moveu) { _y = _y + _root.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } if (_x >= 600) { _parent.removeMovieClip(); } if (_x <= -120) { _parent.removeMovieClip(); } if (_y >= 525) { _parent.removeMovieClip(); } if (_y <= -90) { _parent.removeMovieClip(); } if (limit.hitTest(_root.p1.animate.limit)) { if (!sa) { damnx = random(4); damny = random(4); sa = true; } if (damnx == 0) { speedx = 5; } if (damnx == 1) { speedx = -5; } if (damnx == 2) { speedx += 10; } if (damnx == 3) { speedx = -10; } if (damny == 0) { speedy = 30; } if (damny == 1) { speedy = 20; } if (damny == 2) { speedy = 25; } if (damny == 3) { speedy = 10; } speedy -= 10; } else { sa = false; } if (_root.map1.black.hitTest(_x + 20, _y, true)) { speedx -= speedx * 2; } if (_root.map1.black.hitTest(_x - 20, _y, true)) { speedx += speedx * 2; } if (!_root.map1.black.hitTest(_x, _y + 20, true)) { gotoAndStop('nd'); if (dir == 0) { _x = _x - speedx; _rotation = _rotation - speedx; } if (dir == 1) { _x = _x + speedx; _rotation = _rotation + speedx; } --speedy; _y = _y - speedy; } if (_root.map1.black.hitTest(_x, _y + 20, true)) { if (limit.hitTest(_root.p1.animate.limit)) { dir = random(2); _y = _y - 10; } gotoAndStop('d'); if (dir == 0) { if (speedx >= 0) { speedx -= 0.5; _x = _x - speedx; _rotation = _rotation - speedx; } } if (dir == 1) { if (speedx <= 0) { speedx += 0.5; _x = _x + speedx; _rotation = _rotation + speedx; } } } if (_root.map1.black.hitTest(_x, _y - 20, true)) { speedy = 0; } if (_root.map1.black.hitTest(_x, _y - 15, true)) { _y = _y + 1; } if (_root.map1.black.hitTest(_x, _y + 15, true)) { _y = _y - 1; } if (rtime >= 150) { _alpha = 50; } if (rtime >= 200) { _parent.removeMovieClip(); } } } } } movieClip 45 { frame 9 { gotoAndPlay(7); } } movieClip 47 { } movieClip 49 { frame 9 { stop(); } } movieClip 50 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 51 vulcan1a { instance animate of movieClip 50 { onClipEvent (load) { attach = true; size = 100; _root.sw_power = 3; _xscale = size; _yscale = size; kot = 0; komax = 15; dspeed = 3; rspeed = 30; stimer = 0; speed = 15; removetime = 0; ko = false; } onClipEvent (enterFrame) { if (!_root.pause) { if (_x <= -23) { _parent.removeMovieClip(); } if (_x >= 570) { _parent.removeMovieClip(); } if (_y >= 405) { _parent.removeMovieClip(); } if (_root.mover) { _x = _x - _root.movespeed; } if (_root.movel) { _x = _x + _root.movespeed; } if (_root.moveu) { _y = _y + _root.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } if (!ko) { gotoAndStop('a'); if (dir == -1) { _xscale = -size; _x = _x - speed; } if (dir == 1) { _xscale = size; _x = _x + speed; } i = 0; while (i < _root.enemyNumber) { if (limit.hitTest(_root['enemy' + i].animate.limit)) { _root['enemy' + i].animate.hit = true; _root['enemy' + i].animate.life -= 1; } ++i; } } if (ko) { gotoAndStop('b'); ++kot; if (kot >= komax) { _parent.removeMovieClip(); } } } } } } movieClip 53 { } movieClip 55 { } movieClip 59 { } movieClip 60 { instance of movieClip 59 { onClipEvent (load) { if (_root.cl_numb == 2) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 2) { _visible = true; } else { _visible = false; } } } } movieClip 62 { } movieClip 64 { } movieClip 66 { } movieClip 72 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } movieClip 79 { } movieClip 80 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } } movieClip 81 { instance of movieClip 80 { onClipEvent (load) { if (_root.pen_numb == 0) { gotoAndStop('a'); } if (_root.pen_numb == 1) { gotoAndStop('b'); } if (_root.pen_numb == 2) { gotoAndStop('c'); } if (_root.pen_numb == 3) { gotoAndStop('d'); } if (_root.pen_numb == 4) { gotoAndStop('e'); } if (_root.pen_numb == 5) { gotoAndStop('none'); } if (_root.cl_numb == 1) { _visible = false; } else { _visible = true; } } onClipEvent (enterFrame) { if (_root.pen_numb == 0) { gotoAndStop('a'); } if (_root.pen_numb == 1) { gotoAndStop('b'); } if (_root.pen_numb == 2) { gotoAndStop('c'); } if (_root.pen_numb == 3) { gotoAndStop('d'); } if (_root.pen_numb == 4) { gotoAndStop('e'); } if (_root.pen_numb == 5) { gotoAndStop('none'); } if (_root.cl_numb == 1) { _visible = false; } else { _visible = true; } } } } movieClip 98 { } movieClip 100 { } movieClip 102 { } movieClip 104 { } movieClip 107 { } movieClip 109 { } movieClip 111 { } movieClip 116 { } movieClip 120 { } movieClip 124 { } movieClip 127 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } movieClip 130 { } movieClip 131 { } movieClip 132 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 11 { stop(); } frame 12 { stop(); } } movieClip 137 { frame 1 { stop(); } instance of movieClip 132 { onClipEvent (load) { if (_root.hat_numb == 0) { gotoAndStop('none'); } if (_root.hat_numb == 1) { gotoAndStop('a'); } if (_root.hat_numb == 2) { gotoAndStop('b'); } if (_root.hat_numb == 3) { gotoAndStop('c'); } if (_root.hat_numb == 4) { gotoAndStop('d'); } if (_root.hat_numb == 5) { gotoAndStop('e'); } if (_root.hat_numb == 6) { gotoAndStop('f'); } if (_root.hat_numb == 7) { gotoAndStop('g'); } if (_root.hat_numb == 8) { gotoAndStop('h'); } if (_root.hat_numb == 9) { gotoAndStop('i'); } if (_root.hat_numb == 10) { gotoAndStop('j'); } if (_root.hat_numb == 11) { gotoAndStop('k'); } } onClipEvent (enterFrame) { if (_root.hat_numb == 0) { gotoAndStop('none'); } if (_root.hat_numb == 1) { gotoAndStop('a'); } if (_root.hat_numb == 2) { gotoAndStop('b'); } if (_root.hat_numb == 3) { gotoAndStop('c'); } if (_root.hat_numb == 4) { gotoAndStop('d'); } if (_root.hat_numb == 5) { gotoAndStop('e'); } if (_root.hat_numb == 6) { gotoAndStop('f'); } if (_root.hat_numb == 7) { gotoAndStop('g'); } if (_root.hat_numb == 8) { gotoAndStop('h'); } if (_root.hat_numb == 9) { gotoAndStop('i'); } if (_root.hat_numb == 10) { gotoAndStop('j'); } if (_root.hat_numb == 11) { gotoAndStop('k'); } } } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } movieClip 139 { } movieClip 140 { instance of movieClip 139 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 141 { } movieClip 143 { } movieClip 146 { } movieClip 147 { instance of movieClip 146 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 149 { } movieClip 152 { } movieClip 153 { instance of movieClip 152 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 156 { } movieClip 157 { instance of movieClip 156 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 160 { } movieClip 161 { instance of movieClip 59 { onClipEvent (load) { if (_root.cl_numb == 2) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 2) { _visible = true; } else { _visible = false; } } } instance of movieClip 160 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 164 { } movieClip 165 { instance of movieClip 164 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 166 { } movieClip 167 { } movieClip 168 { } movieClip 169 { frame 11 { gotoAndPlay(5); } } movieClip 172 { } movieClip 173 { instance of movieClip 172 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 176 { } movieClip 179 { } movieClip 180 { instance of movieClip 179 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 185 { } movieClip 187 { instance of movieClip 146 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 189 { } movieClip 191 { } movieClip 194 { } movieClip 195 { instance of movieClip 194 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 198 { } movieClip 199 { instance of movieClip 198 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 201 { } movieClip 202 { frame 14 { stop(); } } movieClip 204 { instance of movieClip 146 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 206 { } movieClip 208 { } movieClip 211 { } movieClip 212 { instance of movieClip 211 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 213 { } movieClip 217 { } movieClip 220 { } movieClip 223 { } movieClip 224 { instance of movieClip 223 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 225 { frame 12 { stop(); } } movieClip 227 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 11 { stop(); } frame 12 { stop(); } frame 13 { stop(); } frame 14 { stop(); } frame 15 { stop(); } frame 16 { stop(); } frame 17 { stop(); } frame 18 { stop(); } } movieClip 228 toonpimp1a { instance animate of movieClip 227 { onClipEvent (load) { dir = 1; attack1max = 28; xscale = 60; yscale = 55; speed = 7; _yscale = yscale; if (dir == 1) { _xscale = xscale; } else { _xscale = -xscale; } fall_max = -7; _root.movespeed = speed; ground = false; nohitt = 0; nohit = false; nohitmax = 70; jump = false; jumpmax = 15; jspeed = jumpmax; jumpt = 0; fall = false; fallt = 0; fspeed = 6; duck = false; up = false; raped = false; rapedt = 0; rapedmax = 2; nothing = false; yes = true; no = false; rstop = false; lstop = true; attack_numb = 0; attack1 = false; attack1t = 0; attack2 = false; attack2t = 0; attack2max = 30; idupcolor = new Color(this); mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; hitcolor = new Color(this); hitcolor0 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; hitcolor1 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'}; limit._visible = false; sparktimer = 0; sparktimermax = 10; spark_effectt = 0; spark_effectmax = 100; spark_effect = false; hit = false; hitt = 0; hitmax = 10; hit_speed = speed; dead = false; deadt = 0; deadmax = 150; dead_speed = 20; blinkt = 0; blinkhalf = 2; blinkmax = 3; xspot = 30; yspot = 100; } onClipEvent (enterFrame) { if (!_root.pause) { _root.farx = _x; _root.fary = _y; limit._visible = false; if (spark_effect) { ++sparktimer; ++spark_effectt; xoffset = random(-50) + random(50); yoffset = random(-50) + random(50); if (sparktimer >= sparktimermax) { _root.attachMovie('e_bull_spark1a', 'espark1' + _root.debris, _root.debris++); _root['espark1' + _root.debris].animate._x = _x + xoffset; _root['espark1' + _root.debris].animate._y = _y + yoffset; sparktimer = 0; } if (spark_effectt >= spark_effectmax) { sparktimer = 0; spark_effectt = 0; spark_effect = false; } } if (_root.color_numb == 0) { idupcolor.setTransform(mainColor); } if (_root.color_numb == 1) { idupcolor.setTransform(Color1); } if (_root.color_numb == 2) { idupcolor.setTransform(Color2); } if (_root.color_numb == 3) { idupcolor.setTransform(Color3); } if (_root.color_numb == 4) { idupcolor.setTransform(Color4); } if (_root.color_numb == 5) { idupcolor.setTransform(Color5); } if (_root.color_numb == 6) { idupcolor.setTransform(Color6); } if (!_root.qte) { if (!dead) { _root.pch = attack1; if (_x >= _root.p1bounds_max) { _x = _x - speed; } if (_x <= _root.p1bounds_min) { _x = _x + speed; } 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, _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 + speed; } if (_root.map1.black.hitTest(_x + 10, _y, true)) { _x = _x - speed; } if (_root.map1.black.hitTest(_x, _y + 30, true)) { _root.ground = true; ground = true; } else { _root.ground = false; ground = false; } } _yscale = yscale; 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.armor) { if (_root.armlife <= 0) { _root.armor = false; } if (_root.armlife < _root.armlifemax / 2) { _root.hat_numb = 0; } } if (!_root.armor) { _root.hat_numb = 0; _root.cl_numb = 0; } if (!dead) { if (_root.life < 0) { if (!raped) { dead = true; } } if (_root.magic < _root.magicmax) { _root.magic += 0.35; } if (nohit) { ++nohitt; ++blinkt; if (blinkt >= blinkmax / 2) { hitcolor.setTransform(hitcolor1); } if (blinkt < blinkmax / 2) { } if (blinkt >= blinkmax) { blinkt = 0; } if (nohitt >= nohitmax) { hitcolor.setTransform(hitcolor1); _alpha = 100; nohitt = 0; nohit = false; } } if (_y >= 450) { _y = 0; } if (!hit) { if (!raped) { _root.movespeed = speed; if (!attack1) { if (!attack2) { if (_root.cont_attk) { if (!attgo) { if (_root.cont_up) { attack_numb = 1; attack1max = 20; } else { attack1max = 15; attack_numb = 0; } if (_root.cont_dn) { } if (_root.cont_rt or _root.cont_lft) { } attack1 = true; attgo = true; } } else { attgo = false; } if (_root.aux_attk) { if (!attgo) { attack2 = true; if (_root.cont_up) { attack_numb = 2; } if (!_root.cont_up) { if (_root.cont_dn) { attack_numb = 3; } if (!_root.cont_dn) { if (_root.cont_rt or _root.cont_lft) { attack_numb = 1; } } } if (!_root.cont_up and !_root.cont_dn and !_root.cont_rt and !_root.cont_lft) { attack_numb = 0; } if (!_root.cont_up and !_root.cont_dn) { attack_numb = 0; } attgo = true; } } else { attgo = false; } } } if (ground) { if (!g) { attack1t = 0; attack1 = false; attack2t = 0; attack2 = false; g = true; } if (!attack1) { if (!attack2) { if (!_root.cont_rt and !_root.cont_lft and !_root.cont_up and !_root.cont_dn) { if (dir == 1) { _xscale = xscale; } else { _xscale = -xscale; } gotoAndStop('stand'); } if (!_root.cont_up) { if (!_root.cont_dn) { if (_root.cont_rt) { gotoAndStop('run'); if (!_root.map1.black.hitTest(_x + 40, _y, true)) { _x = _x + speed; } dir = 1; _xscale = xscale; } if (_root.cont_lft) { gotoAndStop('run'); if (!_root.map1.black.hitTest(_x - 40, _y, true)) { _x = _x - speed; } dir = -1; _xscale = -xscale; } } if (_root.cont_dn) { gotoAndStop('duck'); duck = true; } else { duck = false; } } if (_root.cont_up) { gotoAndStop('stand'); up = true; duck = false; } else { up = false; } if (_root.cont_jumpb) { if (!hup1) { _y = _y - 5; jspeed = jumpmax; jump = true; hup1 = true; } } else { hup1 = false; } } if (attack2) { if (attack_numb == 0) { xspot = 45; yspot = 20; gotoAndStop('attack3'); } if (attack_numb == 1) { xspot = 40; yspot = 65; gotoAndStop('attack2'); } if (attack_numb == 2) { xspot = 50; yspot = 40; gotoAndStop('attack2'); } if (attack_numb == 3) { xspot = 50; yspot = 20; gotoAndStop('attack3'); } } } if (attack1) { if (!duck) { if (attack_numb == 0) { xspot = 60; yspot = 35; gotoAndStop('attack1'); } if (attack_numb == 1) { xspot = 60; yspot = 30; gotoAndStop('attack2'); } } else { xspot = 40; yspot = 10; gotoAndStop('dattack1'); } } } else { g = false; } if (!ground) { if (!attack1) { if (!attack2) { if (jspeed > 0) { gotoAndStop('jump'); } else { gotoAndStop('fall'); } } if (attack2) { if (attack_numb == 0) { xspot = 45; yspot = 20; gotoAndStop('attack3'); } if (attack_numb == 1) { xspot = 40; yspot = 65; gotoAndStop('attack2'); } if (attack_numb == 2) { xspot = 50; yspot = 40; gotoAndStop('attack2'); } if (attack_numb == 3) { xspot = 50; yspot = 20; gotoAndStop('attack3'); } } } if (attack1) { if (attack_numb == 0) { xspot = 60; yspot = 35; gotoAndStop('aattack1'); } if (attack_numb == 1) { xspot = 60; yspot = 35; gotoAndStop('attack2'); } } if (_root.cont_rt) { if (!_root.map1.black.hitTest(_x + 40, _y, true)) { if (!attack1) { if (!attack2) { dir = 1; _xscale = xscale; } } _x = _x + speed; } } if (_root.cont_lft) { if (!_root.map1.black.hitTest(_x - 40, _y, true)) { if (!attack1) { if (!attack2) { dir = -1; _xscale = -xscale; } } _x = _x - speed; } } if (!jump) { _y = _y + fspeed; } if (jump) { _y = _y - jspeed; --jspeed; if (jspeed <= fall_max) { jspeed = fall_max; } } } if (attack1) { _root.cont_attk = false; if (_root.magic > 0) { ++attack1t; if (attack_numb == 0) { if (attack1t == 5) { _root.attachMovie('bullet1a', 'pbull' + _root.pbullets, _root.pbullets++); if (dir == 1) { _root['pbull' + _root.pbullets].animate._x = _x + xspot; } else { _root['pbull' + _root.pbullets].animate._x = _x - xspot; } _root['pbull' + _root.pbullets].animate._y = _y - yspot; _root['pbull' + _root.pbullets].animate.dir = dir; } if (attack1t == 7) { _root.attachMovie('bullet1a', 'pbull' + _root.pbullets, _root.pbullets++); if (dir == 1) { _root['pbull' + _root.pbullets].animate._x = _x + xspot; } else { _root['pbull' + _root.pbullets].animate._x = _x - xspot; } _root['pbull' + _root.pbullets].animate._y = _y - yspot; _root['pbull' + _root.pbullets].animate.dir = dir; } if (attack1t == 9) { _root.attachMovie('bullet1a', 'pbull' + _root.pbullets, _root.pbullets++); if (dir == 1) { _root['pbull' + _root.pbullets].animate._x = _x + xspot; } else { _root['pbull' + _root.pbullets].animate._x = _x - xspot; } _root['pbull' + _root.pbullets].animate._y = _y - yspot; _root['pbull' + _root.pbullets].animate.dir = dir; _root.magic -= 20; } } if (attack_numb == 1) { if (attack1t == 5) { _root.attachMovie('napalm1a', 'pbull' + _root.pbullets, _root.pbullets++); if (dir == 1) { _root['pbull' + _root.pbullets].animate._x = _x + xspot; } else { _root['pbull' + _root.pbullets].animate._x = _x - xspot; } _root['pbull' + _root.pbullets].animate._y = _y - yspot; _root['pbull' + _root.pbullets].animate.dir = dir; _root.magic -= 20; } } if (attack1t >= attack1max) { attack1t = 0; attack1 = false; } } if (_root.magic <= 0) { attack1t = 0; attack1 = false; } } if (attack2) { if (_root.magic > 0) { ++attack2t; _root.aux_attk = false; if (attack2t == 5) { if (!_root.swep1.animate.attach) { if (attack_numb == 0) { _root.attachMovie('vulcan1a', 'pbull' + _root.pbullets, _root.pbullets++); if (dir == 1) { _root['pbull' + _root.pbullets].animate._x = _x + xspot; } else { _root['pbull' + _root.pbullets].animate._x = _x - xspot; } _root['pbull' + _root.pbullets].animate._y = _y - yspot; _root['pbull' + _root.pbullets].animate.dir = dir; _root.magic -= 20; } if (attack_numb == 1) { _root.attachMovie('plaser1a', 'pbull' + _root.pbullets, _root.pbullets++); if (dir == 1) { _root['pbull' + _root.pbullets].animate._x = _x + xspot; } else { _root['pbull' + _root.pbullets].animate._x = _x - xspot; } _root['pbull' + _root.pbullets].animate._y = _y - yspot; _root['pbull' + _root.pbullets].animate.dir = dir; _root.magic -= 20; } if (attack_numb == 2) { _root.attachMovie('missle1a', 'pbull' + _root.pbullets, _root.pbullets++); if (dir == 1) { _root['pbull' + _root.pbullets].animate._x = _x + xspot; } else { _root['pbull' + _root.pbullets].animate._x = _x - xspot; } _root['pbull' + _root.pbullets].animate._y = _y - yspot; _root['pbull' + _root.pbullets].animate.dir = dir; _root.attachMovie('fsmoke1a', 'pbull' + _root.pbullets, _root.pbullets++); if (dir == 1) { _root['pbull' + _root.pbullets].animate._x = _x + xspot; } else { _root['pbull' + _root.pbullets].animate._x = _x - xspot; } _root['pbull' + _root.pbullets].animate._y = _y - yspot; _root.magic -= 20; } if (attack_numb == 3) { _root.attachMovie('plaser1a', 'pbull' + _root.pbullets, _root.pbullets++); if (dir == 1) { _root['pbull' + _root.pbullets].animate._x = _x + xspot; } else { _root['pbull' + _root.pbullets].animate._x = _x - xspot; } _root['pbull' + _root.pbullets].animate._y = _y - yspot; _root['pbull' + _root.pbullets].animate.dir = dir; _root.magic -= 20; } } } if (attack2t >= attack1max) { attack2t = 0; attack2 = false; } } if (_root.magic <= 0) { attack2t = 0; attack2 = false; } } } if (raped) { ++rapedt; if (_root.esc >= _root.escmax) { nohit = true; rapedt = 0; raped = false; } if (rapedt >= 2) { nohit = true; rapedt = 0; raped = false; } } else { rped = false; rapedt = 0; } } if (hit) { attack1 = false; attack1t = 0; attack2 = false; attack2t = 0; ++hitt; gotoAndStop('hit1'); if (dir == 1) { if (!_root.map1.black.hitTest(_x + 40, _y, true)) { _x = _x - hit_speed; } } if (dir == -1) { if (!_root.map1.black.hitTest(_x - 40, _y, true)) { _x = _x + hit_speed; } } if (hitt >= hitmax) { hitt = 0; nohit = true; hit = false; } } } if (dead) { ++deadt; if (!raped) { --dead_speed; if (dir == 1) { _x = _x - hit_speed; } if (dir == -1) { _x = _x + hit_speed; } _y = _y - dead_speed; gotoAndStop('dead'); } if (deadt >= deadmax) { _root.gotoAndPlay('loader'); } } } if (_root.qte) { gotoAndStop('rape1'); } } } } } movieClip 230 { } movieClip 231 { instance limit of movieClip 230 { onClipEvent (enterFrame) { if (this.hitTest(_root.e1.animate.limit)) { _root.e1.animate.life -= 3; _root.e1.animate.hit1 = true; } if (this.hitTest(_root.e2.animate.limit)) { _root.e2.animate.life -= 3; _root.e2.animate.hit1 = true; } if (this.hitTest(_root.e3.animate.limit)) { _root.e3.animate.life -= 3; _root.e3.animate.hit1 = true; } if (this.hitTest(_root.e4.animate.limit)) { _root.e4.animate.life -= 3; _root.e4.animate.hit1 = true; } if (this.hitTest(_root.e5.animate.limit)) { _root.e5.animate.life -= 3; _root.e5.animate.hit1 = true; } if (this.hitTest(_root.e6.animate.limit)) { _root.e6.animate.life -= 3; _root.e6.animate.hit1 = true; } if (this.hitTest(_root.e7.animate.limit)) { _root.e7.animate.life -= 3; _root.e7.animate.hit1 = true; } if (this.hitTest(_root.e8.animate.limit)) { _root.e8.animate.life -= 3; _root.e8.animate.hit1 = true; } if (this.hitTest(_root.e9.animate.limit)) { _root.e9.animate.life -= 3; _root.e9.animate.hit1 = true; } if (this.hitTest(_root.boss1.animate.limit)) { _root.boss1.animate.life -= 1; _root.boss1.animate.hit1 = true; _parent.ko = true; } } } } movieClip 232 throwaxe1a { instance animate of movieClip 231 { onClipEvent (load) { if (_root.gender_numb == 0) { _root.sw_power = 3; size = 100; } if (_root.gender_numb == 1) { _root.sw_power = 5; size = 150; } if (_root.gender_numb == 2) { _root.sw_power = 4; size = 120; } _xscale = size; _yscale = size; attach = true; speed = 10; gor = false; gol = false; gortime = 0; goltime = 0; removetime = 0; got = 22; gotx = 5; dspeed = 3; gsel = random(4); if (gsel == 0) { uspeed = 20; } if (gsel == 1) { uspeed = 10; } if (gsel == 2) { uspeed = 15; } if (gsel == 3) { uspeed = 22; } } onClipEvent (enterFrame) { if (!_root.pause) { _rotation = _rotation + 25; ++removetime; if (removetime >= 80) { _parent.removeMovieClip(); } if (_root.mover) { _x = _x - _root.movespeed; } if (_root.movel) { _x = _x + _root.movespeed; } if (_root.moveu) { _y = _y + _root.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } if (!ko) { --got; _y = _y - got; if (dir == 1) { _x = _x + gotx; } if (dir == -1) { _x = _x - gotx; } } if (ko) { _rotation = _rotation + 30; --uspeed; _y = _y - uspeed; if (dir == 1) { _x = _x - dspeed; } if (dir == -1) { _x = _x + dspeed; } } } } } } // unknown tag 88 length 69 movieClip 236 { } movieClip 237 stage_card1a { instance animate of movieClip 236 { onClipEvent (load) { _x = 250; _y = 150; rtime = 0; rtimemax = 100; stagename = _root.stagename; _alpha = 100; } onClipEvent (enterFrame) { stagename = _root.stagename; ++rtime; if (rtime >= rtimemax) { _alpha = _alpha - 1; if (_alpha <= 0) { _parent.removeMovieClip(); } } } } } movieClip 239 { } movieClip 241 { } movieClip 243 { } movieClip 245 { } movieClip 247 { } movieClip 249 { } movieClip 254 { } movieClip 259 { } movieClip 263 { } movieClip 265 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } movieClip 269 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } movieClip 271 { } movieClip 272 { } movieClip 274 { } movieClip 275 { frame 1 { eyes.gotoAndStop(2); mouth.gotoAndStop(2); } } movieClip 283 { frame 22 { stop(); } } movieClip 284 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } movieClip 285 spike1a { instance animate of movieClip 284 { onClipEvent (load) { yspot = 40; size = 50; _xscale = size; _yscale = size; dead = false; deadt = 0; deadmax = 20; hit = false; hitt = 0; hitmax = 3; life = 3; idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; limit._visible = false; } onClipEvent (enterFrame) { if (!_root.pause) { limit._visible = false; if (_root.bg_color == 0) { idupcolor.setTransform(oldColor); } if (_root.bg_color == 1) { idupcolor.setTransform(Color1); } if (_root.bg_color == 2) { idupcolor.setTransform(Color2); } if (_root.bg_color == 3) { idupcolor.setTransform(Color3); } if (_root.bg_color == 4) { idupcolor.setTransform(Color4); } if (_root.bg_color == 5) { idupcolor.setTransform(Color5); } if (_root.bg_color == 6) { idupcolor.setTransform(Color6); } 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) { if (!_root.map1.black.hitTest(_x, _y - 5, true)) { _y = _y + 5; } if (_root.map1.black.hitTest(_x, _y - 25, true)) { _y = _y - 10; } if (_root.p1.animate._x > _x) { _xscale = size; } else { _xscale = -size; } if (life <= 0) { dead = true; } if (!hit) { gotoAndStop('nd'); } if (hit) { gotoAndStop('hit'); ++hitt; hitablet = 0; idupcolor.setTransform(newColor); if (hitt >= hitmax) { idupcolor.setTransform(oldColor); hitt = 0; hit = false; } } } if (dead) { gotoAndStop('dead'); ++deadt; if (!de) { _root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++); _root['head1' + _root.debris].animate._x = _x; _root['head1' + _root.debris].animate._y = _y - yspot; _root['head1' + _root.debris].animate.gotoAndStop(1); _root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++); _root['misc1' + _root.debris].animate._x = _x; _root['misc1' + _root.debris].animate._y = _y - yspot; _root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++); _root['misc2' + _root.debris].animate._x = _x; _root['misc2' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++); _root['misc3' + _root.debris].animate._x = _x; _root['misc3' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++); _root['misc4' + _root.debris].animate._x = _x; _root['misc4' + _root.debris].animate._y = _y - yspot; _root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++); _root['misc5' + _root.debris].animate._x = _x; _root['misc5' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++); _root['misc6' + _root.debris].animate._x = _x; _root['misc6' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++); _root['misc7' + _root.debris].animate._x = _x; _root['misc7' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++); _root['misc8' + _root.debris].animate._x = _x; _root['misc8' + _root.debris].animate._y = _y - yspot; de = true; } if (deadt >= deadmax) { _parent.removeMovieClip(); } } } } } } movieClip 287 { } movieClip 289 { } movieClip 294 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 11 { stop(); } frame 12 { stop(); } frame 13 { stop(); } frame 14 { stop(); } frame 15 { stop(); } frame 16 { stop(); } frame 17 { stop(); } frame 18 { stop(); } frame 19 { stop(); } frame 20 { stop(); } frame 21 { stop(); } frame 22 { stop(); } frame 23 { stop(); } frame 24 { stop(); } frame 25 { stop(); } frame 26 { stop(); } frame 27 { stop(); } frame 28 { stop(); } frame 29 { stop(); } frame 30 { stop(); } } movieClip 295 reaper1a { instance animate of movieClip 294 { onClipEvent (load) { fx_offset = 0; fy_offset = 0; ok = false; shot_ready = false; shot_readyt = 0; shot_ready_half = 100; shot_readymax = 200; shot_ready_y = 0; shot_ready_x = 300; sh_speed = 3; comein = true; speed = 5; att_method = false; att_methodt = 0; att_methodhalf = 50; att_methodmax = 100; att_speed = 3; loop_count = 0; loop_count_max = 3; chill = false; chillt = 0; ch_speed = 6; chillmax = 100; chill_x = 400; chill_y = 100; hit = false; hitt = 0; hit_y = 30; hitmax = 50; hit_speed = 3; ymin = -100; xmax = 350; x_ready = false; y_ready = false; _x = 205; _y = 70; talk = false; talkt = 0; talkmax = 100; leave = false; l_speed = 3; l_max = 850; } onClipEvent (enterFrame) { _root.ps1 = _parent._name; if (!_root.pause) { if (comein) { _x = _x + speed; gotoAndStop('comein'); if (_x >= xmax) { _root.map1.hold = true; comein = false; chill = true; } } if (!hit) { if (att_method) { gotoAndStop('attack'); ++att_methodt; if (limit.hitTest(_root.p1.animate.character.weapon.limit)) { hit = true; } if (limit.hitTest(_root.swep1.animate.limit)) { _root.swep1.animate.ko = true; hit = true; } if (att_methodt == att_methodhalf) { _root.attachMovie('dragon_fireball1a', 'fireball1' + _root.ebullet, _root.ebullet++); _root['fireball1' + _root.ebullet].animate._x = _x - fx_offset; _root['fireball1' + _root.ebullet].animate._y = _y + fy_offset; } if (att_methodt >= att_methodhalf) { _x = _x + att_speed; _y = _y - att_speed; } if (att_methodt >= att_methodmax) { if (loop_count < loop_count_max) { att_methodt = 0; loop_count += 1; chill = true; att_method = false; } else { att_methodt = 0; shot_ready = true; att_method = false; } } } } if (hit) { gotoAndStop('comein'); ++hitt; if (dir == 1) { _x = _x + hit_speed; } else { _x = _x - hit_speed; } --hit_y; _y = _y - hit_y; if (hitt >= hitmax) { hitt = 0; att_method = false; att_methodt = 0; shot_ready = true; hit = false; } } if (chill) { gotoAndStop('chill'); ++chillt; if (_x < chill_x) { _x = _x + ch_speed; } if (_x > chill_x) { _x = _x - ch_speed; } if (_y < chill_y) { _y = _y + ch_speed; } if (_y > chill_y) { _y = _y - ch_speed; } if (chillt >= chillmax) { chillt = 0; att_method = true; chill = false; } } if (shot_ready) { ++shot_readyt; if (!ok) { gotoAndStop('throw'); if (_x < shot_ready_x) { _x = _x + sh_speed; x_ready = false; } else { if (_x > shot_ready_x) { x_ready = false; _x = _x - sh_speed; } else { x_ready = true; } } if (_y < shot_ready_y) { _y = _y + sh_speed; y_ready = false; } else { if (_y > shot_ready_y) { _y = _y - sh_speed; y_ready = false; } else { y_ready = true; } } if (shot_readyt >= shot_ready_half) { _root.attachMovie('dragon_fireball1a', 'fireball1' + _root.ebullet, _root.ebullet++); _root['fireball1' + _root.ebullet].animate._x = _x - fx_offset; _root['fireball1' + _root.ebullet].animate._y = _y + fy_offset; ok = true; } } else { gotoAndStop('chill'); } if (shot_readyt >= shot_readymax) { talk = true; shot_ready = false; } } if (talk) { gotoAndStop('talk'); ++talkt; if (talkt >= talkmax) { leave = true; talk = false; } } if (leave) { gotoAndStop('chill'); _x = _x + l_speed; if (_x >= l_max) { _root.map1.closer = true; _parent.removeMovieClip(); } } } } } } movieClip 297 { } movieClip 302 { } movieClip 304 { } movieClip 307 { } movieClip 308 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } movieClip 309 rdasher1a { instance animate of movieClip 308 { onClipEvent (load) { yspot = 40; size = 50; _xscale = size; _yscale = size; dead = false; deadt = 0; deadmax = 20; hit = false; hitt = 0; hitmax = 3; life = 3; idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; limit._visible = false; } onClipEvent (enterFrame) { if (!_root.pause) { limit._visible = false; if (_root.bg_color == 0) { idupcolor.setTransform(oldColor); } if (_root.bg_color == 1) { idupcolor.setTransform(Color1); } if (_root.bg_color == 2) { idupcolor.setTransform(Color2); } if (_root.bg_color == 3) { idupcolor.setTransform(Color3); } if (_root.bg_color == 4) { idupcolor.setTransform(Color4); } if (_root.bg_color == 5) { idupcolor.setTransform(Color5); } if (_root.bg_color == 6) { idupcolor.setTransform(Color6); } 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) { if (!_root.map1.black.hitTest(_x, _y - 5, true)) { _y = _y + 5; } if (_root.map1.black.hitTest(_x, _y - 25, true)) { _y = _y - 10; } if (_root.p1.animate._x > _x) { _xscale = size; } else { _xscale = -size; } if (life <= 0) { dead = true; } if (!hit) { gotoAndStop('nd'); } if (hit) { gotoAndStop('hit'); ++hitt; hitablet = 0; idupcolor.setTransform(newColor); if (hitt >= hitmax) { idupcolor.setTransform(oldColor); hitt = 0; hit = false; } } } if (dead) { gotoAndStop('dead'); ++deadt; if (!de) { _root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++); _root['head1' + _root.debris].animate._x = _x; _root['head1' + _root.debris].animate._y = _y - yspot; _root['head1' + _root.debris].animate.gotoAndStop(2); _root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++); _root['misc1' + _root.debris].animate._x = _x; _root['misc1' + _root.debris].animate._y = _y - yspot; _root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++); _root['misc2' + _root.debris].animate._x = _x; _root['misc2' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++); _root['misc3' + _root.debris].animate._x = _x; _root['misc3' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++); _root['misc4' + _root.debris].animate._x = _x; _root['misc4' + _root.debris].animate._y = _y - yspot; _root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++); _root['misc5' + _root.debris].animate._x = _x; _root['misc5' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++); _root['misc6' + _root.debris].animate._x = _x; _root['misc6' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++); _root['misc7' + _root.debris].animate._x = _x; _root['misc7' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++); _root['misc8' + _root.debris].animate._x = _x; _root['misc8' + _root.debris].animate._y = _y - yspot; de = true; } if (deadt >= deadmax) { _parent.removeMovieClip(); } } } } } } movieClip 311 { } movieClip 313 { } movieClip 315 { } movieClip 316 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } movieClip 317 qte1a { instance animate of movieClip 316 { onClipEvent (load) { _root.miss = false; _root.hit = false; size1 = _root.qte_size; _xscale = size1; _yscale = size1; right_min = 100; right_max = 200; clicked = false; inc = _root.qte_inc; alp_inc = 0.5; _root.qte = true; o_size = 800; obar._xscale = o_size; obar._yscale = o_size; _alpha = 60; _root.stime = o_size; up = true; hit = false; hitt = 0; hitmax = 100; miss = false; misst = 0; missmax = 100; idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '255', 'ab': '255'}; newColor = {'ra': '255', 'rb': '0', 'ga': '255', 'gb': '0', 'ba': '255', 'bb': '0', 'aa': '255', 'ab': '255'}; } onClipEvent (enterFrame) { if (!hit) { if (!miss) { if (up) { gotoAndStop('up'); o_size -= inc; _root.stime = o_size; _alpha = _alpha + alp_inc; obar._xscale = o_size; obar._yscale = o_size; if (_root.cont_attk) { clicked = true; } if (o_size < right_min) { idupcolor.setTransform(oldColor); if (clicked) { miss = true; } if (!clicked) { miss = true; } } if (o_size > right_max) { idupcolor.setTransform(oldColor); if (clicked) { miss = true; } } if (o_size >= right_min and o_size < right_max) { idupcolor.setTransform(newColor); if (clicked) { hit = true; } } } } } if (miss) { idupcolor.setTransform(oldColor); _root.miss = true; gotoAndStop('miss'); ++misst; if (misst >= missmax) { _parent.removeMovieClip(); } } if (hit) { idupcolor.setTransform(oldColor); _root.hit = true; gotoAndStop('hit'); ++hitt; if (hitt >= hitmax) { _parent.removeMovieClip(); } } } } } // unknown tag 88 length 69 movieClip 321 { } movieClip 322 points1a { instance animate of movieClip 321 { onClipEvent (load) { speed = 3; rtime = 0; } onClipEvent (enterFrame) { if (!_root.pause) { _visible = true; ++rtime; _y = _y - speed; if (_root.mover) { _x = _x - _root.movespeed; } if (_root.movel) { _x = _x + _root.movespeed; } if (_root.moved) { _y = _y - _root.movespeed; } if (_root.moveu) { _y = _y + _root.movespeed; } if (rtime >= 30) { _parent.removeMovieClip(); } if (_x >= 600) { _parent.removeMovieClip(); } if (_x <= -120) { _parent.removeMovieClip(); } if (_y >= 450) { _parent.removeMovieClip(); } } } } } movieClip 327 { } movieClip 330 { frame 11 { stop(); } } movieClip 331 plaser1a { instance animate of movieClip 330 { onClipEvent (load) { rtime = 0; rtimemax = 30; size = 50; if (dir == -1) { _xscale = -size; } if (dir == 1) { _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; if (dir == -1) { _xscale = -size; } if (dir == 1) { _xscale = size; } i = 0; while (i < _root.enemyNumber) { if (limit.hitTest(_root['enemy' + i].animate.limit)) { _root['enemy' + i].animate.hit = true; _root['enemy' + i].animate.life -= 1; } ++i; } if (rtime >= rtimemax) { _parent.removeMovieClip(); } } } } } movieClip 333 { } movieClip 335 { } movieClip 337 { } movieClip 339 { } movieClip 343 { } movieClip 344 { } movieClip 345 { } movieClip 346 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } movieClip 347 pinkiepie1a { instance animate of movieClip 346 { onClipEvent (load) { yspot = 40; size = 50; _xscale = size; _yscale = size; dead = false; deadt = 0; deadmax = 20; hit = false; hitt = 0; hitmax = 3; life = 3; idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; newColor = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; limit._visible = false; } onClipEvent (enterFrame) { if (!_root.pause) { limit._visible = false; if (_root.bg_color == 0) { idupcolor.setTransform(oldColor); } if (_root.bg_color == 1) { idupcolor.setTransform(Color1); } if (_root.bg_color == 2) { idupcolor.setTransform(Color2); } if (_root.bg_color == 3) { idupcolor.setTransform(Color3); } if (_root.bg_color == 4) { idupcolor.setTransform(Color4); } if (_root.bg_color == 5) { idupcolor.setTransform(Color5); } if (_root.bg_color == 6) { idupcolor.setTransform(Color6); } 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) { if (!_root.map1.black.hitTest(_x, _y - 5, true)) { _y = _y + 5; } if (_root.map1.black.hitTest(_x, _y - 25, true)) { _y = _y - 10; } if (_root.p1.animate._x > _x) { _xscale = size; } else { _xscale = -size; } if (life <= 0) { dead = true; } if (!hit) { gotoAndStop('nd'); } if (hit) { gotoAndStop('hit'); ++hitt; hitablet = 0; idupcolor.setTransform(newColor); if (hitt >= hitmax) { idupcolor.setTransform(oldColor); hitt = 0; hit = false; } } } if (dead) { gotoAndStop('dead'); ++deadt; if (!de) { _root.attachMovie('heads1a', 'head1' + _root.debris, _root.debris++); _root['head1' + _root.debris].animate._x = _x; _root['head1' + _root.debris].animate._y = _y - yspot; _root['head1' + _root.debris].animate.gotoAndStop(3); _root.attachMovie('miscintestines', 'misc1' + _root.debris, _root.debris++); _root['misc1' + _root.debris].animate._x = _x; _root['misc1' + _root.debris].animate._y = _y - yspot; _root.attachMovie('mischeart1a', 'misc2' + _root.debris, _root.debris++); _root['misc2' + _root.debris].animate._x = _x; _root['misc2' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodex1a', 'misc3' + _root.debris, _root.debris++); _root['misc3' + _root.debris].animate._x = _x; _root['misc3' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodspat1a', 'misc4' + _root.debris, _root.debris++); _root['misc4' + _root.debris].animate._x = _x; _root['misc4' + _root.debris].animate._y = _y - yspot; _root.attachMovie('miscintestines', 'misc5' + _root.debris, _root.debris++); _root['misc5' + _root.debris].animate._x = _x; _root['misc5' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodspat1a', 'misc6' + _root.debris, _root.debris++); _root['misc6' + _root.debris].animate._x = _x; _root['misc6' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodspat1a', 'misc7' + _root.debris, _root.debris++); _root['misc7' + _root.debris].animate._x = _x; _root['misc7' + _root.debris].animate._y = _y - yspot; _root.attachMovie('bloodspat1a', 'misc8' + _root.debris, _root.debris++); _root['misc8' + _root.debris].animate._x = _x; _root['misc8' + _root.debris].animate._y = _y - yspot; de = true; } if (deadt >= deadmax) { _parent.removeMovieClip(); } } } } } } movieClip 354 { frame 6 { gotoAndPlay(2); } } movieClip 359 { } movieClip 362 { } movieClip 365 { } movieClip 368 { } movieClip 371 { } movieClip 374 { } movieClip 377 { } movieClip 380 { } movieClip 383 { } movieClip 386 { } movieClip 389 { } movieClip 392 { } movieClip 395 { } movieClip 398 { } movieClip 401 { } movieClip 404 { } movieClip 407 { } movieClip 410 { } movieClip 413 { } movieClip 416 { } movieClip 417 { frame 22 { stop(); } } movieClip 418 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 419 napalm1a { instance animate of movieClip 418 { onClipEvent (load) { _root.sw_power = 2; size = 50; if (dir == -1) { _xscale = -size; } if (dir == 1) { _xscale = size; } _yscale = size; attach = true; speedx = 10; speedy = 4; bspeed = 1.5; removetime = 0; ko = false; kot = 0; komax = 50; } 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.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } if (!ko) { gotoAndStop('a'); ++removetime; if (removetime >= 100) { _parent.removeMovieClip(); } if (dir == -1) { _xscale = -size; _x = _x - speedx; } if (dir == 1) { _xscale = size; _x = _x + speedx; } _y = _y + speedy; if (_root.map1.black.hitTest(_x, _y + 20, true)) { ko = true; } i = 0; while (i < _root.enemyNumber) { if (limit.hitTest(_root['enemy' + i].animate.limit)) { _root['enemy' + i].animate.hit = true; _root['enemy' + i].animate.life -= 1; ko = true; } ++i; } } } if (ko) { i = 0; while (i < _root.enemyNumber) { if (limit.hitTest(_root['enemy' + i].animate.limit)) { _root['enemy' + i].animate.hit = true; _root['enemy' + i].animate.life -= 1; } ++i; } gotoAndStop('fireup'); ++kot; if (kot >= komax) { _parent.removeMovieClip(); } } } } } movieClip 424 { } movieClip 441 { } movieClip 443 { } movieClip 456 { frame 13 { stop(); } } movieClip 457 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 458 missle1a { instance animate of movieClip 457 { onClipEvent (load) { ko = false; kot = 0; komax = 15; _root.sw_power = 3; size = 70; if (dir == 1) { _xscale = size; _rotation = -50; } else { _xscale = -size; _rotation = 50; } _yscale = size; attach = true; speed = 10; gor = false; gol = false; gortime = 0; goltime = 0; removetime = 0; got = 22; gotx = 5; dspeed = 3; r_speed = 2; } onClipEvent (enterFrame) { if (!_root.pause) { ++removetime; if (removetime >= 80) { _parent.removeMovieClip(); } if (_root.mover) { _x = _x - _root.movespeed; } if (_root.movel) { _x = _x + _root.movespeed; } if (_root.moveu) { _y = _y + _root.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } if (!ko) { if (_root.map1.black.hitTest(_x, _y + 45, true)) { ko = true; } gotoAndStop('nd'); --got; _y = _y - got; if (dir == 1) { _x = _x + gotx; _xscale = size; shell._rotation += r_speed; } if (dir == -1) { _x = _x - gotx; _xscale = -size; shell._rotation += r_speed; } i = 0; while (i < _root.enemyNumber) { if (limit.hitTest(_root['enemy' + i].animate.limit)) { _root['enemy' + i].animate.hit = true; _root['enemy' + i].animate.life -= 3; ko = true; } ++i; } } if (ko) { gotoAndStop('d'); ++kot; if (kot >= komax) { _parent.removeMovieClip(); } } } } } } movieClip 461 { } movieClip 465 { frame 3 { if (int(random(10) == 1)) { gotoAndPlay(4); } else { gotoAndPlay(2); } } } movieClip 467 { } movieClip 469 { instance of movieClip 467 { onClipEvent (enterFrame) { if (this.hitTest(_root.en1.limit)) { _root.en1.flip = true; } if (this.hitTest(_root.en2.limit)) { _root.en2.flip = true; } if (this.hitTest(_root.en3.limit)) { _root.en3.flip = true; } if (!_root.player.big) { if (this.hitTest(_root.player.limita)) { _root.player.stun = true; } } } } frame 26 { _parent.dead = true; } frame 26 { stop(); } } movieClip 470 { frame 1 { stop(); } instance of movieClip 461 { onClipEvent (load) { speed = 15; } onClipEvent (enterFrame) { _rotation = _rotation + speed; if (this.hitTest(_root.boss.limit)) { _root.boss.life -= 5; _root.boss.blink.gotoAndPlay(2); } if (this.hitTest(_root.map.e1.limit)) { _root.map.e1.blink.gotoAndPlay(2); _root.map.e1.life -= 5; } if (this.hitTest(_root.map.e2.limit)) { _root.map.e2.blink.gotoAndPlay(2); _root.map.e2.life -= 5; } if (this.hitTest(_root.map.e3.limit)) { _root.map.e3.blink.gotoAndPlay(2); _root.map.e3.life -= 5; } if (this.hitTest(_root.map.e4.limit)) { _root.map.e4.blink.gotoAndPlay(2); _root.map.e4.life -= 5; } if (this.hitTest(_root.map.e5.limit)) { _root.map.e5.blink.gotoAndPlay(2); _root.map.e5.life -= 5; } if (this.hitTest(_root.bug1.limit)) { _root.bug1.life -= 50; } if (this.hitTest(_root.bug4.limit)) { _root.bug4.life -= 50; } if (this.hitTest(_root.bug5.limit)) { _root.bug5.life -= 50; } if (this.hitTest(_root.bug6.limit)) { _root.bug6.life -= 50; } if (this.hitTest(_root.bug7.limit)) { _root.bug7.life -= 50; } if (this.hitTest(_root.bug8.limit)) { _root.bug8.life -= 50; } if (this.hitTest(_root.bug9.limit)) { _root.bug9.life -= 50; } if (this.hitTest(_root.gun1.limit)) { _root.gun1.life -= 10; _root.gun1.blink.gotoAndPlay(2); } if (this.hitTest(_root.gun2.limit)) { _root.gun2.life -= 10; _root.gun2.blink.gotoAndPlay(2); } if (this.hitTest(_root.gun3.limit)) { _root.gun3.life -= 10; _root.gun3.blink.gotoAndPlay(2); } if (this.hitTest(_root.gun4.limit)) { _root.gun4.life -= 10; _root.gun4.blink.gotoAndPlay(2); } if (this.hitTest(_root.gun5.limit)) { _root.gun5.life -= 10; _root.gun5.blink.gotoAndPlay(2); } if (this.hitTest(_root.gun6.limit)) { _root.gun6.life -= 10; _root.gun6.blink.gotoAndPlay(2); } if (this.hitTest(_root.hug1.limit)) { _root.hug1.life -= 50; } if (this.hitTest(_root.hug2.limit)) { _root.hug2.life -= 50; } if (this.hitTest(_root.hug3.limit)) { _root.hug3.life -= 50; } if (this.hitTest(_root.hug4.limit)) { _root.hug4.life -= 50; } if (this.hitTest(_root.monsterhead.limit)) { _root.monsterhead.life -= 5; _root.monsterhead.blink.gotoAndPlay(2); } if (this.hitTest(_root.heart.limit)) { _root.heart.life -= 5; _root.heart.blink.gotoAndPlay(2); } } } frame 2 { stop(); } instance limit of movieClip 467 { onClipEvent (enterFrame) { if (!ahit) { if (this.hitTest(_root.e1.animate.limit)) { _root.e1.animate.life -= 7; _root.e1.animate.hit = true; a1 = true; } if (this.hitTest(_root.e2.animate.limit)) { _root.e2.animate.life -= 7; _root.e2.animate.hit = true; } if (this.hitTest(_root.e3.animate.limit)) { _root.e3.animate.life -= 7; _root.e3.animate.hit = true; } if (this.hitTest(_root.e4.animate.limit)) { _root.e4.animate.life -= 7; _root.e4.animate.hit = true; } if (this.hitTest(_root.e5.animate.limit)) { _root.e5.animate.life -= 7; _root.e5.animate.hit = true; } if (this.hitTest(_root.e6.animate.limit)) { _root.e6.animate.life -= 7; _root.e6.animate.hit = true; } if (this.hitTest(_root.e7.animate.limit)) { _root.e7.animate.life -= 7; _root.e7.animate.hit = true; a7 = true; } if (this.hitTest(_root.e8.animate.limit)) { _root.e8.animate.life -= 7; _root.e8.animate.hit = true; } if (this.hitTest(_root.e9.animate.limit)) { _root.e9.animate.life -= 7; _root.e9.animate.hit = true; } if (this.hitTest(_root.boss1.animate.limit)) { _root.boss1.animate.life -= 1; _root.boss1.animate.hit1 = true; _parent.ko = true; } ahit = true; } } } frame 3 { stop(); } frame 4 { stop(); } } movieClip 471 mcocktail1a { instance animate of movieClip 470 { onClipEvent (load) { if (_root.gender_numb == 0) { _root.sw_power = 2; size = 50; } if (_root.gender_numb == 1) { _root.sw_power = 3; size = 60; } if (_root.gender_numb == 2) { _root.sw_power = 2.5; size = 55; } _xscale = size; _yscale = size; attach = true; speedx = 10; speedy = 4; bspeed = 1.5; gor = false; gol = false; gortime = 0; goltime = 0; removetime = 0; } onClipEvent (enterFrame) { if (!_root.pause) { if (!ko) { if (_root.mover) { _x = _x - _root.movespeed; } if (_root.movel) { _x = _x + _root.movespeed; } if (_root.moveu) { _y = _y + _root.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } ++removetime; if (removetime >= 100) { _parent.removeMovieClip(); } if (dir == -1) { if (!_root.map1.black.hitTest(_x, _y + 10, true)) { gor = true; gol = false; } if (_root.map1.black.hitTest(_x, _y + 10, true)) { gor = false; gol = true; } if (gor) { _y = _y + speedy; _x = _x - speedx; } if (gol) { gotoAndStop('fireup'); if (!_root.map1.black.hitTest(_x - 10, _y, true)) { _x = _x - bspeed; } } } if (dir == 1) { if (!_root.map1.black.hitTest(_x, _y + 10, true)) { gor = true; gol = false; } if (_root.map1.black.hitTest(_x, _y + 10, true)) { gor = false; gol = true; } if (gor) { _y = _y + speedy; _x = _x + speedx; } if (gol) { gotoAndStop('fireup'); if (!_root.map1.black.hitTest(_x + 10, _y, true)) { _x = _x + bspeed; } } } } if (ko) { _parent.removeMovieClip(); } } } } } movieClip 477 { } movieClip 483 { } movieClip 484 spark1a { frame 20 { stop(); } } movieClip 485 hitspark1a { instance animate of movieClip 484 spark1a { onClipEvent (load) { rtime = 0; rtimemax = 30; size = 100; _xscale = size; _yscale = size; } onClipEvent (enterFrame) { if (!_root.pause) { ++rtime; if (rtime >= rtimemax) { _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; } } } } } movieClip 487 { frame 1 { eyes.gotoAndStop(3); mouth.gotoAndStop(2); } } movieClip 489 { } movieClip 491 { } movieClip 493 { } movieClip 494 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } movieClip 495 heads1a { instance animate of movieClip 494 { onClipEvent (load) { size = 50; _xscale = size; _yscale = size; dir = random(2); speedx = 10 - random(20); speedy = 5 + random(30); rtime = 0; } onClipEvent (enterFrame) { if (!_root.pause) { ++rtime; if (_root.mover) { _x = _x - _root.movespeed; } if (_root.movel) { _x = _x + _root.movespeed; } if (_root.moveu) { _y = _y + _root.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } if (_x >= 600) { _parent.removeMovieClip(); } if (_x <= -120) { _parent.removeMovieClip(); } if (_y >= 525) { _parent.removeMovieClip(); } if (_y <= -90) { _parent.removeMovieClip(); } if (limit.hitTest(_root.p1.animate.limit)) { if (!sa) { damnx = random(4); damny = random(4); sa = true; } if (damnx == 0) { speedx = 5; } if (damnx == 1) { speedx = -5; } if (damnx == 2) { speedx += 10; } if (damnx == 3) { speedx = -10; } if (damny == 0) { speedy = 30; } if (damny == 1) { speedy = 20; } if (damny == 2) { speedy = 25; } if (damny == 3) { speedy = 10; } speedy -= 10; } else { sa = false; } if (_root.map1.black.hitTest(_x + 20, _y, true)) { speedx -= speedx * 2; } if (_root.map1.black.hitTest(_x - 20, _y, true)) { speedx += speedx * 2; } if (!_root.map1.black.hitTest(_x, _y + 20, true)) { gotoAndStop('nd'); if (dir == 0) { _x = _x - speedx; _rotation = _rotation - speedx; } if (dir == 1) { _x = _x + speedx; _rotation = _rotation + speedx; } --speedy; _y = _y - speedy; } if (_root.map1.black.hitTest(_x, _y + 20, true)) { if (limit.hitTest(_root.p1.animate.limit)) { dir = random(2); _y = _y - 10; } gotoAndStop('d'); if (dir == 0) { if (speedx >= 0) { speedx -= 0.5; _x = _x - speedx; _rotation = _rotation - speedx; } } if (dir == 1) { if (speedx <= 0) { speedx += 0.5; _x = _x + speedx; _rotation = _rotation + speedx; } } } if (_root.map1.black.hitTest(_x, _y - 20, true)) { speedy = 0; } if (_root.map1.black.hitTest(_x, _y - 15, true)) { _y = _y + 1; } if (_root.map1.black.hitTest(_x, _y + 15, true)) { _y = _y - 1; } if (rtime >= 150) { _alpha = 50; } if (rtime >= 200) { _parent.removeMovieClip(); } } } } } movieClip 496 fsmoke1a { instance animate of movieClip 456 { onClipEvent (load) { rtime = 0; rtimemax = 15; } 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.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } ++rtime; if (rtime >= rtimemax) { _parent.removeMovieClip(); } } } } } movieClip 501 { } movieClip 503 { } // unknown tag 88 length 64 movieClip 507 { } movieClip 508 fightbar1a { instance animate of movieClip 507 { onClipEvent (load) { attached = true; size = 300; _xscale = size; _yscale = size; bar._width = _root.esc * 3; outline._width = _root.escmax * 3; bar._height = 60; outline._height = 60; textselect = random(3); if (_root.qte_type == 0) { text1 = 'WAGGLE!'; } if (_root.qte_type == 1) { text1 = 'PRESS A!'; } if (_root.qte_type == 2) { text1 = 'PRESS S!'; } } onClipEvent (enterFrame) { if (_root.qte_type == 0) { text1 = 'TAP ARROW KEYS!'; } if (_root.qte_type == 1) { text1 = 'TAP A!'; } if (_root.qte_type == 2) { text1 = 'TAP S!'; } bar._width = _root.esc; outline._width = _root.escmax; 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(); } } } } movieClip 509 { } movieClip 510 { } movieClip 511 e_bull_spark1a { instance animate of movieClip 510 { onClipEvent (load) { rtime = 0; rtimemax = 150; _alpha = 100; inc = 20; size = 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; } _alpha = _alpha - inc; if (_alpha <= 0) { _parent.removeMovieClip(); } } } } } movieClip 514 { } movieClip 515 { instance of movieClip 514 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 518 { } movieClip 519 { instance of movieClip 518 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 521 { } movieClip 522 { instance of movieClip 521 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 525 { } movieClip 526 { instance of movieClip 525 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 528 { } movieClip 529 { instance of movieClip 528 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 531 { } movieClip 532 { instance of movieClip 531 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 534 { } movieClip 535 { instance of movieClip 534 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 538 { } movieClip 539 { instance of movieClip 538 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 542 { } movieClip 543 { instance of movieClip 542 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 545 { } movieClip 546 { instance of movieClip 545 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 549 { } movieClip 550 { instance of movieClip 549 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 553 { } movieClip 554 { instance of movieClip 553 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 557 { } movieClip 558 { instance of movieClip 557 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 560 { } movieClip 561 { instance of movieClip 560 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 563 { } movieClip 564 { instance of movieClip 563 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 566 { } movieClip 567 { instance of movieClip 566 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 569 { } movieClip 570 { instance of movieClip 569 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 573 { } movieClip 574 { instance of movieClip 573 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 576 { } movieClip 577 { instance of movieClip 576 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 579 { } movieClip 580 { instance of movieClip 579 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 582 { } movieClip 583 { instance of movieClip 582 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 585 { } movieClip 586 { instance of movieClip 585 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 589 { } movieClip 590 { instance of movieClip 589 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 592 { } movieClip 593 { instance of movieClip 592 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 595 { } movieClip 596 { instance of movieClip 595 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 598 { } movieClip 599 { instance of movieClip 598 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 601 { } movieClip 602 { instance of movieClip 601 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 604 { } movieClip 605 { instance of movieClip 604 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 607 { } movieClip 609 { } movieClip 610 { instance of movieClip 609 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.boss_color == 0) { idupcolor.setTransform(oldColor); } if (_root.boss_color == 1) { idupcolor.setTransform(Color1); } if (_root.boss_color == 2) { idupcolor.setTransform(Color2); } if (_root.boss_color == 3) { idupcolor.setTransform(Color3); } if (_root.boss_color == 4) { idupcolor.setTransform(Color4); } if (_root.boss_color == 5) { idupcolor.setTransform(Color5); } if (_root.boss_color == 6) { idupcolor.setTransform(Color6); } } } } } movieClip 611 { } movieClip 613 { } movieClip 614 { } movieClip 618 { } movieClip 619 { } movieClip 620 { frame 50 { stop(); } } movieClip 621 { frame 40 { stop(); } } movieClip 626 { } movieClip 643 { frame 58 { stop(); } } movieClip 644 { } movieClip 645 { frame 50 { stop(); } } movieClip 647 { } movieClip 652 { frame 22 { gotoAndPlay(10); } } movieClip 657 { } movieClip 660 { } movieClip 662 { frame 1 { if (_root.shirt) { shirt._visible = true; } else { shirt._visible = false; } if (_root.pants) { pants._visible = true; } else { pants._visible = false; } } } movieClip 663 { frame 20 { gotoAndPlay(5); } } movieClip 666 { } movieClip 669 { } movieClip 673 { } movieClip 676 { } movieClip 677 { instance of movieClip 676 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 680 { } movieClip 681 { instance of movieClip 680 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 684 { } movieClip 686 { } movieClip 688 { } movieClip 689 { instance of movieClip 684 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } instance of movieClip 686 { onClipEvent (load) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } } instance of movieClip 688 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 692 { } movieClip 693 { instance of movieClip 692 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 696 { } movieClip 698 { } movieClip 699 { instance of movieClip 696 { onClipEvent (load) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } } instance of movieClip 698 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 702 { } movieClip 704 { } movieClip 705 { instance of movieClip 702 { onClipEvent (load) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } } instance of movieClip 704 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 708 { } movieClip 710 { } movieClip 712 { } movieClip 714 { } movieClip 715 { instance of movieClip 708 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } instance of movieClip 710 { onClipEvent (load) { if (_root.cl_numb == 3) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 3) { _visible = true; } else { _visible = false; } } } instance of movieClip 712 { onClipEvent (load) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } } instance of movieClip 714 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 721 { } movieClip 722 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } } movieClip 723 { instance of movieClip 722 { onClipEvent (load) { if (_root.pen_numb == 0) { gotoAndStop('a'); } if (_root.pen_numb == 1) { gotoAndStop('b'); } if (_root.pen_numb == 2) { gotoAndStop('c'); } if (_root.pen_numb == 3) { gotoAndStop('d'); } if (_root.pen_numb == 4) { gotoAndStop('e'); } if (_root.pen_numb == 5) { gotoAndStop('none'); } if (_root.male and _root.cl_numb == 0) { _visible = true; } else { if (_root.male and _root.cl_numb == 3) { _visible = true; } else { if (_root.male and _root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } onClipEvent (enterFrame) { if (_root.pen_numb == 0) { gotoAndStop('a'); } if (_root.pen_numb == 1) { gotoAndStop('b'); } if (_root.pen_numb == 2) { gotoAndStop('c'); } if (_root.pen_numb == 3) { gotoAndStop('d'); } if (_root.pen_numb == 4) { gotoAndStop('e'); } if (_root.pen_numb == 5) { gotoAndStop('none'); } if (_root.male and _root.cl_numb == 0) { _visible = true; } else { if (_root.male and _root.cl_numb == 3) { _visible = true; } else { if (_root.male and _root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } } } movieClip 726 { } movieClip 727 { instance of movieClip 726 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 730 { } movieClip 731 { instance of movieClip 696 { onClipEvent (load) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } } instance of movieClip 730 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 734 { } movieClip 735 { instance of movieClip 702 { onClipEvent (load) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } } instance of movieClip 734 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 738 { } movieClip 740 { } movieClip 742 { } movieClip 743 { instance of movieClip 738 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } instance of movieClip 740 { onClipEvent (load) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } } instance of movieClip 742 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 746 { } movieClip 747 { instance of movieClip 746 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 750 { } movieClip 751 { instance of movieClip 750 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 753 { } movieClip 760 { } movieClip 765 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 11 { stop(); } frame 12 { stop(); } } movieClip 771 { } movieClip 773 { frame 1 { stop(); } instance of movieClip 765 { onClipEvent (load) { if (_root.hat_numb == 0) { gotoAndStop('none'); } if (_root.hat_numb == 1) { gotoAndStop('a'); } if (_root.hat_numb == 2) { gotoAndStop('b'); } if (_root.hat_numb == 3) { gotoAndStop('c'); } if (_root.hat_numb == 4) { gotoAndStop('d'); } if (_root.hat_numb == 5) { gotoAndStop('e'); } if (_root.hat_numb == 6) { gotoAndStop('f'); } if (_root.hat_numb == 7) { gotoAndStop('g'); } if (_root.hat_numb == 8) { gotoAndStop('h'); } if (_root.hat_numb == 9) { gotoAndStop('i'); } if (_root.hat_numb == 10) { gotoAndStop('j'); } if (_root.hat_numb == 11) { gotoAndStop('k'); } } onClipEvent (enterFrame) { if (_root.hat_numb == 0) { gotoAndStop('none'); } if (_root.hat_numb == 1) { gotoAndStop('a'); } if (_root.hat_numb == 2) { gotoAndStop('b'); } if (_root.hat_numb == 3) { gotoAndStop('c'); } if (_root.hat_numb == 4) { gotoAndStop('d'); } if (_root.hat_numb == 5) { gotoAndStop('e'); } if (_root.hat_numb == 6) { gotoAndStop('f'); } if (_root.hat_numb == 7) { gotoAndStop('g'); } if (_root.hat_numb == 8) { gotoAndStop('h'); } if (_root.hat_numb == 9) { gotoAndStop('i'); } if (_root.hat_numb == 10) { gotoAndStop('j'); } if (_root.hat_numb == 11) { gotoAndStop('k'); } } } frame 2 { stop(); } } movieClip 776 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 777 { instance of movieClip 776 { onClipEvent (load) { if (_root.female) { if (_root.cl_numb == 0) { gotoAndStop('a'); _visible = true; } if (_root.cl_numb == 1) { _visible = false; } if (_root.cl_numb == 2) { gotoAndStop('a'); _visible = true; } if (_root.cl_numb == 3) { gotoAndStop('a'); _visible = true; } if (_root.cl_numb == 4) { _visible = false; } if (_root.cl_numb == 5) { _visible = true; gotoAndStop('b'); } } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { if (_root.cl_numb == 0) { gotoAndStop('a'); _visible = true; } if (_root.cl_numb == 1) { _visible = false; } if (_root.cl_numb == 2) { gotoAndStop('a'); _visible = true; } if (_root.cl_numb == 3) { gotoAndStop('a'); _visible = true; } if (_root.cl_numb == 4) { _visible = false; } if (_root.cl_numb == 5) { _visible = true; gotoAndStop('b'); } } else { _visible = false; } } } } movieClip 780 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 781 { instance of movieClip 780 { onClipEvent (load) { if (_root.female) { if (_root.cl_numb == 0) { gotoAndStop('a'); _visible = true; } if (_root.cl_numb == 1) { _visible = false; } if (_root.cl_numb == 2) { gotoAndStop('a'); _visible = true; } if (_root.cl_numb == 3) { gotoAndStop('a'); _visible = true; } if (_root.cl_numb == 4) { _visible = false; } if (_root.cl_numb == 5) { _visible = true; gotoAndStop('b'); } } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { if (_root.cl_numb == 0) { gotoAndStop('a'); _visible = true; } if (_root.cl_numb == 1) { _visible = false; } if (_root.cl_numb == 2) { gotoAndStop('a'); _visible = true; } if (_root.cl_numb == 3) { gotoAndStop('a'); _visible = true; } if (_root.cl_numb == 4) { _visible = false; } if (_root.cl_numb == 5) { _visible = true; gotoAndStop('b'); } } else { _visible = false; } } } } movieClip 783 { } movieClip 784 { instance of movieClip 783 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 786 { } movieClip 787 { instance of movieClip 786 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 790 { } movieClip 791 { } movieClip 792 { instance of movieClip 791 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } } movieClip 795 { } movieClip 797 { } movieClip 798 { instance of movieClip 795 { onClipEvent (load) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } } instance of movieClip 797 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 800 { } movieClip 801 { instance of movieClip 800 { onClipEvent (load) { if (_root.cl_numb == 2) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 2) { _visible = true; } else { _visible = false; } } } } movieClip 802 { } movieClip 803 { frame 1 { stop(); } } movieClip 804 { } movieClip 805 { } movieClip 806 { } movieClip 808 { } movieClip 809 { } movieClip 810 { } movieClip 811 { } movieClip 814 { } movieClip 816 { } movieClip 818 { } movieClip 819 { frame 1 { stop(); } instance pants of movieClip 816 { onClipEvent (load) { if (_root.aspants) { _visible = true; } if (!_root.aspants) { _visible = false; } } onClipEvent (enterFrame) { if (_root.aspants) { _visible = true; } if (!_root.aspants) { _visible = false; } } } instance of movieClip 818 { onClipEvent (load) { if (_root.asshirt) { _visible = true; } if (!_root.asshirt) { _visible = false; } } onClipEvent (enterFrame) { if (_root.asshirt) { _visible = true; } if (!_root.asshirt) { _visible = false; } } } } movieClip 820 { instance character of movieClip 819 { onClipEvent (enterFrame) { if (_root.fpause) { stop(); } else { play(); } } } frame 20 { gotoAndPlay(5); } } movieClip 822 { } movieClip 825 { } movieClip 828 { } movieClip 831 { frame 1 { if (_root.asshirt) { shirt._visible = true; } else { shirt._visible = false; } if (_root.aspants) { pants._visible = true; } else { pants._visible = false; } } } movieClip 832 { frame 20 { gotoAndPlay(5); } } movieClip 835 { } movieClip 838 { } movieClip 840 { frame 1 { if (_root.asshirt) { shirt._visible = true; } else { shirt._visible = false; } if (_root.aspants) { pants._visible = true; } else { pants._visible = false; } } } movieClip 841 { frame 20 { gotoAndPlay(5); } } movieClip 844 { } movieClip 847 { } movieClip 849 { } movieClip 852 { } movieClip 856 { frame 1 { if (_root.asshirt) { shirt._visible = true; } else { shirt._visible = false; } if (_root.aspants) { pants._visible = true; } else { pants._visible = false; } if (_root.aspanties) { panties._visible = true; } else { panties._visible = false; } if (_root.asshoes) { shoes._visible = true; } else { shoes._visible = false; } } } movieClip 857 { frame 20 { gotoAndPlay(5); } } movieClip 861 { } movieClip 865 { } movieClip 867 { } movieClip 874 { } movieClip 876 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 879 { } movieClip 880 { frame 1 { eyes.gotoAndStop(2); if (_root.asshirt) { shirt._visible = true; s1._visible = true; s2._visible = true; boobs._visible = false; } else { shirt._visible = false; s1._visible = false; s2._visible = false; boobs._visible = true; } } instance of movieClip 861 { onClipEvent (load) { if (_root.asshirt) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.asshirt) { _visible = true; } else { _visible = false; } } } instance boobs of movieClip 865 { onClipEvent (load) { if (_root.o1top) { _visible = false; } else { _visible = true; } } onClipEvent (enterFrame) { if (_root.o1top) { _visible = false; } else { _visible = true; } } } instance of movieClip 879 { onClipEvent (load) { if (_root.asshirt) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.asshirt) { _visible = true; } else { _visible = false; } } } } movieClip 881 { frame 20 { gotoAndPlay(5); } } movieClip 882 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } movieClip 883 { frame 108 { gotoAndPlay(84); } } movieClip 887 { } movieClip 909 { frame 1 { if (_root.shirt) { shirt._visible = true; } else { shirt._visible = false; } if (_root.pants) { pants._visible = true; } else { pants._visible = false; } } frame 15 { stop(); } } movieClip 910 { } movieClip 911 { frame 1 { stop(); } instance limit of movieClip 613 { onClipEvent (load) { _visible = false; } } instance limitb of movieClip 613 { onClipEvent (load) { _visible = false; } } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 11 { stop(); } frame 12 { stop(); } frame 13 { stop(); } instance limit of movieClip 613 { onClipEvent (load) { _visible = false; } } frame 14 { stop(); } frame 15 { stop(); } frame 16 { stop(); } frame 17 { stop(); } frame 18 { stop(); } frame 19 { stop(); } frame 20 { stop(); } frame 21 { stop(); } frame 22 { stop(); } frame 23 { stop(); } } movieClip 912 dragon1a { instance animate of movieClip 911 { } } movieClip 913 dragon_fireball1a { instance animate of movieClip 510 { onClipEvent (load) { r_loss = 10; d_inc = 20; dead = false; deadt = 0; deadmax = 40; speed = 61; dx = _root.p1.animate._x - _x; dy = _root.p1.animate._y - _y; rtime = 0; rtimemax = 150; sparktimer = 0; sparktimermax = 10; size = 100; _xscale = size; _yscale = size; _alpha = 100; } 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; } if (!dead) { ++sparktimer; if (sparktimer >= sparktimermax) { _root.attachMovie('e_bull_spark1a', 'espark1' + _root.debris, _root.debris++); _root['espark1' + _root.debris].animate._x = _x; _root['espark1' + _root.debris].animate._y = _y; sparktimer = 0; } if (this.hitTest(_root.p1.animate.character.weapon.limit)) { dead = true; } if (this.hitTest(_root.swep1.animate.limit)) { dead = true; } if (!_root.p1.animate.hit) { if (!_root.p1.animate.nohit) { if (this.hitTest(_root.p1.animate.limit)) { _root.p1.animate.hit = true; _root.p1.animate.hit = true; if (_root.armor) { _root.armlife -= r_loss; } else { _root.life -= r_loss; } dead = true; } } } _x = _x + dx / speed; _y = _y + dy / speed; rtime += 1; if (rtime >= rtimemax) { _parent.removeMovieClip(); } } if (dead) { ++deadt; _alpha = _alpha - 15; size += d_inc; _xscale = size; _yscale = size; if (deadt >= deadmax) { _parent.removeMovieClip(); } } } } } } movieClip 916 { } movieClip 917 { instance limit of movieClip 916 { onClipEvent (enterFrame) { if (!_parent.ko) { if (this.hitTest(_root.e1.animate.limit)) { _root.e1.animate.life -= 3; _root.e1.animate.hit1 = true; _parent.ko = true; } if (this.hitTest(_root.e2.animate.limit)) { _root.e2.animate.life -= 3; _root.e2.animate.hit1 = true; _parent.ko = true; } if (this.hitTest(_root.e3.animate.limit)) { _root.e3.animate.life -= 3; _root.e3.animate.hit1 = true; _parent.ko = true; } if (this.hitTest(_root.e4.animate.limit)) { _root.e4.animate.life -= 3; _root.e4.animate.hit1 = true; _parent.ko = true; } if (this.hitTest(_root.e5.animate.limit)) { _root.e5.animate.life -= 3; _root.e5.animate.hit1 = true; _parent.ko = true; } if (this.hitTest(_root.e6.animate.limit)) { _root.e6.animate.life -= 3; _root.e6.animate.hit1 = true; _parent.ko = true; } if (this.hitTest(_root.e7.animate.limit)) { _root.e7.animate.life -= 3; _root.e7.animate.hit1 = true; _parent.ko = true; } if (this.hitTest(_root.e8.animate.limit)) { _root.e8.animate.life -= 3; _root.e8.animate.hit1 = true; _parent.ko = true; } if (this.hitTest(_root.e9.animate.limit)) { _root.e9.animate.life -= 3; _root.e9.animate.hit1 = true; _parent.ko = true; } if (this.hitTest(_root.boss1.animate.limit)) { _root.boss1.animate.life -= 1; _root.boss1.animate.hit1 = true; _parent.ko = true; } } } } } movieClip 918 dagger1a { instance animate of movieClip 917 { onClipEvent (load) { attach = true; if (_root.gender_numb == 0) { _root.sw_power = 2; size = 250; } if (_root.gender_numb == 1) { _root.sw_power = 3; size = 500; } if (_root.gender_numb == 2) { _root.sw_power = 4; size = 600; } _xscale = size; _yscale = size; dspeed = 3; rspeed = 30; stimer = 0; bulletDepth = 100000; bullettimer = 0; speed = 15; gor = false; gol = false; gortime = 0; goltime = 0; removetime = 0; ko = false; gsel = random(4); if (gsel == 0) { uspeed = 20; } if (gsel == 1) { uspeed = 10; } if (gsel == 2) { uspeed = 15; } if (gsel == 3) { uspeed = 22; } } onClipEvent (enterFrame) { if (!_root.pause) { ++removetime; ++bullettimer; if (removetime >= 50) { _parent.removeMovieClip(); } if (_x <= -23) { _parent.removeMovieClip(); } if (_x >= 570) { _parent.removeMovieClip(); } if (_y >= 405) { _parent.removeMovieClip(); } if (!ko) { if (dir == -1) { gor = true; gol = false; ++gortime; if (gor) { _rotation = _rotation + rspeed; _x = _x - speed; } } if (dir == 1) { gor = false; gol = true; if (gol) { _rotation = _rotation - rspeed; _x = _x + speed; } } } if (ko) { _rotation = _rotation + 30; --uspeed; _y = _y - uspeed; if (dir == -1) { _x = _x - dspeed; } if (dir == 1) { _x = _x + dspeed; } if (_root.mover) { _x = _x - _root.movespeed; } if (_root.movel) { _x = _x + _root.movespeed; } if (_root.moveu) { _y = _y + _root.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } } } } } } movieClip 921 { } movieClip 922 { instance of movieClip 684 { onClipEvent (load) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 1) { _visible = true; } else { _visible = false; } } } instance of movieClip 686 { onClipEvent (load) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 4) { _visible = true; } else { _visible = false; } } } instance of movieClip 921 { onClipEvent (load) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 5) { _visible = true; } else { _visible = false; } } } } movieClip 923 { } movieClip 924 { } movieClip 925 { } movieClip 928 { } movieClip 929 { instance of movieClip 928 { onClipEvent (load) { if (_root.cl_numb == 2) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.cl_numb == 2) { _visible = true; } else { _visible = false; } } } } movieClip 930 { frame 5 { stop(); } } movieClip 931 { } movieClip 933 { } movieClip 935 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } movieClip 938 { frame 9 { stop(); } } movieClip 939 { } movieClip 940 { frame 9 { stop(); } } movieClip 942 { frame 9 { stop(); } } movieClip 944 { frame 9 { stop(); } } movieClip 945 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } } movieClip 947 { } movieClip 948 { instance weapon of movieClip 945 { onClipEvent (load) { limit._visible = false; if (_root.weapon_numb == 0) { gotoAndStop('a'); } if (_root.weapon_numb == 1) { gotoAndStop('b'); } if (_root.weapon_numb == 2) { gotoAndStop('c'); } if (_root.weapon_numb == 3) { gotoAndStop('d'); } } } frame 12 { stop(); } } movieClip 955 { frame 10 { stop(); } } movieClip 956 { instance of movieClip 935 { onClipEvent (load) { if (_root.w1) { gotoAndStop('knife'); } if (_root.w2) { gotoAndStop('sword'); } if (_root.w3) { gotoAndStop('axe'); } } } instance weapon of movieClip 945 { onClipEvent (load) { limit._visible = false; if (_root.weapon_numb == 0) { gotoAndStop('a'); } if (_root.weapon_numb == 1) { gotoAndStop('b'); } if (_root.weapon_numb == 2) { gotoAndStop('c'); } if (_root.weapon_numb == 3) { gotoAndStop('d'); } } } frame 12 { stop(); } instance of movieClip 935 { onClipEvent (load) { if (_root.w1) { gotoAndStop('knife'); } if (_root.w2) { gotoAndStop('sword'); } if (_root.w3) { gotoAndStop('axe'); } } } } movieClip 957 { frame 5 { stop(); } } movieClip 960 { } movieClip 963 { } movieClip 965 { } movieClip 967 { instance of movieClip 960 { onClipEvent (load) { if (_root.male) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.male) { _visible = true; } else { _visible = false; } } } instance of movieClip 963 { onClipEvent (load) { if (_root.female) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { _visible = true; } else { _visible = false; } } } instance of movieClip 965 { onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } } } movieClip 973 { } movieClip 978 { frame 10 { stop(); } } movieClip 987 { instance of movieClip 960 { onClipEvent (load) { if (_root.male) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.male) { _visible = true; } else { _visible = false; } } } instance of movieClip 963 { onClipEvent (load) { if (_root.female) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { _visible = true; } else { _visible = false; } } } instance of movieClip 965 { onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } } instance of movieClip 960 { onClipEvent (load) { if (_root.male) { _visible = true; } else { _visible = false; } } onClipEvent (load) { if (_root.male) { _visible = true; } else { _visible = false; } } } instance limit of movieClip 973 { onClipEvent (enterFrame) { if (!_root.pause) { if (this.hitTest(_root.e1.animate.limit)) { if (!a1) { _root.e1.animate.life -= 3; _root.e1.animate.hit = true; a1 = true; } } if (this.hitTest(_root.e2.animate.limit)) { if (!a2) { _root.e2.animate.life -= 3; _root.e2.animate.hit = true; a2 = true; } } if (this.hitTest(_root.e3.animate.limit)) { if (!a3) { _root.e3.animate.life -= 3; _root.e3.animate.hit = true; a3 = true; } } if (this.hitTest(_root.e4.animate.limit)) { if (!a4) { _root.e4.animate.life -= 3; _root.e4.animate.hit = true; a4 = true; } } if (this.hitTest(_root.e5.animate.limit)) { if (!a5) { _root.e5.animate.life -= 3; _root.e5.animate.hit = true; a5 = true; } } if (this.hitTest(_root.e6.animate.limit)) { if (!a6) { _root.e6.animate.life -= 3; _root.e6.animate.hit = true; a6 = true; } } if (this.hitTest(_root.e7.animate.limit)) { if (!a7) { _root.e7.animate.life -= 3; _root.e7.animate.hit = true; a7 = true; } } if (this.hitTest(_root.e8.animate.limit)) { if (!a8) { _root.e8.animate.life -= 3; _root.e8.animate.hit = true; a8 = true; } } if (this.hitTest(_root.e9.animate.limit)) { if (!a9) { _root.e9.animate.life -= 3; _root.e9.animate.hit = true; a9 = true; } } } } } frame 10 { stop(); } } movieClip 989 { } movieClip 998 { } movieClip 999 { instance of movieClip 960 { onClipEvent (load) { if (_root.male) { _visible = true; } else { _visible = false; } } onClipEvent (load) { if (_root.male) { _visible = true; } else { _visible = false; } } } instance of movieClip 963 { onClipEvent (load) { if (_root.female) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { _visible = true; } else { _visible = false; } } } instance of movieClip 965 { onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } } } movieClip 1006 { instance of movieClip 960 { onClipEvent (load) { if (_root.male) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.male) { _visible = true; } else { _visible = false; } } } instance of movieClip 963 { onClipEvent (load) { if (_root.female) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { _visible = true; } else { _visible = false; } } } instance of movieClip 965 { onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } } } movieClip 1010 { instance of movieClip 960 { onClipEvent (load) { if (_root.male) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.male) { _visible = true; } else { _visible = false; } } } instance of movieClip 963 { onClipEvent (load) { if (_root.female) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { _visible = true; } else { _visible = false; } } } instance of movieClip 965 { onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } } } movieClip 1013 { } movieClip 1016 { } movieClip 1017 { instance of movieClip 965 { onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } } instance of movieClip 1013 { onClipEvent (load) { if (_root.female) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { _visible = true; } else { _visible = false; } } } instance of movieClip 1016 { onClipEvent (load) { if (_root.female) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { _visible = true; } else { _visible = false; } } } } movieClip 1020 { } movieClip 1022 { } movieClip 1025 { } movieClip 1026 { instance of movieClip 1020 { onClipEvent (load) { if (_root.female) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { _visible = true; } else { _visible = false; } } } instance of movieClip 1022 { onClipEvent (load) { if (_root.male) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.male) { _visible = true; } else { _visible = false; } } } instance of movieClip 1025 { onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } } instance of movieClip 1016 { onClipEvent (load) { if (_root.female) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { _visible = true; } else { _visible = false; } } } } movieClip 1029 { } movieClip 1031 { } movieClip 1033 { instance of movieClip 1029 { onClipEvent (load) { if (_root.female) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { _visible = true; } else { _visible = false; } } } instance of movieClip 1031 { onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } } instance of movieClip 1016 { onClipEvent (load) { if (_root.female) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { _visible = true; } else { _visible = false; } } } instance of movieClip 1022 { onClipEvent (load) { if (_root.male) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.male) { _visible = true; } else { _visible = false; } } } } movieClip 1036 { instance of movieClip 1029 { onClipEvent (load) { if (_root.female) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { _visible = true; } else { _visible = false; } } } instance of movieClip 1031 { onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } onClipEvent (load) { if (_root.o1bot) { _visible = true; } else { _visible = false; } } } instance of movieClip 1016 { onClipEvent (load) { if (_root.female) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.female) { _visible = true; } else { _visible = false; } } } instance of movieClip 1022 { onClipEvent (load) { if (_root.male) { _visible = true; } else { _visible = false; } } onClipEvent (enterFrame) { if (_root.male) { _visible = true; } else { _visible = false; } } } } movieClip 1038 { } movieClip 1040 { } movieClip 1042 { } movieClip 1044 { } movieClip 1046 { } movieClip 1048 { } movieClip 1050 { } movieClip 1052 { } movieClip 1054 { } movieClip 1056 { } movieClip 1058 { } movieClip 1059 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 11 { stop(); } frame 12 { stop(); } frame 13 { stop(); } frame 14 { stop(); } frame 15 { stop(); } frame 16 { stop(); } frame 17 { stop(); } frame 18 { stop(); } } movieClip 1060 bunkerall1a { instance animate of movieClip 1059 { onClipEvent (load) { dir = 1; if (_root.gender_numb == 0) { _root.strength1 = 1; attack1max = 28; xscale = 80; yscale = 95; speed = 7; } if (_root.gender_numb == 1) { _root.strength1 = 2; xscale = 85; yscale = 100; attack1max = 20; speed = 5; } if (_root.gender_numb == 1) { _root.strength1 = 1.5; xscale = 85; yscale = 100; attack1max = 20; speed = 6; } _yscale = yscale; if (dir == 1) { _xscale = xscale; } else { _xscale = -xscale; } fall_max = -7; _root.movespeed = speed; ground = false; nohitt = 0; nohit = false; nohitmax = 70; jump = false; jumpmax = 15; jspeed = jumpmax; jumpt = 0; fall = false; fallt = 0; fspeed = 6; duck = false; up = false; raped = false; rapedt = 0; rapedmax = 2; nothing = false; yes = true; no = false; rstop = false; lstop = true; attack1 = false; attack1t = 0; attack2 = false; attack2t = 0; attack2max = 30; idupcolor = new Color(this); mainColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '50', 'rb': '0', 'ga': '50', 'gb': '0', 'ba': '50', 'bb': '0', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; hitcolor = new Color(this); hitcolor0 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; hitcolor1 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '0', 'ab': '255'}; limit._visible = false; sparktimer = 0; sparktimermax = 10; spark_effectt = 0; spark_effectmax = 100; spark_effect = false; hit = false; hitt = 0; hitmax = 10; hit_speed = speed; dead = false; deadt = 0; deadmax = 150; dead_speed = 20; blinkt = 0; blinkhalf = 2; blinkmax = 3; } onClipEvent (enterFrame) { if (!_root.pause) { _root.farx = _x; _root.fary = _y; limit._visible = false; if (spark_effect) { ++sparktimer; ++spark_effectt; xoffset = random(-50) + random(50); yoffset = random(-50) + random(50); if (sparktimer >= sparktimermax) { _root.attachMovie('e_bull_spark1a', 'espark1' + _root.debris, _root.debris++); _root['espark1' + _root.debris].animate._x = _x + xoffset; _root['espark1' + _root.debris].animate._y = _y + yoffset; sparktimer = 0; } if (spark_effectt >= spark_effectmax) { sparktimer = 0; spark_effectt = 0; spark_effect = false; } } if (_root.color_numb == 0) { idupcolor.setTransform(mainColor); } if (_root.color_numb == 1) { idupcolor.setTransform(Color1); } if (_root.color_numb == 2) { idupcolor.setTransform(Color2); } if (_root.color_numb == 3) { idupcolor.setTransform(Color3); } if (_root.color_numb == 4) { idupcolor.setTransform(Color4); } if (_root.color_numb == 5) { idupcolor.setTransform(Color5); } if (_root.color_numb == 6) { idupcolor.setTransform(Color6); } if (!_root.qte) { if (!dead) { _root.pch = attack1; if (_x >= _root.p1bounds_max) { _x = _x - speed; } if (_x <= _root.p1bounds_min) { _x = _x + speed; } 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, _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 + speed; } if (_root.map1.black.hitTest(_x + 10, _y, true)) { _x = _x - speed; } if (_root.map1.black.hitTest(_x, _y + 30, true)) { _root.ground = true; ground = true; } else { _root.ground = false; ground = false; } } if (_root.gender_numb == 0) { _root.strength1 = 1; attack1max = 28; xscale = 80; yscale = 95; speed = 7; } if (_root.gender_numb == 1) { _root.strength1 = 2; xscale = 85; yscale = 100; attack1max = 20; speed = 5; } if (_root.gender_numb == 2) { _root.strength1 = 1.5; xscale = 85; yscale = 100; attack1max = 20; speed = 6; } _yscale = yscale; 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.armor) { if (_root.armlife <= 0) { _root.armor = false; } if (_root.armlife < _root.armlifemax / 2) { _root.hat_numb = 0; } } if (!_root.armor) { _root.hat_numb = 0; _root.cl_numb = 0; } if (!dead) { if (_root.life < 0) { if (!raped) { dead = true; } } if (_root.gender_numb == 0) { if (_root.magic < _root.magicmax) { _root.magic += 0.005; } } if (nohit) { ++nohitt; ++blinkt; if (blinkt >= blinkmax / 2) { hitcolor.setTransform(hitcolor1); } if (blinkt < blinkmax / 2) { } if (blinkt >= blinkmax) { blinkt = 0; } if (nohitt >= nohitmax) { hitcolor.setTransform(hitcolor1); _alpha = 100; nohitt = 0; nohit = false; } } if (_y >= 450) { _y = 0; } if (!hit) { if (!raped) { _root.movespeed = speed; if (!attack1) { if (!attack2) { if (!_root.cont_up) { if (_root.cont_attk) { if (!attgo) { attack1 = true; attgo = true; } } else { attgo = false; } if (_root.aux_attk) { if (!attgo) { attack2 = true; attgo = true; } } else { attgo = false; } } } } if (ground) { if (!g) { attack1t = 0; attack1 = false; attack2t = 0; attack2 = false; g = true; } if (!attack1) { if (!attack2) { if (!_root.cont_rt and !_root.cont_lft and !_root.cont_up and !_root.cont_dn) { if (dir == 1) { _xscale = xscale; } else { _xscale = -xscale; } gotoAndStop('stand'); } if (!_root.cont_up) { if (!_root.cont_dn) { if (_root.cont_rt) { gotoAndStop('run'); if (!_root.map1.black.hitTest(_x + 40, _y, true)) { _x = _x + speed; } dir = 1; _xscale = xscale; } if (_root.cont_lft) { gotoAndStop('run'); if (!_root.map1.black.hitTest(_x - 40, _y, true)) { _x = _x - speed; } dir = -1; _xscale = -xscale; } } if (_root.cont_dn) { gotoAndStop('duck'); duck = true; } else { duck = false; } } if (_root.cont_up) { gotoAndStop('ready'); up = true; duck = false; } else { up = false; } if (_root.cont_jumpb) { if (!hup1) { _y = _y - 5; jspeed = jumpmax; jump = true; hup1 = true; } } else { hup1 = false; } } if (attack2) { gotoAndStop('attack2'); } } if (attack1) { if (!duck) { gotoAndStop('attack1'); } else { gotoAndStop('aattack1'); } } } else { g = false; } if (!ground) { if (!attack1) { if (!attack2) { if (jspeed > 0) { gotoAndStop('jump'); } else { gotoAndStop('fall'); } } if (attack2) { gotoAndStop('attack2'); } } if (attack1) { gotoAndStop('aattack1'); } if (_root.cont_rt) { if (!_root.map1.black.hitTest(_x + 40, _y, true)) { if (!attack1) { if (!attack2) { dir = 1; _xscale = xscale; } } _x = _x + speed; } } if (_root.cont_lft) { if (!_root.map1.black.hitTest(_x - 40, _y, true)) { if (!attack1) { if (!attack2) { dir = -1; _xscale = -xscale; } } _x = _x - speed; } } if (!jump) { _y = _y + fspeed; } if (jump) { _y = _y - jspeed; --jspeed; if (jspeed <= fall_max) { jspeed = fall_max; } } } if (attack1) { _root.cont_attk = false; ++attack1t; if (attack1t >= attack1max) { attack1t = 0; attack1 = false; } } if (attack2) { ++attack2t; _root.aux_attk = false; if (attack2t == 5) { if (!_root.swep1.animate.attach) { if (_root.sub_weapon == 0) { } if (_root.magic >= 2) { if (_root.sub_weapon == 1) { _root.attachMovie('dagger1a', 'swep1', _root.pbullets++); _root.swep1.animate._x = _x; _root.swep1.animate._y = _y - 40; _root.swep1.animate.dir = dir; } if (_root.sub_weapon == 2) { _root.attachMovie('throwaxe1a', 'swep1', _root.pbullets++); _root.swep1.animate._x = _x; _root.swep1.animate._y = _y - 40; _root.swep1.animate.dir = dir; } if (_root.sub_weapon == 3) { _root.attachMovie('mcocktail1a', 'swep1', _root.pbullets++); _root.swep1.animate._x = _x; _root.swep1.animate._y = _y - 40; _root.swep1.animate.dir = dir; } if (_root.sub_weapon == 4) { _root.attachMovie('boomerang1a', 'swep1', _root.pbullets++); _root.swep1.animate._x = _x; _root.swep1.animate._y = _y - 40; _root.swep1.animate.dir = dir; } if (_root.gender_numb == 0) { _root.magic -= 2; } if (_root.gender_numb == 1) { _root.magic -= 5; } if (_root.gender_numb == 2) { _root.magic -= 4; } } } } if (attack2t >= attack1max) { attack2t = 0; attack2 = false; } } } if (raped) { ++rapedt; if (_root.esc >= _root.escmax) { nohit = true; rapedt = 0; raped = false; } if (rapedt >= 2) { nohit = true; rapedt = 0; raped = false; } } else { rped = false; rapedt = 0; } } if (hit) { attack1 = false; attack1t = 0; attack2 = false; attack2t = 0; ++hitt; gotoAndStop('hit1'); if (dir == 1) { if (!_root.map1.black.hitTest(_x + 40, _y, true)) { _x = _x - hit_speed; } } if (dir == -1) { if (!_root.map1.black.hitTest(_x - 40, _y, true)) { _x = _x + hit_speed; } } if (hitt >= hitmax) { hitt = 0; nohit = true; hit = false; } } } if (dead) { ++deadt; if (!raped) { --dead_speed; if (dir == 1) { _x = _x - hit_speed; } if (dir == -1) { _x = _x + hit_speed; } _y = _y - dead_speed; gotoAndStop('dead'); } if (deadt >= deadmax) { _root.gotoAndPlay('loader'); } } } if (_root.qte) { gotoAndStop('rape1'); } } } } } movieClip 1063 { frame 7 { stop(); } } movieClip 1065 { } movieClip 1069 { frame 7 { stop(); } } movieClip 1071 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } movieClip 1072 bullet1a { instance animate of movieClip 1071 { onClipEvent (load) { attach = true; size = 100; if (_root.gender_numb == 0) { _root.sw_power = 2; } if (_root.gender_numb == 1) { _root.sw_power = 3; } if (_root.gender_numb == 2) { _root.sw_power = 4; } _xscale = size; _yscale = size; dspeed = 3; rspeed = 30; stimer = 0; bulletDepth = 100000; bullettimer = 0; speed = 20; gor = false; gol = false; gortime = 0; goltime = 0; removetime = 0; ko = false; gsel = random(4); if (gsel == 0) { uspeed = 20; } if (gsel == 1) { uspeed = 10; } if (gsel == 2) { uspeed = 15; } if (gsel == 3) { uspeed = 22; } kspeed = random(20) - random(20); y_inc = random(3) - random(4); } onClipEvent (enterFrame) { if (!_root.pause) { ++removetime; ++bullettimer; if (removetime >= 50) { _parent.removeMovieClip(); } if (_x <= -23) { _parent.removeMovieClip(); } if (_x >= 570) { _parent.removeMovieClip(); } if (_y >= 405) { _parent.removeMovieClip(); } if (_root.mover) { _x = _x - _root.movespeed; } if (_root.movel) { _x = _x + _root.movespeed; } if (_root.moveu) { _y = _y + _root.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } if (!ko) { _y = _y + y_inc; if (dir == -1) { _xscale = -size; _x = _x - speed; } if (dir == 1) { _xscale = size; _x = _x + speed; } if (_root.map1.black.hitTest(_x, _y, true)) { ko = true; } i = 0; while (i < _root.enemyNumber) { if (limit.hitTest(_root['enemy' + i].animate.limit)) { _root['enemy' + i].animate.hit = true; _root['enemy' + i].animate.life -= 1; _root.attachMovie('bloodspurt1a', 'spurt1' + _root.debris, _root.debris++); _root['spurt1' + _root.debris].animate._x = _x; _root['spurt1' + _root.debris].animate._y = _y; _parent.removeMovieClip(); } ++i; } } if (ko) { gotoAndStop('blocked'); _rotation = _rotation + dspeed; --kspeed; _y = _y - kspeed; if (dir == -1) { _x = _x - dspeed; } if (dir == 1) { _x = _x + dspeed; } } } } } } movieClip 1074 { } movieClip 1076 { } movieClip 1077 { frame 1 { stop(); } instance of movieClip 1074 { onClipEvent (enterFrame) { if (this.hitTest(_root.e1.animate.limit)) { _root.e1.animate.life -= 3; _root.e1.animate.hit1 = true; a1 = true; } if (this.hitTest(_root.e2.animate.limit)) { _root.e2.animate.life -= 3; _root.e2.animate.hit1 = true; } if (this.hitTest(_root.e3.animate.limit)) { _root.e3.animate.life -= 3; _root.e3.animate.hit1 = true; } if (this.hitTest(_root.e4.animate.limit)) { _root.e4.animate.life -= 3; _root.e4.animate.hit1 = true; } if (this.hitTest(_root.e5.animate.limit)) { _root.e5.animate.life -= 3; _root.e5.animate.hit1 = true; } if (this.hitTest(_root.e6.animate.limit)) { _root.e6.animate.life -= 3; _root.e6.animate.hit1 = true; } if (this.hitTest(_root.e7.animate.limit)) { _root.e7.animate.life -= 3; _root.e7.animate.hit1 = true; a7 = true; } if (this.hitTest(_root.e8.animate.limit)) { _root.e8.animate.life -= 3; _root.e8.animate.hit1 = true; } if (this.hitTest(_root.e9.animate.limit)) { _root.e9.animate.life -= 3; _root.e9.animate.hit1 = true; } if (this.hitTest(_root.boss1.animate.limit)) { _root.boss1.animate.life -= 1; _root.boss1.animate.hit1 = true; _parent.ko = true; } } } frame 2 { stop(); } } movieClip 1078 boomerang1a { instance animate of movieClip 1077 { onClipEvent (load) { if (_root.gender_numb == 0) { _root.sw_power = 3; size = 100; } if (_root.gender_numb == 1) { _root.sw_power = 5; size = 150; } if (_root.gender_numb == 2) { _root.sw_power = 4; size = 110; } _xscale = size; _yscale = size; attach = true; speed = 10; gor = false; gol = false; gortime = 0; goltime = 0; removetime = 0; got = 20; goty = 0.5; dspeed = 3; gsel = random(4); if (gsel == 0) { uspeed = 20; } if (gsel == 1) { uspeed = 10; } if (gsel == 2) { uspeed = 15; } if (gsel == 3) { uspeed = 22; } } onClipEvent (enterFrame) { if (!_root.pause) { ++removetime; if (removetime >= 80) { _parent.removeMovieClip(); } if (!ko) { _rotation = _rotation + 35; --got; _y = _y - goty; if (dir == 1) { _x = _x + got; } if (dir == -1) { _x = _x - got; } } if (ko) { _rotation = _rotation - 30; --uspeed; _y = _y - uspeed; if (dir == 1) { _x = _x - dspeed; } if (dir == -1) { _x = _x + dspeed; } if (_root.mover) { _x = _x - _root.movespeed; } if (_root.movel) { _x = _x + _root.movespeed; } if (_root.moveu) { _y = _y + _root.movespeedv; } if (_root.moved) { _y = _y - _root.movespeedv; } } } } } } frame 1 { Stage.scaleMode = 'exactfit'; _root.quality_key = 81; _root.rt_key = 39; _root.lft_key = 37; _root.up_key = 38; _root.dn_key = 40; _root.attk_key = 65; _root.jump_key = 83; _root.aux_key = 68; _root.aux_attk = false; _root.cont_rt = false; _root.cont_lft = false; _root.cont_up = false; _root.cont_dn = false; _root.zoomin = false; _root.rape_breakable = false; _root.stage_up = false; _root.stage_dn = false; _root.stage_lft = true; _root.stage_rt = false; _root.sound = true; _root.music_numb = 0; } frame 2 { function clean() { for (i in _root) { _root[i].removeMovieClip(); } } _root.clean(); _root.char_name = 'toonpimp'; stopAllSounds(); stop(); } movieClip 1080 { } // unknown tag 88 length 64 movieClip 1083 { } instance of movieClip 1083 { 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!'; } } } movieClip 1087 { } instance of movieClip 1087 { onClipEvent (rollOver) { _root.intext = 'TOON PIMP'; } onClipEvent (rollOut) { _root.intext = ''; } onClipEvent (release) { getURL('http://toonpimp.net', 'gropesville'); } onClipEvent (enterFrame) { if (Key.isDown(9)) { _root.gotoAndPlay('loader'); } } } movieClip 1089 { } instance of movieClip 1089 { onClipEvent (rollOver) { _root.menu1.textbox = 'PLAY MORE GAMES!!!'; } onClipEvent (rollOut) { _root.menu1.textbox = 'Welcome to Toon Pimp\'s Palace'; } onClipEvent (release) { getURL('http://toonchamp.com/mogamez', 1); } } movieClip 1091 { } frame 3 { stop(); } movieClip 1096 { frame 1 { stop(); } } instance of movieClip 1096 { onClipEvent (release) { _root.gotoAndStop('st1a'); } } frame 4 { function clean() { for (i in _root) { _root[i].removeMovieClip(); } } _root.clean(); _root.cl_numbmax = 3; _root.male = true; _root.female = false; _root.color_numb = 0; _root.cl_numb = 1; _root.hat_numb = 0; _root.mainmus = 1; _root.sub_weapon = 1; _root.bg_color = 0; _root.boss_color = 1; _root.gender_numb = 0; _root.armor = true; _root.pause = false; _root.health = 100; _root.magic = 100; _root.magicmax = 100; _root.score = 0; _root.esc = 0; _root.escmax = 10; _root.scrollhor = true; _root.vert_scroll = false; _root.p1bounds_max = 550; _root.p1bounds_min = 0; _root.mapx_max = 1000; _root.mapx_min = -1800; _root.mapy_max = 600; _root.mapy_min = -450; _root.ground_y_min = 60; _root.ground_y_max = 50; if (_root.char_name == 'bunker') { _root.music_numb = 1; _root.attachMovie('bunkerall1a', 'p1', 99); } if (_root.char_name == 'toonpimp') { _root.music_numb = 2; _root.attachMovie('toonpimp1a', 'p1', 99); } _root.p1.animate._x = 0; _root.p1.animate._y = 300; _root.map1._x = _root.mapx_max; _root.map1._y = 321; _root.bg1._x = 231; _root.bg1._y = 230; _root.armor = true; _root.armlife = 100; _root.armlifemax = 100; _root.life = 100; _root.lifemax = 100; _root.desire = 0.05; _root.p1bounds_max = 500; _root.p1bounds_min = 50; _root.qte = false; _root.qte_go = false; _root.qte_type = 0; _root.rape_max_level = 0; _root.weapon_numb = 0; _root.main_scroll_sp = 15; _root.enemyNumber = 21; i = 0; while (i < enemyNumber) { nsel = random(3); if (nsel == 0) { name1 = 'pinkiepie1a'; } if (nsel == 1) { name1 = 'spike1a'; } if (nsel == 2) { name1 = 'rdasher1a'; } _root.attachMovie(name1, 'enemy' + i, 101 + i); _root['enemy' + i].animate._x = 500 + random(3000); _root['enemy' + i].animate._y = 200; ++i; } stop(); } movieClip 1100 { } instance of movieClip 1100 { onClipEvent (load) { size = 100; _xscale = size; _yscale = size; xoffset = 0; yoffset = 0; xoffsetzi = 0; yoffsetzi = 0; xoffsetzo = 0; yoffsetzo = 0; xoffsetrp = 0; yoffsetrp = 0; s0 = 100; s1 = 100; s2 = 300; s3 = 100; if (_root.zoomin) { size = s3; _x = _root.zoombox._x + xoffsetzi; _y = _root.zoombox._y + yoffsetzi; } if (_root.zoomout) { size = s2; _x = _root.zoombox._x + xoffsetzo; _y = _root.zoombox._y + yoffsetzo; } if (_root.rape) { size = s1; _x = _root.zoombox._x + xoffsetrp; _y = _root.zoombox._y + yoffsetrp; } if (!_root.zoomin and !_root.zoomout and !_root.rape) { size = s0; _x = _root.zoombox._x + xoffset; _y = _root.zoombox._y + yoffset; } idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; } onClipEvent (enterFrame) { _xscale = size; _yscale = size; if (_root.bg_color == 0) { idupcolor.setTransform(oldColor); } if (_root.bg_color == 1) { idupcolor.setTransform(Color1); } if (_root.bg_color == 2) { idupcolor.setTransform(Color2); } if (_root.bg_color == 3) { idupcolor.setTransform(Color3); } if (_root.bg_color == 4) { idupcolor.setTransform(Color4); } if (_root.bg_color == 5) { idupcolor.setTransform(Color5); } if (_root.bg_color == 6) { idupcolor.setTransform(Color6); } if (_root.zoomin) { size = s3; _x = _root.zoombox._x + xoffsetzi; _y = _root.zoombox._y + yoffsetzi; } if (_root.zoomout) { size = s2; _x = _root.zoombox._x + xoffsetzo; _y = _root.zoombox._y + yoffsetzo; } if (_root.rape) { size = s1; _x = _root.zoombox._x + xoffsetrp; _y = _root.zoombox._y + yoffsetrp; } if (!_root.zoomin and !_root.zoomout and !_root.rape) { size = s0; _x = _root.zoombox._x + xoffset; _y = _root.zoombox._y + yoffset; } } } movieClip 1105 { } instance of movieClip 1105 { onClipEvent (load) { size = 100; _xscale = size; _yscale = size; xoffset = 0; yoffset = 0; xoffsetzi = 0; yoffsetzi = 0; xoffsetzo = 0; yoffsetzo = 0; xoffsetrp = 0; yoffsetrp = 0; s0 = 100; s1 = 100; s2 = 250; s3 = 100; if (_root.zoomin) { size = s3; } if (_root.zoomout) { size = s2; } if (_root.rape) { size = s1; } if (!_root.zoomin and !_root.zoomout and !_root.rape) { size = s0; } idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; } onClipEvent (enterFrame) { _xscale = size; _yscale = size; if (_root.bg_color == 0) { idupcolor.setTransform(oldColor); } if (_root.bg_color == 1) { idupcolor.setTransform(Color1); } if (_root.bg_color == 2) { idupcolor.setTransform(Color2); } if (_root.bg_color == 3) { idupcolor.setTransform(Color3); } if (_root.bg_color == 4) { idupcolor.setTransform(Color4); } if (_root.bg_color == 5) { idupcolor.setTransform(Color5); } if (_root.bg_color == 6) { idupcolor.setTransform(Color6); } if (_root.zoomin) { size = s3; } if (_root.zoomout) { size = s2; } if (_root.rape) { size = s1; } if (!_root.zoomin and !_root.zoomout and !_root.rape) { size = s0; } } } movieClip 1108 { } movieClip 1111 { } movieClip 1112 { } instance bg1 of movieClip 1112 { onClipEvent (load) { idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; } onClipEvent (enterFrame) { if (!_root.pause) { if (_root.bg_color == 0) { idupcolor.setTransform(oldColor); } if (_root.bg_color == 1) { idupcolor.setTransform(Color1); } if (_root.bg_color == 2) { idupcolor.setTransform(Color2); } if (_root.bg_color == 3) { idupcolor.setTransform(Color3); } if (_root.bg_color == 4) { idupcolor.setTransform(Color4); } if (_root.bg_color == 5) { idupcolor.setTransform(Color5); } if (_root.bg_color == 6) { idupcolor.setTransform(Color6); } if (_root.mover) { _x = _x - _root.movespeed / 5; } if (_root.movel) { _x = _x + _root.movespeed / 5; } if (_root.moveu) { _y = _y - _root.movespeed / 4; } if (_root.moved) { _y = _y + _root.movespeed / 4; } } } } movieClip 1114 { } instance of movieClip 1114 { 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 = 570; _root.itlayer = 650; _root.spark = 680; if (!_root.sound) { stopAllSounds(); } stagemusic1a = new Sound(); stagemusic1a.volume = vol; stagemusic1a.attachSound('stmus4'); stagemusic1a.onSoundComplete = function () { stagemusic1a.start(); }; stagemusic2a = new Sound(); stagemusic2a.volume = vol; stagemusic2a.attachSound('cast3a'); stagemusic2a.onSoundComplete = function () { stagemusic2a.start(); }; if (_root.weapon_numb == 0) { _root.p1power = 2; } if (_root.weapon_numb == 1) { _root.p1power = 3; } if (_root.weapon_numb == 2) { _root.p1power = 4; } if (_root.weapon_numb == 3) { _root.p1power = 5; } } onClipEvent (enterFrame) { if (_root.gender_numb == 0) { _root.male = false; _root.female = true; } if (_root.gender_numb == 1) { _root.male = true; _root.female = false; } if (_root.gender_numb == 2) { _root.male = true; _root.female = true; } if (_root.weapon_numb == 0) { _root.p1power = 2; } if (_root.weapon_numb == 1) { _root.p1power = 3; } if (_root.weapon_numb == 2) { _root.p1power = 4; } if (_root.weapon_numb == 3) { _root.p1power = 5; } 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) { if (_root.music_numb == 1) { stagemusic1a.start(); } if (_root.music_numb == 2) { stagemusic2a.start(); } a = true; } if (Key.isDown(77)) { if (!m) { _root.sound = false; m = true; } } else { m = 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 >= 600) { _root.debris = 570; } if (_root.itlayer >= 670) { _root.itlayer = 650; } if (_root.spark >= 710) { _root.spark = 680; } } } movieClip 1116 { } movieClip 1126 { instance of movieClip 1116 { onClipEvent (release) { if (_root.armlife >= _root.armlifemax / 2) { if (_root.hat_numb < 12) { _root.hat_numb += 1; } if (_root.hat_numb >= 12) { _root.hat_numb = 0; } } else { _root.hat_numb = 0; } } } instance of movieClip 1116 { onClipEvent (release) { if (_root.armor) { if (_root.cl_numb < _root.cl_numbmax) { _root.cl_numb += 1; } if (_root.cl_numb >= _root.cl_numbmax) { _root.cl_numb = 0; } } if (!_root.armor) { _root.cl_numb = 0; } } } instance of movieClip 1116 { onClipEvent (release) { if (_root.pen_numb < 6) { _root.pen_numb += 1; } if (_root.pen_numb >= 6) { _root.pen_numb = 0; } } } instance of movieClip 1116 { onClipEvent (release) { _root.zoomin = true; _root.zoomout = false; _root.rape = false; } } instance of movieClip 1116 { onClipEvent (release) { _root.zoomin = false; _root.zoomout = true; _root.rape = false; } } instance of movieClip 1116 { onClipEvent (release) { _root.zoomin = false; _root.zoomout = false; _root.rape = true; } } instance of movieClip 1116 { onClipEvent (release) { _root.zoomin = false; _root.zoomout = false; _root.rape = false; } } instance of movieClip 1116 { onClipEvent (release) { if (_root.color_numb < 7) { _root.color_numb += 1; } if (_root.color_numb >= 7) { _root.color_numb = 0; } } } instance of movieClip 1116 { onClipEvent (release) { _root.gotoAndPlay('loader'); } } instance of movieClip 1087 { onClipEvent (rollOver) { _root.intext = 'TOON PIMP'; } onClipEvent (rollOut) { _root.intext = ''; } onClipEvent (release) { getURL('http://toonpimp.net', 'gropesville'); } onClipEvent (enterFrame) { if (Key.isDown(9)) { _root.gotoAndPlay('loader'); } } } } instance of movieClip 1126 { onClipEvent (load) { stun = false; stunt = 0; stunmax = 250; size = 100; _xscale = size; _yscale = size; xoffset = -175; yoffset = -100; xoffsetzi = -120; yoffsetzi = -70; xoffsetzo = -250; yoffsetzo = -150; xoffsetrp = -70; yoffsetrp = -35; s0 = 100; s1 = 50; s2 = 130; s3 = 70; if (_root.zoomin) { size = s3; _alpha = 100; _x = _root.zoombox._x + xoffsetzi; _y = _root.zoombox._y + yoffsetzi; } if (_root.zoomout) { size = s2; _alpha = 100; _x = _root.zoombox._x + xoffsetzo; _y = _root.zoombox._y + yoffsetzo; } if (_root.rape) { size = s1; _alpha = 60; _x = _root.zoombox._x + xoffsetrp; _y = _root.zoombox._y + yoffsetrp; } if (!_root.zoomin and !_root.zoomout and !_root.rape) { _alpha = 100; size = s0; _x = _root.zoombox._x + xoffset; _y = _root.zoombox._y + yoffset; } } onClipEvent (enterFrame) { if (!_root.qte) { if (!_root.p1.animate.raped) { _visible = true; _xscale = size; _yscale = size; if (_root.zoomin) { _alpha = 100; size = s3; _x = _root.zoombox._x + xoffsetzi; _y = _root.zoombox._y + yoffsetzi; } if (_root.zoomout) { _alpha = 100; size = s2; _x = _root.zoombox._x + xoffsetzo; _y = _root.zoombox._y + yoffsetzo; } if (_root.rape) { _alpha = 60; size = s1; _x = _root.zoombox._x + xoffsetrp; _y = _root.zoombox._y + yoffsetrp; } if (!_root.zoomin and !_root.zoomout and !_root.rape) { _alpha = 100; size = s0; _x = _root.zoombox._x + xoffset; _y = _root.zoombox._y + yoffset; } } if (_root.p1.animate.raped) { _visible = false; } } if (_root.qte) { _visible = false; } } } movieClip 1128 { } instance of movieClip 1128 { onClipEvent (load) { jump_ok = false; p1_x_max = 230; p1_x_min = 270; p1_y_max = 230; p1_y_min = 270; yes = false; no = 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) { if (_root.qte_type == 1) { _root.esc += _root.strength1; } _root.cont_attk = true; att_ok = true; } } else { att_ok = false; _root.cont_attk = false; } if (Key.isDown(_root.jump_key)) { if (!jump_ok) { if (_root.qte_type == 2) { _root.esc += _root.strength1; } _root.cont_jumpb = true; jump_ok = true; } } else { jump_ok = false; _root.cont_jumpb = false; } if (Key.isDown(_root.aux_key)) { if (!aux_ok) { if (_root.qte_type == 4) { _root.esc += _root.strength1; } _root.aux_attk = true; aux_ok = true; } } else { aux_ok = false; _root.aux_attk = false; } if (_root.qte_go) { if (_root.esc > 0) { _root.esc -= _root.desire; } if (_root.rape_breakable) { if (_root.qte_type == 0) { 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.strength1; yes = true; no = false; } rstop = true; } } else { rstop = false; } if (!lstop) { if (_root.cont_lft) { if (yes) { _root.esc += _root.strength1; no = true; yes = false; } lstop = true; } } else { lstop = false; } } } if (_root.qte_type == 1) { } if (_root.qte_type == 2) { } } } if (_root.scrollhor) { 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.vert_scroll) { if (_root.p1.animate._y > p1_y_min and _root.mapy >= _root.mapy_min) { _root.moveu = true; _root.moved = false; } else { _root.moveu = false; } if (_root.p1.animate._y < p1_y_max and _root.mapy <= _root.mapy_max) { _root.moved = true; _root.moveu = false; } else { _root.moved = false; } } else { _root.moveu = 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'; } } } } movieClip 1129 { } instance of movieClip 1129 { onClipEvent (enterFrame) { _root.moveu = false; _root.movel = false; if (_root.map1._x <= _root.mapx_min + 5) { if (_root.p1.animate._x > 545) { _root.stage_up = false; _root.stage_dn = false; _root.stage_lft = true; _root.stage_rt = false; } } if (_root.map1._x > _root.mapx_max - 5) { if (_root.p1.animate._x < 0) { _root.stage_up = false; _root.stage_dn = false; _root.stage_lft = false; _root.stage_rt = true; } } } } movieClip 1131 { } movieClip 1136 { } movieClip 1139 { } instance map1 of movieClip 1139 { onClipEvent (load) { black._visible = false; _root.mapx = _x; _root.mapy = _y; idupcolor = new Color(this); oldColor = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color1 = {'ra': '20', 'rb': '0', 'ga': '20', 'gb': '0', 'ba': '20', 'bb': '0', 'aa': '100', 'ab': '255'}; Color2 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; Color3 = {'ra': '100', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color4 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '255'}; Color5 = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '255', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '255'}; Color6 = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '0', 'aa': '100', 'ab': '255'}; } onClipEvent (enterFrame) { if (!_root.pause) { _root.mapx = _x; _root.mapy = _y; if (_root.bg_color == 0) { idupcolor.setTransform(oldColor); } if (_root.bg_color == 1) { idupcolor.setTransform(Color1); } if (_root.bg_color == 2) { idupcolor.setTransform(Color2); } if (_root.bg_color == 3) { idupcolor.setTransform(Color3); } if (_root.bg_color == 4) { idupcolor.setTransform(Color4); } if (_root.bg_color == 5) { idupcolor.setTransform(Color5); } if (_root.bg_color == 6) { idupcolor.setTransform(Color6); } 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; } } } } movieClip 1141 { frame 1 { function camControl() { parentColor.setTransform(camColor.getTransform()); var v4 = sX / this._width; var v3 = sY / this._height; _parent._x = cX - this._x * v4; _parent._y = cY - this._y * v3; _parent._xscale = 100 * v4; _parent._yscale = 100 * v3; } function resetStage() { var v2 = {'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0, 'aa': 100, 'ab': 0}; parentColor.setTransform(v2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = 'exactFit'; 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; } } instance zoombox of movieClip 1141 { onClipEvent (load) { rapet = 0; rapemax = 100; xspot = 0; yspot = -140; _root.camx = _x; _root.camy = _y; _root.zoomin = false; _root.zoomout = false; _root.rape = false; inc = 0.7; main_cam_x = 275; main_cam_y = 200; _root.screen_size = 70; _root.screen_size_main = 70; _root.screen_size_close = 50; _root.screen_size_rape = 30; _root.screen_size_max = 100; _xscale = _root.screen_size; _yscale = _root.screen_size; } onClipEvent (enterFrame) { _root.camx = _x; _root.camy = _y; if (_root.zoomout) { _x = main_cam_x; _y = main_cam_y - _root.ground_y_max; if (_root.screen_size < _root.screen_size_max) { _root.screen_size += inc; } if (_root.screen_size > _root.screen_size_max) { _root.screen_size -= inc; } } if (_root.zoomin) { _x = main_cam_x; _y = main_cam_y + _root.ground_y_min; if (_root.screen_size > _root.screen_size_close) { _root.screen_size -= inc; } if (_root.screen_size < _root.screen_size_close) { _root.screen_size += inc; } } if (_root.rape) { _x = _root.p1.animate._x; _y = _root.p1.animate._y; if (_root.screen_size > _root.screen_size_rape) { _root.screen_size -= inc; } if (_root.screen_size < _root.screen_size_rape) { _root.screen_size += inc; } } if (!_root.zoomin and !_root.zoomout and !_root.rape) { _x = main_cam_x; _y = main_cam_y; if (_root.screen_size > _root.screen_size_main) { _root.screen_size -= inc; } if (_root.screen_size < _root.screen_size_main) { _root.screen_size += inc; } } _xscale = _root.screen_size; _yscale = _root.screen_size; } }




http://swfchan.com/31/151198/info.shtml
Created: 25/10 -2018 20:14:24 Last modified: 25/10 -2018 20:14:24 Server time: 27/04 -2024 23:42:53