Frame 1
_root.punkte_mc.punkte_txt.text = "Score: 0";
_global.punkte = 0;
_global.addLives = 0;
_global.lives = 2;
_global.xPos = 0;
_global.yPos = 0;
_global.rotation = 0;
_global.mult = 1;
_global.cheat = 1;
stop();
this.onButton_btn.onRelease = function () {
screen_mc._visible = true;
};
this.go_btn.onRelease = function () {
gotoAndPlay (2);
};
this.onButton_btn.onRelease = function () {
screen_mc._visible = true;
};
this.start_btn.onRelease = function () {
gotoAndStop (2);
};
Instance of Symbol 8 MovieClip in Frame 1
/* no clip actions */
Instance of Symbol 12 MovieClip "starfrosch_mc" in Frame 1
onClipEvent (keyDown) {
_root.gotoAndStop(2);
}
on (release) {
getURL ("http://www.starfrosch.ch", "_self");
}
Frame 2
stop();
this.onButton_btn.onRelease = function () {
screen_mc._visible = true;
};
this.go_btn.onRelease = function () {
gotoAndPlay (3);
};
_date = new Date();
pfeil_mc.mydate = _date.getTime();
Instance of Symbol 31 MovieClip "pfeil_mc" in Frame 2
/* no clip actions */
Instance of Symbol 29 MovieClip "blume_mc" in Frame 2
onClipEvent (keyDown) {
_root.gotoAndStop(3);
}
Frame 3
stop();
frosch_mc.x = 0;
frosch_mc.y = 0;
frosch_mc._rotation = 0;
_global.rotation = 0;
frosch_mc._x = 63.6 + (frosch_mc._width / 2);
_global.xPos = frosch_mc._x;
frosch_mc._y = 363.6 + (frosch_mc._height / 2);
_global.yPos = frosch_mc._y;
added = false;
this.PfeilBlink1_mc.gotoAndPlay(1);
Instance of Symbol 42 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.frosch_mc)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 36 MovieClip "stern01_mc" in Frame 3
/* no clip actions */
Instance of Symbol 49 MovieClip "SternRot_mc" in Frame 3
onClipEvent (enterFrame) {
if (count == 36) {
index = Math.round(Math.random() * 4);
this._x = xPos[index] - 20;
this._y = yPos[index] - 20;
count = 0;
} else {
count = count + 1;
}
}
Instance of Symbol 54 MovieClip "punkte_mc" in Frame 3
/* no clip actions */
Instance of Symbol 3 MovieClip [Frosch] "frosch_mc" in Frame 3
onClipEvent (keyDown) {
if ((Key.getCode() == 38) && (this._y > (0 + (this._height / 2)))) {
y = -5 * _global.mult;
x = 0;
this._rotation = 0;
}
if ((Key.getCode() == 40) && (this._y < (400 - (this._height / 2)))) {
y = 5 * _global.mult;
x = 0;
this._rotation = 180;
}
if ((Key.getCode() == 37) && (this._x > (0 + (this._width / 2)))) {
y = 0;
x = -5 * _global.mult;
this._rotation = 270;
}
if ((Key.getCode() == 39) && (this._x < (400 - (this._width / 2)))) {
y = 0;
x = 5 * _global.mult;
this._rotation = 90;
}
if ((Key.getAscii() == 68) && (_global.cheat > 0)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
this._x = this._x + x;
this._y = this._y + y;
if (this._x < ((0 + (this._width / 2)) + 5)) {
x = 0;
}
if (this._x > ((400 - (this._width / 2)) - 5)) {
x = 0;
}
if (this._y < ((0 + (this._height / 2)) + 5)) {
y = 0;
}
if (this._y > ((400 - (this._height / 2)) - 5)) {
y = 0;
}
}
Instance of Symbol 3 MovieClip [Frosch] "life1_mc" in Frame 3
onClipEvent (enterFrame) {
if (_global.lives >= 1) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 3 MovieClip [Frosch] "life2_mc" in Frame 3
onClipEvent (enterFrame) {
if (_global.lives >= 2) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 3 MovieClip [Frosch] "life3_mc" in Frame 3
onClipEvent (enterFrame) {
if (_global.lives >= 3) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 3 MovieClip [Frosch] "life4_mc" in Frame 3
onClipEvent (enterFrame) {
if (_global.lives >= 4) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 3 MovieClip [Frosch] "life5_mc" in Frame 3
onClipEvent (enterFrame) {
if (_global.lives >= 5) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 3 MovieClip [Frosch] "life6_mc" in Frame 3
onClipEvent (enterFrame) {
if (_global.lives >= 6) {
this._visible = true;
} else {
this._visible = false;
}
}
Frame 4
stop();
_root.frosch_mc._x = 151.4;
_root.frosch_mc._y = 364.6;
frosch_mc.x = 0;
frosch_mc.y = 0;
frosch_mc._rotation = 0;
frosch_mc._x = 150.9 + (frosch_mc._width / 2);
frosch_mc._y = 364.4 + (frosch_mc._height / 2);
_global.rotation = 0;
_global.xPos = frosch_mc._x;
_global.yPos = frosch_mc._y;
Blume1_mc.i = 0;
Blume1_mc.up = true;
blume2_mc.i = 0;
blume2_mc.up = true;
Blume3_mc.i = 0;
Blume3_mc.up = true;
blume4_mc.i = 0;
blume4_mc.up = true;
blume5_mc.i = 0;
blume5_mc.up = true;
blume6_mc.i = 0;
blume6_mc.up = true;
blume7_mc.i = 0;
blume7_mc.up = true;
blume8_mc.i = 0;
blume8_mc.up = true;
blume9_mc.i = 0;
blume9_mc.up = true;
this.stern2_mc.sternOrig_mc.play();
this.PfeilBlink1_mc.gotoAndPlay(1);
Instance of Symbol 42 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.frosch_mc)) {
_root.gotoAndStop(5);
}
}
Instance of Symbol 36 MovieClip "stern11_mc" in Frame 4
/* no clip actions */
Instance of Symbol 29 MovieClip "Blume1_mc" in Frame 4
onClipEvent (enterFrame) {
if ((i < 25) && (up)) {
this._y = this._y - 3;
i++;
} else {
up = false;
}
if ((i > 0) && (!up)) {
this._y = this._y + 3;
i--;
} else {
up = true;
}
}
Instance of Symbol 29 MovieClip "blume2_mc" in Frame 4
onClipEvent (enterFrame) {
if ((i < 15) && (up)) {
this._y = this._y - 5;
i++;
} else {
up = false;
}
if ((i > 0) && (!up)) {
this._y = this._y + 5;
i--;
} else {
up = true;
}
}
Instance of Symbol 29 MovieClip "blume4_mc" in Frame 4
onClipEvent (enterFrame) {
if ((i < 25) && (up)) {
this._x = this._x - 4;
i++;
} else {
up = false;
}
if ((i > 0) && (!up)) {
this._x = this._x + 4;
i--;
} else {
up = true;
}
}
Instance of Symbol 29 MovieClip "Blume3_mc" in Frame 4
onClipEvent (enterFrame) {
if ((i < 20) && (up)) {
this._y = this._y - 4;
i++;
} else {
up = false;
}
if ((i > 0) && (!up)) {
this._y = this._y + 4;
i--;
} else {
up = true;
}
}
Instance of Symbol 29 MovieClip "blume6_mc" in Frame 4
onClipEvent (enterFrame) {
if ((i < 15) && (up)) {
this._x = this._x + 5;
i++;
} else {
up = false;
}
if ((i > 0) && (!up)) {
this._x = this._x - 5;
i--;
} else {
up = true;
}
}
Instance of Symbol 29 MovieClip "blume7_mc" in Frame 4
onClipEvent (enterFrame) {
if ((i < 15) && (up)) {
this._x = this._x - 6;
i++;
} else {
up = false;
}
if ((i > 0) && (!up)) {
this._x = this._x + 6;
i--;
} else {
up = true;
}
}
Instance of Symbol 29 MovieClip "blume5_mc" in Frame 4
onClipEvent (enterFrame) {
if ((i < 15) && (up)) {
this._x = this._x + 3;
i++;
} else {
up = false;
}
if ((i > 0) && (!up)) {
this._x = this._x - 3;
i--;
} else {
up = true;
}
}
Instance of Symbol 29 MovieClip "blume8_mc" in Frame 4
onClipEvent (enterFrame) {
if ((i < 15) && (up)) {
this._x = this._x - 3;
i++;
} else {
up = false;
}
if ((i > 0) && (!up)) {
this._x = this._x + 3;
i--;
} else {
up = true;
}
}
Instance of Symbol 29 MovieClip "blume9_mc" in Frame 4
onClipEvent (enterFrame) {
if ((i < 15) && (up)) {
this._x = this._x + 3;
i++;
} else {
up = false;
}
if ((i > 0) && (!up)) {
this._x = this._x - 3;
i--;
} else {
up = true;
}
}
Instance of Symbol 3 MovieClip [Frosch] "frosch_mc" in Frame 4
onClipEvent (keyDown) {
if ((Key.getCode() == 38) && (this._y > (0 + (this._height / 2)))) {
y = -5 * _global.mult;
x = 0;
this._rotation = 0;
}
if ((Key.getCode() == 40) && (this._y < (400 - (this._height / 2)))) {
y = 5 * _global.mult;
x = 0;
this._rotation = 180;
}
if ((Key.getCode() == 37) && (this._x > (0 + (this._width / 2)))) {
y = 0;
x = -5 * _global.mult;
this._rotation = 270;
}
if ((Key.getCode() == 39) && (this._x < (400 - (this._width / 2)))) {
y = 0;
x = 5 * _global.mult;
this._rotation = 90;
}
if ((Key.getAscii() == 68) && (_global.cheat > 0)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
this._x = this._x + x;
this._y = this._y + y;
if (this._x < ((0 + (this._width / 2)) + 5)) {
x = 0;
}
if (this._x > ((400 - (this._width / 2)) - 5)) {
x = 0;
}
if (this._y < ((0 + (this._height / 2)) + 5)) {
y = 0;
}
if (this._y > ((400 - (this._height / 2)) - 5)) {
y = 0;
}
}
Frame 5
stop();
_root.frosch_mc._x = 64.5 + (frosch_mc._width / 2);
_root.frosch_mc._y = 366 + (frosch_mc._height / 2);
frosch_mc.x = 0;
frosch_mc.y = 0;
frosch_mc._rotation = 0;
frosch_mc._x = 64.5 + (frosch_mc._width / 2);
frosch_mc._y = 363.6 + (frosch_mc._height / 2);
_global.rotation = 0;
_global.xPos = frosch_mc._x;
_global.yPos = frosch_mc._y;
this.PfeilBlink1_mc.gotoAndPlay(1);
Instance of Symbol 42 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.frosch_mc)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 3 MovieClip [Frosch] "frosch_mc" in Frame 5
onClipEvent (keyDown) {
if ((Key.getCode() == 38) && (this._y > (0 + (this._height / 2)))) {
y = -5 * _global.mult;
x = 0;
this._rotation = 0;
}
if ((Key.getCode() == 40) && (this._y < (400 - (this._height / 2)))) {
y = 5 * _global.mult;
x = 0;
this._rotation = 180;
}
if ((Key.getCode() == 37) && (this._x > (0 + (this._width / 2)))) {
y = 0;
x = -5 * _global.mult;
this._rotation = 270;
}
if ((Key.getCode() == 39) && (this._x < (400 - (this._width / 2)))) {
y = 0;
x = 5 * _global.mult;
this._rotation = 90;
}
if ((Key.getAscii() == 68) && (_global.cheat > 0)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
this._x = this._x + x;
this._y = this._y + y;
if (this._x < ((0 + (this._width / 2)) + 5)) {
x = 0;
}
if (this._x > ((400 - (this._width / 2)) - 5)) {
x = 0;
}
if (this._y < ((0 + (this._height / 2)) + 5)) {
y = 0;
}
if (this._y > ((400 - (this._height / 2)) - 5)) {
y = 0;
}
}
Frame 6
stop();
_root.frosch_mc._x = 0 + (frosch_mc._width / 2);
_root.frosch_mc._y = 289.1 + (frosch_mc._height / 2);
frosch_mc.x = 0;
frosch_mc.y = 0;
frosch_mc._rotation = 90;
frosch_mc._x = 2.3 + (frosch_mc._width / 2);
frosch_mc._y = 289.1 + (frosch_mc._height / 2);
_global.rotation = 90;
_global.xPos = frosch_mc._x;
_global.yPos = frosch_mc._y;
count = 0;
count2 = 0;
this.PfeilBlink1_mc.gotoAndPlay(1);
Instance of Symbol 42 MovieClip "tür_mx" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.frosch_mc)) {
_root.gotoAndStop(7);
}
}
Instance of Symbol 49 MovieClip "sternRot_mx" in Frame 6
onClipEvent (enterFrame) {
if (count == 36) {
if (count2 == 5) {
this._x = xPos[0];
this._y = yPos[0];
count2 = 0;
} else {
index = Math.round(Math.random() * 4);
this._x = xPos[index];
this._y = yPos[index];
count2 = count2 + 1;
}
count = 0;
} else {
count = count + 1;
}
}
Instance of Symbol 49 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (count == 36) {
if (count2 == 5) {
this._x = xPos[0];
this._y = yPos[0];
count2 = 0;
} else {
index = Math.round(Math.random() * 4);
this._x = xPos[index];
this._y = yPos[index];
count2 = count2 + 1;
}
count = 0;
} else {
count = count + 1;
}
}
Instance of Symbol 3 MovieClip [Frosch] "frosch_mc" in Frame 6
onClipEvent (keyDown) {
if ((Key.getCode() == 38) && (this._y > (0 + (this._height / 2)))) {
y = -5 * _global.mult;
x = 0;
this._rotation = 0;
}
if ((Key.getCode() == 40) && (this._y < (400 - (this._height / 2)))) {
y = 5 * _global.mult;
x = 0;
this._rotation = 180;
}
if ((Key.getCode() == 37) && (this._x > (0 + (this._width / 2)))) {
y = 0;
x = -5 * _global.mult;
this._rotation = 270;
}
if ((Key.getCode() == 39) && (this._x < (400 - (this._width / 2)))) {
y = 0;
x = 5 * _global.mult;
this._rotation = 90;
}
if ((Key.getAscii() == 68) && (_global.cheat > 0)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
this._x = this._x + x;
this._y = this._y + y;
if (this._x < ((0 + (this._width / 2)) + 5)) {
x = 0;
}
if (this._x > ((400 - (this._width / 2)) - 5)) {
x = 0;
}
if (this._y < ((0 + (this._height / 2)) + 5)) {
y = 0;
}
if (this._y > ((400 - (this._height / 2)) - 5)) {
y = 0;
}
}
Frame 7
stop();
_root.frosch_mc._x = 223 + (frosch_mc._width / 2);
_root.frosch_mc._y = 366 + (frosch_mc._height / 2);
frosch_mc.x = 0;
frosch_mc.y = 0;
frosch_mc._rotation = 0;
frosch_mc._x = 223 + (frosch_mc._width / 2);
frosch_mc._y = 363.5 + (frosch_mc._height / 2);
_global.rotation = 0;
_global.xPos = frosch_mc._x;
_global.yPos = frosch_mc._y;
this.PfeilBlink1_mc.gotoAndPlay(1);
Instance of Symbol 42 MovieClip "ausgang7_mc" in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.frosch_mc)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 3 MovieClip [Frosch] "frosch_mc" in Frame 7
onClipEvent (keyDown) {
if ((Key.getCode() == 38) && (this._y > (0 + (this._height / 2)))) {
y = -5 * _global.mult;
x = 0;
this._rotation = 0;
}
if ((Key.getCode() == 40) && (this._y < (400 - (this._height / 2)))) {
y = 5 * _global.mult;
x = 0;
this._rotation = 180;
}
if ((Key.getCode() == 37) && (this._x > (0 + (this._width / 2)))) {
y = 0;
x = -5 * _global.mult;
this._rotation = 270;
}
if ((Key.getCode() == 39) && (this._x < (400 - (this._width / 2)))) {
y = 0;
x = 5 * _global.mult;
this._rotation = 90;
}
if ((Key.getAscii() == 68) && (_global.cheat > 0)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
this._x = this._x + x;
this._y = this._y + y;
if (this._x < ((0 + (this._width / 2)) + 5)) {
x = 0;
}
if (this._x > ((400 - (this._width / 2)) - 5)) {
x = 0;
}
if (this._y < ((0 + (this._height / 2)) + 5)) {
y = 0;
}
if (this._y > ((400 - (this._height / 2)) - 5)) {
y = 0;
}
}
Frame 8
stop();
frosch_mc.x = 0;
frosch_mc.y = 0;
frosch_mc._rotation = 90;
frosch_mc._x = 2.5 + (frosch_mc._width / 2);
frosch_mc._y = 324.2 + (frosch_mc._height / 2);
_global.rotation = 90;
_global.xPos = frosch_mc._x;
_global.yPos = frosch_mc._y;
this.PfeilBlink_mc.gotoAndPlay(1);
Instance of Symbol 42 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.frosch_mc)) {
_global.mult = _global.mult + 0.3;
_root.gotoAndStop(3);
}
}
Instance of Symbol 29 MovieClip "Blume1_mc" in Frame 8
onClipEvent (enterFrame) {
if ((_y > (400 + this._width)) || (_x > (400 + this._width))) {
_y = (-this._width);
_x = random(200);
} else {
_y = (_y + (5 * _global.mult));
_x = (_x + (5 * _global.mult));
}
}
Instance of Symbol 29 MovieClip "blume4_mc" in Frame 8
onClipEvent (enterFrame) {
if ((_x > (400 + this._width)) || (_y > (400 + this._width))) {
_x = (-this._width);
_y = random(200);
} else {
_x = (_x + (5 * _global.mult));
_y = (_y + (1 * _global.mult));
}
}
Instance of Symbol 29 MovieClip "Blume3_mc" in Frame 8
onClipEvent (enterFrame) {
if ((_y > (400 + this._width)) || (_x > (400 + this._width))) {
_y = (-this._width);
_x = random(200);
} else {
_y = (_y + (3 * _global.mult));
_x = (_x + (1 * _global.mult));
}
}
Instance of Symbol 29 MovieClip "blume6_mc" in Frame 8
onClipEvent (enterFrame) {
if ((_x > (400 + this._width)) || (_y < (-this._width))) {
_x = (-this._width);
_y = random(200);
} else {
_x = (_x + (4 * _global.mult));
_y = (_y - (3 * _global.mult));
}
}
Instance of Symbol 29 MovieClip "blume7_mc" in Frame 8
onClipEvent (enterFrame) {
if ((_y < (-this._width)) || (_x < (-this._width))) {
_y = (400 + this._width);
_x = (random(200) + 200);
} else {
_y = (_y - (5 * _global.mult));
_x = (_x - (5 * _global.mult));
}
}
Instance of Symbol 29 MovieClip "blume5_mc" in Frame 8
onClipEvent (enterFrame) {
if ((_x < (-this._width)) || (_y < (-this._width))) {
_x = (400 + this._width);
_y = (random(300) + 100);
} else {
_x = (_x - (4 * _global.mult));
_y = (_y - (3 * _global.mult));
}
}
Instance of Symbol 29 MovieClip "blume8_mc" in Frame 8
onClipEvent (enterFrame) {
if ((_x < (-this._width)) || (_y > (400 + this._width))) {
_x = (400 + this._width);
_y = (random(300) + 100);
} else {
_x = (_x - (3 * _global.mult));
_y = (_y + (1 * _global.mult));
}
}
Instance of Symbol 29 MovieClip "blume9_mc" in Frame 8
onClipEvent (enterFrame) {
if ((_y < (-this._width)) || (_x < (-this._width))) {
_y = (400 + this._width);
_x = (random(200) + 200);
} else {
_y = (_y - (4 * _global.mult));
_x = (_x - (2 * _global.mult));
}
}
Instance of Symbol 3 MovieClip [Frosch] "frosch_mc" in Frame 8
onClipEvent (keyDown) {
if ((Key.getCode() == 38) && (this._y > (0 + (this._height / 2)))) {
y = -5 * _global.mult;
x = 0;
this._rotation = 0;
}
if ((Key.getCode() == 40) && (this._y < (400 - (this._height / 2)))) {
y = 5 * _global.mult;
x = 0;
this._rotation = 180;
}
if ((Key.getCode() == 37) && (this._x > (0 + (this._width / 2)))) {
y = 0;
x = -5 * _global.mult;
this._rotation = 270;
}
if ((Key.getCode() == 39) && (this._x < (400 - (this._width / 2)))) {
y = 0;
x = 5 * _global.mult;
this._rotation = 90;
}
if ((Key.getAscii() == 68) && (_global.cheat > 0)) {
_root.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
this._x = this._x + x;
this._y = this._y + y;
if (this._x < ((0 + (this._width / 2)) + 5)) {
x = 0;
}
if (this._x > ((400 - (this._width / 2)) - 5)) {
x = 0;
}
if (this._y < ((0 + (this._height / 2)) + 5)) {
y = 0;
}
if (this._y > ((400 - (this._height / 2)) - 5)) {
y = 0;
}
}
Frame 9
pnConnector.storeScore(_global.punkte);
this.onButton_btn.onRelease = function () {
screen_mc._visible = true;
};
this.again_btn.onRelease = function () {
var _local1 = _global;
_root.punkte_mc.punkte_txt.text = "Score: 0";
_local1.lives = 2;
_local1.punkte = 0;
_local1.addLives = 0;
_local1.mult = 1;
_local1.cheat = 1;
gotoAndPlay (3);
};
Instance of Symbol 12 MovieClip in Frame 9
on (release) {
getURL ("http://www.starfrosch.ch", "_self");
}
Instance of Symbol 67 MovieClip "song5_mc" in Frame 9
onClipEvent (enterFrame) {
if (_global.punkte >= 150) {
_root.song5_mc._alpha = 100;
} else {
_root.song5_mc._alpha = 50;
}
}
on (release) {
if (_global.punkte > 150) {
getURL ("ftp://ftp.scene.org/pub/music/groups/realaudio/rabr006_05_starfrosch_-_serie3_mc_loud_wall_rmx.mp3", "_self");
}
}
Instance of Symbol 69 MovieClip "song5_mc" in Frame 9
on (release) {
getURL ("ftp://ftp.scene.org/pub/music/groups/realaudio/rabr006_04_starfrosch_-_starguitar.mp3", "_self");
}
Instance of Symbol 71 MovieClip "song5_mc" in Frame 9
on (release) {
getURL ("ftp://ftp.scene.org/pub/music/groups/realaudio/rabr006_03_starfrosch_-_serie3.mp3", "_self");
}
Instance of Symbol 73 MovieClip "song5_mc" in Frame 9
on (release) {
getURL ("ftp://ftp.scene.org/pub/music/groups/realaudio/rabr006_02_starfrosch_-_dont_stop.mp3", "_self");
}
Instance of Symbol 75 MovieClip "song5_mc" in Frame 9
on (release) {
getURL ("ftp://ftp.scene.org/pub/music/groups/realaudio/rabr006_01_starfrosch_-_dont_ever_come_back.mp3", "_self");
}
Instance of Symbol 77 MovieClip in Frame 9
on (release) {
getURL ("http://www.realaudio.ch", "_self");
}
Instance of Symbol 80 MovieClip in Frame 9
on (release) {
getURL ("http://creativecommons.org/licenses/by-nc-nd/2.0/", "_self");
}
Frame 10
frosch_mc.x = 0;
frosch_mc.y = 0;
frosch_mc._rotation = 90;
frosch_mc._x = 2.5 + (frosch_mc._width / 2);
frosch_mc._y = 324.2 + (frosch_mc._height / 2);
_global.rotation = 90;
_global.xPos = frosch_mc._x;
_global.yPos = frosch_mc._y;
this.P1_mc.gotoAndPlay(1);
this.P2_mc.gotoAndPlay(1);
this.P3_mc.gotoAndPlay(1);
this.P4_mc.gotoAndPlay(1);
this.P5_mc.gotoAndPlay(1);
Instance of Symbol 42 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.frosch_mc)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 42 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.frosch_mc)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 42 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.frosch_mc)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 42 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.frosch_mc)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 42 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.frosch_mc)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 90 MovieClip "Schutz_mc" in Frame 10
/* no clip actions */
Instance of Symbol 3 MovieClip [Frosch] "frosch_mc" in Frame 10
onClipEvent (keyDown) {
if ((Key.getCode() == 38) && (this._y > (0 + (this._height / 2)))) {
y = -5 * _global.mult;
x = 0;
this._rotation = 0;
}
if ((Key.getCode() == 40) && (this._y < (400 - (this._height / 2)))) {
y = 5 * _global.mult;
x = 0;
this._rotation = 180;
}
if ((Key.getCode() == 37) && (this._x > (0 + (this._width / 2)))) {
y = 0;
x = -5 * _global.mult;
this._rotation = 270;
}
if ((Key.getCode() == 39) && (this._x < (400 - (this._width / 2)))) {
y = 0;
x = 5 * _global.mult;
this._rotation = 90;
}
}
onClipEvent (enterFrame) {
_global.cheat = 0;
this._x = this._x + x;
this._y = this._y + y;
if (this._x < ((0 + (this._width / 2)) + 5)) {
x = 0;
}
if (this._x > ((400 - (this._width / 2)) - 5)) {
x = 0;
}
if (this._y < ((0 + (this._height / 2)) + 5)) {
y = 0;
}
if (this._y > ((400 - (this._height / 2)) - 5)) {
y = 0;
}
if (this.hitTest(_root.Schutz_mc)) {
if (y < 0) {
y = 0;
this._y = this._y + 2;
}
if (x < 0) {
x = 0;
this._x = this._x + 2;
}
}
}
Instance of Symbol 3 MovieClip [Frosch] "life1_mc" in Frame 10
onClipEvent (enterFrame) {
if (_global.lives >= 1) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 3 MovieClip [Frosch] "life2_mc" in Frame 10
onClipEvent (enterFrame) {
if (_global.lives >= 2) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 3 MovieClip [Frosch] "life3_mc" in Frame 10
onClipEvent (enterFrame) {
if (_global.lives >= 3) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 3 MovieClip [Frosch] "life4_mc" in Frame 10
onClipEvent (enterFrame) {
if (_global.lives >= 4) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 3 MovieClip [Frosch] "life5_mc" in Frame 10
onClipEvent (enterFrame) {
if (_global.lives >= 5) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 3 MovieClip [Frosch] "life6_mc" in Frame 10
onClipEvent (enterFrame) {
if (_global.lives >= 6) {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 1 MovieClip [pnFlashGames] Frame 1
#initclip 1
pnFlashGames = function () {
var _local1 = this;
_local1.gid = _root.pn_gid;
_local1.uname = _root.pn_uname;
_local1.busy = false;
_local1.gameSaved = null;
_local1.gameLoaded = null;
_local1.scoreStored = null;
_local1.gameData = "";
};
pnFlashGames.prototype.saveGame = function (gameData) {
var _local1 = this;
_local1.busy = true;
varsObj = new LoadVars();
varsObj.func = "saveGame";
varsObj.gid = _local1.gid;
varsObj.gameData = gameData;
varsObj.type = "user";
varsObj.module = "pnFlashGames";
varsObj.parent = _local1;
varsObj.onLoad = _local1.saveGame_Result;
varsObj.sendAndLoad("index.php", varsObj, "POST");
};
pnFlashGames.prototype.saveGame_Result = function (success) {
var _local1 = this;
_local1.parent._parent.incoming = _local1.opSuccess;
if (_local1.opSuccess == "true") {
_local1.parent.gameSaved = true;
} else {
_local1.parent.gameSaved = false;
}
_local1.parent.busy = false;
};
pnFlashGames.prototype.loadGame = function () {
var _local1 = this;
_local1.busy = true;
varsObj = new LoadVars();
varsObj.func = "loadGame";
varsObj.gid = _local1.gid;
varsObj.type = "user";
varsObj.module = "pnFlashGames";
varsObj.parent = _local1;
varsObj.onLoad = _local1.loadGame_Result;
varsObj.sendAndLoad("index.php", varsObj, "POST");
};
pnFlashGames.prototype.loadGame_Result = function (success) {
var _local1 = this;
if (_local1.opSuccess == "true") {
_local1.parent.gameLoaded = true;
_local1.parent.gameData = gameData;
} else {
_local1.parent.gameLoaded = false;
}
if (_local1.parent.onLoadGame != null) {
_local1.parent.onLoadGame(_local1.gameData);
}
_local1.parent.busy = false;
};
pnFlashGames.prototype.storeScore = function (score) {
var _local1 = this;
_local1.busy = true;
varsObj = new LoadVars();
varsObj.score = score;
varsObj.func = "storeScore";
varsObj.gid = _local1.gid;
varsObj.type = "user";
varsObj.module = "pnFlashGames";
varsObj.parent = _local1;
varsObj.onLoad = _local1.storeScore_Result;
varsObj.sendAndLoad("index.php", varsObj, "POST");
};
pnFlashGames.prototype.storeScore_Result = function (success) {
var _local1 = this;
if (_local1.opSuccess == "true") {
_local1.parent.scoreStored = true;
} else {
_local1.parent.scoreStored = false;
}
_local1.parent.busy = false;
};
Object.registerClass("pnFlashGames", pnFlashGames);
#endinitclip
Instance of Symbol 28 MovieClip "blumeKl4_mc" in Symbol 29 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.frosch_mc)) {
if (_global.lives > 0) {
_root.frosch_mc._x = _global.xPos;
_root.frosch_mc._y = _global.yPos;
_root.frosch_mc._rotation = _global.rotation;
_root.frosch_mc.x = 0;
_root.frosch_mc.y = 0;
_root.frosch_mc._xscale = 80;
_root.frosch_mc._yscale = 80;
_global.lives = _global.lives - 1;
} else {
trace("STOP" + _global.lives);
_root.gotoAndStop(9);
}
}
}
Instance of Symbol 28 MovieClip "blumeKl5_mc" in Symbol 29 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.frosch_mc)) {
if (_global.lives > 0) {
_root.frosch_mc._x = _global.xPos;
_root.frosch_mc._y = _global.yPos;
_root.frosch_mc._rotation = _global.rotation;
_root.frosch_mc.x = 0;
_root.frosch_mc.y = 0;
_root.frosch_mc._xscale = 80;
_root.frosch_mc._yscale = 80;
_global.lives = _global.lives - 1;
} else {
_root.gotoAndStop(9);
}
}
}
Instance of Symbol 28 MovieClip "blumeKl3_mc" in Symbol 29 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.frosch_mc)) {
if (_global.lives > 0) {
_root.frosch_mc._x = _global.xPos;
_root.frosch_mc._y = _global.yPos;
_root.frosch_mc._rotation = _global.rotation;
_root.frosch_mc.x = 0;
_root.frosch_mc.y = 0;
_root.frosch_mc._xscale = 80;
_root.frosch_mc._yscale = 80;
_global.lives = _global.lives - 1;
} else {
trace("STOP" + _global.lives);
_root.gotoAndStop(9);
}
}
}
Instance of Symbol 28 MovieClip "blumeKl2_mc" in Symbol 29 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.frosch_mc)) {
if (_global.lives > 0) {
_root.frosch_mc._x = _global.xPos;
_root.frosch_mc._y = _global.yPos;
_root.frosch_mc._rotation = _global.rotation;
_root.frosch_mc.x = 0;
_root.frosch_mc.y = 0;
_root.frosch_mc._xscale = 80;
_root.frosch_mc._yscale = 80;
_global.lives = _global.lives - 1;
} else {
trace("STOP" + _global.lives);
_root.gotoAndStop(9);
}
}
}
Instance of Symbol 28 MovieClip "blumeKl1_mc" in Symbol 29 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.frosch_mc)) {
if (_global.lives > 0) {
_root.frosch_mc._x = _global.xPos;
_root.frosch_mc._y = _global.yPos;
_root.frosch_mc._rotation = _global.rotation;
_root.frosch_mc._xscale = 80;
_root.frosch_mc._yscale = 80;
_root.frosch_mc.x = 0;
_root.frosch_mc.y = 0;
_global.lives = _global.lives - 1;
} else {
trace("STOP" + _global.lives);
_root.gotoAndStop(9);
}
}
}
Symbol 36 MovieClip Frame 1
this.hit = false;
stop();
Instance of Symbol 33 MovieClip "sternOrig_mc" in Symbol 36 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.frosch_mc) && (!this.hit)) {
_global.punkte = _global.punkte + 10;
_global.addLives = _global.addLives + 10;
_root.punkte_mc.punkte_txt.text = "Score: " + _global.punkte;
if (_global.addLives >= 1000) {
_global.lives = _global.lives + 1;
_global.addLives = 0;
}
this.hit = true;
this._parent.gotoAndPlay(2);
}
}
Symbol 36 MovieClip Frame 6
stop();
Symbol 43 MovieClip Frame 32
stop();
Symbol 49 MovieClip Frame 1
_global.hit = false;
this.h = _root.frosch_mc._height;
this.w = _root.frosch_mc._width;
_date = new Date();
_global.mydate = _date.getTime();
this.xPos = [66, 330, 353, 152, 65, 222];
this.yPos = [36, 158, 14, 362, 259, 215];
this.count = 1;
stop();
Instance of Symbol 45 MovieClip "boundingPill_mc" in Symbol 49 MovieClip Frame 1
onClipEvent (enterFrame) {
_date = new Date();
if (this.hitTest(_root.frosch_mc) && (!_global.hit)) {
this.rot = _root.frosch_mc._rotation;
this.hig = _root.frosch_mc._height;
this.wit = _root.frosch_mc._width;
_root.frosch_mc._xscale = 50;
_root.frosch_mc._yscale = 50;
_global.hit = true;
_global.mydate = _date.getTime();
trace(_global.mydate);
this._parent.gotoAndPlay(2);
}
if (_global.hit && (_date.getTime() > (_global.mydate + 10000))) {
_root.frosch_mc._xscale = 80;
_root.frosch_mc._yscale = 80;
_global.hit = false;
this._parent.gotoAndPlay(1);
}
}
Symbol 49 MovieClip Frame 6
stop();
Instance of Symbol 45 MovieClip "boundingPill_mc" in Symbol 49 MovieClip Frame 6
onClipEvent (enterFrame) {
_date = new Date();
trace(_global.mydate);
trace((_global.mydate + " ") + _date.getTime());
if (_global.hit && (_date.getTime() > (_global.mydate + 10000))) {
_root.frosch_mc._xscale = 80;
_root.frosch_mc._yscale = 80;
_global.hit = false;
this._parent.gotoAndPlay(1);
}
}
Symbol 52 MovieClip Frame 1
this.hit = false;
this.h = _root.frosch_mc._height;
this.w = _root.frosch_mc._width;
Instance of Symbol 33 MovieClip "sternOrig_mc" in Symbol 52 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.frosch_mc) && (!this.hit)) {
_global.punkte = _global.punkte + 10;
_global.addLives = _global.addLives + 10;
_root.punkte_mc.punkte_txt.text = "Score: " + _global.punkte;
this.hit = true;
if (_global.addLives >= 1000) {
_global.lives = _global.lives + 1;
_global.addLives = 0;
}
this._parent.gotoAndPlay(20);
}
}
Instance of Symbol 51 MovieClip "sternOrig_mc" in Symbol 52 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.frosch_mc)) {
_root.frosch_mc._xscale = 120;
_root.frosch_mc._yscale = 120;
}
}
Symbol 52 MovieClip Frame 19
this.gotoAndPlay(1);
Instance of Symbol 51 MovieClip "sternOrig_mc" in Symbol 52 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.frosch_mc)) {
_root.frosch_mc._xscale = 120;
_root.frosch_mc._yscale = 120;
}
}
Symbol 52 MovieClip Frame 24
stop();
Symbol 61 MovieClip Frame 1
this.hit1 = false;
Instance of Symbol 33 MovieClip "sternOrig_mc" in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.frosch_mc) && (!this.hit1)) {
_global.punkte = _global.punkte + 10;
_global.addLives = _global.addLives + 10;
_root.punkte_mc.punkte_txt.text = "Score: " + _global.punkte;
this.hit1 = true;
if (_global.addLives >= 1000) {
_global.lives = _global.lives + 1;
_global.addLives = 0;
}
this._parent.gotoAndPlay(61);
}
}
Instance of Symbol 33 MovieClip "sternOrig_mc" in Symbol 61 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.frosch_mc) && (!this.hit1)) {
_global.punkte = _global.punkte + 10;
_root.punkte_mc.punkte_txt.text = "Score: " + _global.punkte;
this._parent.gotoAndPlay(61);
this.hit = true;
}
}
Symbol 61 MovieClip Frame 60
this.gotoAndPlay(1);
Symbol 61 MovieClip Frame 65
stop();
Symbol 62 MovieClip Frame 1
this.hit = false;
stop();
Instance of Symbol 33 MovieClip "sternOrig_mc" in Symbol 62 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.frosch_mc) && (!this.hit)) {
_global.punkte = _global.punkte + 50;
_global.addLives + 40;
_root.punkte_mc.punkte_txt.text = "Score: " + _global.punkte;
this.hit = true;
if (_global.addLives >= 1000) {
_global.lives = _global.lives + 1;
_global.addLives = 0;
}
this._parent.gotoAndPlay(2);
}
}
Symbol 62 MovieClip Frame 6
stop();