Frame 2 (8 B)
stop();
Frame 3 (42 B)
ifFrameLoaded (5) {
gotoAndStop (5);
}
Frame 4 (17 B)
gotoAndPlay (3);
Frame 6 (42 B)
ifFrameLoaded (8) {
gotoAndStop (8);
}
Frame 7 (17 B)
gotoAndPlay (6);
Frame 13 (44 B)
ifFrameLoaded (15) {
gotoAndStop (15);
}
Frame 14 (18 B)
gotoAndPlay (13);
Frame 16 (26 B)
stopAllSounds();
play();
Frame 42 (44 B)
ifFrameLoaded (52) {
gotoAndStop (44);
}
Frame 43 (18 B)
gotoAndPlay (42);
Frame 44 (31 B)
stopAllSounds();
nextFrame();
Frame 45 (287 B)
level = "1";
ammo = "100";
mayhem = "0";
water = "0";
electric = "0";
drugs = "0";
exit = "0";
exit2 = "0";
den = "0";
inside = "0";
kid_corner = "1";
kid1 = "1";
kid2 = "1";
kid3 = "1";
startDrag ("/point", true);
tellTarget ("/point") {
gotoAndStop (2);
};
stop();
Frame 47 (57 B)
setProperty("/bullets", _x , getProperty("/enemy", _x));
Frame 48 (58 B)
tellTarget ("/health_enemy/name") {
gotoAndStop (2);
}
Frame 49 (57 B)
setProperty("/bullets", _x , getProperty("/enemy", _x));
Frame 50 (58 B)
tellTarget ("/health_enemy/name") {
gotoAndStop (3);
}
Frame 52 (77 B)
drugs = "1";
aim = "0";
Set("/:shooting", "0");
Set("/:shooting2", "0");
Frame 54 (98 B)
startDrag ("/point", true);
stop();
tellTarget ("/bear/action") {
gotoAndStop ("attack");
}
Frame 55 (50 B)
Set("/:shooting", "0");
Set("/:shooting2", "0");
Frame 56 (60 B)
tellTarget ("/door") {
gotoAndPlay ("open");
};
play();
Frame 88 (30 B)
Set("/:ammo", /:ammo + "50");
Frame 94 (45 B)
tellTarget ("/door") {
gotoAndPlay (1);
}
Frame 113 (95 B)
stopAllSounds();
startDrag ("/point", true);
tellTarget ("/point") {
gotoAndStop (1);
}
Frame 150 (8 B)
play();
Frame 165 (44 B)
tellTarget ("/ojo") {
gotoAndPlay (1);
}
Frame 211 (155 B)
if (getProperty("bomb", _currentframe) == "1") {
tellTarget ("/nuke") {
gotoAndPlay (2);
};
tellTarget ("/health_pico") {
nextFrame();
};
}
Frame 228 (19 B)
gotoAndPlay (150);
Frame 229 (92 B)
exit = "1";
exit2 = "0";
if (inside == "1") {
nextFrame();
} else {
inside = "1";
}
Frame 230 (49 B)
tellTarget ("/ojo") {
gotoAndStop ("dead");
}
Frame 231 (237 B)
if (/:kid_corner == "0") {
tellTarget ("/kid") {
gotoAndStop ("dead");
};
}
gotoframe = getProperty("/health_pico", _currentframe);
tellTarget ("/health_shadow") {
gotoAndStop(getProperty("/health_pico", _currentframe));
}
Frame 268 (8 B)
stop();
Frame 269 (145 B)
if (den == "1") {
nextFrame();
} else {
den = "1";
}
if (/:kid_corner == "0") {
tellTarget ("/kid") {
gotoAndStop ("dead");
};
}
Frame 271 (289 B)
exit = "0";
exit2 = "0";
setProperty("fire1", _visible , "0");
setProperty("fire2", _visible , "0");
setProperty("fire3", _visible , "0");
tellTarget ("/point") {
gotoAndStop (1);
}
Set("/:shooting", "0");
Set("/:shooting2", "0");
tellTarget ("/point") {
gotoAndStop (2);
}
Frame 287 (8 B)
stop();
Frame 288 (108 B)
tellTarget ("/bear/clock") {
gotoAndStop (2);
}
stop();
tellTarget ("/point") {
gotoAndStop (1);
}
Frame 289 (125 B)
setProperty("fire1", _visible , "1");
setProperty("fire2", _visible , "1");
setProperty("fire3", _visible , "1");
play();
Frame 404 (28 B)
stop();
gotoAndStop (438);
Frame 431 (30 B)
stop();
_highquality = "1";
Frame 438 (21 B)
_highquality = "1";
Symbol 5 MovieClip Frame 53 (46 B)
stop();
tellTarget ("/") {
nextFrame();
}
Symbol 10 MovieClip Frame 70 (46 B)
stop();
tellTarget ("/") {
nextFrame();
}
Symbol 20 Button (30 B)
on (release) {
nextFrame();
}
Symbol 54 MovieClip Frame 5 (8 B)
stop();
Symbol 57 Button (30 B)
on (release) {
nextFrame();
}
Symbol 60 Button (64 B)
on (release) {
getURL ("http://www.newgrounds.com/assassin");
}
Symbol 76 MovieClip Frame 1 (8 B)
stop();
Symbol 90 MovieClip Frame 1 (144 B)
stop();
if (/:smoke == "0") {
setProperty("smoke", _visible , "0");
} else if (/:smoke == "1") {
setProperty("smoke", _visible , "1");
}
Symbol 90 MovieClip Frame 8 (13 B)
smoke = "1";
Symbol 90 MovieClip Frame 9 (77 B)
if (/:shooting2 == "1") {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
Symbol 96 Button (30 B)
on (release) {
nextFrame();
}
Symbol 140 Button (54 B)
on (release) {
tellTarget ("/") {
nextFrame();
}
}
Symbol 141 MovieClip Frame 1 (8 B)
stop();
Symbol 146 Button (55 B)
on (release) {
getURL ("http://www.newgrounds.com");
}
Symbol 150 MovieClip Frame 1 (8 B)
stop();
Symbol 155 MovieClip Frame 1 (341 B)
if (/:shooting == "1") {
x = getProperty("../", _x);
y = getProperty("../", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
if (((((x_point - "10") < x) and (x < (x_point + "15"))) and ((y_point - "14") < y)) and (y < (y_point + "13"))) {
tellTarget ("../") {
play();
};
}
}
Symbol 155 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 160 MovieClip Frame 21 (8 B)
stop();
Symbol 162 MovieClip Frame 1 (8 B)
stop();
Symbol 162 MovieClip Frame 2 (33 B)
Set("/:mayhem", /:mayhem + "1");
Symbol 162 MovieClip Frame 30 (8 B)
stop();
Symbol 171 MovieClip Frame 1 (8 B)
stop();
Symbol 171 MovieClip Frame 4 (8 B)
stop();
Symbol 183 MovieClip Frame 60 (50 B)
tellTarget ("../") {
gotoAndStop ("murder");
}
Symbol 184 MovieClip Frame 1 (1.3 KiB) ●
x = getProperty("/bear", _x);
y = getProperty("/bear", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
if (/:shooting == "1") {
if (((((((x - "20") < x_point) and (x_point < (x + "60"))) and ((y - "40") < y_point)) and (y_point < (y + "40"))) or (((((x - "20") < x_point) and (x_point < (x + "20"))) and ((y - "80") < y_point)) and ((y - "40") >= y_point))) and (getProperty("/bear", _currentframe) == "1")) {
tellTarget ("/health_bear") {
nextFrame();
};
setProperty("/point/blood", _visible , "1");
} else if (((((((x - "60") < x_point) and (x_point < (x + "20"))) and ((y - "40") < y_point)) and (y_point < (y + "40"))) or (((((x - "20") < x_point) and (x_point < (x + "20"))) and ((y - "80") < y_point)) and ((y - "40") >= y_point))) and (getProperty("/bear", _currentframe) == "2")) {
tellTarget ("/health_bear") {
nextFrame();
};
setProperty("/point/blood", _visible , "1");
} else if (((("200" < x_point) and (x_point < "350")) and ("280" < y_point)) and (y_point < "320")) {
setProperty("/point/blood", _visible , "1");
} else {
setProperty("/point/blood", _visible , "0");
}
} else if (getProperty("/point/blood", _visible) == "1") {
setProperty("/point/blood", _visible , "0");
}
Symbol 184 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 189 MovieClip Frame 1 (831 B)
if ((/:drugs == "1") and (/:aim < "35")) {
Set("/:aim", /:aim + "1");
x = getProperty("/bear", _x);
x_pico = getProperty("/pico", _x);
if (x < (x_pico - "130")) {
tellTarget ("../../../") {
gotoAndStop (2);
};
tellTarget ("../") {
gotoAndPlay ("shoot3");
};
} else if ((x_pico + "130") < x) {
tellTarget ("../../../") {
gotoAndStop (1);
};
tellTarget ("../") {
gotoAndPlay ("shoot3");
};
} else if (x < (x_pico - "65")) {
tellTarget ("../../../") {
gotoAndStop (2);
};
tellTarget ("../") {
gotoAndPlay ("shoot2");
};
} else if ((x_pico + "65") < x) {
tellTarget ("../../../") {
gotoAndStop (1);
};
tellTarget ("../") {
gotoAndPlay ("shoot2");
};
} else {
tellTarget ("../") {
gotoAndPlay ("shoot1");
};
}
}
Symbol 189 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 208 MovieClip Frame 1 (22 B)
Set("/:destin", "0");
Symbol 208 MovieClip Frame 14 (549 B)
if (/:drugs == "0") {
x = getProperty("/bear", _x);
x_pico = getProperty("/pico", _x);
if (x < (x_pico - "130")) {
tellTarget ("../../") {
gotoAndStop (2);
};
gotoAndPlay (87);
} else if ((x_pico + "130") < x) {
tellTarget ("../../") {
gotoAndStop (1);
};
gotoAndPlay (87);
} else if (x < (x_pico - "65")) {
tellTarget ("../../") {
gotoAndStop (2);
};
gotoAndPlay (51);
} else if ((x_pico + "65") < x) {
tellTarget ("../../") {
gotoAndStop (1);
};
gotoAndPlay (51);
}
}
Symbol 208 MovieClip Frame 15 (60 B)
if ((/:drugs == "1") and (/:aim >= "35")) {
play();
}
Symbol 208 MovieClip Frame 17 (81 B)
if (/:drugs == "1") {
tellTarget ("/pico/cross") {
gotoAndPlay (1);
};
}
Symbol 208 MovieClip Frame 22 (518 B)
x = getProperty("/bear", _x);
y = getProperty("/bear", _y);
x_pico = getProperty("/pico", _x);
y_pico = getProperty("/pico", _y);
if (("425" < x_pico) and (getProperty("/bush2", _currentframe) < "10")) {
tellTarget ("/bush2") {
nextFrame();
};
} else if ((x_pico < "130") and (getProperty("/bush1", _currentframe) < "10")) {
tellTarget ("/bush1") {
nextFrame();
};
} else {
tellTarget ("/health_pico") {
nextFrame();
};
tellTarget ("/pico/blood") {
gotoAndPlay (1);
};
}
Symbol 208 MovieClip Frame 50 (127 B)
if (/:drugs == "0") {
tellTarget ("../") {
gotoAndStop ("run");
};
} else {
Set("/:aim", "0");
gotoAndPlay (1);
}
Symbol 208 MovieClip Frame 51 (60 B)
if ((/:drugs == "1") and (/:aim >= "35")) {
play();
}
Symbol 208 MovieClip Frame 53 (81 B)
if (/:drugs == "1") {
tellTarget ("/pico/cross") {
gotoAndPlay (1);
};
}
Symbol 208 MovieClip Frame 58 (902 B)
x = getProperty("/bear", _x);
y = getProperty("/bear", _y);
x_pico = getProperty("/pico", _x);
y_pico = getProperty("/pico", _y);
if (("425" < x_pico) and (getProperty("/bush2", _currentframe) < "10")) {
tellTarget ("/bush2") {
nextFrame();
};
} else if ((x_pico < "130") and (getProperty("/bush1", _currentframe) < "10")) {
tellTarget ("/bush1") {
nextFrame();
};
} else {
tellTarget ("/health_pico") {
nextFrame();
};
tellTarget ("/pico/blood") {
gotoAndPlay (1);
};
}
if (((("350" < x) and (x < "450")) and (getProperty("/ball2", _currentframe) == "1")) and (getProperty("/bear", _currentframe) == "2")) {
tellTarget ("/ball2") {
play();
};
} else if (((("140" < x) and (x < "220")) and (getProperty("/ball1", _currentframe) == "1")) and (getProperty("/bear", _currentframe) == "1")) {
tellTarget ("/ball1") {
play();
};
}
Symbol 208 MovieClip Frame 86 (127 B)
if (/:drugs == "0") {
tellTarget ("../") {
gotoAndStop ("run");
};
} else {
Set("/:aim", "0");
gotoAndPlay (1);
}
Symbol 208 MovieClip Frame 87 (60 B)
if ((/:drugs == "1") and (/:aim >= "35")) {
play();
}
Symbol 208 MovieClip Frame 89 (81 B)
if (/:drugs == "1") {
tellTarget ("/pico/cross") {
gotoAndPlay (1);
};
}
Symbol 208 MovieClip Frame 94 (902 B)
x = getProperty("/bear", _x);
y = getProperty("/bear", _y);
x_pico = getProperty("/pico", _x);
y_pico = getProperty("/pico", _y);
if (("425" < x_pico) and (getProperty("/bush2", _currentframe) < "10")) {
tellTarget ("/bush2") {
nextFrame();
};
} else if ((x_pico < "130") and (getProperty("/bush1", _currentframe) < "10")) {
tellTarget ("/bush1") {
nextFrame();
};
} else {
tellTarget ("/health_pico") {
nextFrame();
};
tellTarget ("/pico/blood") {
gotoAndPlay (1);
};
}
if (((("350" < x) and (x < "450")) and (getProperty("/ball2", _currentframe) == "1")) and (getProperty("/bear", _currentframe) == "2")) {
tellTarget ("/ball2") {
play();
};
} else if (((("140" < x) and (x < "220")) and (getProperty("/ball1", _currentframe) == "1")) and (getProperty("/bear", _currentframe) == "1")) {
tellTarget ("/ball1") {
play();
};
}
Symbol 208 MovieClip Frame 122 (127 B)
if (/:drugs == "0") {
tellTarget ("../") {
gotoAndStop ("run");
};
} else {
Set("/:aim", "0");
gotoAndPlay (1);
}
Symbol 221 MovieClip Frame 10 (8 B)
stop();
Symbol 223 MovieClip Frame 1 (22 B)
Set("/:destin", "0");
Symbol 223 MovieClip Frame 21 (35 B)
tellTarget ("/kid") {
play();
}
Symbol 223 MovieClip Frame 22 (82 B)
tellTarget ("/blood_p1") {
play();
};
tellTarget ("/blood_p2") {
play();
}
Symbol 223 MovieClip Frame 50 (47 B)
tellTarget ("../") {
gotoAndStop ("run");
}
Symbol 225 MovieClip Frame 1 (691 B)
x = getProperty("/bear", _x);
y = getProperty("/bear", _y);
x_pico = getProperty("/pico", _x);
y_pico = getProperty("/pico", _y);
if (/:destin == "0") {
if ("250" < x_pico) {
Set("/:destin", random("100") + "400");
tellTarget ("/bear") {
gotoAndStop (1);
};
} else {
Set("/:destin", random("100") + "100");
tellTarget ("/bear") {
gotoAndStop (2);
};
}
} else if (((/:destin - "5") < x) and (x < (/:destin + "5"))) {
Set("/:destin", "0");
tellTarget ("/bear/action") {
gotoAndStop ("attack");
};
} else if (x < /:destin) {
setProperty("/bear", _x , x + "5");
} else if (/:destin < x) {
setProperty("/bear", _x , x - "5");
}
Symbol 225 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 234 MovieClip Frame 32 (46 B)
stop();
tellTarget ("/") {
nextFrame();
}
Symbol 236 MovieClip Frame 1 (8 B)
stop();
Symbol 236 MovieClip Frame 5 (98 B)
tellTarget ("/point") {
gotoAndStop (2);
};
Set("/:shooting", "0");
Set("/:shooting2", "0");
Symbol 245 MovieClip Frame 1 (8 B)
stop();
Symbol 246 MovieClip Frame 1 (8 B)
stop();
Symbol 256 MovieClip Frame 1 (8 B)
stop();
Symbol 256 MovieClip Frame 6 (55 B)
stop();
tellTarget ("/point") {
gotoAndStop (1);
}
Symbol 264 MovieClip Frame 7 (8 B)
stop();
Symbol 265 MovieClip Frame 1 (8 B)
stop();
Symbol 265 MovieClip Frame 2 (33 B)
Set("/:mayhem", /:mayhem + "1");
Symbol 265 MovieClip Frame 9 (8 B)
stop();
Symbol 273 MovieClip Frame 9 (8 B)
stop();
Symbol 285 MovieClip Frame 6 (8 B)
stop();
Symbol 288 MovieClip Frame 1 (8 B)
stop();
Symbol 289 MovieClip Frame 1 (8 B)
stop();
Symbol 289 MovieClip Frame 11 (17 B)
gotoAndStop (1);
Symbol 295 MovieClip Frame 1 (48 B)
tellTarget ("/health_pico") {
nextFrame();
}
Symbol 298 MovieClip Frame 1 (8 B)
stop();
Symbol 304 MovieClip Frame 1 (8 B)
stop();
Symbol 308 MovieClip Frame 1 (144 B)
stop();
if (/:smoke == "0") {
setProperty("smoke", _visible , "0");
} else if (/:smoke == "1") {
setProperty("smoke", _visible , "1");
}
Symbol 308 MovieClip Frame 8 (13 B)
smoke = "1";
Symbol 308 MovieClip Frame 9 (77 B)
if (/:shooting2 == "1") {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
Symbol 309 MovieClip Frame 1 (758 B)
x = getProperty("/point", _x);
y = getProperty("/point", _y);
focus = getProperty("/pico", _x) - "250";
nw = "150" + focus;
nea = "350" + focus;
middle = "250" + focus;
s = "350";
if ((nw >= x) and (s >= y)) {
tellTarget ("../") {
gotoAndStop (6);
};
} else if (((nw < x) and (x < nea)) and (s >= y)) {
tellTarget ("../") {
gotoAndStop (5);
};
} else if ((x >= nea) and (s >= y)) {
tellTarget ("../") {
gotoAndStop (4);
};
} else if ((x >= middle) and (s < y)) {
tellTarget ("../") {
gotoAndStop (3);
};
} else if ((x < middle) and (s < y)) {
tellTarget ("../") {
gotoAndStop (7);
};
}
if (/:shooting2 == "1") {
tellTarget ("/pico/setting/action/shoot") {
play();
};
}
Symbol 309 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 313 MovieClip Frame 1 (8 B)
stop();
Symbol 315 MovieClip Frame 1 (8 B)
stop();
Symbol 318 MovieClip Frame 1 (251 B)
if ("0" >= /:ammo) {
Set("/:shooting2", "0");
tellTarget ("/point") {
gotoAndStop (2);
};
}
stop();
if (/:smoke == "0") {
setProperty("smoke", _visible , "0");
} else if (/:smoke == "1") {
setProperty("smoke", _visible , "1");
}
Symbol 318 MovieClip Frame 2 (29 B)
Set("/:ammo", /:ammo - "1");
Symbol 318 MovieClip Frame 6 (86 B)
if ("0" < /:ammo) {
Set("/:ammo", /:ammo - "1");
} else {
gotoAndStop (1);
}
Symbol 318 MovieClip Frame 8 (13 B)
smoke = "1";
Symbol 318 MovieClip Frame 9 (101 B)
if ((/:shooting2 == "1") and ("0" < /:ammo)) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
Symbol 320 MovieClip Frame 1 (8 B)
stop();
Symbol 322 MovieClip Frame 1 (8 B)
stop();
Symbol 326 MovieClip Frame 1 (251 B)
if ("0" >= /:ammo) {
Set("/:shooting2", "0");
tellTarget ("/point") {
gotoAndStop (2);
};
}
stop();
if (/:smoke == "0") {
setProperty("smoke", _visible , "0");
} else if (/:smoke == "1") {
setProperty("smoke", _visible , "1");
}
Symbol 326 MovieClip Frame 2 (29 B)
Set("/:ammo", /:ammo - "1");
Symbol 326 MovieClip Frame 6 (86 B)
if ("0" < /:ammo) {
Set("/:ammo", /:ammo - "1");
} else {
gotoAndStop (1);
}
Symbol 326 MovieClip Frame 9 (101 B)
if ((/:shooting2 == "1") and ("0" < /:ammo)) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
Symbol 330 MovieClip Frame 1 (8 B)
stop();
Symbol 333 MovieClip Frame 1 (8 B)
stop();
Symbol 342 MovieClip Frame 1 (251 B)
if ("0" >= /:ammo) {
Set("/:shooting2", "0");
tellTarget ("/point") {
gotoAndStop (2);
};
}
stop();
if (/:smoke == "0") {
setProperty("smoke", _visible , "0");
} else if (/:smoke == "1") {
setProperty("smoke", _visible , "1");
}
Symbol 342 MovieClip Frame 2 (29 B)
Set("/:ammo", /:ammo - "1");
Symbol 342 MovieClip Frame 6 (86 B)
if ("0" < /:ammo) {
Set("/:ammo", /:ammo - "1");
} else {
gotoAndStop (1);
}
Symbol 342 MovieClip Frame 8 (13 B)
smoke = "1";
Symbol 342 MovieClip Frame 9 (101 B)
if ((/:shooting2 == "1") and ("0" < /:ammo)) {
gotoAndPlay (2);
} else {
gotoAndStop (1);
}
Symbol 343 MovieClip Frame 1 (8 B)
stop();
Symbol 344 MovieClip Frame 1 (1.17 KiB) ●
tellTarget ("../../action/shoot/feet") {
gotoAndStop (2);
};
tellTarget ("../../action/shoot/head") {
gotoAndStop (2);
}
if (../../../actions:dir eq "right") {
if ("520" >= getProperty("../../../", _x)) {
setProperty("../../../", _x , getProperty("../../../", _x) + "4");
}
if ((getProperty("../../../", _x) >= "515") and (/:exit == "1")) {
setProperty("../../../", _x , "40");
Set("/:exit", "0");
Set("/:exit2", "1");
if (/:den == "1") {
tellTarget ("/") {
gotoAndPlay ("den2");
};
} else {
tellTarget ("/") {
gotoAndPlay ("den");
};
}
}
} else if (../../../actions:dir eq "left") {
if (getProperty("../../../", _x) >= "30") {
setProperty("../../../", _x , getProperty("../../../", _x) - "4");
}
if (("35" >= getProperty("../../../", _x)) and (/:exit == "1")) {
setProperty("../../../", _x , "520");
Set("/:exit", "0");
tellTarget ("/") {
gotoAndStop ("kitchen");
};
}
if (("35" >= getProperty("../../../", _x)) and (/:exit2 == "1")) {
setProperty("../../../", _x , "520");
Set("/:exit", "1");
Set("/:exit2", "0");
tellTarget ("/") {
gotoAndStop ("ojo_dead");
};
}
}
Symbol 344 MovieClip Frame 2 (38 B)
call("movements");
call("running");
Symbol 344 MovieClip Frame 3 (38 B)
call("movements");
call("running");
Symbol 344 MovieClip Frame 4 (38 B)
call("movements");
call("running");
Symbol 344 MovieClip Frame 5 (38 B)
call("movements");
call("running");
Symbol 344 MovieClip Frame 6 (38 B)
call("movements");
call("running");
Symbol 344 MovieClip Frame 7 (38 B)
call("movements");
call("running");
Symbol 344 MovieClip Frame 8 (38 B)
call("movements");
call("running");
Symbol 344 MovieClip Frame 9 (38 B)
call("movements");
call("running");
Symbol 344 MovieClip Frame 10 (38 B)
call("movements");
call("running");
Symbol 344 MovieClip Frame 11 (173 B)
tellTarget ("../../action/shoot/feet") {
gotoAndStop (1);
};
tellTarget ("../../action/shoot/head") {
gotoAndStop (1);
};
tellTarget ("../") {
gotoAndStop (1);
}
Symbol 345 MovieClip Frame 1 (4.3 KiB) ●
tellTarget ("../../action/shoot/feet") {
gotoAndStop (2);
};
tellTarget ("../../action/shoot/head") {
gotoAndStop (2);
}
if (../../../actions:dir eq "right") {
if ("240" >= getProperty("../../../", _x)) {
setProperty("../../../", _x , getProperty("../../../", _x) + "4");
}
} else if (../../../actions:dir eq "left") {
if (getProperty("../../../", _x) >= "160") {
setProperty("../../../", _x , getProperty("../../../", _x) - "4");
}
} else if (../../../actions:dir eq "up") {
setProperty("../../../", _y , getProperty("../../../", _y) - "4");
} else if (../../../actions:dir eq "down") {
if ("125" >= getProperty("../../../", _y)) {
setProperty("../../../", _y , getProperty("../../../", _y) + "4");
}
}
if (getProperty("../../../", _x) >= "270") {
Set("/:yval", getProperty("../../../", _y));
if (/:scene eq "2") {
tellTarget ("/") {
gotoAndStop ("B3");
};
} else if (/:scene eq "1") {
tellTarget ("/") {
gotoAndStop ("B2");
};
} else if (/:scene eq "3") {
tellTarget ("/") {
gotoAndStop ("B4");
};
} else if (/:scene eq "4") {
tellTarget ("/") {
gotoAndStop ("B5");
};
} else if (/:scene eq "5") {
tellTarget ("/") {
gotoAndStop ("B6");
};
} else if (/:scene eq "9") {
tellTarget ("/") {
gotoAndStop ("C4");
};
} else if (/:scene eq "10") {
tellTarget ("/") {
gotoAndStop ("C5");
};
} else if (/:scene eq "11") {
tellTarget ("/") {
gotoAndStop ("C6");
};
}
setProperty("/scene/pico", _x , -"270");
setProperty("/scene/pico", _y , /:yval);
} else if ((-"270") >= getProperty("../../../", _x)) {
Set("/:yval", getProperty("../../../", _y));
if (/:scene eq "2") {
tellTarget ("/") {
gotoAndStop ("B1");
};
} else if (/:scene eq "3") {
tellTarget ("/") {
gotoAndStop ("B2");
};
} else if (/:scene eq "4") {
tellTarget ("/") {
gotoAndStop ("B3");
};
} else if (/:scene eq "5") {
tellTarget ("/") {
gotoAndStop ("B4");
};
} else if (/:scene eq "6") {
tellTarget ("/") {
gotoAndStop ("B5");
};
} else if (/:scene eq "12") {
tellTarget ("/") {
gotoAndStop ("C5");
};
} else if (/:scene eq "11") {
tellTarget ("/") {
gotoAndStop ("C4");
};
} else if (/:scene eq "10") {
tellTarget ("/") {
gotoAndStop ("C3");
};
}
setProperty("/scene/pico", _x , "270");
setProperty("/scene/pico", _y , /:yval);
} else if (((getProperty("../../../", _y) >= "125") and (../../../actions:dir eq "down")) and (((("95" >= getProperty("../../../", _x)) and (getProperty("../../../", _x) >= (-"95"))) and (((((/:scene eq "3") or (/:scene eq "6")) or (/:scene eq "15")) or (/:scene eq "18")) or (/:scene eq "subway1"))) or (/:scene eq "club"))) {
Set("/:yval", getProperty("../../../", _x));
if (/:scene eq "3") {
tellTarget ("/") {
gotoAndStop ("C3");
};
} else if (/:scene eq "6") {
tellTarget ("/") {
gotoAndStop ("C6");
};
} else if (/:scene eq "15") {
tellTarget ("/") {
gotoAndStop ("B3");
};
} else if (/:scene eq "18") {
tellTarget ("/") {
gotoAndStop ("B6");
};
} else if (/:scene eq "club") {
tellTarget ("/music") {
gotoAndPlay (12);
};
tellTarget ("/") {
gotoAndStop ("B3");
};
} else if (/:scene eq "subway1") {
tellTarget ("/music") {
gotoAndPlay (12);
};
tellTarget ("/") {
gotoAndStop ("B1");
};
}
if (/:scene eq "club") {
setProperty("/scene/pico", _x , "210");
setProperty("/scene/pico", _y , -"109");
} else if (/:scene eq "subway1") {
setProperty("/scene/pico", _x , -"130");
setProperty("/scene/pico", _y , -"90");
} else {
setProperty("/scene/pico", _x , /:yval);
setProperty("/scene/pico", _y , -"239");
}
} else if ((-"240") >= getProperty("../../../", _y)) {
Set("/:yval", getProperty("../../../", _x));
if (/:scene eq "3") {
tellTarget ("/") {
gotoAndStop ("A3");
};
} else if (/:scene eq "6") {
tellTarget ("/") {
gotoAndStop ("A6");
};
} else if (/:scene eq "9") {
tellTarget ("/") {
gotoAndStop ("B3");
};
} else if (/:scene eq "12") {
tellTarget ("/") {
gotoAndStop ("B6");
};
} else if (/:scene eq "club") {
tellTarget ("/") {
gotoAndStop ("club2");
};
}
setProperty("/scene/pico", _x , /:yval);
setProperty("/scene/pico", _y , "124");
}
Symbol 345 MovieClip Frame 2 (38 B)
call("movements");
call("running");
Symbol 345 MovieClip Frame 3 (38 B)
call("movements");
call("running");
Symbol 345 MovieClip Frame 4 (38 B)
call("movements");
call("running");
Symbol 345 MovieClip Frame 5 (38 B)
call("movements");
call("running");
Symbol 345 MovieClip Frame 6 (38 B)
call("movements");
call("running");
Symbol 345 MovieClip Frame 7 (38 B)
call("movements");
call("running");
Symbol 345 MovieClip Frame 8 (38 B)
call("movements");
call("running");
Symbol 345 MovieClip Frame 9 (38 B)
call("movements");
call("running");
Symbol 345 MovieClip Frame 10 (38 B)
call("movements");
call("running");
Symbol 345 MovieClip Frame 11 (173 B)
tellTarget ("../../action/shoot/feet") {
gotoAndStop (1);
};
tellTarget ("../../action/shoot/head") {
gotoAndStop (1);
};
tellTarget ("../") {
gotoAndStop (1);
}
Symbol 346 MovieClip Frame 1 (2.16 KiB) ●
tellTarget ("../../action/shoot/feet") {
gotoAndStop (2);
};
tellTarget ("../../action/shoot/head") {
gotoAndStop (2);
}
x = getProperty("../../../", _x);
y = getProperty("../../../", _y);
if (../../../actions:dir eq "right") {
if (((("105" < x) and ("240" >= x)) or ((x < (-"93")) and (y < (-"74")))) or (("240" >= x) and (y >= (-"74")))) {
setProperty("../../../", _x , getProperty("../../../", _x) + "4");
}
} else if (../../../actions:dir eq "left") {
if ((((x >= "160") or ((x >= "110") and ("26" >= y))) or (((x >= (-"200")) and ("26" >= y)) and ((-"74") < y))) or (((x >= (-"200")) and (x < (-"80"))) and ("26" >= y))) {
setProperty("../../../", _x , getProperty("../../../", _x) - "4");
}
} else if (../../../actions:dir eq "up") {
if ((y >= (-"240")) and ((-"90") >= x)) {
setProperty("../../../", _y , getProperty("../../../", _y) - "4");
} else if ((y >= (-"126")) and (((-"90") >= x) or (x >= "100"))) {
setProperty("../../../", _y , getProperty("../../../", _y) - "4");
} else if ((y >= (-"70")) and (((-"90") < x) and (x < "100"))) {
setProperty("../../../", _y , getProperty("../../../", _y) - "4");
}
} else if (../../../actions:dir eq "down") {
if ((("125" >= y) and (x >= "160")) or ("22" >= y)) {
setProperty("../../../", _y , getProperty("../../../", _y) + "4");
}
}
if (x >= "270") {
Set("/:yval", getProperty("../../../", _y));
setProperty("/scene/pico", _x , -"270");
setProperty("/scene/pico", _y , /:yval);
} else if ((-"270") >= x) {
Set("/:yval", getProperty("../../../", _y));
setProperty("/scene/pico", _x , "270");
setProperty("/scene/pico", _y , /:yval);
} else if ((y >= "125") and (../../../actions:dir eq "down")) {
Set("/:yval", getProperty("../../../", _x));
tellTarget ("/") {
gotoAndStop ("club1");
};
setProperty("/scene/pico", _y , -"235");
setProperty("/scene/pico", _x , /:yval);
} else if ((-"240") >= y) {
Set("/:yval", getProperty("../../../", _x));
tellTarget ("/") {
gotoAndStop ("club3");
};
setProperty("/scene/pico", _x , /:yval);
setProperty("/scene/pico", _y , "124");
}
Symbol 346 MovieClip Frame 2 (38 B)
call("movements");
call("running");
Symbol 346 MovieClip Frame 3 (38 B)
call("movements");
call("running");
Symbol 346 MovieClip Frame 4 (38 B)
call("movements");
call("running");
Symbol 346 MovieClip Frame 5 (38 B)
call("movements");
call("running");
Symbol 346 MovieClip Frame 6 (38 B)
call("movements");
call("running");
Symbol 346 MovieClip Frame 7 (38 B)
call("movements");
call("running");
Symbol 346 MovieClip Frame 8 (38 B)
call("movements");
call("running");
Symbol 346 MovieClip Frame 9 (38 B)
call("movements");
call("running");
Symbol 346 MovieClip Frame 10 (38 B)
call("movements");
call("running");
Symbol 346 MovieClip Frame 11 (173 B)
tellTarget ("../../action/shoot/feet") {
gotoAndStop (1);
};
tellTarget ("../../action/shoot/head") {
gotoAndStop (1);
};
tellTarget ("../") {
gotoAndStop (1);
}
Symbol 347 MovieClip Frame 1 (1.08 KiB) ●
tellTarget ("../../action/shoot/feet") {
gotoAndStop (2);
};
tellTarget ("../../action/shoot/head") {
gotoAndStop (2);
}
x = getProperty("../../../", _x);
y = getProperty("../../../", _y);
if (../../../actions:dir eq "right") {
if ((("240" >= x) and ("64" >= y)) or ((-"94") >= x)) {
setProperty("../../../", _x , getProperty("../../../", _x) + "4");
}
} else if (../../../actions:dir eq "left") {
if (x >= (-"200")) {
setProperty("../../../", _x , getProperty("../../../", _x) - "4");
}
} else if (../../../actions:dir eq "up") {
if (y >= (-"170")) {
setProperty("../../../", _y , getProperty("../../../", _y) - "4");
}
} else if (../../../actions:dir eq "down") {
if ((("125" >= y) and (x < (-"84"))) or ("60" >= y)) {
setProperty("../../../", _y , getProperty("../../../", _y) + "4");
}
}
if ((y >= "125") and (../../../actions:dir eq "down")) {
Set("/:yval", getProperty("../../../", _x));
tellTarget ("/") {
gotoAndStop ("club2");
};
setProperty("/scene/pico", _y , -"235");
setProperty("/scene/pico", _x , /:yval);
}
Symbol 347 MovieClip Frame 2 (38 B)
call("movements");
call("running");
Symbol 347 MovieClip Frame 3 (38 B)
call("movements");
call("running");
Symbol 347 MovieClip Frame 4 (38 B)
call("movements");
call("running");
Symbol 347 MovieClip Frame 5 (38 B)
call("movements");
call("running");
Symbol 347 MovieClip Frame 6 (38 B)
call("movements");
call("running");
Symbol 347 MovieClip Frame 7 (38 B)
call("movements");
call("running");
Symbol 347 MovieClip Frame 8 (38 B)
call("movements");
call("running");
Symbol 347 MovieClip Frame 9 (38 B)
call("movements");
call("running");
Symbol 347 MovieClip Frame 10 (38 B)
call("movements");
call("running");
Symbol 347 MovieClip Frame 11 (173 B)
tellTarget ("../../action/shoot/feet") {
gotoAndStop (1);
};
tellTarget ("../../action/shoot/head") {
gotoAndStop (1);
};
tellTarget ("../") {
gotoAndStop (1);
}
Symbol 348 MovieClip Frame 1 (2 KiB) ●
tellTarget ("../../action/shoot/feet") {
gotoAndStop (2);
};
tellTarget ("../../action/shoot/head") {
gotoAndStop (2);
}
x = getProperty("../../../", _x);
y = getProperty("../../../", _y);
if (../../../actions:dir eq "right") {
if (y < (-"116")) {
if ("91" >= x) {
setProperty("../../../", _x , getProperty("../../../", _x) + "4");
}
} else if ("250" >= x) {
setProperty("../../../", _x , getProperty("../../../", _x) + "4");
}
} else if (../../../actions:dir eq "left") {
if (y < (-"116")) {
if (x >= (-"95")) {
setProperty("../../../", _x , getProperty("../../../", _x) - "4");
}
} else if (x >= (-"270")) {
setProperty("../../../", _x , getProperty("../../../", _x) - "4");
}
} else if (../../../actions:dir eq "up") {
if (y >= (-"110")) {
setProperty("../../../", _y , getProperty("../../../", _y) - "4");
}
if (((((/:scene eq "3") or (/:scene eq "6")) or (/:scene eq "9")) or (/:scene eq "12")) or (/:scene eq "club")) {
if (((-"110") >= y) and (((-"100") < x) and (x < "100"))) {
setProperty("../../../", _y , getProperty("../../../", _y) - "4");
}
}
} else if (../../../actions:dir eq "down") {
if ("125" >= y) {
setProperty("../../../", _y , getProperty("../../../", _y) + "4");
}
}
if (x >= "270") {
} else if (x < (-"270")) {
Set("/:yval", getProperty("../../../", _y));
tellTarget ("/") {
gotoAndStop ("B5");
};
setProperty("/scene/pico", _x , "270");
setProperty("/scene/pico", _y , /:yval);
} else if ((((y >= "125") and (../../../actions:dir eq "down")) and ("95" >= x)) and (x >= (-"95"))) {
Set("/:yval", getProperty("../../../", _x));
tellTarget ("/") {
gotoAndStop ("C6");
};
setProperty("/scene/pico", _x , /:yval);
setProperty("/scene/pico", _y , -"239");
} else if ((-"240") >= y) {
Set("/:yval", getProperty("../../../", _x));
tellTarget ("/") {
gotoAndStop ("A6");
};
setProperty("/scene/pico", _x , /:yval);
setProperty("/scene/pico", _y , "124");
}
Symbol 348 MovieClip Frame 2 (38 B)
call("movements");
call("running");
Symbol 348 MovieClip Frame 3 (38 B)
call("movements");
call("running");
Symbol 348 MovieClip Frame 4 (38 B)
call("movements");
call("running");
Symbol 348 MovieClip Frame 5 (38 B)
call("movements");
call("running");
Symbol 348 MovieClip Frame 6 (38 B)
call("movements");
call("running");
Symbol 348 MovieClip Frame 7 (38 B)
call("movements");
call("running");
Symbol 348 MovieClip Frame 8 (38 B)
call("movements");
call("running");
Symbol 348 MovieClip Frame 9 (38 B)
call("movements");
call("running");
Symbol 348 MovieClip Frame 10 (38 B)
call("movements");
call("running");
Symbol 348 MovieClip Frame 11 (173 B)
tellTarget ("../../action/shoot/feet") {
gotoAndStop (1);
};
tellTarget ("../../action/shoot/head") {
gotoAndStop (1);
};
tellTarget ("../") {
gotoAndStop (1);
}
Symbol 349 MovieClip Frame 1 (8 B)
stop();
Symbol 349 MovieClip Frame 2 (231 B)
if (/:scene eq "club") {
gotoAndStop (4);
} else if (/:scene eq "club2") {
gotoAndStop (5);
} else if (/:scene eq "club3") {
gotoAndStop (6);
} else if (/:scene eq "6") {
gotoAndStop (7);
} else {
gotoAndStop (3);
}
Symbol 352 Button (293 B)
on (keyPress "a") {
dir = "left";
tellTarget ("../setting/run") {
gotoAndStop (2);
}
}
on (keyPress "d") {
dir = "right";
tellTarget ("../setting/run") {
gotoAndStop (2);
}
}
on (keyPress "q") {
if (_highquality == "1") {
_highquality = "0";
} else {
_highquality = "1";
}
}
Symbol 353 MovieClip Frame 1 (8 B)
stop();
Symbol 355 MovieClip Frame 1 (8 B)
stop();
Symbol 355 MovieClip Frame 9 (17 B)
gotoAndStop (1);
Symbol 356 MovieClip Frame 1 (150 B)
stop();
if (/:setting == "2") {
tellTarget ("setting") {
gotoAndStop (2);
};
} else {
tellTarget ("setting") {
gotoAndStop (1);
};
}
Symbol 362 MovieClip Frame 1 (8 B)
stop();
Symbol 362 MovieClip Frame 30 (37 B)
tellTarget ("/") {
nextFrame();
}
Symbol 362 MovieClip Frame 235 (70 B)
Set("/:level", "2");
tellTarget ("/") {
gotoAndStop ("level2");
}
Symbol 362 MovieClip Frame 242 (47 B)
tellTarget ("/bear/blood") {
nextFrame();
}
Symbol 362 MovieClip Frame 250 (47 B)
tellTarget ("/bear/blood") {
nextFrame();
}
Symbol 362 MovieClip Frame 256 (47 B)
tellTarget ("/bear/blood") {
nextFrame();
}
Symbol 362 MovieClip Frame 263 (47 B)
tellTarget ("/bear/blood") {
nextFrame();
}
Symbol 362 MovieClip Frame 270 (47 B)
tellTarget ("/bear/blood") {
nextFrame();
}
Symbol 362 MovieClip Frame 278 (47 B)
tellTarget ("/bear/blood") {
nextFrame();
}
Symbol 362 MovieClip Frame 287 (47 B)
tellTarget ("/bear/blood") {
nextFrame();
}
Symbol 362 MovieClip Frame 293 (47 B)
tellTarget ("/bear/blood") {
nextFrame();
}
Symbol 362 MovieClip Frame 299 (61 B)
tellTarget ("/bear/action") {
gotoAndStop ("amputate");
}
Symbol 364 MovieClip Frame 1 (8 B)
stop();
Symbol 364 MovieClip Frame 6 (52 B)
tellTarget ("../") {
gotoAndStop ("pico_die");
}
Symbol 366 Button (287 B)
on (press) {
if ("0" < /:ammo) {
Set("/:shooting2", "1");
tellTarget ("/pico/setting/action/shoot") {
play();
};
}
}
on (release) {
Set("/:shooting", "0");
Set("/:shooting2", "0");
Set("/:smoke", "1");
tellTarget ("/pico/setting/action/shoot") {
gotoAndStop (1);
}
}
Symbol 375 MovieClip Frame 1 (128 B)
setProperty("block", _visible , "0");
setProperty("blood", _visible , "0");
setProperty("spark", _visible , "0");
stop();
Symbol 375 MovieClip Frame 2 (50 B)
Set("/:shooting", "0");
Set("/:shooting2", "0");
Symbol 376 MovieClip Frame 1 (702 B)
if ((((("130" < getProperty("/pico", _x)) and (getProperty("/pico", _x) < "425")) or ("300" < getProperty("/point", _y))) or ((getProperty("/bush1", _currentframe) >= "10") and (getProperty("/pico", _x) < "425"))) or ((getProperty("/bush2", _currentframe) >= "10") and ("130" < getProperty("/pico", _x)))) {
if (/:shooting2 == "1") {
Set("/:shooting", "1");
setProperty("/point/spark", _visible , "1");
} else {
Set("/:shooting", "0");
setProperty("/point/spark", _visible , "0");
}
setProperty("/point/block", _visible , "0");
} else {
setProperty("/point/block", _visible , "1");
Set("/:shooting", "0");
setProperty("/point/spark", _visible , "0");
}
Symbol 376 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 379 MovieClip Frame 1 (975 B)
x = getProperty("../", _x);
y = getProperty("../", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
x_pico = getProperty("/pico", _x);
if (((((/:shooting == "1") and ((x - "30") < x_point)) and (x_point < (x + "30"))) and ((y - "40") < y_point)) and (y_point < (y + "40"))) {
setProperty("../blood", _visible , "1");
tellTarget ("/health_enemy") {
nextFrame();
};
if ((x < x_pico) and ("50" < x)) {
setProperty("../", _x , x - "2");
} else if (x < "500") {
setProperty("../", _x , x + "2");
}
} else {
setProperty("../blood", _visible , "0");
if (x < x_pico) {
setProperty("../", _x , x + "4");
} else {
setProperty("../", _x , x - "4");
}
if (((x_pico - "10") < x) and (x < (x_pico + "10"))) {
tellTarget ("../") {
gotoAndStop ("attack");
};
} else if (getProperty("../", _currentframe) == "2") {
tellTarget ("../") {
gotoAndStop ("run");
};
}
}
Symbol 379 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 386 MovieClip Frame 1 (48 B)
tellTarget ("/health_pico") {
nextFrame();
}
Symbol 387 MovieClip Frame 1 (171 B)
x = getProperty("../", _x);
x_pico = getProperty("/pico", _x);
if (x < x_pico) {
setProperty("../", _x , x - "4");
} else {
setProperty("../", _x , x + "4");
}
Symbol 387 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 388 MovieClip Frame 22 (37 B)
tellTarget ("/") {
nextFrame();
}
Symbol 388 MovieClip Frame 90 (46 B)
stop();
tellTarget ("/") {
nextFrame();
}
Symbol 389 MovieClip Frame 1 (8 B)
stop();
Symbol 393 MovieClip Frame 1 (8 B)
stop();
Symbol 394 MovieClip Frame 1 (8 B)
stop();
Symbol 394 MovieClip Frame 60 (107 B)
tellTarget ("/enemy") {
gotoAndStop ("die");
};
tellTarget ("/rat/action") {
gotoAndStop ("die");
}
Symbol 398 MovieClip Frame 1 (477 B)
pico_x = getProperty("/pico", _x);
x = getProperty("../", _x);
y = getProperty("../", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
if (/:shooting == "1") {
if (((((x_point - "15") < x) and (x < (x_point + "15"))) and ((y_point - "13") < y)) and (y < (y_point + "13"))) {
tellTarget ("../") {
play();
};
}
}
if (((pico_x - "35") < x) and (x < (pico_x + "35"))) {
tellTarget ("../") {
play();
};
}
Symbol 398 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 399 Button (23 B)
on (press) {
play();
}
Symbol 402 MovieClip Frame 10 (8 B)
stop();
Symbol 402 MovieClip Frame 11 (77 B)
Set("/:ammo", /:ammo + "50");
tellTarget ("/point") {
gotoAndStop (1);
}
Symbol 402 MovieClip Frame 16 (8 B)
stop();
Symbol 403 MovieClip Frame 1 (8 B)
stop();
Symbol 404 MovieClip Frame 1 (238 B)
if (random("2") == "1") {
setProperty("/rat", _x , random("100") + "400");
tellTarget ("/rat") {
gotoAndStop (1);
};
} else {
setProperty("/rat", _x , random("100") + "50");
tellTarget ("/rat") {
gotoAndStop (2);
};
}
Symbol 404 MovieClip Frame 14 (512 B)
setProperty("/grenade", _x , getProperty("/rat", _x));
setProperty("/grenade", _y , getProperty("/rat", _y));
Set("/grenade/:x_destin", "0");
Set("/grenade/:y_destin", "0");
if (getProperty("/pico", _x) < getProperty("/rat", _x)) {
Set("/grenade/:x_gap", getProperty("/rat", _x) - getProperty("/pico", _x));
} else {
Set("/grenade/:x_gap", getProperty("/pico", _x) - getProperty("/rat", _x));
}
Set("/grenade/:x_gap", /grenade/:x_gap / "60");
tellTarget ("/grenade") {
gotoAndStop ("throw");
}
Symbol 404 MovieClip Frame 30 (44 B)
tellTarget ("body") {
gotoAndStop (1);
}
Symbol 408 MovieClip Frame 1 (343 B)
if (/:shooting == "1") {
x = getProperty("/rat", _x);
y = getProperty("/rat", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
if (((((x_point - "12") < x) and (x < (x_point + "12"))) and ((y_point - "14") < y)) and (y < (y_point + "13"))) {
tellTarget ("../") {
play();
};
}
}
Symbol 408 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 410 MovieClip Frame 50 (8 B)
stop();
Symbol 410 MovieClip Frame 51 (52 B)
tellTarget ("/health_pico") {
gotoAndStop (1);
}
Symbol 410 MovieClip Frame 66 (8 B)
stop();
Symbol 411 MovieClip Frame 1 (8 B)
stop();
Symbol 412 MovieClip Frame 1 (8 B)
stop();
Symbol 415 MovieClip Frame 1 (1.69 KiB) ●
x = getProperty("../", _x);
y = getProperty("../", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
x_pico = getProperty("/pico", _x);
y_pico = getProperty("/pico", _y);
if (/:shooting == "1") {
if (((((x_point - "10") < x) and (x < (x_point + "15"))) and ((y_point - "14") < y)) and (y < (y_point + "13"))) {
if ((getProperty("/rat/action/action", _currentframe) >= "10") and ("24" >= getProperty("/rat/action/action", _currentframe))) {
damage = "10";
while ("0" < damage) {
tellTarget ("/health_enemy") {
nextFrame();
};
damage = damage - "1";
}
tellTarget ("/rat/action/action/body") {
gotoAndStop (2);
};
}
tellTarget ("../") {
gotoAndStop ("explode");
};
}
}
if ((../:x_destin eq "0") and (../:y_destin eq "0")) {
Set("../:x_destin", getProperty("/pico", _x));
Set("../:y_destin1", y - "100");
Set("../:y_destin2", getProperty("/pico", _y));
}
if (x < (../:x_destin - ../:x_gap)) {
setProperty("../", _x , x + ../:x_gap);
} else if ((../:x_destin + ../:x_gap) < x) {
setProperty("../", _x , x - ../:x_gap);
}
if (y < (../:y_destin1 - "5")) {
setProperty("../", _y , y + "5");
} else if ((../:y_destin1 + "8") < y) {
setProperty("../", _y , y - "9");
} else if (((../:y_destin2 - "8") < ../:y_destin1) and (../:y_destin1 < (../:y_destin2 + "8"))) {
tellTarget ("../") {
gotoAndPlay ("burn");
};
} else {
Set("../:y_destin1", ../:y_destin2);
}
if ((((x_pico - "20") < x) and (x < (x_pico + "20"))) and ((y_pico - "20") < y)) {
tellTarget ("/health_pico") {
nextFrame();
};
tellTarget ("../") {
gotoAndStop ("explode");
};
}
Symbol 415 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 418 MovieClip Frame 6 (8 B)
stop();
Symbol 423 MovieClip Frame 9 (8 B)
stop();
Symbol 432 MovieClip Frame 1 (247 B)
x = getProperty("../", _x);
y = getProperty("../", _y);
x_pico = getProperty("/pico", _x);
y_pico = getProperty("/pico", _y);
if (((x_pico - "30") < x) and (x < (x_pico + "30"))) {
tellTarget ("/health_pico") {
nextFrame();
};
}
Symbol 432 MovieClip Frame 4 (17 B)
gotoAndPlay (1);
Symbol 433 MovieClip Frame 1 (8 B)
stop();
Symbol 433 MovieClip Frame 48 (17 B)
gotoAndStop (1);
Symbol 436 MovieClip Frame 46 (37 B)
tellTarget ("/") {
nextFrame();
}
Symbol 441 MovieClip Frame 26 (8 B)
stop();
Symbol 443 MovieClip Frame 44 (37 B)
tellTarget ("/") {
nextFrame();
}
Symbol 444 MovieClip Frame 18 (37 B)
tellTarget ("/") {
nextFrame();
}
Symbol 452 MovieClip Frame 1 (346 B)
if (/:shooting == "1") {
x = getProperty("../", _x);
y = getProperty("../", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
if (((((x_point - "40") < x) and (x < (x_point + "45"))) and ((y_point - "34") < y)) and (y < (y_point + "33"))) {
tellTarget ("../") {
nextFrame();
};
}
}
Symbol 452 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 457 MovieClip Frame 1 (53 B)
if (/:kid1 == "0") {
gotoAndStop (12);
}
stop();
Symbol 457 MovieClip Frame 2 (63 B)
play();
Set("/:mayhem", /:mayhem + "1");
Set("/:kid1", "0");
Symbol 457 MovieClip Frame 12 (8 B)
stop();
Symbol 467 MovieClip Frame 1 (52 B)
if (/:kid2 == "0") {
gotoAndStop (6);
}
stop();
Symbol 467 MovieClip Frame 2 (63 B)
play();
Set("/:mayhem", /:mayhem + "1");
Set("/:kid2", "0");
Symbol 467 MovieClip Frame 6 (8 B)
stop();
Symbol 474 MovieClip Frame 1 (53 B)
if (/:kid3 == "0") {
gotoAndStop (21);
}
stop();
Symbol 474 MovieClip Frame 2 (63 B)
play();
Set("/:mayhem", /:mayhem + "1");
Set("/:kid3", "0");
Symbol 474 MovieClip Frame 21 (8 B)
stop();
Symbol 482 MovieClip Frame 1 (2.21 KiB) ●
if (/:shooting == "1") {
x = getProperty("../", _x);
y = getProperty("../", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
if (((((x_point - "30") < x) and (x < (x_point + "20"))) and ((y_point - "40") < y)) and (y < (y_point + "40"))) {
x_snow = getProperty("/snowbear", _x);
y_snow = getProperty("/snowbear", _y);
x_pico = getProperty("/pico", _x);
if (getProperty("/snowbear", _currentframe) == "1") {
if ((x_pico - "150") >= x_snow) {
if (y_snow >= "150") {
setProperty("/snowbear/lightning", _rotation , "310");
} else {
setProperty("/snowbear/lightning", _rotation , "330");
}
} else if ((x_pico - "100") >= x_snow) {
setProperty("/snowbear/lightning", _rotation , "330");
} else if ((x_pico - "50") >= x_snow) {
setProperty("/snowbear/lightning", _rotation , "340");
} else if (((x_pico - "50") < x_snow) and (x_snow < (x_pico + "50"))) {
setProperty("/snowbear/lightning", _rotation , "360");
} else if (x_snow >= (x_pico + "150")) {
if (y_snow >= "150") {
setProperty("/snowbear/lightning", _rotation , "35");
} else {
setProperty("/snowbear/lightning", _rotation , "25");
}
} else if (x_snow >= (x_pico + "100")) {
setProperty("/snowbear/lightning", _rotation , "25");
} else if (x_snow >= (x_pico + "50")) {
setProperty("/snowbear/lightning", _rotation , "15");
}
dir = (x_pico - x_snow) + "360";
setProperty("/snowbear/lightning", _visible , "1");
tellTarget ("/pico/electric") {
gotoAndStop (2);
};
}
setProperty("/point/blood", _visible , "1");
tellTarget ("../head") {
gotoAndStop (2);
};
tellTarget ("/health_ojo") {
nextFrame();
};
} else {
setProperty("/point/blood", _visible , "0");
setProperty("/snowbear/lightning", _visible , "0");
tellTarget ("../head") {
gotoAndStop (1);
};
tellTarget ("/pico/electric") {
gotoAndStop (1);
};
}
} else {
setProperty("/point/blood", _visible , "0");
setProperty("/snowbear/lightning", _visible , "0");
tellTarget ("../head") {
gotoAndStop (1);
};
tellTarget ("/pico/electric") {
gotoAndStop (1);
};
}
Symbol 482 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 485 MovieClip Frame 1 (8 B)
stop();
Symbol 485 MovieClip Frame 9 (17 B)
gotoAndStop (1);
Symbol 485 MovieClip Frame 36 (8 B)
stop();
Symbol 491 MovieClip Frame 1 (507 B)
if (/:shooting == "1") {
x = getProperty("../", _x);
y = getProperty("../", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
if (((((x_point - "25") < x) and (x < (x_point + "25"))) and ((y_point - "20") < y)) and (y < (y_point + "20"))) {
setProperty("../blood", _visible , "1");
tellTarget ("/health_snow") {
nextFrame();
};
} else {
setProperty("../blood", _visible , "0");
}
} else {
setProperty("../blood", _visible , "0");
}
Symbol 491 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 492 MovieClip Frame 1 (47 B)
setProperty("blood", _visible , "0");
stop();
Symbol 492 MovieClip Frame 12 (8 B)
stop();
Symbol 494 MovieClip Frame 1 (8 B)
stop();
Symbol 494 MovieClip Frame 22 (17 B)
gotoAndStop (1);
Symbol 495 MovieClip Frame 1 (185 B)
if (/:shooting2 == "1") {
Set("/:shooting", "1");
setProperty("/point/spark", _visible , "1");
} else {
Set("/:shooting", "0");
setProperty("/point/spark", _visible , "0");
}
Symbol 495 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 498 MovieClip Frame 1 (8 B)
stop();
Symbol 498 MovieClip Frame 120 (100 B)
tellTarget ("/ojo") {
gotoAndPlay ("die");
};
tellTarget ("/") {
gotoAndStop ("ojo_dead");
}
Symbol 500 MovieClip Frame 1 (8 B)
stop();
Symbol 500 MovieClip Frame 60 (49 B)
tellTarget ("/snowbear") {
gotoAndPlay (2);
}
Symbol 504 MovieClip Frame 1 (358 B)
if (/:shooting == "1") {
x = getProperty("../", _x);
y = getProperty("../", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
if (((((x_point - "24") < x) and (x < (x_point + "20"))) and ((y_point - "15") < y)) and (y < (y_point + "12"))) {
tellTarget ("../") {
gotoAndPlay ("explode");
};
}
}
Symbol 504 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 505 MovieClip Frame 1 (8 B)
stop();
Symbol 505 MovieClip Frame 6 (8 B)
stop();
Symbol 529 MovieClip Frame 1 (8 B)
stop();
Symbol 529 MovieClip Frame 2 (81 B)
Set("/:mayhem", /:mayhem + "1");
tellTarget ("/") {
gotoAndStop ("den2");
}
Symbol 529 MovieClip Frame 30 (8 B)
stop();
Symbol 532 MovieClip Frame 1 (604 B)
if (/:shooting == "1") {
x = getProperty("../", _x);
y = getProperty("../", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
if (((((x_point - "24") < x) and (x < (x_point + "25"))) and ((y_point - "24") < y)) and (y < (y_point + "30"))) {
tellTarget ("../") {
play();
};
setProperty("/point/blood", _visible , "1");
} else {
tellTarget ("../") {
gotoAndStop (1);
};
setProperty("/point/blood", _visible , "0");
}
} else {
tellTarget ("../") {
gotoAndStop (1);
};
setProperty("/point/blood", _visible , "0");
}
Symbol 532 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 537 MovieClip Frame 20 (106 B)
setProperty("/point/blood", _visible , "0");
Set("/:kid_corner", "0");
Set("/:mayhem", /:mayhem + "1");
Symbol 537 MovieClip Frame 45 (8 B)
stop();
Symbol 539 MovieClip Frame 1 (100 B)
tellTarget ("/health_pico") {
nextFrame();
};
tellTarget ("/health_shadow") {
nextFrame();
}
Symbol 544 MovieClip Frame 1 (439 B)
x = getProperty("/pico", _x);
y = getProperty("/pico", _y);
a = getProperty("/joint", _x);
b = getProperty("/joint", _y);
if (a < (x - "14")) {
setProperty("/joint", _x , a + "14");
} else if ((x + "14") < a) {
setProperty("/joint", _x , a - "14");
}
if (b < (y - "10")) {
setProperty("/joint", _y , b + "10");
}
if (((a >= (x - "14")) and ((x + "14") >= a)) and (b >= (y - "10"))) {
gotoAndPlay (3);
}
Symbol 544 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 544 MovieClip Frame 3 (108 B)
tellTarget ("/health_pico") {
gotoAndStop (1);
};
tellTarget ("/health_shadow") {
gotoAndStop (1);
}
Symbol 544 MovieClip Frame 8 (8 B)
stop();
Symbol 548 MovieClip Frame 1 (8 B)
stop();
Symbol 566 MovieClip Frame 1 (8 B)
stop();
Symbol 566 MovieClip Frame 2 (33 B)
Set("/:mayhem", /:mayhem + "1");
Symbol 566 MovieClip Frame 6 (8 B)
stop();
Symbol 570 MovieClip Frame 1 (8 B)
stop();
Symbol 570 MovieClip Frame 2 (33 B)
Set("/:mayhem", /:mayhem + "1");
Symbol 570 MovieClip Frame 9 (8 B)
stop();
Symbol 578 MovieClip Frame 1 (8 B)
stop();
Symbol 578 MovieClip Frame 2 (33 B)
Set("/:mayhem", /:mayhem + "1");
Symbol 578 MovieClip Frame 7 (8 B)
stop();
Symbol 587 MovieClip Frame 1 (8 B)
stop();
Symbol 587 MovieClip Frame 2 (33 B)
Set("/:mayhem", /:mayhem + "1");
Symbol 587 MovieClip Frame 8 (8 B)
stop();
Symbol 592 MovieClip Frame 1 (8 B)
stop();
Symbol 592 MovieClip Frame 2 (33 B)
Set("/:mayhem", /:mayhem + "1");
Symbol 592 MovieClip Frame 4 (8 B)
stop();
Symbol 609 MovieClip Frame 1 (8 B)
stop();
Symbol 609 MovieClip Frame 2 (95 B)
tellTarget ("/flood") {
gotoAndStop (2);
};
tellTarget ("/water") {
play();
}
stop();
Symbol 613 MovieClip Frame 1 (8 B)
stop();
Symbol 613 MovieClip Frame 30 (230 B)
Set("/:water", "1");
if ((/:water == "1") and (/:electric == "1")) {
tellTarget ("/shock") {
gotoAndStop (2);
};
tellTarget ("/floor") {
gotoAndStop (2);
};
tellTarget ("/") {
gotoAndStop ("shocking");
};
}
Symbol 613 MovieClip Frame 60 (8 B)
stop();
Symbol 617 MovieClip Frame 1 (8 B)
stop();
Symbol 617 MovieClip Frame 2 (33 B)
Set("/:mayhem", /:mayhem + "1");
Symbol 621 MovieClip Frame 1 (8 B)
stop();
Symbol 621 MovieClip Frame 2 (33 B)
Set("/:mayhem", /:mayhem + "1");
Symbol 623 MovieClip Frame 1 (523 B)
if (/:shooting == "1") {
x = getProperty("../", _x);
y = getProperty("../", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
if (((((x_point - "40") < x) and (x < x_point)) and ((y_point - "50") < y)) and (y < (y_point + "45"))) {
tellTarget ("../boy") {
gotoAndStop (2);
};
}
if ((((x_point < x) and (x < (x_point + "40"))) and ((y_point - "25") < y)) and (y < (y_point + "25"))) {
tellTarget ("../girl") {
gotoAndStop (2);
};
}
}
Symbol 623 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 627 MovieClip Frame 53 (8 B)
stop();
Symbol 628 MovieClip Frame 1 (8 B)
stop();
Symbol 628 MovieClip Frame 2 (33 B)
Set("/:mayhem", /:mayhem + "1");
Symbol 630 MovieClip Frame 1 (8 B)
stop();
Symbol 637 MovieClip Frame 1 (341 B)
if (/:shooting == "1") {
x = getProperty("../", _x);
y = getProperty("../", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
if (((((x_point - "30") < x) and (x < (x_point + "35"))) and ((y_point - "24") < y)) and (y < (y_point + "23"))) {
tellTarget ("../") {
play();
};
}
}
Symbol 637 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 653 MovieClip Frame 1 (8 B)
stop();
Symbol 653 MovieClip Frame 10 (243 B)
Set("/:electric", "1");
if ((/:water == "1") and (/:electric == "1")) {
tellTarget ("/shock") {
gotoAndStop (2);
};
tellTarget ("/floor") {
gotoAndStop (2);
};
tellTarget ("/") {
gotoAndStop ("shocking");
};
}
stop();
Symbol 655 MovieClip Frame 1 (8 B)
stop();
Symbol 666 MovieClip Frame 1 (17 B)
stopAllSounds();
Symbol 666 MovieClip Frame 2 (8 B)
stop();
Symbol 666 MovieClip Frame 9 (32 B)
tellTarget ("/") {
play();
}
Symbol 666 MovieClip Frame 11 (46 B)
tellTarget ("/") {
gotoAndStop ("bomb");
}
Symbol 681 MovieClip Frame 1 (313 B)
if ((/:time_seconds2 < "2") or (/:time_seconds eq "00")) {
if (/:time_seconds == "0") {
tellTarget ("/") {
gotoAndPlay ("bear_explode");
};
} else {
Set("/:time_seconds2", "60");
Set("/:time_seconds", /:time_seconds - "1");
}
} else {
Set("/:time_seconds2", /:time_seconds2 - "3");
}
Symbol 681 MovieClip Frame 2 (313 B)
if ((/:time_seconds2 < "2") or (/:time_seconds eq "00")) {
if (/:time_seconds == "0") {
tellTarget ("/") {
gotoAndPlay ("bear_explode");
};
} else {
Set("/:time_seconds2", "60");
Set("/:time_seconds", /:time_seconds - "1");
}
} else {
Set("/:time_seconds2", /:time_seconds2 - "3");
}
Symbol 682 MovieClip Frame 1 (8 B)
stop();
Symbol 683 MovieClip Frame 1 (703 B)
x = getProperty("/bear", _x);
y = getProperty("/bear", _y);
x_point = getProperty("/point", _x);
y_point = getProperty("/point", _y);
if (/:shooting == "1") {
if ((((((x - "20") < x_point) and (x_point < (x + "60"))) and ((y - "40") < y_point)) and (y_point < (y + "40"))) or (((((x - "20") < x_point) and (x_point < (x + "20"))) and ((y - "80") < y_point)) and ((y - "40") >= y_point))) {
tellTarget ("/") {
gotoAndPlay ("bear_explode");
};
setProperty("/point/blood", _visible , "1");
} else {
setProperty("/point/blood", _visible , "0");
}
} else if (getProperty("/point/blood", _visible) == "1") {
setProperty("/point/blood", _visible , "0");
}
Symbol 683 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 693 MovieClip Frame 6 (8 B)
stop();
Symbol 710 MovieClip Frame 6 (8 B)
stop();
Symbol 714 Button (64 B)
on (release) {
tellTarget ("/") {
gotoAndStop ("clear");
}
}
Symbol 716 Button (60 B)
on (release) {
getURL ("http://www.newgrounds.com/pico");
}
Symbol 718 Button (55 B)
on (release) {
getURL ("http://www.newgrounds.com");
}
Symbol 720 Button (64 B)
on (release) {
getURL ("http://www.newgrounds.com/assassin");
}
Symbol 723 Button (66 B)
on (release) {
tellTarget ("/") {
gotoAndStop ("credits");
}
}
Symbol 726 MovieClip Frame 16 (8 B)
stop();
Symbol 732 MovieClip Frame 2 (91 B)
if (mayhem_temp < /:mayhem) {
mayhem_temp = mayhem_temp + "1";
} else {
stop();
}
Symbol 740 Button (57 B)
on (release) {
getURL ("mailto:keith@om-records.com");
}
Symbol 743 Button (58 B)
on (release) {
getURL ("mailto:adoran@cccgroup.co.uk");
}