Frame 1
Stage.scaleMode = "showAll";
Stage.showMenu = false;
Frame 3
_root.more_1_mc._visible = false;
var now = new Date();
var stichtag = new Date(2007, 7, 18);
if (now > _root.stichtag) {
_root.more_1_mc._visible = true;
}
stop();
var zeit = 101;
var leben = 3;
var meinSound1 = new Sound(this);
_root.meinSound1.attachSound("bg");
_root.meinSound1.stop();
_root.meinSound1.start(0, 1000000);
var meinSound2 = new Sound(this);
_root.meinSound2.attachSound("laser");
var meinSound3 = new Sound(this);
_root.meinSound3.attachSound("welt_treffer");
var meinSound4 = new Sound(this);
_root.meinSound4.attachSound("treffer");
var meinSound5 = new Sound(this);
_root.meinSound5.attachSound("canone_2");
Frame 4
stop();
Frame 5
function counter() {
_root.zeit = _root.zeit - 1;
if (_root.zeit == 90) {
_root.angrif_original_mc.duplicateMovieClip("test_" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
} else if (_root.zeit == 75) {
_root.world_mc.canon_mc.gotoAndStop(2);
_root.schuss_mc.schuss_pin_mc.gotoAndStop(2);
} else if (_root.zeit == 70) {
_root.angrif_original_mc.duplicateMovieClip("test_" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
} else if (_root.zeit == 35) {
_root.angrif_original_mc.duplicateMovieClip("test_" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
} else if (_root.zeit == 10) {
_root.angrif_original_mc.duplicateMovieClip("test_" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
}
}
stop();
_root.leben_mc.gotoAndStop(3);
_root.angrif_original_mc.duplicateMovieClip("test_" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
_root.angrif_original_mc.duplicateMovieClip("test_" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
_root.angrif_original_mc.duplicateMovieClip("test_" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
_root.world_mc.stop();
_root.onEnterFrame = function () {
if (Key.isDown(37)) {
if (_root.world_mc._currentframe == 1) {
_root.world_mc.gotoAndStop(50);
}
_root.world_mc.gotoAndStop(_root.world_mc._currentframe - 1);
}
if (Key.isDown(39)) {
if (_root.world_mc._currentframe == 50) {
_root.world_mc.gotoAndStop(1);
}
_root.world_mc.gotoAndStop(_root.world_mc._currentframe + 1);
}
};
var zeit_id = setInterval(counter, 1000);
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = random(50) + 680;
}
this._x = this._x - 10;
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = random(50) + 680;
}
this._x = this._x - 10;
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = random(50) + 680;
}
this._x = this._x - 10;
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = random(50) + 680;
}
this._x = this._x - 10;
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = random(50) + 680;
}
this._x = this._x - 10;
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = random(50) + 680;
}
this._x = this._x - 10;
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = random(50) + 680;
}
this._x = this._x - 10;
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = random(50) + 680;
}
this._x = this._x - 10;
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = random(50) + 680;
}
this._x = this._x - 10;
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = random(50) + 680;
}
this._x = this._x - 10;
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = random(50) + 680;
}
this._x = this._x - 10;
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = random(50) + 680;
}
this._x = this._x - 10;
}
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this._x < -50) {
this._x = random(50) + 680;
}
this._x = this._x - 10;
}
Instance of Symbol 31 MovieClip "schuss_mc" in Frame 5
onClipEvent (keyDown) {
if (Key.isDown(32)) {
if (this._currentframe == 1) {
if (_root.schuss_mc.schuss_pin_mc._currentframe == 1) {
_root.meinSound2.start(0, 1);
} else if (_root.schuss_mc.schuss_pin_mc._currentframe == 2) {
_root.meinSound5.start(0, 1);
}
this._rotation = _root.world_mc.canon_mc._rotation;
this._x = _root.world_mc.canon_mc._x + 320;
this._y = _root.world_mc.canon_mc._y + 240;
_root.schuss_mc.play();
}
}
}
Instance of Symbol 47 MovieClip "angrif_original_mc" in Frame 5
onClipEvent (load) {
if (!(this._name === "angrif_original_mc")) {
this.gotoAndStop(random(3) + 1);
this.speed = 30 + random(120);
this.rota = 1 + random(3);
this.scale = 50 + random(70);
this._xscale = this.scale;
this._yscale = this.scale;
this.rnd = random(4) + 1;
if (this.rnd == 1) {
this._x = -100 + random(700);
this._y = -50 + random(30);
} else if (this.rnd == 2) {
this._x = -100 + random(700);
this._y = 510 + random(30);
} else if (this.rnd == 3) {
this._x = 700 + random(30);
this._y = -100 + random(520);
} else if (this.rnd == 4) {
this._x = -100 + random(30);
this._y = -100 + random(520);
}
}
}
onClipEvent (enterFrame) {
if (!(this._name === "angrif_original_mc")) {
if (!(_root._currentframe === 5)) {
this.removeMovieClip();
}
this._rotation = this._rotation + this.rota;
if (((((((((((this.hitTest(_root.welt_hittest_1) || (this.hitTest(_root.welt_hittest_2))) || (this.hitTest(_root.welt_hittest_3))) || (this.hitTest(_root.welt_hittest_4))) || (this.hitTest(_root.welt_hittest_5))) || (this.hitTest(_root.welt_hittest_6))) || (this.hitTest(_root.welt_hittest_7))) || (this.hitTest(_root.welt_hittest_8))) || (this.hitTest(_root.welt_hittest_9))) || (this.hitTest(_root.welt_hittest_10))) || (this.hitTest(_root.welt_hittest_11))) || (this.hitTest(_root.welt_hittest_12))) {
_root.angrif_original_mc.duplicateMovieClip("test_" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
trace("welt_treffer");
_root.rooooot_mc.play();
this.removeMovieClip();
}
if (this.hitTest(_root.schuss_mc) == true) {
_root.meinSound4.start(0, 1);
_root.angrif_original_mc.duplicateMovieClip("test_" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
trace("ok");
this.removeMovieClip();
}
distX = 320 - this._x;
distY = 240 - this._y;
this._x = this._x + (distX / this.speed);
this._y = this._y + (distY / this.speed);
}
}
Instance of Symbol 50 MovieClip "zeit_mc" in Frame 5
onClipEvent (enterFrame) {
_root.zeit_mc.zeit_txt.text = _root.zeit;
if (_root.zeit < 1) {
clearInterval(_root.zeit_id);
_root.gotoAndStop(7);
}
}
Frame 6
_root.more_2_mc._visible = false;
if (now > _root.stichtag) {
_root.more_2_mc._visible = true;
}
clearInterval(_root.zeit_id);
stop();
Instance of Symbol 50 MovieClip "zeit_mc" in Frame 6
onClipEvent (enterFrame) {
_root.zeit_mc.zeit_txt.text = _root.zeit;
if (_root.zeit < 1) {
clearInterval(_root.zeit_id);
}
}
Frame 7
_root.more_3_mc._visible = false;
if (now > _root.stichtag) {
_root.more_3_mc._visible = true;
}
stop();
Symbol 19 Button
on (press) {
play();
}
Symbol 23 Button
on (release) {
getURL ("http://www.playgames.to/?start=2", "_blank");
}
Symbol 30 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 2
stop();
Symbol 31 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 10
gotoAndStop (1);
Symbol 34 MovieClip Frame 1
stop();
Symbol 34 MovieClip Frame 2
stop();
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 3
_root.meinSound3.start(0, 1);
_root.leben = _root.leben - 1;
_root.leben_mc.gotoAndStop(_root.leben);
if (_root.leben < 1) {
_root.gotoAndStop(6);
}
Symbol 47 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 2
stop();
Symbol 47 MovieClip Frame 3
stop();
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 2
stop();
Symbol 54 MovieClip Frame 3
stop();
Symbol 62 Button
on (press) {
_root.gotoAndStop(3);
}
Symbol 65 Button
on (release) {
getURL ("http://www.playgames.to/?start=2", "_blank");
}
Symbol 73 Button
on (release) {
_root.gotoAndStop(3);
}