Frame 1
_quality = "medium";
Frame 2
ifFrameLoaded (25) {
gotoAndStop (4);
}
Frame 3
gotoAndPlay (2);
Frame 4
stop();
Frame 5
Mouse.show();
stop();
Frame 6
frags = 0;
muni = 12;
time = 60;
armor = 100;
health = 100;
counter = 0;
Mann1._visible = 0;
Mann2._visible = 0;
Mann3._visible = 0;
Mann4._visible = 0;
Mann5._visible = 0;
Mann6._visible = 0;
eigentreffer._visible = 0;
Mouse.hide();
startDrag (maus, true);
Instance of Symbol 85 MovieClip "maus" in Frame 6
/* no clip actions */
Frame 8
_root.time = _root.time - 1;
if (_root.time == 0) {
gotoAndPlay (5);
}
if (health == 0) {
gotoAndPlay (5);
}
eigentreffer._visible = 0;
counter = 1;
x = random(9);
trace("Variable X=" + x);
if (x == 0) {
Mann1._visible = 1;
Mann2._visible = 0;
Mann3._visible = 0;
Mann4._visible = 0;
Mann5._visible = 0;
Mann6._visible = 0;
}
if (x == 1) {
Mann1._visible = 0;
Mann2._visible = 1;
Mann3._visible = 0;
Mann4._visible = 0;
Mann5._visible = 0;
Mann6._visible = 0;
}
if (x == 2) {
Mann1._visible = 0;
Mann2._visible = 0;
Mann3._visible = 1;
Mann4._visible = 0;
Mann5._visible = 0;
Mann6._visible = 0;
}
if (x == 3) {
Mann1._visible = 0;
Mann2._visible = 0;
Mann3._visible = 0;
Mann4._visible = 1;
Mann5._visible = 0;
Mann6._visible = 0;
}
if (x == 4) {
Mann1._visible = 0;
Mann2._visible = 0;
Mann3._visible = 0;
Mann4._visible = 0;
Mann5._visible = 1;
Mann6._visible = 0;
}
if (x == 5) {
Mann1._visible = 0;
Mann2._visible = 0;
Mann3._visible = 0;
Mann4._visible = 0;
Mann5._visible = 0;
Mann6._visible = 1;
}
if (x == 6) {
Mann1._visible = 0;
Mann2._visible = 0;
Mann3._visible = 0;
Mann4._visible = 1;
Mann5._visible = 1;
Mann6._visible = 0;
}
if (x == 7) {
Mann1._visible = 1;
Mann2._visible = 0;
Mann3._visible = 0;
Mann4._visible = 0;
Mann5._visible = 0;
Mann6._visible = 1;
}
if (7 < x) {
Mann1._visible = 0;
Mann2._visible = 0;
Mann3._visible = 0;
Mann4._visible = 0;
Mann5._visible = 0;
Mann6._visible = 0;
counter = 0;
}
Frame 38
if (counter == 1) {
eigentreffer._visible = 1;
if (0 < armor) {
armor = armor - 25;
} else {
health = health - 10;
}
} else {
gotoAndPlay (8);
}
Frame 45
gotoAndPlay (8);
Symbol 16 Button
on (release) {
gotoAndPlay (6);
}
Symbol 23 Button
on (press) {
if (0 < _root.muni) {
_root.muni = _root.muni - 1;
s = new Sound();
s.attachSound("gun");
s.start();
} else {
s = new Sound();
s.attachSound("leer");
s.start();
}
}
Symbol 27 Button
on (press) {
if (0 < _root.muni) {
_root.counter = 0;
gotoAndPlay (2);
_root.frags = _root.frags + 1;
_root.muni = _root.muni - 1;
s = new Sound();
s.attachSound("gun");
s.start();
} else {
s = new Sound();
s.attachSound("leer");
s.start();
}
}
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 6
setProperty(Mann6, _visible , 0);
Symbol 36 Button
on (press) {
if (0 < _root.muni) {
_root.time = _root.time + 2;
_root.counter = 0;
gotoAndPlay (2);
_root.frags = _root.frags + 1;
_root.muni = _root.muni - 1;
s = new Sound();
s.attachSound("gun");
s.start();
} else {
s = new Sound();
s.attachSound("leer");
s.start();
}
}
Symbol 39 MovieClip Frame 1
stop();
Symbol 39 MovieClip Frame 6
setProperty(Mann5, _visible , 0);
Symbol 43 Button
on (press) {
if (0 < _root.muni) {
_root.counter = 0;
gotoAndPlay (2);
_root.frags = _root.frags + 1;
_root.muni = _root.muni - 1;
s = new Sound();
s.attachSound("gun");
s.start();
} else {
s = new Sound();
s.attachSound("leer");
s.start();
}
}
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 6
setProperty(Mann4, _visible , 0);
Symbol 48 Button
on (press) {
if (0 < _root.muni) {
_root.counter = 0;
gotoAndPlay (2);
_root.frags = _root.frags + 1;
_root.muni = _root.muni - 1;
s = new Sound();
s.attachSound("gun");
s.start();
} else {
s = new Sound();
s.attachSound("leer");
s.start();
}
}
Symbol 50 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 6
setProperty(Mann3, _visible , 0);
Symbol 53 Button
on (press) {
if (0 < _root.muni) {
_root.counter = 0;
gotoAndPlay (2);
_root.frags = _root.frags + 1;
_root.muni = _root.muni - 1;
s = new Sound();
s.attachSound("gun");
s.start();
} else {
s = new Sound();
s.attachSound("leer");
s.start();
}
}
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 6
setProperty(Mann2, _visible , 0);
Symbol 58 Button
on (press) {
if (0 < _root.muni) {
_root.counter = 0;
gotoAndPlay (3);
_root.frags = _root.frags + 1;
_root.muni = _root.muni - 1;
s = new Sound();
s.attachSound("gun");
s.start();
} else {
s = new Sound();
s.attachSound("leer");
s.start();
}
}
Symbol 59 Button
on (press) {
if (0 < _root.muni) {
gotoAndPlay (3);
_root.frags = _root.frags + 1;
_root.muni = _root.muni - 1;
s = new Sound();
s.attachSound("gun");
s.start();
} else {
s = new Sound();
s.attachSound("leer");
s.start();
}
}
Symbol 60 MovieClip Frame 1
stop();
Symbol 60 MovieClip Frame 6
setProperty(Mann1, _visible , 0);
Symbol 83 Button
on (release) {
s = new Sound();
s.attachSound("load");
s.start();
_root.muni = 12;
}