Frame 1
fscommand ("allowscale", "false");
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 13
fscommand ("startEffect", "levels");
Frame 44
fscommand ("stopEffect", "levels");
Frame 45
startDrag ("_level0/click", true);
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 46
stopDrag();
Frame 48
play();
fscommand ("startEffect", "levels");
Frame 63
fscommand ("stopEffect", "levels");
Frame 64
startDrag ("_level0/click", true);
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 65
stopDrag();
Frame 68
play();
fscommand ("startEffect", "levels");
Frame 80
fscommand ("stopEffect", "levels");
Frame 84
startDrag ("_level0/click", true);
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 85
stopDrag();
Frame 88
fscommand ("startEffect", "levels");
Frame 96
fscommand ("stopEffect", "levels");
Frame 97
startDrag ("_level0/click", true);
stop();
Frame 98
stopDrag();
Frame 100
deinhighscore = /score:score;
stopAllSounds();
Frame 118
highscore = "350";
if (highscore < deinhighscore) {
highscore = /score:score;
}
stop();
Frame 230
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 234
stop();
Frame 235
stop();
gotoAndPlay (234);
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 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 4
fscommand ("startEffect", "jump");
Symbol 45 MovieClip Frame 8
setProperty("/zunge", _x , getProperty("/frosch", _x));
setProperty("/zunge", _y , getProperty("/frosch", _y));
tellTarget ("/zunge") {
nextFrame();
play();
}
Symbol 45 MovieClip Frame 11
setProperty("/zunge", _x , -"100");
setProperty("/zunge", _y , "200");
Symbol 45 MovieClip Frame 13
gotoAndStop (1);
Symbol 47 MovieClip Frame 4
tellTarget ("/frosch") {
gotoAndStop ("vor1");
}
Symbol 50 MovieClip Frame 4
tellTarget ("/frosch") {
gotoAndStop ("links1");
}
Symbol 52 MovieClip Frame 4
tellTarget ("/frosch") {
gotoAndStop ("rechts1");
}
Symbol 54 MovieClip Frame 4
tellTarget ("/frosch") {
gotoAndStop ("back1");
}
Symbol 57 MovieClip Frame 1
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/score") {
nextFrame();
};
setProperty("/frosch", _x , "175");
setProperty("/frosch", _y , "225");
Symbol 57 MovieClip Frame 2
fscommand ("startEffect", "dead");
Symbol 57 MovieClip Frame 20
tellTarget ("/frosch") {
gotoAndStop (1);
};
gotoAndStop (1);
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 2
fscommand ("startEffect", "move");
Symbol 59 MovieClip Frame 3
prevFrame();
Symbol 59 MovieClip Frame 6
stop();
Symbol 59 MovieClip Frame 7
fscommand ("startEffect", "move");
Symbol 59 MovieClip Frame 8
prevFrame();
Symbol 59 MovieClip Frame 11
stop();
Symbol 59 MovieClip Frame 12
fscommand ("startEffect", "move");
Symbol 59 MovieClip Frame 13
prevFrame();
Symbol 59 MovieClip Frame 16
stop();
Symbol 59 MovieClip Frame 17
fscommand ("startEffect", "move");
Symbol 59 MovieClip Frame 18
prevFrame();
Symbol 59 MovieClip Frame 35
gotoAndStop (1);
Symbol 69 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 1
stop();
Symbol 77 Button
on (rollOver, dragOver) {
fscommand ("startEffect", "textfield");
}
on (rollOut, dragOut) {
fscommand ("stopEffect", "textfield");
}
Symbol 81 MovieClip Frame 1
play();
Set("/:clickx", getProperty("_level0/click", _x));
Set("/:clicky", getProperty("_level0/click", _y));
Set("/:frogx", getProperty("_level0/frosch", _x));
Set("/:frogy", getProperty("_level0/frosch", _y));
Set("/:xdiff", /:clickx - /:frogx);
Set("/:ydiff", /:clicky - /:frogy);
if (/:xdiff < "0") {
Set("/:xmag", /:xdiff * (-"1"));
} else {
Set("/:xmag", /:xdiff);
}
if (/:ydiff < "0") {
Set("/:ymag", /:ydiff * (-"1"));
} else {
Set("/:ymag", /:ydiff);
}
if (/:xmag < /:ymag) {
if (/:frogy < /:clicky) {
tellTarget ("_level0/click") {
gotoAndStop (3);
};
} else {
tellTarget ("_level0/click") {
gotoAndStop (1);
};
}
} else if (/:clickx < /:frogx) {
tellTarget ("_level0/click") {
gotoAndStop (4);
};
} else {
tellTarget ("_level0/click") {
gotoAndStop (2);
};
}
Symbol 81 MovieClip Frame 2
tellTarget ("_level0/checkdir") {
gotoAndStop (1);
}
Symbol 92 Button
on (release, keyPress "s") {
gotoAndStop (15);
}
Symbol 96 Button
on (release, keyPress "s") {
gotoAndStop (1);
}
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 15
stopAllSounds();
stop();
Symbol 102 MovieClip Frame 36
stop();
Symbol 103 MovieClip Frame 265
tellTarget ("/ziel1aus") {
gotoAndStop ("aus");
}
Symbol 103 MovieClip Frame 305
tellTarget ("/ziel1aus") {
gotoAndPlay (1);
}
Symbol 103 MovieClip Frame 328
gotoAndPlay (1);
Symbol 103 MovieClip Frame 330
tellTarget ("/golevel2") {
nextFrame();
};
stop();
Symbol 104 MovieClip Frame 198
tellTarget ("/ziel2aus") {
gotoAndStop ("aus");
}
Symbol 104 MovieClip Frame 248
tellTarget ("/ziel2aus") {
gotoAndPlay (1);
}
Symbol 104 MovieClip Frame 329
gotoAndPlay (1);
Symbol 104 MovieClip Frame 330
tellTarget ("/golevel2") {
nextFrame();
};
stop();
Symbol 105 MovieClip Frame 245
tellTarget ("/ziel5aus") {
gotoAndStop ("aus");
}
Symbol 105 MovieClip Frame 298
tellTarget ("/ziel5aus") {
gotoAndPlay (1);
}
Symbol 105 MovieClip Frame 329
gotoAndPlay (1);
Symbol 105 MovieClip Frame 330
tellTarget ("/golevel2") {
nextFrame();
};
stop();
Symbol 106 MovieClip Frame 26
tellTarget ("/ziel4aus") {
gotoAndStop ("aus");
}
Symbol 106 MovieClip Frame 79
tellTarget ("/ziel4aus") {
gotoAndPlay (1);
}
Symbol 106 MovieClip Frame 326
gotoAndPlay (1);
Symbol 106 MovieClip Frame 330
tellTarget ("/golevel2") {
nextFrame();
};
stop();
Symbol 107 MovieClip Frame 40
tellTarget ("/ziel3aus") {
gotoAndStop ("aus");
}
Symbol 107 MovieClip Frame 116
tellTarget ("/ziel3aus") {
gotoAndPlay (1);
}
Symbol 107 MovieClip Frame 508
gotoAndPlay (1);
Symbol 107 MovieClip Frame 510
tellTarget ("/golevel2") {
nextFrame();
};
stop();
Symbol 108 MovieClip Frame 2
call("/subroutinesz1:checkCollision");
gotoAndPlay (1);
Symbol 108 MovieClip Frame 10
stop();
Symbol 109 MovieClip Frame 1
call("initObjects");
stop();
Symbol 109 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)) {
fscommand ("startEffect", "bonus");
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 110 MovieClip Frame 2
if (getProperty("/frosch", _y) < "48") {
fscommand ("startEffect", "dead");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
}
Symbol 111 MovieClip Frame 2
call("/subroutinesz2:checkCollision");
gotoAndPlay (1);
Symbol 111 MovieClip Frame 10
stop();
Symbol 112 MovieClip Frame 1
call("initObjects");
stop();
Symbol 112 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)) {
fscommand ("startEffect", "bonus");
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 113 MovieClip Frame 2
call("/subroutinesz3:checkCollision");
gotoAndPlay (1);
Symbol 113 MovieClip Frame 10
stop();
Symbol 114 MovieClip Frame 1
call("initObjects");
stop();
Symbol 114 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)) {
fscommand ("startEffect", "bonus");
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 115 MovieClip Frame 2
call("/subroutinesz4:checkCollision");
gotoAndPlay (1);
Symbol 115 MovieClip Frame 10
stop();
Symbol 116 MovieClip Frame 1
call("initObjects");
stop();
Symbol 116 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)) {
fscommand ("startEffect", "bonus");
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 117 MovieClip Frame 2
call("/subroutinesz5:checkCollision");
gotoAndPlay (1);
Symbol 117 MovieClip Frame 10
stop();
Symbol 118 MovieClip Frame 1
call("initObjects");
stop();
Symbol 118 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)) {
fscommand ("startEffect", "bonus");
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 120 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 2
stop();
Symbol 120 MovieClip Frame 3
stop();
Symbol 120 MovieClip Frame 4
stop();
Symbol 120 MovieClip Frame 5
stop();
Symbol 120 MovieClip Frame 6
stop();
stopAllSounds();
tellTarget ("/") {
gotoAndPlay ("level2");
}
Symbol 124 MovieClip Frame 1
call("initObjects");
stop();
Symbol 124 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild", _width) / "3";
Symbol 124 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))) {
fscommand ("startEffect", "lilypad");
setProperty("/frosch", _x , getProperty("/schild", _x));
}
Symbol 125 MovieClip Frame 2
call("/subroutines9:checkCollision");
gotoAndPlay (1);
Symbol 127 MovieClip Frame 2
setProperty("/schild2", _x , getProperty("/schild2", _x) - "5");
if (getProperty("/schild2", _x) < (-"50")) {
setProperty("/schild2", _x , "350");
}
Symbol 128 MovieClip Frame 2
call("/subroutines10:checkCollision");
gotoAndPlay (1);
Symbol 129 MovieClip Frame 1
call("initObjects");
stop();
Symbol 129 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild2", _width) / "3";
Symbol 129 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))) {
fscommand ("startEffect", "lilypad");
setProperty("/frosch", _x , getProperty("/schild2", _x));
}
Symbol 131 MovieClip Frame 2
if (getProperty("/frosch", _x) < "7") {
fscommand ("startEffect", "dead");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
}
if ("320" < getProperty("/frosch", _x)) {
fscommand ("startEffect", "dead");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
}
if ("230" < getProperty("/frosch", _y)) {
tellTarget ("/frosch") {
gotoAndStop ("vor1");
};
setProperty("/frosch", _y , "225");
}
gotoAndPlay (1);
Symbol 133 MovieClip Frame 2
setProperty("/schild", _x , getProperty("/schild", _x) - "5");
if (getProperty("/schild", _x) < (-"50")) {
setProperty("/schild", _x , "350");
}
Symbol 135 MovieClip Frame 2
setProperty("/schild3", _x , getProperty("/schild3", _x) - "5");
if (getProperty("/schild3", _x) < (-"50")) {
setProperty("/schild3", _x , "350");
}
Symbol 136 MovieClip Frame 2
call("/subroutines11:checkCollision");
gotoAndPlay (1);
Symbol 137 MovieClip Frame 1
call("initObjects");
stop();
Symbol 137 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild3", _width) / "3";
Symbol 137 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))) {
fscommand ("startEffect", "lilypad");
setProperty("/frosch", _x , getProperty("/schild3", _x));
}
Symbol 140 MovieClip Frame 1
call("initObjects");
stop();
Symbol 140 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild4", _width) / "3";
Symbol 140 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))) {
fscommand ("startEffect", "lilypad");
setProperty("/frosch", _x , getProperty("/schild4", _x));
}
Symbol 141 MovieClip Frame 2
call("/subroutines12:checkCollision");
gotoAndPlay (1);
Symbol 143 MovieClip Frame 2
setProperty("/schild5", _x , getProperty("/schild5", _x) - "5");
if (getProperty("/schild5", _x) < (-"50")) {
setProperty("/schild5", _x , "350");
}
Symbol 144 MovieClip Frame 2
call("/subroutines13:checkCollision");
gotoAndPlay (1);
Symbol 145 MovieClip Frame 1
call("initObjects");
stop();
Symbol 145 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild5", _width) / "3";
Symbol 145 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))) {
fscommand ("startEffect", "lilypad");
setProperty("/frosch", _x , getProperty("/schild5", _x));
}
Symbol 147 MovieClip Frame 2
setProperty("/schild4", _x , getProperty("/schild4", _x) - "5");
if (getProperty("/schild4", _x) < (-"50")) {
setProperty("/schild4", _x , "350");
}
Symbol 149 MovieClip Frame 2
setProperty("/schild6", _x , getProperty("/schild6", _x) - "5");
if (getProperty("/schild6", _x) < (-"50")) {
setProperty("/schild6", _x , "350");
}
Symbol 150 MovieClip Frame 2
call("/subroutines14:checkCollision");
gotoAndPlay (1);
Symbol 151 MovieClip Frame 1
call("initObjects");
stop();
Symbol 151 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild6", _width) / "3";
Symbol 151 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))) {
fscommand ("startEffect", "lilypad");
setProperty("/frosch", _x , getProperty("/schild6", _x));
}
Symbol 152 MovieClip Frame 1
call("initObjects");
stop();
Symbol 152 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild7", _width) / "3";
Symbol 152 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))) {
fscommand ("startEffect", "lilypad");
setProperty("/frosch", _x , getProperty("/schild7", _x));
}
Symbol 153 MovieClip Frame 2
call("/subroutines15:checkCollision");
gotoAndPlay (1);
Symbol 155 MovieClip Frame 2
setProperty("/schild8", _x , getProperty("/schild8", _x) - "5");
if (getProperty("/schild8", _x) < (-"50")) {
setProperty("/schild8", _x , "350");
}
Symbol 156 MovieClip Frame 2
call("/subroutines16:checkCollision");
gotoAndPlay (1);
Symbol 157 MovieClip Frame 1
call("initObjects");
stop();
Symbol 157 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild8", _width) / "3";
Symbol 157 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))) {
fscommand ("startEffect", "lilypad");
setProperty("/frosch", _x , getProperty("/schild8", _x));
}
Symbol 159 MovieClip Frame 2
setProperty("/schild7", _x , getProperty("/schild7", _x) - "5");
if (getProperty("/schild7", _x) < (-"50")) {
setProperty("/schild7", _x , "350");
}
Symbol 161 MovieClip Frame 2
setProperty("/schild9", _x , getProperty("/schild9", _x) - "5");
if (getProperty("/schild9", _x) < (-"50")) {
setProperty("/schild9", _x , "350");
}
Symbol 162 MovieClip Frame 2
call("/subroutines17:checkCollision");
gotoAndPlay (1);
Symbol 163 MovieClip Frame 1
call("initObjects");
stop();
Symbol 163 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/schild9", _width) / "3";
Symbol 163 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))) {
fscommand ("startEffect", "lilypad");
setProperty("/frosch", _x , getProperty("/schild9", _x));
}
Symbol 165 MovieClip Frame 80
tellTarget ("/schild8") {
gotoAndPlay ("tauchen");
};
tellTarget ("/schild9") {
gotoAndPlay ("tauchen");
};
tellTarget ("/schild7") {
gotoAndPlay ("tauchen");
}
Symbol 165 MovieClip Frame 145
tellTarget ("/schild6") {
gotoAndPlay ("tauchen");
};
tellTarget ("/schild5") {
gotoAndPlay ("tauchen");
};
tellTarget ("/schild4") {
gotoAndPlay ("tauchen");
}
Symbol 165 MovieClip Frame 205
tellTarget ("/schild3") {
gotoAndPlay ("tauchen");
};
tellTarget ("/schild2") {
gotoAndPlay ("tauchen");
};
tellTarget ("/schild") {
gotoAndPlay ("tauchen");
}
Symbol 171 MovieClip Frame 381
fscommand ("startEffect", "alert");
Symbol 171 MovieClip Frame 402
fscommand ("stopEffect", "alert");
tellTarget ("/frosch") {
fscommand ("startEffect", "dead");
gotoAndPlay ("dead");
};
gotoAndPlay (1);
Symbol 171 MovieClip Frame 426
gotoAndPlay (1);
Symbol 172 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 173 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 174 Button
on (keyPress "<Down>") {
Set("../score:score", /score:score - "20");
setProperty("/frosch", _y , getProperty("/frosch", _y) + "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
tellTarget ("/frosch") {
gotoAndPlay ("back");
};
nextFrame();
play();
}
Symbol 175 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 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 6
gotoAndStop (1);
Symbol 176 MovieClip Frame 14
play();
Symbol 176 MovieClip Frame 40
gotoAndStop (1);
Symbol 177 MovieClip Frame 2
call("/subroutines:checkCollision");
gotoAndPlay (1);
Symbol 178 MovieClip Frame 1
call("initObjects");
stop();
Symbol 178 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/bagger", _width) / "3";
Symbol 178 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))) {
fscommand ("startEffect", "train");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 179 MovieClip Frame 2
call("/subroutines2:checkCollision");
gotoAndPlay (1);
Symbol 180 MovieClip Frame 1
call("initObjects");
stop();
Symbol 180 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/bagger2", _width) / "3";
Symbol 180 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))) {
fscommand ("startEffect", "train");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 181 MovieClip Frame 2
call("/subroutines3:checkCollision");
gotoAndPlay (1);
Symbol 182 MovieClip Frame 1
call("initObjects");
stop();
Symbol 182 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/auto", _width) / "3";
Symbol 182 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))) {
fscommand ("startEffect", "train");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 183 MovieClip Frame 2
call("/subroutines4:checkCollision");
gotoAndPlay (1);
Symbol 184 MovieClip Frame 1
call("initObjects");
stop();
Symbol 184 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/auto2", _width) / "3";
Symbol 184 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))) {
fscommand ("startEffect", "train");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 185 MovieClip Frame 2
call("/subroutines5:checkCollision");
gotoAndPlay (1);
Symbol 186 MovieClip Frame 1
call("initObjects");
stop();
Symbol 186 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/rennauto", _width) / "3";
Symbol 186 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))) {
fscommand ("startEffect", "train");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 187 MovieClip Frame 2
call("/subroutines6:checkCollision");
gotoAndPlay (1);
Symbol 188 MovieClip Frame 1
call("initObjects");
stop();
Symbol 188 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/lkw", _width) / "3";
Symbol 188 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))) {
fscommand ("startEffect", "train");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 189 MovieClip Frame 2
call("/subroutines7:checkCollision");
gotoAndPlay (1);
Symbol 190 MovieClip Frame 1
call("initObjects");
stop();
Symbol 190 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/lkw2", _width) / "3";
Symbol 190 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))) {
fscommand ("startEffect", "train");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 191 MovieClip Frame 2
call("/subroutines8:checkCollision");
gotoAndPlay (1);
Symbol 192 MovieClip Frame 1
call("initObjects");
stop();
Symbol 192 MovieClip Frame 5
radius1 = getProperty("/frosch", _width) / "3";
radius2 = getProperty("/lkw3", _width) / "3";
Symbol 192 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))) {
fscommand ("startEffect", "train");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 194 MovieClip Frame 2
setProperty("/lkw2", _x , getProperty("/lkw2", _x) - "5");
if (getProperty("/lkw2", _x) < (-"50")) {
setProperty("/lkw2", _x , "350");
}
Symbol 196 MovieClip Frame 2
setProperty("/bagger", _x , getProperty("/bagger", _x) + "6");
if ("350" < getProperty("/bagger", _x)) {
setProperty("/bagger", _x , "0");
}
Symbol 198 MovieClip Frame 2
setProperty("/bagger2", _x , getProperty("/bagger2", _x) + "6");
if ("350" < getProperty("/bagger2", _x)) {
setProperty("/bagger2", _x , "0");
}
Symbol 200 MovieClip Frame 2
setProperty("/rennauto", _x , getProperty("/rennauto", _x) + "10");
if ("350" < getProperty("/rennauto", _x)) {
setProperty("/rennauto", _x , "0");
}
Symbol 202 MovieClip Frame 2
setProperty("/lkw3", _x , getProperty("/lkw3", _x) - "5");
if (getProperty("/lkw3", _x) < (-"50")) {
setProperty("/lkw3", _x , "350");
}
Symbol 204 MovieClip Frame 2
setProperty("/lkw", _x , getProperty("/lkw", _x) - "5");
if (getProperty("/lkw", _x) < (-"50")) {
setProperty("/lkw", _x , "350");
}
Symbol 206 MovieClip Frame 2
setProperty("/auto", _x , getProperty("/auto", _x) - "8");
if (getProperty("/auto", _x) < (-"50")) {
setProperty("/auto", _x , "350");
}
Symbol 208 MovieClip Frame 2
setProperty("/auto2", _x , getProperty("/auto2", _x) - "8");
if (getProperty("/auto2", _x) < (-"50")) {
setProperty("/auto2", _x , "350");
}
Symbol 212 MovieClip Frame 2
setProperty("/wasser", _x , getProperty("/wasser", _x) - "5");
if (getProperty("/wasser", _x) < (-"50")) {
setProperty("/wasser", _x , "350");
}
Symbol 213 MovieClip Frame 2
call("/subroutinesw1:checkCollision");
gotoAndPlay (1);
Symbol 214 MovieClip Frame 1
call("initObjects");
stop();
Symbol 214 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 216 MovieClip Frame 2
setProperty("/wasser2", _x , getProperty("/wasser2", _x) - "5");
if (getProperty("/wasser2", _x) < (-"50")) {
setProperty("/wasser2", _x , "350");
}
Symbol 217 MovieClip Frame 2
call("/subroutinesw2:checkCollision");
gotoAndPlay (1);
Symbol 218 MovieClip Frame 1
call("initObjects");
stop();
Symbol 218 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 220 MovieClip Frame 2
setProperty("/wasser3", _x , getProperty("/wasser3", _x) - "5");
if (getProperty("/wasser3", _x) < (-"50")) {
setProperty("/wasser3", _x , "350");
}
Symbol 221 MovieClip Frame 2
call("/subroutinesw3:checkCollision");
gotoAndPlay (1);
Symbol 222 MovieClip Frame 1
call("initObjects");
stop();
Symbol 222 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 224 MovieClip Frame 2
setProperty("/wasser4", _x , getProperty("/wasser4", _x) - "6");
if (getProperty("/wasser4", _x) < (-"50")) {
setProperty("/wasser4", _x , "350");
}
Symbol 225 MovieClip Frame 2
call("/subroutinesw4:checkCollision");
gotoAndPlay (1);
Symbol 226 MovieClip Frame 1
call("initObjects");
stop();
Symbol 226 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 228 MovieClip Frame 2
setProperty("/wasser5", _x , getProperty("/wasser5", _x) - "6");
if (getProperty("/wasser5", _x) < (-"50")) {
setProperty("/wasser5", _x , "350");
}
Symbol 229 MovieClip Frame 2
call("/subroutinesw5:checkCollision");
gotoAndPlay (1);
Symbol 230 MovieClip Frame 1
call("initObjects");
stop();
Symbol 230 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 232 MovieClip Frame 2
setProperty("/wasser6", _x , getProperty("/wasser6", _x) - "6");
if (getProperty("/wasser6", _x) < (-"50")) {
setProperty("/wasser6", _x , "350");
}
Symbol 233 MovieClip Frame 2
call("/subroutinesw6:checkCollision");
gotoAndPlay (1);
Symbol 234 MovieClip Frame 1
call("initObjects");
stop();
Symbol 234 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 236 MovieClip Frame 2
setProperty("/wasser8", _x , getProperty("/wasser8", _x) + "3");
if ("400" < getProperty("/wasser8", _x)) {
setProperty("/wasser8", _x , "-100");
}
Symbol 237 MovieClip Frame 2
call("/subroutinesw7:checkCollision");
gotoAndPlay (1);
Symbol 238 MovieClip Frame 1
call("initObjects");
stop();
Symbol 238 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 240 MovieClip Frame 2
setProperty("/wasser7", _x , getProperty("/wasser7", _x) + "3");
if ("400" < getProperty("/wasser7", _x)) {
setProperty("/wasser7", _x , "-100");
}
Symbol 241 MovieClip Frame 2
call("/subroutinesw8:checkCollision");
gotoAndPlay (1);
Symbol 242 MovieClip Frame 1
call("initObjects");
stop();
Symbol 242 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 244 MovieClip Frame 2
setProperty("/wasser9", _x , getProperty("/wasser9", _x) + "3");
if ("400" < getProperty("/wasser9", _x)) {
setProperty("/wasser9", _x , "-100");
}
Symbol 245 MovieClip Frame 2
call("/subroutinesw9:checkCollision");
gotoAndPlay (1);
Symbol 246 MovieClip Frame 1
call("initObjects");
stop();
Symbol 246 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 248 MovieClip Frame 2
setProperty("/wasser10", _x , getProperty("/wasser10", _x) - "4");
if (getProperty("/wasser10", _x) < (-"100")) {
setProperty("/wasser10", _x , "400");
}
Symbol 249 MovieClip Frame 2
call("/subroutinesw10:checkCollision");
gotoAndPlay (1);
Symbol 250 MovieClip Frame 1
call("initObjects");
stop();
Symbol 250 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 252 MovieClip Frame 2
setProperty("/wasser11", _x , getProperty("/wasser11", _x) - "4");
if (getProperty("/wasser11", _x) < (-"100")) {
setProperty("/wasser11", _x , "400");
}
Symbol 253 MovieClip Frame 2
call("/subroutinesw11:checkCollision");
gotoAndPlay (1);
Symbol 254 MovieClip Frame 1
call("initObjects");
stop();
Symbol 254 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 256 MovieClip Frame 2
setProperty("/wasser12", _x , getProperty("/wasser12", _x) - "4");
if (getProperty("/wasser12", _x) < (-"100")) {
setProperty("/wasser12", _x , "400");
}
Symbol 257 MovieClip Frame 2
call("/subroutinesw12:checkCollision");
gotoAndPlay (1);
Symbol 258 MovieClip Frame 1
call("initObjects");
stop();
Symbol 258 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 260 MovieClip Frame 2
setProperty("/wasser13", _x , getProperty("/wasser13", _x) + "7");
if ("400" < getProperty("/wasser13", _x)) {
setProperty("/wasser13", _x , "-100");
}
Symbol 261 MovieClip Frame 2
call("/subroutinesw13:checkCollision");
gotoAndPlay (1);
Symbol 262 MovieClip Frame 1
call("initObjects");
stop();
Symbol 262 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 264 MovieClip Frame 2
setProperty("/wasser14", _x , getProperty("/wasser14", _x) + "7");
if ("400" < getProperty("/wasser14", _x)) {
setProperty("/wasser14", _x , "-100");
}
Symbol 265 MovieClip Frame 2
call("/subroutinesw14:checkCollision");
gotoAndPlay (1);
Symbol 266 MovieClip Frame 1
call("initObjects");
stop();
Symbol 266 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 268 MovieClip Frame 2
setProperty("/wasser15", _x , getProperty("/wasser15", _x) + "7");
if ("400" < getProperty("/wasser15", _x)) {
setProperty("/wasser15", _x , "-100");
}
Symbol 269 MovieClip Frame 2
call("/subroutinesw15:checkCollision");
gotoAndPlay (1);
Symbol 270 MovieClip Frame 1
call("initObjects");
stop();
Symbol 270 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)) {
fscommand ("startEffect", "drown");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
tellTarget ("/steuerung") {
gotoAndPlay ("aus");
};
tellTarget ("/restzeit") {
gotoAndPlay (1);
};
}
Symbol 272 MovieClip Frame 2
setProperty("/baum7", _x , getProperty("/baum7", _x) + "7");
if ("400" < getProperty("/baum7", _x)) {
setProperty("/baum7", _x , "-100");
}
Symbol 273 MovieClip Frame 2
call("/subroutinesb7:checkCollision");
gotoAndPlay (1);
Symbol 274 MovieClip Frame 1
call("initObjects");
stop();
Symbol 274 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)) {
fscommand ("startEffect", "log");
setProperty("/frosch", _x , getProperty("/frosch", _x) + "3.5");
}
Symbol 278 MovieClip Frame 2
setProperty("/baum8", _x , getProperty("/baum8", _x) + "7");
if ("400" < getProperty("/baum8", _x)) {
setProperty("/baum8", _x , "-100");
}
Symbol 279 MovieClip Frame 2
call("/subroutinesb8:checkCollision");
gotoAndPlay (1);
Symbol 280 MovieClip Frame 1
call("initObjects");
stop();
Symbol 280 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)) {
fscommand ("startEffect", "log");
setProperty("/frosch", _x , getProperty("/frosch", _x) + "3.5");
}
Symbol 282 MovieClip Frame 2
setProperty("/baum9", _x , getProperty("/baum9", _x) + "7");
if ("400" < getProperty("/baum9", _x)) {
setProperty("/baum9", _x , "-100");
}
Symbol 283 MovieClip Frame 2
call("/subroutinesb9:checkCollision");
gotoAndPlay (1);
Symbol 284 MovieClip Frame 1
call("initObjects");
stop();
Symbol 284 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)) {
fscommand ("startEffect", "log");
setProperty("/frosch", _x , getProperty("/frosch", _x) + "3.5");
}
Symbol 287 MovieClip Frame 2
setProperty("/baum2", _x , getProperty("/baum2", _x) - "6");
if (getProperty("/baum2", _x) < (-"50")) {
setProperty("/baum2", _x , "350");
}
Symbol 288 MovieClip Frame 2
call("/subroutinesb2:checkCollision");
gotoAndPlay (1);
Symbol 289 MovieClip Frame 1
call("initObjects");
stop();
Symbol 289 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)) {
fscommand ("startEffect", "log");
setProperty("/frosch", _x , getProperty("/frosch", _x) - "3");
}
Symbol 291 MovieClip Frame 2
setProperty("/baum3", _x , getProperty("/baum3", _x) - "6");
if (getProperty("/baum3", _x) < (-"50")) {
setProperty("/baum3", _x , "350");
}
Symbol 292 MovieClip Frame 2
call("/subroutinesb3:checkCollision");
gotoAndPlay (1);
Symbol 293 MovieClip Frame 1
call("initObjects");
stop();
Symbol 293 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)) {
fscommand ("startEffect", "log");
setProperty("/frosch", _x , getProperty("/frosch", _x) - "3");
}
Symbol 296 MovieClip Frame 2
setProperty("/baum4", _x , getProperty("/baum4", _x) + "3");
if ("400" < getProperty("/baum4", _x)) {
setProperty("/baum4", _x , "-100");
}
Symbol 297 MovieClip Frame 2
call("/subroutinesb4:checkCollision");
gotoAndPlay (1);
Symbol 298 MovieClip Frame 1
call("initObjects");
stop();
Symbol 298 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)) {
fscommand ("startEffect", "log");
setProperty("/frosch", _x , getProperty("/frosch", _x) + "1.5");
}
Symbol 300 MovieClip Frame 2
setProperty("/baum5", _x , getProperty("/baum5", _x) + "3");
if ("400" < getProperty("/baum5", _x)) {
setProperty("/baum5", _x , "-100");
}
Symbol 301 MovieClip Frame 2
call("/subroutinesb5:checkCollision");
gotoAndPlay (1);
Symbol 302 MovieClip Frame 1
call("initObjects");
stop();
Symbol 302 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)) {
fscommand ("startEffect", "log");
setProperty("/frosch", _x , getProperty("/frosch", _x) + "1.5");
}
Symbol 304 MovieClip Frame 2
setProperty("/baum1", _x , getProperty("/baum1", _x) - "6");
if (getProperty("/baum1", _x) < (-"50")) {
setProperty("/baum1", _x , "350");
}
Symbol 305 MovieClip Frame 2
call("/subroutinesb1:checkCollision");
gotoAndPlay (1);
Symbol 306 MovieClip Frame 1
call("initObjects");
stop();
Symbol 306 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)) {
fscommand ("startEffect", "log");
setProperty("/frosch", _x , getProperty("/frosch", _x) - "3");
}
Symbol 308 MovieClip Frame 2
setProperty("/baum6", _x , getProperty("/baum6", _x) + "3");
if ("400" < getProperty("/baum6", _x)) {
setProperty("/baum6", _x , "-100");
}
Symbol 309 MovieClip Frame 2
call("/subroutinesb6:checkCollision");
gotoAndPlay (1);
Symbol 310 MovieClip Frame 1
call("initObjects");
stop();
Symbol 310 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)) {
fscommand ("startEffect", "log");
setProperty("/frosch", _x , getProperty("/frosch", _x) + "1.5");
}
Symbol 312 MovieClip Frame 2
setProperty("/schild10", _x , getProperty("/schild10", _x) - "4");
if (getProperty("/schild10", _x) < (-"100")) {
setProperty("/schild10", _x , "400");
}
Symbol 313 MovieClip Frame 2
call("/subroutines-s4:checkCollision");
gotoAndPlay (1);
Symbol 314 MovieClip Frame 1
call("initObjects");
stop();
Symbol 314 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 315 MovieClip Frame 170
tellTarget ("s1") {
gotoAndPlay ("tauchen");
};
tellTarget ("s2") {
gotoAndPlay ("tauchen");
};
tellTarget ("s3") {
gotoAndPlay ("tauchen");
};
tellTarget ("s4") {
gotoAndPlay ("tauchen");
}
Symbol 317 MovieClip Frame 2
setProperty("/schild11", _x , getProperty("/schild11", _x) - "4");
if (getProperty("/schild11", _x) < (-"100")) {
setProperty("/schild11", _x , "400");
}
Symbol 318 MovieClip Frame 2
call("/subroutines-s5:checkCollision");
gotoAndPlay (1);
Symbol 319 MovieClip Frame 1
call("initObjects");
stop();
Symbol 319 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 321 MovieClip Frame 220
tellTarget ("s1") {
gotoAndPlay ("tauchen");
};
tellTarget ("s2") {
gotoAndPlay ("tauchen");
};
tellTarget ("s3") {
gotoAndPlay ("tauchen");
};
tellTarget ("s4") {
gotoAndPlay ("tauchen");
}
Symbol 323 MovieClip Frame 2
setProperty("/schild12", _x , getProperty("/schild12", _x) - "4");
if (getProperty("/schild12", _x) < (-"100")) {
setProperty("/schild12", _x , "400");
}
Symbol 324 MovieClip Frame 2
call("/subroutines-s6:checkCollision");
gotoAndPlay (1);
Symbol 325 MovieClip Frame 1
call("initObjects");
stop();
Symbol 325 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 348 MovieClip Frame 1
score = "0";
play();
Symbol 348 MovieClip Frame 2
stop();
Symbol 348 MovieClip Frame 3
stop();
Symbol 348 MovieClip Frame 4
stop();
Symbol 348 MovieClip Frame 5
stop();
Symbol 348 MovieClip Frame 6
stop();
Symbol 348 MovieClip Frame 7
tellTarget ("/") {
gotoAndPlay ("gameover");
};
stop();
Symbol 354 MovieClip Frame 1
Set("/:Timer", int(getTimer() / "1000") - /:reset);
Set("/:Hour", int(/:Timer / "3600"));
if (/:Hour < "10") {
Set("/:Hour", "0" add /:Hour);
}
HourC = int(/:Timer / "3600");
Min1 = int(/:Timer / "60");
Sek1 = /:Timer;
if (HourC < "1") {
Set("/:Min", int(/:Timer / "60"));
if (/:Min < "10") {
Set("/:Min", "0" add /:Min);
}
} else if (HourC >= "1") {
Set("/:Min", Min1 - (HourC * "60"));
if (/:Min < "10") {
Set("/:Min", "0" add /:Min);
}
}
if (Sek1 < "60") {
Set("/:Sek", Sek1);
if (/:Sek < "10") {
Set("/:Sek", "0" add /:Sek);
}
} else {
Set("/:Sek", Sek1 - (/:Min * "60"));
if (/:Sek < "10") {
Set("/:Sek", "0" add /:Sek);
}
}
Symbol 354 MovieClip Frame 2
gotoAndPlay (1);
Symbol 364 Button
on (press) {
Set("/:clickx", getProperty("_level0/click", _x));
Set("/:clicky", getProperty("_level0/click", _y));
Set("/:frogx", getProperty("_level0/frosch", _x));
Set("/:frogy", getProperty("_level0/frosch", _y));
Set("/:xdiff", /:clickx - /:frogx);
Set("/:ydiff", /:clicky - /:frogy);
if (/:xdiff < "0") {
Set("/:xmag", /:xdiff * (-"1"));
} else {
Set("/:xmag", /:xdiff);
}
if (/:ydiff < "0") {
Set("/:ymag", /:ydiff * (-"1"));
} else {
Set("/:ymag", /:ydiff);
}
if (/:xmag < /:ymag) {
if (/:frogy < /:clicky) {
Set("../score:score", /score:score - "20");
setProperty("/frosch", _y , getProperty("/frosch", _y) + "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
tellTarget ("/frosch") {
gotoAndPlay ("back");
};
tellTarget ("_level0/steuerung") {
nextFrame();
play();
};
} else {
Set("../score:score", /score:score + "10");
setProperty("/frosch", _y , getProperty("/frosch", _y) - "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
tellTarget ("/frosch") {
gotoAndPlay ("vor");
};
tellTarget ("_level0/steuerung") {
nextFrame();
play();
};
}
} else if (/:clickx < /:frogx) {
setProperty("/frosch", _x , getProperty("/frosch", _x) - "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
tellTarget ("/frosch") {
gotoAndPlay ("links");
};
tellTarget ("_level0/steuerung") {
nextFrame();
play();
};
} else {
setProperty("/frosch", _x , getProperty("/frosch", _x) + "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
tellTarget ("/frosch") {
gotoAndPlay ("rechts");
};
tellTarget ("_level0/steuerung") {
nextFrame();
play();
};
}
}
Symbol 372 MovieClip Frame 3
tellTarget ("/ziel1aus") {
gotoAndStop ("aus");
}
Symbol 372 MovieClip Frame 110
tellTarget ("/ziel1aus") {
gotoAndPlay (1);
}
Symbol 372 MovieClip Frame 328
gotoAndPlay (1);
Symbol 372 MovieClip Frame 330
tellTarget ("/golevel3") {
nextFrame();
};
stop();
Symbol 373 MovieClip Frame 258
tellTarget ("/ziel2aus") {
gotoAndStop ("aus");
}
Symbol 373 MovieClip Frame 328
tellTarget ("/ziel2aus") {
gotoAndPlay (1);
}
Symbol 373 MovieClip Frame 329
gotoAndPlay (1);
Symbol 373 MovieClip Frame 330
tellTarget ("/golevel3") {
nextFrame();
};
stop();
Symbol 374 MovieClip Frame 201
tellTarget ("/ziel5aus") {
gotoAndStop ("aus");
}
Symbol 374 MovieClip Frame 298
tellTarget ("/ziel5aus") {
gotoAndPlay (1);
}
Symbol 374 MovieClip Frame 329
gotoAndPlay (1);
Symbol 374 MovieClip Frame 330
tellTarget ("/golevel3") {
nextFrame();
};
stop();
Symbol 375 MovieClip Frame 26
tellTarget ("/ziel4aus") {
gotoAndStop ("aus");
}
Symbol 375 MovieClip Frame 79
tellTarget ("/ziel4aus") {
gotoAndPlay (1);
}
Symbol 375 MovieClip Frame 326
gotoAndPlay (1);
Symbol 375 MovieClip Frame 330
tellTarget ("/golevel3") {
nextFrame();
};
stop();
Symbol 376 MovieClip Frame 3
tellTarget ("/ziel3aus") {
gotoAndStop ("aus");
}
Symbol 376 MovieClip Frame 53
tellTarget ("/ziel3aus") {
gotoAndPlay (1);
}
Symbol 376 MovieClip Frame 508
gotoAndPlay (1);
Symbol 376 MovieClip Frame 511
tellTarget ("/golevel3") {
nextFrame();
};
stop();
Symbol 378 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 2
stop();
Symbol 378 MovieClip Frame 3
stop();
Symbol 378 MovieClip Frame 4
stop();
Symbol 378 MovieClip Frame 5
stop();
Symbol 378 MovieClip Frame 6
stop();
stopAllSounds();
tellTarget ("/") {
gotoAndPlay ("level3");
}
Symbol 384 MovieClip Frame 92
tellTarget ("/ziel1aus") {
gotoAndStop ("aus");
}
Symbol 384 MovieClip Frame 117
tellTarget ("/ziel1aus") {
gotoAndPlay (1);
}
Symbol 384 MovieClip Frame 188
tellTarget ("/ziel1aus") {
gotoAndStop ("aus");
}
Symbol 384 MovieClip Frame 213
tellTarget ("/ziel1aus") {
gotoAndPlay (1);
}
Symbol 384 MovieClip Frame 304
tellTarget ("/ziel1aus") {
gotoAndStop ("aus");
}
Symbol 384 MovieClip Frame 327
tellTarget ("/ziel1aus") {
gotoAndPlay (1);
}
Symbol 384 MovieClip Frame 328
gotoAndPlay (1);
Symbol 384 MovieClip Frame 330
tellTarget ("/golevel4") {
nextFrame();
};
stop();
Symbol 385 MovieClip Frame 198
tellTarget ("/ziel2aus") {
gotoAndStop ("aus");
}
Symbol 385 MovieClip Frame 248
tellTarget ("/ziel2aus") {
gotoAndPlay (1);
}
Symbol 385 MovieClip Frame 438
tellTarget ("/ziel2aus") {
gotoAndStop ("aus");
}
Symbol 385 MovieClip Frame 488
tellTarget ("/ziel2aus") {
gotoAndPlay (1);
}
Symbol 385 MovieClip Frame 618
gotoAndPlay (1);
Symbol 385 MovieClip Frame 621
tellTarget ("/golevel4") {
nextFrame();
};
stop();
Symbol 386 MovieClip Frame 201
tellTarget ("/ziel5aus") {
gotoAndStop ("aus");
}
Symbol 386 MovieClip Frame 298
tellTarget ("/ziel5aus") {
gotoAndPlay (1);
}
Symbol 386 MovieClip Frame 329
gotoAndPlay (1);
Symbol 386 MovieClip Frame 330
tellTarget ("/golevel4") {
nextFrame();
};
stop();
Symbol 387 MovieClip Frame 117
tellTarget ("/ziel4aus") {
gotoAndStop ("aus");
}
Symbol 387 MovieClip Frame 170
tellTarget ("/ziel4aus") {
gotoAndPlay (1);
}
Symbol 387 MovieClip Frame 326
gotoAndPlay (1);
Symbol 387 MovieClip Frame 330
tellTarget ("/golevel4") {
nextFrame();
};
stop();
Symbol 388 MovieClip Frame 3
tellTarget ("/ziel3aus") {
gotoAndStop ("aus");
}
Symbol 388 MovieClip Frame 53
tellTarget ("/ziel3aus") {
gotoAndPlay (1);
}
Symbol 388 MovieClip Frame 384
gotoAndPlay (1);
Symbol 388 MovieClip Frame 385
tellTarget ("/golevel4") {
nextFrame();
};
stop();
Symbol 390 MovieClip Frame 1
stop();
Symbol 390 MovieClip Frame 2
stop();
Symbol 390 MovieClip Frame 3
stop();
Symbol 390 MovieClip Frame 4
stop();
Symbol 390 MovieClip Frame 5
stop();
Symbol 390 MovieClip Frame 6
stop();
stopAllSounds();
tellTarget ("/") {
gotoAndPlay ("level4");
}
Symbol 391 MovieClip Frame 2
setProperty("/bagger", _x , getProperty("/bagger", _x) + "8");
if ("350" < getProperty("/bagger", _x)) {
setProperty("/bagger", _x , "0");
}
Symbol 392 MovieClip Frame 2
setProperty("/bagger2", _x , getProperty("/bagger2", _x) + "8");
if ("350" < getProperty("/bagger2", _x)) {
setProperty("/bagger2", _x , "0");
}
Symbol 393 MovieClip Frame 2
setProperty("/auto", _x , getProperty("/auto", _x) - "10");
if (getProperty("/auto", _x) < (-"50")) {
setProperty("/auto", _x , "350");
}
Symbol 394 MovieClip Frame 2
setProperty("/auto2", _x , getProperty("/auto2", _x) - "10");
if (getProperty("/auto2", _x) < (-"50")) {
setProperty("/auto2", _x , "350");
}
Symbol 402 Button
on (keyPress "<Space>") {
tellTarget ("/frosch/ente") {
gotoAndPlay ("jump");
};
tellTarget ("/space") {
nextFrame();
play();
}
}
Symbol 404 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 26
stop();
Symbol 406 MovieClip Frame 526
fscommand ("startEffect", "alert");
Symbol 406 MovieClip Frame 545
fscommand ("stopEffect", "alert");
Symbol 406 MovieClip Frame 546
tellTarget ("/") {
gotoAndPlay ("gameover");
}
Symbol 407 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 408 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 409 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 410 Button
on (keyPress "<Up>") {
setProperty("/frosch", _y , getProperty("/frosch", _y) - "17");
x_value = getProperty("/frosch", _x);
y_value = getProperty("/frosch", _y);
nextFrame();
tellTarget ("/frosch") {
gotoAndPlay ("vor");
};
play();
}
Symbol 412 Button
on (keyPress "<Space>") {
tellTarget ("/frosch/ente") {
gotoAndPlay ("jump");
}
}
Symbol 413 MovieClip Frame 1
stop();
Symbol 413 MovieClip Frame 6
gotoAndStop (1);
Symbol 413 MovieClip Frame 14
play();
Symbol 413 MovieClip Frame 40
gotoAndStop (1);
Symbol 415 MovieClip Frame 2
if (getProperty("/frosch", _x) < "0") {
fscommand ("startEffect", "dead");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
}
if ("320" < getProperty("/frosch", _x)) {
fscommand ("startEffect", "dead");
tellTarget ("/frosch") {
gotoAndPlay ("dead");
};
}
if ("230" < getProperty("/frosch", _y)) {
tellTarget ("/frosch") {
gotoAndStop ("vor1");
};
setProperty("/frosch", _y , "230");
}
if (getProperty("/frosch", _y) < "160") {
tellTarget ("/frosch") {
gotoAndStop ("vor1");
};
setProperty("/frosch", _y , "160");
}
gotoAndPlay (1);
Symbol 418 MovieClip Frame 1
stop();
Symbol 418 MovieClip Frame 6
gotoAndStop (1);
Symbol 419 MovieClip Frame 2
call("/subroutinesfly:checkCollision");
gotoAndPlay (1);
Symbol 420 MovieClip Frame 1
call("initObjects");
stop();
Symbol 420 MovieClip Frame 5
radius1 = getProperty("/zunge", _width) / "2";
radius2 = getProperty("/fly", _width) / "2";
Symbol 420 MovieClip Frame 10
obj1_x = getProperty("/zunge", _x);
obj2_x = getProperty("/fly", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/zunge", _y);
obj2_y = getProperty("/fly", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
tellTarget ("/fly") {
gotoAndPlay ("dead");
};
}
Symbol 425 MovieClip Frame 1
stop();
Symbol 425 MovieClip Frame 10
fscommand ("startEffect", "flydead");
Symbol 425 MovieClip Frame 20
Set("../score:score", /score:score + "300");
Symbol 425 MovieClip Frame 23
gotoAndStop (1);
Symbol 426 MovieClip Frame 2
setProperty("/fly", _y , getProperty("/fly", _y) + "13");
if ("250" < getProperty("/fly", _y)) {
setProperty("/fly", _x , "20" + random("300"));
setProperty("/fly", _y , "-20");
}
Symbol 437 Button
on (release) {
gotoAndPlay (7);
}
on (rollOver, dragOver) {
fscommand ("startEffect", "yabutton");
}
Symbol 440 Button
on (release) {
gotoAndPlay (230);
}
on (rollOver, dragOver) {
fscommand ("startEffect", "neinbutton");
}
Symbol 446 Button
on (rollOver) {
startDrag ("/butmov", true);
}
on (release) {
stopDrag();
}
Symbol 447 MovieClip Frame 2
Set("/:bolx0", _x);
Set("/:boly0", _y);
Symbol 447 MovieClip Frame 3
Set("/:bolx0", _x);
Set("/:boly0", _y);
gotoAndPlay (2);
Symbol 450 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 450 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";
}