[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Frame 1 (114 B)
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
ifFrameLoaded (12) {
gotoAndPlay (3);
}
Frame 2 (17 B)
gotoAndPlay (1);
Frame 3 (1.35 KiB) ●
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (32) {
gotoAndPlay (5);
}
Frame 4 (17 B)
gotoAndPlay (3);
Frame 5 (1.35 KiB) ●
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (62) {
gotoAndPlay (7);
}
Frame 6 (17 B)
gotoAndPlay (5);
Frame 7 (1.35 KiB) ●
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (82) {
gotoAndPlay (9);
}
Frame 8 (17 B)
gotoAndPlay (7);
Frame 9 (1.35 KiB) ●
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (101) {
gotoAndPlay (11);
}
Frame 10 (17 B)
gotoAndPlay (9);
Frame 11 (1.35 KiB) ●
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (121) {
gotoAndPlay (13);
}
Frame 12 (18 B)
gotoAndPlay (11);
Frame 13 (1.35 KiB) ●
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (141) {
gotoAndPlay (15);
}
Frame 14 (18 B)
gotoAndPlay (15);
Frame 15 (1.35 KiB) ●
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (161) {
gotoAndPlay (17);
}
Frame 16 (18 B)
gotoAndPlay (15);
Frame 17 (1.35 KiB) ●
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (181) {
gotoAndPlay (19);
}
Frame 18 (18 B)
gotoAndPlay (17);
Frame 19 (1.35 KiB) ●
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (201) {
gotoAndPlay (21);
}
Frame 20 (18 B)
gotoAndPlay (19);
Frame 21 (1.35 KiB) ●
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (281) {
gotoAndPlay (23);
}
Frame 22 (18 B)
gotoAndPlay (21);
Frame 23 (1.35 KiB) ●
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (331) {
gotoAndPlay (25);
}
Frame 24 (18 B)
gotoAndPlay (23);
Frame 25 (1.35 KiB) ●
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (381) {
gotoAndPlay (27);
}
Frame 26 (18 B)
gotoAndPlay (25);
Frame 27 (1.35 KiB) ●
mouseX = getProperty("/mouse", _x);
mouseY = getProperty("/mouse", _y);
circleX = getProperty("/circle", _x);
circleY = getProperty("/circle", _y);
distanceX = mouseX - circleX;
distanceY = mouseY - circleY;
getaway_speed = "15";
distance = "50";
if ((((distanceX < distance) and ((-distance) < distanceY)) and (mouseY < circleY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("550"));
setProperty("/circle", _y , random("400"));
}
if (((((-distance) < distanceX) and ((-distance) < distanceY)) and (mouseY < circleY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((((-distance) < distanceX) and (distanceY < distance)) and (circleY < mouseY)) and (mouseX < circleX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if ((((distanceX < distance) and (distanceY < distance)) and (circleY < mouseY)) and (circleX < mouseX)) {
setProperty("/circle", _x , random("352"));
setProperty("/circle", _y , random("240"));
}
if (((("0" >= circleX) or (circleX >= "352")) or ("0" >= circleY)) or (circleY >= "240")) {
setProperty("/circle", _x , "182");
setProperty("/circle", _y , "156");
}
startDrag ("/mouse", true);
ifFrameLoaded (401) {
gotoAndStop (29);
}
Frame 28 (18 B)
gotoAndPlay (27);
Frame 29 (8 B)
stop();
Frame 30 (8 B)
stop();
Frame 1118 (17 B)
stop();
play();
Frame 1849 (8 B)
stop();
Symbol 22 MovieClip Frame 5 (8 B)
stop();
Symbol 24 Button (35 B)
on (release) {
gotoAndPlay (31);
}
Symbol 61 Button (54 B)
on (release) {
stopAllSounds();
gotoAndPlay (371);
}
Symbol 64 Button (54 B)
on (release) {
stopAllSounds();
gotoAndPlay (391);
}
Symbol 156 Button (64 B)
on (release) {
getURL ("http://www.campchaos.com", "_blank");
}
Symbol 158 Button (35 B)
on (release) {
gotoAndPlay (32);
}