Frame 1
fscommand ("showmenu", "flase");
Frame 13
gotoAndPlay (2);
ifFrameLoaded (14) {
gotoAndPlay (14);
}
Frame 15
stopAllSounds();
Frame 48
stop();
Frame 54
stopAllSounds();
Frame 55
stop();
Frame 79
stopAllSounds();
Frame 121
score = 0;
Frame 122
stopAllSounds();
block = false;
blknum = 30;
tellTarget ("/½ºÅ×ÀÌÁö") {
play();
};
tellTarget ("/Ŭ¸®¾î/¼ºñ½º") {
gotoAndStop (1);
};
Instance of Symbol 182 MovieClip "Cmd" in Frame 122
onClipEvent (mouseDown) {
if ((((getProperty("/ball", _currentframe) == 1) && (getProperty("/°ÔÀÓ¿À¹ö", _currentframe) == 1)) && (getProperty("/½ºÅ×ÀÌÁö", _currentframe) == 40)) && (getProperty("/Ŭ¸®¾î", _currentframe) == 1)) {
tellTarget ("/Cmd") {
stop();
};
tellTarget ("/ball") {
setProperty("/ball", _y , getProperty("/ball", _y) - 10);
play();
};
}
}
Frame 123
stop();
Frame 124
block = false;
blknum = 48;
tellTarget ("/½ºÅ×ÀÌÁö/±×¸²") {
gotoAndStop (2);
};
tellTarget ("/½ºÅ×ÀÌÁö") {
play();
};
tellTarget ("/Ŭ¸®¾î/¼ºñ½º") {
gotoAndStop (2);
};
stop();
Frame 125
block = false;
blknum = 42;
tellTarget ("/½ºÅ×ÀÌÁö/±×¸²") {
gotoAndStop (3);
};
tellTarget ("/½ºÅ×ÀÌÁö") {
play();
};
tellTarget ("/Ŭ¸®¾î/¼ºñ½º") {
gotoAndStop (3);
};
stop();
Frame 126
block = false;
blknum = 52;
tellTarget ("/½ºÅ×ÀÌÁö/±×¸²") {
gotoAndStop (4);
};
tellTarget ("/½ºÅ×ÀÌÁö") {
play();
};
tellTarget ("/Ŭ¸®¾î/¼ºñ½º") {
gotoAndStop (4);
};
stop();
Frame 127
block = false;
blknum = 65;
tellTarget ("/½ºÅ×ÀÌÁö/±×¸²") {
gotoAndStop (5);
};
tellTarget ("/½ºÅ×ÀÌÁö") {
play();
};
tellTarget ("/Ŭ¸®¾î/¼ºñ½º") {
gotoAndStop (5);
};
stop();
Frame 327
tellTarget (_root) {
gotoAndPlay (1);
};
Frame 328
stop();
Symbol 16 Button
on (press, release) {
gotoAndPlay (49);
}
Symbol 18 Button
on (release) {
gotoAndStop (328);
}
Symbol 22 Button
on (press, release) {
gotoAndPlay (76);
}
Symbol 30 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 2
stop();
tellTarget ("/Cmd") {
play();
};
Symbol 30 MovieClip Frame 3
stop();
tellTarget ("/Cmd") {
play();
};
Symbol 30 MovieClip Frame 4
stop();
tellTarget ("/°ÔÀÓ¿À¹ö") {
play();
};
Symbol 36 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 2
stop();
Symbol 36 MovieClip Frame 3
stop();
Symbol 36 MovieClip Frame 4
stop();
Symbol 47 MovieClip Frame 40
tellTarget ("/»ý¸í") {
nextFrame();
};
stop();
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 2
dbx = 10;
dby = -10;
bx = getProperty(this, _x);
by = getProperty(this, _y);
Symbol 48 MovieClip Frame 3
if (((getProperty(this, _width) / 2) >= getProperty(this, _x)) || (getProperty(this, _x) >= (550 - (getProperty(this, _width) / 2)))) {
if ((getProperty(this, _width) / 2) >= getProperty(this, _x)) {
dbx = Number(Math.abs(dbx));
setProperty(this, _x , (getProperty(this, _width) / 2) + 20);
gotoAndPlay (18);
}
if (getProperty(this, _x) >= (550 - (getProperty(this, _width) / 2))) {
dbx = Number(Math.abs(dbx)) * -1;
setProperty(this, _x , (550 - (getProperty(this, _width) / 2)) - 20);
gotoAndPlay (12);
}
}
if ((getProperty(this, _height) / 2) >= getProperty(this, _y)) {
setProperty(this, _y , (getProperty(this, _height) / 2) + 10);
dby = Number(Math.abs(dby));
gotoAndPlay (24);
}
if (getProperty(this, _y) >= 385) {
}
if (((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= (getProperty("/¹Ù", _y) - (getProperty("/¹Ù", _height) / 2))) && (getProperty("/¹Ù", _y) >= getProperty(this, _y))) {
if (((getProperty("/¹Ù", _x) + (getProperty("/¹Ù", _width) / 2)) >= getProperty(this, _x)) && (getProperty(this, _x) >= (getProperty("/¹Ù", _x) - (getProperty("/¹Ù", _width) / 2)))) {
setProperty(this, _y , getProperty("/¹Ù", _y) - (getProperty(this, _height) / 2));
dby = Number(Math.abs(dby)) * -1;
gotoAndPlay (6);
}
if ((getProperty(this, _x) < (getProperty("/¹Ù", _x) - (getProperty("/¹Ù", _width) / 2))) && ((getProperty("/¹Ù", _x) - (getProperty("/¹Ù", _width) / 2)) < (getProperty(this, _x) + (getProperty(this, _width) / 2)))) {
setProperty(this, _y , getProperty("/¹Ù", _y) - (getProperty(this, _height) / 2));
dby = Number(Math.abs(dby)) * -1;
dbx = Number(Math.abs(dbx)) * -1;
gotoAndPlay (6);
}
if (((getProperty("/¹Ù", _x) + (getProperty("/¹Ù", _width) / 2)) < getProperty(this, _x)) && ((getProperty(this, _x) - (getProperty(this, _width) / 2)) < (getProperty("/¹Ù", _x) + (getProperty("/¹Ù", _width) / 2)))) {
setProperty(this, _y , getProperty("/¹Ù", _y) - (getProperty(this, _height) / 2));
dby = Number(Math.abs(dby)) * -1;
dbx = Number(Math.abs(dbx));
gotoAndPlay (6);
}
}
if (380 < getProperty("/ball", _y)) {
tellTarget ("/ball") {
gotoAndStop ("³¡");
};
}
if (/:blknum == 0) {
_root.ball._y = -100;
_root.ball._x = -100;
tellTarget ("/Cmd") {
play();
};
tellTarget ("/Ŭ¸®¾î") {
gotoAndPlay (2);
};
}
bx = bx + dbx;
by = by + dby;
Symbol 48 MovieClip Frame 4
setProperty(this, _x , bx);
setProperty(this, _y , by);
if (0 < dbx) {
if (0 < dby) {
tellTarget ("°øÁ¾·ù") {
gotoAndStop (2);
};
}
if (dby < 0) {
tellTarget ("°øÁ¾·ù") {
gotoAndStop (1);
};
}
}
if (dbx < 0) {
if (0 < dby) {
tellTarget ("°øÁ¾·ù") {
gotoAndStop (3);
};
}
if (dby < 0) {
tellTarget ("°øÁ¾·ù") {
gotoAndStop (4);
};
}
}
Symbol 48 MovieClip Frame 5
gotoAndPlay (3);
Symbol 48 MovieClip Frame 11
if ((getProperty(this, _x) >= (getProperty("/¹Ù", _x) + 100)) || ((getProperty("/¹Ù", _x) - 100) >= getProperty(this, _x))) {
if (getProperty(this, _x) >= (getProperty("/¹Ù", _x) + 100)) {
if (dbx < 0) {
dbx = dby - 10;
} else {
dbx = dby * 0.5;
}
}
if ((getProperty("/¹Ù", _x) - 100) >= getProperty(this, _x)) {
if (dbx < 0) {
dbx = dby * -0.5;
} else {
dbx = (dby * -1) + 10;
}
}
} else if (dbx < 0) {
dbx = dby;
} else {
dbx = dby * -1;
}
bx = bx + dbx;
by = by + dby;
gotoAndPlay (4);
Symbol 48 MovieClip Frame 17
bx = bx + dbx;
by = by + dby;
gotoAndPlay (4);
Symbol 48 MovieClip Frame 23
bx = bx + dbx;
by = by + dby;
gotoAndPlay (4);
Symbol 48 MovieClip Frame 29
bx = bx + dbx;
by = by + dby;
gotoAndPlay (4);
Symbol 48 MovieClip Frame 30
stop();
Symbol 63 Button
on (press) {
nextFrame();
}
Symbol 69 Button
on (press) {
gotoAndPlay (14);
}
Symbol 122 MovieClip Frame 1
if ((getProperty("/ball", _x) >= (getProperty(this, _x) - (getProperty(this, _width) / 2))) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= getProperty("/ball", _x))) {
if ((getProperty(this, _y) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2))) && ((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= (getProperty(this, _y) - (getProperty(this, _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= getProperty(this, _y)) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)));
gotoAndPlay (3);
}
}
if ((getProperty("/ball", _y) >= (getProperty(this, _y) - (getProperty(this, _height) / 2))) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= getProperty("/ball", _y))) {
if ((getProperty(this, _x) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2))) && ((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= (getProperty(this, _x) - (getProperty(this, _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= getProperty(this, _x)) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)));
gotoAndPlay (3);
}
}
Symbol 122 MovieClip Frame 2
gotoAndPlay (1);
Symbol 122 MovieClip Frame 3
tellTarget ("/ball") {
stop();
};
setProperty("/ball", _visible , false);
Symbol 122 MovieClip Frame 15
stop();
Set("/:blknum", /:blknum - 1);
Set("/:Score", /:Score + 10);
setProperty("/ball", _visible , true);
tellTarget ("/ball") {
play();
};
Symbol 128 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 2
stop();
Symbol 128 MovieClip Frame 3
stop();
Symbol 128 MovieClip Frame 4
stop();
Symbol 128 MovieClip Frame 5
stop();
Symbol 130 MovieClip Frame 40
startDrag ("/¹Ù", true, 0 + (getProperty("/¹Ù", _width) / 2), 350, 550 - (getProperty("/¹Ù", _width) / 2), 350);
tellTarget ("/Cmd") {
play();
};
stop();
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 2
stopAllSounds();
gname = "bonkpong";
gscore = /:score;
getURL ("index.php?act=Arcade&do=newscore", "_self", "POST");
Symbol 134 MovieClip Frame 50
stop();
tellTarget (_root) {
gotoAndPlay (1);
};
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 2
stop();
Symbol 179 MovieClip Frame 3
stop();
Symbol 179 MovieClip Frame 4
stop();
Symbol 179 MovieClip Frame 5
stop();
Symbol 181 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 2
stopAllSounds();
Symbol 181 MovieClip Frame 60
tellTarget (_root) {
nextFrame();
};
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 2
setProperty("/ball", _x , getProperty("/¹Ù", _x));
setProperty("/ball", _y , getProperty("/¹Ù", _y) - 20);
tellTarget ("/ball") {
gotoAndStop (1);
};
Symbol 182 MovieClip Frame 3
gotoAndPlay (2);
Symbol 199 MovieClip Frame 1
if ((getProperty("/ball", _x) >= (getProperty(this, _x) - (getProperty(this, _width) / 2))) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= getProperty("/ball", _x))) {
if ((getProperty(this, _y) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2))) && ((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= (getProperty(this, _y) - (getProperty(this, _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= getProperty(this, _y)) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)));
gotoAndPlay (3);
}
}
if ((getProperty("/ball", _y) >= (getProperty(this, _y) - (getProperty(this, _height) / 2))) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= getProperty("/ball", _y))) {
if ((getProperty(this, _x) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2))) && ((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= (getProperty(this, _x) - (getProperty(this, _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= getProperty(this, _x)) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)));
gotoAndPlay (3);
}
}
Symbol 199 MovieClip Frame 2
gotoAndPlay (1);
Symbol 199 MovieClip Frame 3
tellTarget ("/ball") {
stop();
};
setProperty("/ball", _visible , false);
Symbol 199 MovieClip Frame 15
setProperty("/ball", _visible , true);
if (20 >= Number(Math.abs(/ball:dby))) {
Set("/ball:dbx", /ball:dbx * 1.03);
Set("/ball:dby", /ball:dby * 1.03);
}
tellTarget ("/ball") {
play();
};
Symbol 199 MovieClip Frame 20
gotoAndPlay (1);
Symbol 201 MovieClip Frame 1
if ((getProperty("/ball", _x) >= (getProperty(this, _x) - (getProperty(this, _width) / 2))) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= getProperty("/ball", _x))) {
if ((getProperty(this, _y) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2))) && ((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= (getProperty(this, _y) - (getProperty(this, _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= getProperty(this, _y)) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)));
gotoAndPlay (3);
}
}
if ((getProperty("/ball", _y) >= (getProperty(this, _y) - (getProperty(this, _height) / 2))) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= getProperty("/ball", _y))) {
if ((getProperty(this, _x) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2))) && ((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= (getProperty(this, _x) - (getProperty(this, _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= getProperty(this, _x)) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)));
gotoAndPlay (3);
}
}
Symbol 201 MovieClip Frame 2
gotoAndPlay (1);
Symbol 201 MovieClip Frame 3
tellTarget ("/ball") {
stop();
};
setProperty("/ball", _visible , false);
Symbol 201 MovieClip Frame 15
stop();
Set("/:blknum", /:blknum - 1);
Set("/:Score", /:Score + 20);
setProperty("/ball", _visible , true);
tellTarget ("/ball") {
play();
};
Symbol 203 MovieClip Frame 1
stopAllSounds();
Symbol 203 MovieClip Frame 2
stop();
Symbol 205 MovieClip Frame 1
if ((getProperty("/ball", _x) >= (getProperty(this, _x) - (getProperty(this, _width) / 2))) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= getProperty("/ball", _x))) {
if ((getProperty(this, _y) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2))) && ((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= (getProperty(this, _y) - (getProperty(this, _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= getProperty(this, _y)) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)));
gotoAndPlay (3);
}
}
if ((getProperty("/ball", _y) >= (getProperty(this, _y) - (getProperty(this, _height) / 2))) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= getProperty("/ball", _y))) {
if ((getProperty(this, _x) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2))) && ((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= (getProperty(this, _x) - (getProperty(this, _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= getProperty(this, _x)) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)));
gotoAndPlay (3);
}
}
Symbol 205 MovieClip Frame 2
gotoAndPlay (1);
Symbol 205 MovieClip Frame 3
tellTarget ("/ball") {
stop();
};
setProperty("/ball", _visible , false);
Symbol 205 MovieClip Frame 15
stop();
Set("/:blknum", /:blknum - 1);
Set("/:Score", /:Score + 30);
setProperty("/ball", _visible , true);
tellTarget ("/ball") {
play();
};
Symbol 207 MovieClip Frame 1
stopAllSounds();
Symbol 207 MovieClip Frame 2
stop();
Symbol 209 MovieClip Frame 1
if ((getProperty("/ball", _x) >= (getProperty(this, _x) - (getProperty(this, _width) / 2))) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= getProperty("/ball", _x))) {
if ((getProperty(this, _y) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2))) && ((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= (getProperty(this, _y) - (getProperty(this, _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= getProperty(this, _y)) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)));
gotoAndPlay (3);
}
}
if ((getProperty("/ball", _y) >= (getProperty(this, _y) - (getProperty(this, _height) / 2))) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= getProperty("/ball", _y))) {
if ((getProperty(this, _x) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2))) && ((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= (getProperty(this, _x) - (getProperty(this, _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= getProperty(this, _x)) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)));
gotoAndPlay (3);
}
}
Symbol 209 MovieClip Frame 2
gotoAndPlay (1);
Symbol 209 MovieClip Frame 3
tellTarget ("/ball") {
stop();
};
setProperty("/ball", _visible , false);
Symbol 209 MovieClip Frame 15
stop();
Set("/:blknum", /:blknum - 1);
Set("/:Score", /:Score + 40);
setProperty("/ball", _visible , true);
tellTarget ("/ball") {
play();
};
Symbol 211 MovieClip Frame 1
stopAllSounds();
Symbol 211 MovieClip Frame 2
stop();
Symbol 221 MovieClip Frame 1
if ((getProperty("/ball", _x) >= (getProperty(this, _x) - (getProperty(this, _width) / 2))) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= getProperty("/ball", _x))) {
if ((getProperty(this, _y) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2))) && ((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= (getProperty(this, _y) - (getProperty(this, _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= getProperty(this, _y)) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)));
gotoAndPlay (3);
}
}
if ((getProperty("/ball", _y) >= (getProperty(this, _y) - (getProperty(this, _height) / 2))) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= getProperty("/ball", _y))) {
if ((getProperty(this, _x) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2))) && ((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= (getProperty(this, _x) - (getProperty(this, _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= getProperty(this, _x)) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)));
gotoAndPlay (3);
}
}
Symbol 221 MovieClip Frame 2
gotoAndPlay (1);
Symbol 221 MovieClip Frame 3
tellTarget ("/ball") {
stop();
};
setProperty("/ball", _visible , false);
Symbol 221 MovieClip Frame 15
stop();
Set("/:blknum", /:blknum - 1);
Set("/:Score", /:Score + 50);
setProperty("/ball", _visible , true);
tellTarget ("/ball") {
play();
};
Symbol 228 MovieClip Frame 1
if ((getProperty("/ball", _x) >= (getProperty(this, _x) - (getProperty(this, _width) / 2))) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= getProperty("/ball", _x))) {
if ((getProperty(this, _y) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2))) && ((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= (getProperty(this, _y) - (getProperty(this, _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _y) + (getProperty("/ball", _height) / 2)) >= getProperty(this, _y)) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= (getProperty("/ball", _y) - (getProperty("/ball", _height) / 2)))) {
Set("/ball:dby", Number(Math.abs(/ball:dby)));
gotoAndPlay (3);
}
}
if ((getProperty("/ball", _y) >= (getProperty(this, _y) - (getProperty(this, _height) / 2))) && ((getProperty(this, _y) + (getProperty(this, _height) / 2)) >= getProperty("/ball", _y))) {
if ((getProperty(this, _x) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2))) && ((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= (getProperty(this, _x) - (getProperty(this, _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)) * -1);
gotoAndPlay (3);
}
if (((getProperty("/ball", _x) + (getProperty("/ball", _width) / 2)) >= getProperty(this, _x)) && ((getProperty(this, _x) + (getProperty(this, _width) / 2)) >= (getProperty("/ball", _x) - (getProperty("/ball", _width) / 2)))) {
Set("/ball:dbx", Number(Math.abs(/ball:dbx)));
gotoAndPlay (3);
}
}
Symbol 228 MovieClip Frame 2
gotoAndPlay (1);
Symbol 228 MovieClip Frame 3
tellTarget ("/ball") {
stop();
};
tellTarget ("/»ý¸í") {
nextFrame();
};
setProperty("/ball", _visible , false);
Symbol 228 MovieClip Frame 42
if (getProperty("/»ý¸í", _currentframe) == 4) {
stop();
} else {
setProperty("/ball", _visible , true);
gotoAndPlay (1);
}
Symbol 230 MovieClip Frame 1
stopAllSounds();
Symbol 230 MovieClip Frame 2
stop();
Symbol 233 MovieClip Frame 1
stopAllSounds();
Symbol 233 MovieClip Frame 2
stop();
Symbol 242 Button
on (press, release) {
gotoAndPlay (14);
}
Symbol 245 MovieClip Frame 1
stopAllSounds();
Symbol 245 MovieClip Frame 2
stop();