Frame 2
FrameLoad = int(("100" / _totalframes) * _framesloaded);
tellTarget ("/loader") {
gotoAndStop(/:FrameLoad);
};
ifFrameLoaded (118) {
gotoAndPlay (4);
}
Frame 3
gotoAndPlay (2);
Frame 6
gotoAndPlay (7);
Frame 7
stop();
Frame 45
stop();
setProperty("wasser", _visible , "0");
setProperty("wasser1", _visible , "0");
setProperty("wasser2", _visible , "0");
setProperty("wasser3", _visible , "0");
setProperty("wasser4", _visible , "0");
setProperty("wasser5", _visible , "0");
setProperty("wasser6", _visible , "0");
setProperty("wasser7", _visible , "0");
setProperty("wasser8", _visible , "0");
setProperty("wasser9", _visible , "0");
setProperty("wasser10", _visible , "0");
setProperty("wasser11", _visible , "0");
setProperty("wasser12", _visible , "0");
setProperty("wasser13", _visible , "0");
setProperty("wasser14", _visible , "0");
setProperty("wasser15", _visible , "0");
Frame 48
play();
Frame 64
stop();
setProperty("wasser", _visible , "0");
setProperty("wasser1", _visible , "0");
setProperty("wasser2", _visible , "0");
setProperty("wasser3", _visible , "0");
setProperty("wasser4", _visible , "0");
setProperty("wasser5", _visible , "0");
setProperty("wasser6", _visible , "0");
setProperty("wasser7", _visible , "0");
setProperty("wasser8", _visible , "0");
setProperty("wasser9", _visible , "0");
setProperty("wasser10", _visible , "0");
setProperty("wasser11", _visible , "0");
setProperty("wasser12", _visible , "0");
setProperty("wasser13", _visible , "0");
setProperty("wasser14", _visible , "0");
setProperty("wasser15", _visible , "0");
Frame 68
play();
Frame 84
stop();
setProperty("wasser", _visible , "0");
setProperty("wasser1", _visible , "0");
setProperty("wasser2", _visible , "0");
setProperty("wasser3", _visible , "0");
setProperty("wasser4", _visible , "0");
setProperty("wasser5", _visible , "0");
setProperty("wasser6", _visible , "0");
setProperty("wasser7", _visible , "0");
setProperty("wasser8", _visible , "0");
setProperty("wasser9", _visible , "0");
setProperty("wasser10", _visible , "0");
setProperty("wasser11", _visible , "0");
setProperty("wasser12", _visible , "0");
setProperty("wasser13", _visible , "0");
setProperty("wasser14", _visible , "0");
setProperty("wasser15", _visible , "0");
Frame 92
stop();
Frame 100
deinhighscore = /score:score;
stopAllSounds();
Frame 118
highscore = "350";
if (highscore < deinhighscore) {
highscore = /score:score;
}
stop();
Frame 119
aantal = "9";
teller = "1";
hoekding = int("360" / aantal);
while (aantal >= teller) {
duplicateMovieClip ("/bol_", "bol_" add teller, (aantal + "1") - teller);
Set("bolx" add teller, "100");
Set("boly" add teller, "100");
setProperty("/bol_" add teller, _rotation , "360" - (teller * hoekding));
teller = teller + "1";
}
teller = "1";
while (aantal >= teller) {
duplicateMovieClip ("/bol_", "bol_" add (teller + "9"), (aantal + "10") - teller);
Set("bolx" add (teller + "9"), "100");
Set("boly" add (teller + "9"), "100");
setProperty("/bol_" add (teller + "9"), _rotation , "360" - ((teller + "9") * hoekding));
teller = teller + "1";
}
teller = "1";
while (aantal >= teller) {
duplicateMovieClip ("/bol_", "bol_" add (teller + "18"), (aantal + "19") - teller);
setProperty("bol_" add (teller + "18"), _alpha , "90" - ("10" * teller));
Set("bolx" add (teller + "18"), "100");
Set("boly" add (teller + "18"), "100");
setProperty("/bol_" add (teller + "18"), _rotation , "360" - ((teller + "18") * hoekding));
teller = teller + "1";
}
aantal = "27";
setProperty("/bol_", _visible , "0");
Frame 123
stop();
Frame 124
stop();
gotoAndPlay (123);
Symbol 5 MovieClip Frame 351
gotoAndPlay (50);
Symbol 9 MovieClip Frame 1
stop();
Symbol 17 Button
on (keyPress "<Left>") {
setProperty("/frosch", _x , getProperty("/frosch", _x) - "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
tellTarget ("/frosch") {
gotoAndPlay ("links");
};
tellTarget ("/keyleft") {
nextFrame();
play();
}
}
Symbol 22 Button
on (keyPress "<Right>") {
setProperty("/frosch", _x , getProperty("/frosch", _x) + "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
tellTarget ("/frosch") {
gotoAndPlay ("rechts");
};
tellTarget ("/keyright") {
nextFrame();
play();
}
}
Symbol 27 Button
on (keyPress "<Down>") {
setProperty("/frosch", _y , getProperty("/frosch", _y) + "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
tellTarget ("/frosch") {
gotoAndPlay ("back");
};
tellTarget ("/keyback") {
nextFrame();
play();
}
}
Symbol 32 Button
on (keyPress "<Up>") {
setProperty("/frosch", _y , getProperty("/frosch", _y) - "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
tellTarget ("/frosch") {
gotoAndPlay ("vor1");
};
tellTarget ("/keyvor") {
nextFrame();
play();
}
}
Symbol 34 Button
on (keyPress "<Enter>") {
nextFrame();
play();
}
Symbol 37 MovieClip Frame 2
if (getProperty("/frosch", _x) < "7") {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
}
if ("320" < getProperty("/frosch", _x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
}
if ("240" < getProperty("/frosch", _y)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
}
if (getProperty("/frosch", _y) < "0") {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
}
gotoAndPlay (1);
Symbol 40 MovieClip Frame 2
tellTarget ("/frosch") {
gotoAndStop ("vor1");
}
Symbol 44 MovieClip Frame 2
tellTarget ("/frosch") {
gotoAndStop ("links1");
}
Symbol 47 MovieClip Frame 2
tellTarget ("/frosch") {
gotoAndStop ("rechts1");
}
Symbol 50 MovieClip Frame 2
tellTarget ("/frosch") {
gotoAndStop ("back1");
}
Symbol 53 MovieClip Frame 1
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/score") {
nextFrame();
};
setProperty("/frosch", _x , "175");
setProperty("/frosch", _y , "225");
Symbol 53 MovieClip Frame 15
tellTarget ("/frosch") {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 3
gotoAndStop (1);
Symbol 55 MovieClip Frame 6
stop();
Symbol 55 MovieClip Frame 8
gotoAndStop (6);
Symbol 55 MovieClip Frame 11
stop();
Symbol 55 MovieClip Frame 13
gotoAndStop (11);
Symbol 55 MovieClip Frame 16
stop();
Symbol 55 MovieClip Frame 18
gotoAndStop (16);
Symbol 55 MovieClip Frame 35
gotoAndStop (1);
Symbol 65 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 1
stop();
Symbol 78 Button
on (release, keyPress "s") {
gotoAndStop (15);
}
Symbol 81 Button
on (release, keyPress "s") {
gotoAndStop (1);
}
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 15
stopAllSounds();
stop();
Symbol 88 MovieClip Frame 36
stop();
Symbol 89 MovieClip Frame 265
tellTarget ("/ziel1aus") {
gotoAndStop ("aus");
}
Symbol 89 MovieClip Frame 305
tellTarget ("/ziel1aus") {
gotoAndPlay (1);
}
Symbol 89 MovieClip Frame 328
gotoAndPlay (1);
Symbol 89 MovieClip Frame 330
tellTarget ("/golevel2") {
nextFrame();
};
stop();
Symbol 90 MovieClip Frame 198
tellTarget ("/ziel2aus") {
gotoAndStop ("aus");
}
Symbol 90 MovieClip Frame 248
tellTarget ("/ziel2aus") {
gotoAndPlay (1);
}
Symbol 90 MovieClip Frame 329
gotoAndPlay (1);
Symbol 90 MovieClip Frame 330
tellTarget ("/golevel2") {
nextFrame();
};
stop();
Symbol 91 MovieClip Frame 245
tellTarget ("/ziel5aus") {
gotoAndStop ("aus");
}
Symbol 91 MovieClip Frame 298
tellTarget ("/ziel5aus") {
gotoAndPlay (1);
}
Symbol 91 MovieClip Frame 329
gotoAndPlay (1);
Symbol 91 MovieClip Frame 330
tellTarget ("/golevel2") {
nextFrame();
};
stop();
Symbol 92 MovieClip Frame 26
tellTarget ("/ziel4aus") {
gotoAndStop ("aus");
}
Symbol 92 MovieClip Frame 79
tellTarget ("/ziel4aus") {
gotoAndPlay (1);
}
Symbol 92 MovieClip Frame 326
gotoAndPlay (1);
Symbol 92 MovieClip Frame 330
tellTarget ("/golevel2") {
nextFrame();
};
stop();
Symbol 93 MovieClip Frame 40
tellTarget ("/ziel3aus") {
gotoAndStop ("aus");
}
Symbol 93 MovieClip Frame 116
tellTarget ("/ziel3aus") {
gotoAndPlay (1);
}
Symbol 93 MovieClip Frame 508
gotoAndPlay (1);
Symbol 93 MovieClip Frame 510
tellTarget ("/golevel2") {
nextFrame();
};
stop();
Symbol 94 MovieClip Frame 2
call("/subroutinesz1:checkCollision");
gotoAndPlay (1);
Symbol 94 MovieClip Frame 10
stop();
Symbol 95 MovieClip Frame 1
call("initObjects");
stop();
Symbol 95 MovieClip Frame 20
w1_x = getProperty("/ziel1", _x) + "10";
w2_x = getProperty("/ziel1", _x) - "10";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if (((frog_y < "42") and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/ziel1") {
gotoAndPlay ("ziel");
};
setProperty("/frosch", _x , "175");
setProperty("/frosch", _y , "225");
tellTarget ("/restzeit") {
gotoAndPlay ("bonus");
};
tellTarget ("/score") {
score = score + "200";
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/ziel1aus") {
gotoAndStop ("aus");
};
}
Symbol 96 MovieClip Frame 2
if (getProperty("/frosch", _y) < "48") {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
}
Symbol 97 MovieClip Frame 2
call("/subroutinesz2:checkCollision");
gotoAndPlay (1);
Symbol 97 MovieClip Frame 10
stop();
Symbol 98 MovieClip Frame 1
call("initObjects");
stop();
Symbol 98 MovieClip Frame 20
w1_x = getProperty("/ziel2", _x) + "10";
w2_x = getProperty("/ziel2", _x) - "10";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if (((frog_y < "42") and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/ziel2") {
gotoAndPlay ("ziel");
};
setProperty("/frosch", _x , "175");
setProperty("/frosch", _y , "225");
tellTarget ("/restzeit") {
gotoAndPlay ("bonus");
};
tellTarget ("/score") {
score = score + "200";
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/ziel2aus") {
gotoAndStop ("aus");
};
}
Symbol 99 MovieClip Frame 2
call("/subroutinesz3:checkCollision");
gotoAndPlay (1);
Symbol 99 MovieClip Frame 10
stop();
Symbol 100 MovieClip Frame 1
call("initObjects");
stop();
Symbol 100 MovieClip Frame 20
w1_x = getProperty("/ziel3", _x) + "10";
w2_x = getProperty("/ziel3", _x) - "10";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if (((frog_y < "42") and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/ziel3") {
gotoAndPlay ("ziel");
};
setProperty("/frosch", _x , "175");
setProperty("/frosch", _y , "225");
tellTarget ("/restzeit") {
gotoAndPlay ("bonus");
};
tellTarget ("/score") {
score = score + "200";
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/ziel3aus") {
gotoAndStop ("aus");
};
}
Symbol 101 MovieClip Frame 2
call("/subroutinesz4:checkCollision");
gotoAndPlay (1);
Symbol 101 MovieClip Frame 10
stop();
Symbol 102 MovieClip Frame 1
call("initObjects");
stop();
Symbol 102 MovieClip Frame 20
w1_x = getProperty("/ziel4", _x) + "10";
w2_x = getProperty("/ziel4", _x) - "10";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if (((frog_y < "42") and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/ziel4") {
gotoAndPlay ("ziel");
};
setProperty("/frosch", _x , "175");
setProperty("/frosch", _y , "225");
tellTarget ("/restzeit") {
gotoAndPlay ("bonus");
};
tellTarget ("/score") {
score = score + "200";
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/ziel4aus") {
gotoAndStop ("aus");
};
}
Symbol 103 MovieClip Frame 2
call("/subroutinesz5:checkCollision");
gotoAndPlay (1);
Symbol 103 MovieClip Frame 10
stop();
Symbol 104 MovieClip Frame 1
call("initObjects");
stop();
Symbol 104 MovieClip Frame 20
w1_x = getProperty("/ziel5", _x) + "10";
w2_x = getProperty("/ziel5", _x) - "10";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if (((frog_y < "42") and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/ziel5") {
gotoAndPlay ("ziel");
};
setProperty("/frosch", _x , "175");
setProperty("/frosch", _y , "225");
tellTarget ("/restzeit") {
gotoAndPlay ("bonus");
};
tellTarget ("/score") {
score = score + "200";
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/ziel5aus") {
gotoAndStop ("aus");
};
}
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 2
stop();
Symbol 106 MovieClip Frame 3
stop();
Symbol 106 MovieClip Frame 4
stop();
Symbol 106 MovieClip Frame 5
stop();
Symbol 106 MovieClip Frame 6
stop();
stopAllSounds();
tellTarget ("/") {
gotoAndStop ("level2");
}
Symbol 110 MovieClip Frame 1
call("initObjects");
stop();
Symbol 110 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild", _width) / "3";
Symbol 110 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/schild", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/schild", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
setProperty("/frosch", _x , getProperty("/schild", _x));
}
Symbol 111 MovieClip Frame 2
call("/subroutines9:checkCollision");
gotoAndPlay (1);
Symbol 113 MovieClip Frame 2
setProperty("/schild2", _x , getProperty("/schild2", _x) - "5");
if (getProperty("/schild2", _x) < (-"50")) {
setProperty("/schild2", _x , "350");
}
Symbol 114 MovieClip Frame 2
call("/subroutines10:checkCollision");
gotoAndPlay (1);
Symbol 115 MovieClip Frame 1
call("initObjects");
stop();
Symbol 115 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild2", _width) / "3";
Symbol 115 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/schild2", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/schild2", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
setProperty("/frosch", _x , getProperty("/schild2", _x));
}
Symbol 117 MovieClip Frame 2
if (getProperty("/frosch", _x) < "7") {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
}
if ("320" < getProperty("/frosch", _x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
}
if ("230" < getProperty("/frosch", _y)) {
tellTarget ("/frosch") {
gotoAndStop ("vor1");
};
setProperty("/frosch", _y , "225");
}
gotoAndPlay (1);
Symbol 119 MovieClip Frame 2
setProperty("/schild", _x , getProperty("/schild", _x) - "5");
if (getProperty("/schild", _x) < (-"50")) {
setProperty("/schild", _x , "350");
}
Symbol 121 MovieClip Frame 2
setProperty("/schild3", _x , getProperty("/schild3", _x) - "5");
if (getProperty("/schild3", _x) < (-"50")) {
setProperty("/schild3", _x , "350");
}
Symbol 122 MovieClip Frame 2
call("/subroutines11:checkCollision");
gotoAndPlay (1);
Symbol 123 MovieClip Frame 1
call("initObjects");
stop();
Symbol 123 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild3", _width) / "3";
Symbol 123 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/schild3", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/schild3", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
setProperty("/frosch", _x , getProperty("/schild3", _x));
}
Symbol 124 MovieClip Frame 1
call("initObjects");
stop();
Symbol 124 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild4", _width) / "3";
Symbol 124 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/schild4", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/schild4", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
setProperty("/frosch", _x , getProperty("/schild4", _x));
}
Symbol 125 MovieClip Frame 2
call("/subroutines12:checkCollision");
gotoAndPlay (1);
Symbol 127 MovieClip Frame 2
setProperty("/schild5", _x , getProperty("/schild5", _x) - "5");
if (getProperty("/schild5", _x) < (-"50")) {
setProperty("/schild5", _x , "350");
}
Symbol 128 MovieClip Frame 2
call("/subroutines13:checkCollision");
gotoAndPlay (1);
Symbol 129 MovieClip Frame 1
call("initObjects");
stop();
Symbol 129 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild5", _width) / "3";
Symbol 129 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/schild5", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/schild5", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
setProperty("/frosch", _x , getProperty("/schild5", _x));
}
Symbol 131 MovieClip Frame 2
setProperty("/schild4", _x , getProperty("/schild4", _x) - "5");
if (getProperty("/schild4", _x) < (-"50")) {
setProperty("/schild4", _x , "350");
}
Symbol 133 MovieClip Frame 2
setProperty("/schild6", _x , getProperty("/schild6", _x) - "5");
if (getProperty("/schild6", _x) < (-"50")) {
setProperty("/schild6", _x , "350");
}
Symbol 134 MovieClip Frame 2
call("/subroutines14:checkCollision");
gotoAndPlay (1);
Symbol 135 MovieClip Frame 1
call("initObjects");
stop();
Symbol 135 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild6", _width) / "3";
Symbol 135 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/schild6", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/schild6", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
setProperty("/frosch", _x , getProperty("/schild6", _x));
}
Symbol 136 MovieClip Frame 1
call("initObjects");
stop();
Symbol 136 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild7", _width) / "3";
Symbol 136 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/schild7", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/schild7", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
setProperty("/frosch", _x , getProperty("/schild7", _x));
}
Symbol 137 MovieClip Frame 2
call("/subroutines15:checkCollision");
gotoAndPlay (1);
Symbol 139 MovieClip Frame 2
setProperty("/schild8", _x , getProperty("/schild8", _x) - "5");
if (getProperty("/schild8", _x) < (-"50")) {
setProperty("/schild8", _x , "350");
}
Symbol 140 MovieClip Frame 2
call("/subroutines16:checkCollision");
gotoAndPlay (1);
Symbol 141 MovieClip Frame 1
call("initObjects");
stop();
Symbol 141 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild8", _width) / "3";
Symbol 141 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/schild8", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/schild8", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
setProperty("/frosch", _x , getProperty("/schild8", _x));
}
Symbol 143 MovieClip Frame 2
setProperty("/schild7", _x , getProperty("/schild7", _x) - "5");
if (getProperty("/schild7", _x) < (-"50")) {
setProperty("/schild7", _x , "350");
}
Symbol 145 MovieClip Frame 2
setProperty("/schild9", _x , getProperty("/schild9", _x) - "5");
if (getProperty("/schild9", _x) < (-"50")) {
setProperty("/schild9", _x , "350");
}
Symbol 146 MovieClip Frame 2
call("/subroutines17:checkCollision");
gotoAndPlay (1);
Symbol 147 MovieClip Frame 1
call("initObjects");
stop();
Symbol 147 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild9", _width) / "3";
Symbol 147 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/schild9", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/schild9", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
setProperty("/frosch", _x , getProperty("/schild9", _x));
}
Symbol 149 MovieClip Frame 80
tellTarget ("/schild8") {
gotoAndPlay ("tauchen");
};
tellTarget ("/schild9") {
gotoAndPlay ("tauchen");
};
tellTarget ("/schild7") {
gotoAndPlay ("tauchen");
}
Symbol 149 MovieClip Frame 145
tellTarget ("/schild6") {
gotoAndPlay ("tauchen");
};
tellTarget ("/schild5") {
gotoAndPlay ("tauchen");
};
tellTarget ("/schild4") {
gotoAndPlay ("tauchen");
}
Symbol 149 MovieClip Frame 205
tellTarget ("/schild3") {
gotoAndPlay ("tauchen");
};
tellTarget ("/schild2") {
gotoAndPlay ("tauchen");
};
tellTarget ("/schild") {
gotoAndPlay ("tauchen");
}
Symbol 156 MovieClip Frame 512
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
gotoAndPlay (1);
Symbol 156 MovieClip Frame 536
gotoAndPlay (1);
Symbol 157 Button
on (keyPress "<Left>") {
setProperty("/frosch", _x , getProperty("/frosch", _x) - "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
tellTarget ("/frosch") {
gotoAndPlay ("links");
};
nextFrame();
play();
}
Symbol 158 Button
on (keyPress "<Right>") {
setProperty("/frosch", _x , getProperty("/frosch", _x) + "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
tellTarget ("/frosch") {
gotoAndPlay ("rechts");
};
nextFrame();
play();
}
Symbol 159 Button
on (keyPress "<Down>") {
setProperty("/frosch", _y , getProperty("/frosch", _y) + "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
tellTarget ("/frosch") {
gotoAndPlay ("back");
};
nextFrame();
play();
}
Symbol 160 Button
on (keyPress "<Up>") {
Set("../score:score", /score:score + "10");
setProperty("/frosch", _y , getProperty("/frosch", _y) - "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
nextFrame();
tellTarget ("/frosch") {
gotoAndPlay ("vor");
};
play();
}
Symbol 161 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 6
gotoAndStop (1);
Symbol 161 MovieClip Frame 14
play();
Symbol 161 MovieClip Frame 60
gotoAndStop (1);
Symbol 162 MovieClip Frame 2
call("/subroutines:checkCollision");
gotoAndPlay (1);
Symbol 163 MovieClip Frame 1
call("initObjects");
stop();
Symbol 163 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/bagger", _width) / "3";
Symbol 163 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/bagger", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/bagger", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 164 MovieClip Frame 2
call("/subroutines2:checkCollision");
gotoAndPlay (1);
Symbol 165 MovieClip Frame 1
call("initObjects");
stop();
Symbol 165 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/bagger2", _width) / "3";
Symbol 165 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/bagger2", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/bagger2", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 166 MovieClip Frame 2
call("/subroutines3:checkCollision");
gotoAndPlay (1);
Symbol 167 MovieClip Frame 1
call("initObjects");
stop();
Symbol 167 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/auto", _width) / "3";
Symbol 167 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/auto", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/auto", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 168 MovieClip Frame 2
call("/subroutines4:checkCollision");
gotoAndPlay (1);
Symbol 169 MovieClip Frame 1
call("initObjects");
stop();
Symbol 169 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/auto2", _width) / "3";
Symbol 169 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/auto2", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/auto2", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 170 MovieClip Frame 2
call("/subroutines5:checkCollision");
gotoAndPlay (1);
Symbol 171 MovieClip Frame 1
call("initObjects");
stop();
Symbol 171 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/rennauto", _width) / "3";
Symbol 171 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/rennauto", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/rennauto", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 172 MovieClip Frame 2
call("/subroutines6:checkCollision");
gotoAndPlay (1);
Symbol 173 MovieClip Frame 1
call("initObjects");
stop();
Symbol 173 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/lkw", _width) / "3";
Symbol 173 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/lkw", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/lkw", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 174 MovieClip Frame 2
call("/subroutines7:checkCollision");
gotoAndPlay (1);
Symbol 175 MovieClip Frame 1
call("initObjects");
stop();
Symbol 175 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/lkw2", _width) / "3";
Symbol 175 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/lkw2", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/lkw2", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 176 MovieClip Frame 2
call("/subroutines8:checkCollision");
gotoAndPlay (1);
Symbol 177 MovieClip Frame 1
call("initObjects");
stop();
Symbol 177 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/lkw3", _width) / "3";
Symbol 177 MovieClip Frame 10
obj1_x = getProperty("/frosch", _x);
obj2_x = getProperty("/lkw3", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/frosch", _y);
obj2_y = getProperty("/lkw3", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 179 MovieClip Frame 2
setProperty("/lkw2", _x , getProperty("/lkw2", _x) - "5");
if (getProperty("/lkw2", _x) < (-"50")) {
setProperty("/lkw2", _x , "350");
}
Symbol 181 MovieClip Frame 2
setProperty("/bagger", _x , getProperty("/bagger", _x) + "6");
if ("350" < getProperty("/bagger", _x)) {
setProperty("/bagger", _x , "0");
}
Symbol 183 MovieClip Frame 2
setProperty("/bagger2", _x , getProperty("/bagger2", _x) + "6");
if ("350" < getProperty("/bagger2", _x)) {
setProperty("/bagger2", _x , "0");
}
Symbol 185 MovieClip Frame 2
setProperty("/rennauto", _x , getProperty("/rennauto", _x) + "9");
if ("350" < getProperty("/rennauto", _x)) {
setProperty("/rennauto", _x , "0");
}
Symbol 187 MovieClip Frame 2
setProperty("/lkw3", _x , getProperty("/lkw3", _x) - "5");
if (getProperty("/lkw3", _x) < (-"50")) {
setProperty("/lkw3", _x , "350");
}
Symbol 189 MovieClip Frame 2
setProperty("/lkw", _x , getProperty("/lkw", _x) - "5");
if (getProperty("/lkw", _x) < (-"50")) {
setProperty("/lkw", _x , "350");
}
Symbol 191 MovieClip Frame 2
setProperty("/auto", _x , getProperty("/auto", _x) - "8");
if (getProperty("/auto", _x) < (-"50")) {
setProperty("/auto", _x , "350");
}
Symbol 193 MovieClip Frame 2
setProperty("/auto2", _x , getProperty("/auto2", _x) - "8");
if (getProperty("/auto2", _x) < (-"50")) {
setProperty("/auto2", _x , "350");
}
Symbol 197 MovieClip Frame 2
setProperty("/wasser", _x , getProperty("/wasser", _x) - "5");
if (getProperty("/wasser", _x) < (-"50")) {
setProperty("/wasser", _x , "350");
}
Symbol 198 MovieClip Frame 2
call("/subroutinesw1:checkCollision");
gotoAndPlay (1);
Symbol 199 MovieClip Frame 1
call("initObjects");
stop();
Symbol 199 MovieClip Frame 20
w1_x = getProperty("/wasser", _x) + "30";
w2_x = getProperty("/wasser", _x) - "30";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "130") and ("110" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 201 MovieClip Frame 2
setProperty("/wasser2", _x , getProperty("/wasser2", _x) - "5");
if (getProperty("/wasser2", _x) < (-"50")) {
setProperty("/wasser2", _x , "350");
}
Symbol 202 MovieClip Frame 2
call("/subroutinesw2:checkCollision");
gotoAndPlay (1);
Symbol 203 MovieClip Frame 1
call("initObjects");
stop();
Symbol 203 MovieClip Frame 20
w1_x = getProperty("/wasser2", _x) + "30";
w2_x = getProperty("/wasser2", _x) - "30";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "130") and ("110" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 205 MovieClip Frame 2
setProperty("/wasser3", _x , getProperty("/wasser3", _x) - "5");
if (getProperty("/wasser3", _x) < (-"50")) {
setProperty("/wasser3", _x , "350");
}
Symbol 206 MovieClip Frame 2
call("/subroutinesw3:checkCollision");
gotoAndPlay (1);
Symbol 207 MovieClip Frame 1
call("initObjects");
stop();
Symbol 207 MovieClip Frame 20
w1_x = getProperty("/wasser3", _x) + "30";
w2_x = getProperty("/wasser3", _x) - "30";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "130") and ("110" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 209 MovieClip Frame 2
setProperty("/wasser4", _x , getProperty("/wasser4", _x) - "6");
if (getProperty("/wasser4", _x) < (-"50")) {
setProperty("/wasser4", _x , "350");
}
Symbol 210 MovieClip Frame 2
call("/subroutinesw4:checkCollision");
gotoAndPlay (1);
Symbol 211 MovieClip Frame 1
call("initObjects");
stop();
Symbol 211 MovieClip Frame 20
w1_x = getProperty("/wasser4", _x) + "30";
w2_x = getProperty("/wasser4", _x) - "30";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "110") and ("90" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 213 MovieClip Frame 2
setProperty("/wasser5", _x , getProperty("/wasser5", _x) - "6");
if (getProperty("/wasser5", _x) < (-"50")) {
setProperty("/wasser5", _x , "350");
}
Symbol 214 MovieClip Frame 2
call("/subroutinesw5:checkCollision");
gotoAndPlay (1);
Symbol 215 MovieClip Frame 1
call("initObjects");
stop();
Symbol 215 MovieClip Frame 20
w1_x = getProperty("/wasser5", _x) + "30";
w2_x = getProperty("/wasser5", _x) - "30";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "110") and ("90" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 217 MovieClip Frame 2
setProperty("/wasser6", _x , getProperty("/wasser6", _x) - "6");
if (getProperty("/wasser6", _x) < (-"50")) {
setProperty("/wasser6", _x , "350");
}
Symbol 218 MovieClip Frame 2
call("/subroutinesw6:checkCollision");
gotoAndPlay (1);
Symbol 219 MovieClip Frame 1
call("initObjects");
stop();
Symbol 219 MovieClip Frame 20
w1_x = getProperty("/wasser6", _x) + "30";
w2_x = getProperty("/wasser6", _x) - "30";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "110") and ("90" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 221 MovieClip Frame 2
setProperty("/wasser8", _x , getProperty("/wasser8", _x) + "3");
if ("400" < getProperty("/wasser8", _x)) {
setProperty("/wasser8", _x , "-100");
}
Symbol 222 MovieClip Frame 2
call("/subroutinesw7:checkCollision");
gotoAndPlay (1);
Symbol 223 MovieClip Frame 1
call("initObjects");
stop();
Symbol 223 MovieClip Frame 20
w1_x = getProperty("/wasser7", _x) + "25";
w2_x = getProperty("/wasser7", _x) - "25";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "97") and ("82" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 225 MovieClip Frame 2
setProperty("/wasser7", _x , getProperty("/wasser7", _x) + "3");
if ("400" < getProperty("/wasser7", _x)) {
setProperty("/wasser7", _x , "-100");
}
Symbol 226 MovieClip Frame 2
call("/subroutinesw8:checkCollision");
gotoAndPlay (1);
Symbol 227 MovieClip Frame 1
call("initObjects");
stop();
Symbol 227 MovieClip Frame 20
w1_x = getProperty("/wasser8", _x) + "25";
w2_x = getProperty("/wasser8", _x) - "25";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "97") and ("82" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 229 MovieClip Frame 2
setProperty("/wasser9", _x , getProperty("/wasser9", _x) + "3");
if ("400" < getProperty("/wasser9", _x)) {
setProperty("/wasser9", _x , "-100");
}
Symbol 230 MovieClip Frame 2
call("/subroutinesw9:checkCollision");
gotoAndPlay (1);
Symbol 231 MovieClip Frame 1
call("initObjects");
stop();
Symbol 231 MovieClip Frame 20
w1_x = getProperty("/wasser9", _x) + "25";
w2_x = getProperty("/wasser9", _x) - "25";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "97") and ("82" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 233 MovieClip Frame 2
setProperty("/wasser10", _x , getProperty("/wasser10", _x) - "4");
if (getProperty("/wasser10", _x) < (-"100")) {
setProperty("/wasser10", _x , "400");
}
Symbol 234 MovieClip Frame 2
call("/subroutinesw10:checkCollision");
gotoAndPlay (1);
Symbol 235 MovieClip Frame 1
call("initObjects");
stop();
Symbol 235 MovieClip Frame 20
w1_x = getProperty("/wasser10", _x) + "20";
w2_x = getProperty("/wasser10", _x) - "20";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "80") and ("68" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 237 MovieClip Frame 2
setProperty("/wasser11", _x , getProperty("/wasser11", _x) - "4");
if (getProperty("/wasser11", _x) < (-"100")) {
setProperty("/wasser11", _x , "400");
}
Symbol 238 MovieClip Frame 2
call("/subroutinesw11:checkCollision");
gotoAndPlay (1);
Symbol 239 MovieClip Frame 1
call("initObjects");
stop();
Symbol 239 MovieClip Frame 20
w1_x = getProperty("/wasser11", _x) + "20";
w2_x = getProperty("/wasser11", _x) - "20";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "80") and ("68" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 241 MovieClip Frame 2
setProperty("/wasser12", _x , getProperty("/wasser12", _x) - "4");
if (getProperty("/wasser12", _x) < (-"100")) {
setProperty("/wasser12", _x , "400");
}
Symbol 242 MovieClip Frame 2
call("/subroutinesw12:checkCollision");
gotoAndPlay (1);
Symbol 243 MovieClip Frame 1
call("initObjects");
stop();
Symbol 243 MovieClip Frame 20
w1_x = getProperty("/wasser12", _x) + "50";
w2_x = getProperty("/wasser12", _x) - "50";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "80") and ("68" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 245 MovieClip Frame 2
setProperty("/wasser13", _x , getProperty("/wasser13", _x) + "7");
if ("400" < getProperty("/wasser13", _x)) {
setProperty("/wasser13", _x , "-100");
}
Symbol 246 MovieClip Frame 2
call("/subroutinesw13:checkCollision");
gotoAndPlay (1);
Symbol 247 MovieClip Frame 1
call("initObjects");
stop();
Symbol 247 MovieClip Frame 20
w1_x = getProperty("/wasser13", _x) + "50";
w2_x = getProperty("/wasser13", _x) - "50";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "62") and ("48" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 249 MovieClip Frame 2
setProperty("/wasser14", _x , getProperty("/wasser14", _x) + "7");
if ("400" < getProperty("/wasser14", _x)) {
setProperty("/wasser14", _x , "-100");
}
Symbol 250 MovieClip Frame 2
call("/subroutinesw14:checkCollision");
gotoAndPlay (1);
Symbol 251 MovieClip Frame 1
call("initObjects");
stop();
Symbol 251 MovieClip Frame 20
w1_x = getProperty("/wasser14", _x) + "50";
w2_x = getProperty("/wasser14", _x) - "50";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "62") and ("48" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 253 MovieClip Frame 2
setProperty("/wasser15", _x , getProperty("/wasser15", _x) + "7");
if ("400" < getProperty("/wasser15", _x)) {
setProperty("/wasser15", _x , "-100");
}
Symbol 254 MovieClip Frame 2
call("/subroutinesw15:checkCollision");
gotoAndPlay (1);
Symbol 255 MovieClip Frame 1
call("initObjects");
stop();
Symbol 255 MovieClip Frame 20
w1_x = getProperty("/wasser15", _x) + "50";
w2_x = getProperty("/wasser15", _x) - "50";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "62") and ("48" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 257 MovieClip Frame 2
setProperty("/baum7", _x , getProperty("/baum7", _x) + "7");
if ("400" < getProperty("/baum7", _x)) {
setProperty("/baum7", _x , "-100");
}
Symbol 258 MovieClip Frame 2
call("/subroutinesb7:checkCollision");
gotoAndPlay (1);
Symbol 259 MovieClip Frame 1
call("initObjects");
stop();
Symbol 259 MovieClip Frame 20
w1_x = getProperty("/baum7", _x) + "32";
w2_x = getProperty("/baum7", _x) - "32";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "62") and ("48" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
setProperty("/frosch", _x , getProperty("/frosch", _x) + "3.5");
}
Symbol 263 MovieClip Frame 2
setProperty("/baum8", _x , getProperty("/baum8", _x) + "7");
if ("400" < getProperty("/baum8", _x)) {
setProperty("/baum8", _x , "-100");
}
Symbol 264 MovieClip Frame 2
call("/subroutinesb8:checkCollision");
gotoAndPlay (1);
Symbol 265 MovieClip Frame 1
call("initObjects");
stop();
Symbol 265 MovieClip Frame 20
w1_x = getProperty("/baum8", _x) + "32";
w2_x = getProperty("/baum8", _x) - "32";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "62") and ("48" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
setProperty("/frosch", _x , getProperty("/frosch", _x) + "3.5");
}
Symbol 267 MovieClip Frame 2
setProperty("/baum9", _x , getProperty("/baum9", _x) + "7");
if ("400" < getProperty("/baum9", _x)) {
setProperty("/baum9", _x , "-100");
}
Symbol 268 MovieClip Frame 2
call("/subroutinesb9:checkCollision");
gotoAndPlay (1);
Symbol 269 MovieClip Frame 1
call("initObjects");
stop();
Symbol 269 MovieClip Frame 20
w1_x = getProperty("/baum9", _x) + "32";
w2_x = getProperty("/baum9", _x) - "32";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "62") and ("48" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
setProperty("/frosch", _x , getProperty("/frosch", _x) + "3.5");
}
Symbol 275 MovieClip Frame 2
setProperty("/baum2", _x , getProperty("/baum2", _x) - "6");
if (getProperty("/baum2", _x) < (-"50")) {
setProperty("/baum2", _x , "350");
}
Symbol 276 MovieClip Frame 2
call("/subroutinesb2:checkCollision");
gotoAndPlay (1);
Symbol 277 MovieClip Frame 1
call("initObjects");
stop();
Symbol 277 MovieClip Frame 20
w1_x = getProperty("/baum2", _x) + "30";
w2_x = getProperty("/baum2", _x) - "30";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "110") and ("90" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
setProperty("/frosch", _x , getProperty("/frosch", _x) - "3");
}
Symbol 279 MovieClip Frame 2
setProperty("/baum3", _x , getProperty("/baum3", _x) - "6");
if (getProperty("/baum3", _x) < (-"50")) {
setProperty("/baum3", _x , "350");
}
Symbol 280 MovieClip Frame 2
call("/subroutinesb3:checkCollision");
gotoAndPlay (1);
Symbol 281 MovieClip Frame 1
call("initObjects");
stop();
Symbol 281 MovieClip Frame 20
w1_x = getProperty("/baum3", _x) + "30";
w2_x = getProperty("/baum3", _x) - "30";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "110") and ("90" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
setProperty("/frosch", _x , getProperty("/frosch", _x) - "3");
}
Symbol 285 MovieClip Frame 2
setProperty("/baum4", _x , getProperty("/baum4", _x) + "3");
if ("400" < getProperty("/baum4", _x)) {
setProperty("/baum4", _x , "-100");
}
Symbol 286 MovieClip Frame 2
call("/subroutinesb4:checkCollision");
gotoAndPlay (1);
Symbol 287 MovieClip Frame 1
call("initObjects");
stop();
Symbol 287 MovieClip Frame 20
w1_x = getProperty("/baum4", _x) + "60";
w2_x = getProperty("/baum4", _x) - "60";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "97") and ("82" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
setProperty("/frosch", _x , getProperty("/frosch", _x) + "1.5");
}
Symbol 289 MovieClip Frame 2
setProperty("/baum5", _x , getProperty("/baum5", _x) + "3");
if ("400" < getProperty("/baum5", _x)) {
setProperty("/baum5", _x , "-100");
}
Symbol 290 MovieClip Frame 2
call("/subroutinesb5:checkCollision");
gotoAndPlay (1);
Symbol 291 MovieClip Frame 1
call("initObjects");
stop();
Symbol 291 MovieClip Frame 20
w1_x = getProperty("/baum5", _x) + "60";
w2_x = getProperty("/baum5", _x) - "60";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "97") and ("82" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
setProperty("/frosch", _x , getProperty("/frosch", _x) + "1.5");
}
Symbol 293 MovieClip Frame 2
setProperty("/baum1", _x , getProperty("/baum1", _x) - "6");
if (getProperty("/baum1", _x) < (-"50")) {
setProperty("/baum1", _x , "350");
}
Symbol 294 MovieClip Frame 2
call("/subroutinesb1:checkCollision");
gotoAndPlay (1);
Symbol 295 MovieClip Frame 1
call("initObjects");
stop();
Symbol 295 MovieClip Frame 20
w1_x = getProperty("/baum1", _x) + "30";
w2_x = getProperty("/baum1", _x) - "30";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "110") and ("90" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
setProperty("/frosch", _x , getProperty("/frosch", _x) - "3");
}
Symbol 297 MovieClip Frame 2
setProperty("/baum6", _x , getProperty("/baum6", _x) + "3");
if ("400" < getProperty("/baum6", _x)) {
setProperty("/baum6", _x , "-100");
}
Symbol 298 MovieClip Frame 2
call("/subroutinesb6:checkCollision");
gotoAndPlay (1);
Symbol 299 MovieClip Frame 1
call("initObjects");
stop();
Symbol 299 MovieClip Frame 20
w1_x = getProperty("/baum6", _x) + "60";
w2_x = getProperty("/baum6", _x) - "60";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "97") and ("82" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
setProperty("/frosch", _x , getProperty("/frosch", _x) + "1.5");
}
Symbol 301 MovieClip Frame 2
setProperty("/schild10", _x , getProperty("/schild10", _x) - "4");
if (getProperty("/schild10", _x) < (-"100")) {
setProperty("/schild10", _x , "400");
}
Symbol 302 MovieClip Frame 2
call("/subroutines-s4:checkCollision");
gotoAndPlay (1);
Symbol 303 MovieClip Frame 1
call("initObjects");
stop();
Symbol 303 MovieClip Frame 20
w1_x = getProperty("/schild10", _x) + "50";
w2_x = getProperty("/schild10", _x) - "50";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "80") and ("62" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
setProperty("/frosch", _x , getProperty("/frosch", _x) - "2");
}
Symbol 304 MovieClip Frame 170
tellTarget ("s1") {
gotoAndPlay ("tauchen");
};
tellTarget ("s2") {
gotoAndPlay ("tauchen");
};
tellTarget ("s3") {
gotoAndPlay ("tauchen");
};
tellTarget ("s4") {
gotoAndPlay ("tauchen");
}
Symbol 306 MovieClip Frame 2
setProperty("/schild11", _x , getProperty("/schild11", _x) - "4");
if (getProperty("/schild11", _x) < (-"100")) {
setProperty("/schild11", _x , "400");
}
Symbol 307 MovieClip Frame 2
call("/subroutines-s5:checkCollision");
gotoAndPlay (1);
Symbol 308 MovieClip Frame 1
call("initObjects");
stop();
Symbol 308 MovieClip Frame 20
w1_x = getProperty("/schild11", _x) + "50";
w2_x = getProperty("/schild11", _x) - "50";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "80") and ("62" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
setProperty("/frosch", _x , getProperty("/frosch", _x) - "2");
}
Symbol 309 MovieClip Frame 105
tellTarget ("s1") {
gotoAndPlay ("tauchen");
};
tellTarget ("s2") {
gotoAndPlay ("tauchen");
};
tellTarget ("s3") {
gotoAndPlay ("tauchen");
};
tellTarget ("s4") {
gotoAndPlay ("tauchen");
}
Symbol 310 MovieClip Frame 220
tellTarget ("s1") {
gotoAndPlay ("tauchen");
};
tellTarget ("s2") {
gotoAndPlay ("tauchen");
};
tellTarget ("s3") {
gotoAndPlay ("tauchen");
};
tellTarget ("s4") {
gotoAndPlay ("tauchen");
}
Symbol 312 MovieClip Frame 2
setProperty("/schild12", _x , getProperty("/schild12", _x) - "4");
if (getProperty("/schild12", _x) < (-"100")) {
setProperty("/schild12", _x , "400");
}
Symbol 313 MovieClip Frame 2
call("/subroutines-s6:checkCollision");
gotoAndPlay (1);
Symbol 314 MovieClip Frame 1
call("initObjects");
stop();
Symbol 314 MovieClip Frame 20
w1_x = getProperty("/schild12", _x) + "50";
w2_x = getProperty("/schild12", _x) - "50";
frog_x = getProperty("/frosch", _x);
frog_y = getProperty("/frosch", _y);
if ((((frog_y < "80") and ("62" < frog_y)) and (frog_x < w1_x)) and (w2_x < frog_x)) {
setProperty("/frosch", _x , getProperty("/frosch", _x) - "2");
}
Symbol 332 MovieClip Frame 1
score = "0";
play();
Symbol 332 MovieClip Frame 2
stop();
Symbol 332 MovieClip Frame 3
stop();
Symbol 332 MovieClip Frame 4
stop();
Symbol 332 MovieClip Frame 5
stop();
Symbol 332 MovieClip Frame 6
stop();
Symbol 332 MovieClip Frame 7
tellTarget ("/") {
gotoAndPlay ("gameover");
};
stop();
Symbol 339 MovieClip Frame 3
tellTarget ("/ziel1aus") {
gotoAndStop ("aus");
}
Symbol 339 MovieClip Frame 110
tellTarget ("/ziel1aus") {
gotoAndPlay (1);
}
Symbol 339 MovieClip Frame 328
gotoAndPlay (1);
Symbol 339 MovieClip Frame 330
tellTarget ("/golevel3") {
nextFrame();
};
stop();
Symbol 340 MovieClip Frame 258
tellTarget ("/ziel2aus") {
gotoAndStop ("aus");
}
Symbol 340 MovieClip Frame 328
tellTarget ("/ziel2aus") {
gotoAndPlay (1);
}
Symbol 340 MovieClip Frame 329
gotoAndPlay (1);
Symbol 340 MovieClip Frame 330
tellTarget ("/golevel3") {
nextFrame();
};
stop();
Symbol 341 MovieClip Frame 201
tellTarget ("/ziel5aus") {
gotoAndStop ("aus");
}
Symbol 341 MovieClip Frame 298
tellTarget ("/ziel5aus") {
gotoAndPlay (1);
}
Symbol 341 MovieClip Frame 329
gotoAndPlay (1);
Symbol 341 MovieClip Frame 330
tellTarget ("/golevel3") {
nextFrame();
};
stop();
Symbol 342 MovieClip Frame 26
tellTarget ("/ziel4aus") {
gotoAndStop ("aus");
}
Symbol 342 MovieClip Frame 79
tellTarget ("/ziel4aus") {
gotoAndPlay (1);
}
Symbol 342 MovieClip Frame 326
gotoAndPlay (1);
Symbol 342 MovieClip Frame 330
tellTarget ("/golevel3") {
nextFrame();
};
stop();
Symbol 343 MovieClip Frame 3
tellTarget ("/ziel3aus") {
gotoAndStop ("aus");
}
Symbol 343 MovieClip Frame 53
tellTarget ("/ziel3aus") {
gotoAndPlay (1);
}
Symbol 343 MovieClip Frame 508
gotoAndPlay (1);
Symbol 343 MovieClip Frame 510
tellTarget ("/golevel3") {
nextFrame();
};
stop();
Symbol 345 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 2
stop();
Symbol 345 MovieClip Frame 3
stop();
Symbol 345 MovieClip Frame 4
stop();
Symbol 345 MovieClip Frame 5
stop();
Symbol 345 MovieClip Frame 6
stop();
stopAllSounds();
tellTarget ("/") {
gotoAndStop ("level3");
}
Symbol 348 MovieClip Frame 92
tellTarget ("/ziel1aus") {
gotoAndStop ("aus");
}
Symbol 348 MovieClip Frame 116
tellTarget ("/ziel1aus") {
gotoAndPlay (1);
}
Symbol 348 MovieClip Frame 188
tellTarget ("/ziel1aus") {
gotoAndStop ("aus");
}
Symbol 348 MovieClip Frame 212
tellTarget ("/ziel1aus") {
gotoAndPlay (1);
}
Symbol 348 MovieClip Frame 304
tellTarget ("/ziel1aus") {
gotoAndStop ("aus");
}
Symbol 348 MovieClip Frame 327
tellTarget ("/ziel1aus") {
gotoAndPlay (1);
}
Symbol 348 MovieClip Frame 328
gotoAndPlay (1);
Symbol 348 MovieClip Frame 330
tellTarget ("/golevel2") {
nextFrame();
};
stop();
Symbol 349 MovieClip Frame 198
tellTarget ("/ziel2aus") {
gotoAndStop ("aus");
}
Symbol 349 MovieClip Frame 248
tellTarget ("/ziel2aus") {
gotoAndPlay (1);
}
Symbol 349 MovieClip Frame 438
tellTarget ("/ziel2aus") {
gotoAndStop ("aus");
}
Symbol 349 MovieClip Frame 488
tellTarget ("/ziel2aus") {
gotoAndPlay (1);
}
Symbol 349 MovieClip Frame 618
gotoAndPlay (1);
Symbol 349 MovieClip Frame 619
tellTarget ("/golevel2") {
nextFrame();
};
stop();
Symbol 350 MovieClip Frame 201
tellTarget ("/ziel5aus") {
gotoAndStop ("aus");
}
Symbol 350 MovieClip Frame 298
tellTarget ("/ziel5aus") {
gotoAndPlay (1);
}
Symbol 350 MovieClip Frame 329
gotoAndPlay (1);
Symbol 350 MovieClip Frame 330
tellTarget ("/golevel3") {
nextFrame();
};
stop();
Symbol 351 MovieClip Frame 117
tellTarget ("/ziel4aus") {
gotoAndStop ("aus");
}
Symbol 351 MovieClip Frame 170
tellTarget ("/ziel4aus") {
gotoAndPlay (1);
}
Symbol 351 MovieClip Frame 326
gotoAndPlay (1);
Symbol 351 MovieClip Frame 330
tellTarget ("/golevel3") {
nextFrame();
};
stop();
Symbol 352 MovieClip Frame 3
tellTarget ("/ziel3aus") {
gotoAndStop ("aus");
}
Symbol 352 MovieClip Frame 53
tellTarget ("/ziel3aus") {
gotoAndPlay (1);
}
Symbol 352 MovieClip Frame 384
gotoAndPlay (1);
Symbol 352 MovieClip Frame 386
tellTarget ("/golevel3") {
nextFrame();
};
stop();
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 2
stop();
Symbol 354 MovieClip Frame 3
stop();
Symbol 354 MovieClip Frame 4
stop();
Symbol 354 MovieClip Frame 5
stop();
Symbol 354 MovieClip Frame 6
stop();
stopAllSounds();
tellTarget ("/") {
gotoAndStop ("level4");
}
Symbol 355 MovieClip Frame 2
setProperty("/bagger", _x , getProperty("/bagger", _x) + "8");
if ("350" < getProperty("/bagger", _x)) {
setProperty("/bagger", _x , "0");
}
Symbol 356 MovieClip Frame 2
setProperty("/bagger2", _x , getProperty("/bagger2", _x) + "8");
if ("350" < getProperty("/bagger2", _x)) {
setProperty("/bagger2", _x , "0");
}
Symbol 357 MovieClip Frame 2
setProperty("/auto", _x , getProperty("/auto", _x) - "10");
if (getProperty("/auto", _x) < (-"50")) {
setProperty("/auto", _x , "350");
}
Symbol 358 MovieClip Frame 2
setProperty("/auto2", _x , getProperty("/auto2", _x) - "10");
if (getProperty("/auto2", _x) < (-"50")) {
setProperty("/auto2", _x , "350");
}
Symbol 365 Button
on (release) {
gotoAndPlay (7);
}
Symbol 368 Button
on (release) {
gotoAndPlay (119);
}
Symbol 377 Button
on (rollOver) {
startDrag ("/butmov", true);
}
on (release) {
stopDrag();
}
Symbol 378 MovieClip Frame 2
Set("/:bolx0", _x);
Set("/:boly0", _y);
Symbol 378 MovieClip Frame 3
Set("/:bolx0", _x);
Set("/:boly0", _y);
gotoAndPlay (2);
Symbol 381 MovieClip Frame 1
teller = /:aantal;
while ("0" < teller) {
Set("/:bolx" add teller, (eval ("/:bolx" add (teller - "1")) + eval ("/:bolx" add teller)) / "2");
setProperty("/bol_" add teller, _x , eval ("/:bolx" add teller));
Set("/:boly" add teller, (eval ("/:boly" add (teller - "1")) + eval ("/:boly" add teller)) / "2");
setProperty("/bol_" add teller, _y , eval ("/:boly" add teller));
teller = teller - "1";
}
Symbol 381 MovieClip Frame 2
teller = /:aantal;
while ("0" < teller) {
Set("/:bolx" add teller, (eval ("/:bolx" add (teller - "1")) + eval ("/:bolx" add teller)) / "2");
setProperty("/bol_" add teller, _x , eval ("/:bolx" add teller));
Set("/:boly" add teller, (eval ("/:boly" add (teller - "1")) + eval ("/:boly" add teller)) / "2");
setProperty("/bol_" add teller, _y , eval ("/:boly" add teller));
teller = teller - "1";
}