Frame 1
fscommand ("showmenu", "false");
fscommand ("allowscale", "false");
_root.accepted = true;
xLoc = myProgressBar._x;
Frame 2
if (getBytesLoaded() >= getBytesTotal()) {
gotoAndPlay (26);
}
fractionLoaded = getBytesLoaded() / getBytesTotal();
myProgressBar._width = (fractionLoaded * whiteSpace._width) + 2;
myProgressBar._x = (xLoc + ((fractionLoaded * whiteSpace._width) / 2)) - 5;
Frame 24
gotoAndPlay (2);
Frame 25
stop();
Frame 26
if (!_root.accepted) {
stop();
}
soundShot = new Sound();
soundShot.attachSound("soundShot");
soundEmpty = new Sound();
soundEmpty.attachSound("soundEmpty");
soundReload = new Sound();
soundReload.attachSound("soundReload");
soundDead = new Sound();
soundDead.attachSound("soundDead");
soundHoly = new Sound();
soundHoly.attachSound("soundHoly");
soundBling1 = new Sound();
soundBling1.attachSound("soundBling1");
soundBling2 = new Sound();
soundBling2.attachSound("soundBling2");
globalsound = new Sound();
globalsound.setVolume(40);
_global.soundOn = true;
Frame 27
stop();
Frame 85
best_txt.text = _root.best + " Punkte";
rang_txt.text = _root.ranking + ".";
total_txt.text = _root.allTime + " Punkte";
if (_root.toGo == "h\u00F6chste Stufe") {
toGo_txt.text = _root.toGo;
} else {
toGo_txt.text = _root.toGo + " Punkte";
}
stop();
Frame 100
if (!_root.accepted) {
stop();
}
Mouse.hide();
duplicateMovieClip (_root.cursor_, "cursor", 300);
_root.bonus = 0;
_root.punkte = 0;
_root.schuesse = 0;
_global.munIcon = "_root.waffe2_";
duplicateMovieClip (Rahmen_, "Rahmen", 298);
_root.Rahmen._x = 300;
_root.Rahmen._y = 225;
duplicateMovieClip (Pktwolke_, "Pktwolke", 351);
_root.Pktwolke._x = 300;
_root.Pktwolke._y = 30;
duplicateMovieClip (Punktanzeige_, "Punktanzeige", 352);
_root.Punktanzeige._x = 250;
_root.Punktanzeige._y = 25;
duplicateMovieClip (Balken2_, "Balken2", 350);
_root.Balken2._x = 90;
_root.Balken2._y = 420;
duplicateMovieClip (Startwolke_, "Startwolke", 353);
_root.Startwolke._x = 300;
_root.Startwolke._y = 225;
patronen = waffe;
i = 1;
while (i < (waffe + 1)) {
duplicateMovieClip (munIcon, "patrone" + i, 300 + i);
_root["patrone" + i]._x = 590 - (i * 20);
_root["patrone" + i]._y = 415;
i++;
}
Instance of Symbol 137 MovieClip "cursor_" in Frame 100
onClipEvent (mouseMove) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Frame 136
duplicateMovieClip (Zeitbalken_, "Balken", 350);
_root.Balken._x = 90;
_root.Balken._y = 420;
Instance of Symbol 148 MovieClip in Frame 136
onClipEvent (load) {
i = 1;
j = 81;
k = 161;
_root.l = 41;
_root.m = 121;
_root.n = 201;
}
Instance of Symbol 162 MovieClip "vogelRechtsM" in Frame 136
onClipEvent (enterFrame) {
this._x = this._x + 14;
if ((this._x > 800) && (this._y > -100)) {
this.removeMovieClip();
}
if (this._x > 800) {
this._x = -200;
}
}
Instance of Symbol 162 MovieClip "vogelLinksG" in Frame 136
onClipEvent (enterFrame) {
this._x = this._x - 18;
if ((this._x < -200) && (this._y > -100)) {
this.removeMovieClip();
}
if (this._x < -200) {
this._x = 800;
}
}
Instance of Symbol 162 MovieClip "vogelRechtsG" in Frame 136
onClipEvent (enterFrame) {
this._x = this._x + 20;
if ((this._x > 800) && (this._y > -100)) {
this.removeMovieClip();
}
if (this._x > 800) {
this._x = -200;
}
}
Instance of Symbol 162 MovieClip "vogelRechtsK" in Frame 136
onClipEvent (enterFrame) {
this._x = this._x + 9;
if ((this._x > 800) && (this._y > -100)) {
this.removeMovieClip();
}
if (this._x > 800) {
this._x = -200;
}
}
Instance of Symbol 162 MovieClip "vogelLinksK" in Frame 136
onClipEvent (enterFrame) {
this._x = this._x - 9;
if ((this._x < -200) && (this._y > -100)) {
this.removeMovieClip();
}
if (this._x < -200) {
this._x = 800;
}
}
Instance of Symbol 162 MovieClip "vogelLinksM" in Frame 136
onClipEvent (enterFrame) {
this._x = this._x - 14;
if ((this._x < -200) && (this._y > -100)) {
this.removeMovieClip();
}
if (this._x < -200) {
this._x = 800;
}
}
Instance of Symbol 185 MovieClip "engelG" in Frame 136
onClipEvent (enterFrame) {
this._y = this._y - 18;
if ((this._y < -100) && (this._x > -100)) {
this.removeMovieClip();
}
if (this._y < -100) {
this._y = 550;
}
}
Instance of Symbol 185 MovieClip "engelM" in Frame 136
onClipEvent (enterFrame) {
this._y = this._y - 16;
if ((this._y < -100) && (this._x > -100)) {
this.removeMovieClip();
}
if (this._y < -100) {
this._y = 550;
}
}
Instance of Symbol 185 MovieClip "engelK" in Frame 136
onClipEvent (enterFrame) {
this._y = this._y - 14;
if ((this._y < -100) && (this._x > -100)) {
this.removeMovieClip();
}
if (this._y < -100) {
this._y = 550;
}
}
Frame 676
i = 1;
while (i < 41) {
removeMovieClip(_root["vogelLinksK" + i]);
removeMovieClip(_root["vogelRechtsK" + i]);
i++;
}
j = 81;
while (j < 121) {
removeMovieClip(_root["vogelLinksM" + j]);
removeMovieClip(_root["vogelRechtsM" + j]);
j++;
}
k = 161;
while (k < 201) {
removeMovieClip(_root["vogelLinksG" + k]);
removeMovieClip(_root["vogelRechtsG" + k]);
k++;
}
l = 41;
while (l < 81) {
removeMovieClip(_root["EngelK" + l]);
l++;
}
m = 121;
while (m < 161) {
removeMovieClip(_root["EngelM" + m]);
m++;
}
n = 201;
while (n < 241) {
removeMovieClip(_root["EngelG" + n]);
n++;
}
removeMovieClip(_root.cursor);
removeMovieClip(_root.Rahmen);
removeMovieClip(_root.Pktwolke);
removeMovieClip(_root.Punktanzeige);
removeMovieClip(_root.Balken);
removeMovieClip(_root.laden);
i = 1;
while (i < (waffe + 1)) {
removeMovieClip(_root["patrone" + i]);
i++;
}
Mouse.show();
gotoAndPlay (677);
Instance of Symbol 162 MovieClip "vogelRechtsM" in Frame 676
onClipEvent (enterFrame) {
this._x = this._x + 14;
if ((this._x > 800) && (this._y > 0)) {
this.removeMovieClip();
}
if (this._x > 800) {
this._x = -200;
}
}
Instance of Symbol 162 MovieClip "vogelLinksG" in Frame 676
onClipEvent (enterFrame) {
this._x = this._x - 18;
if ((this._x < -200) && (this._y > 0)) {
this.removeMovieClip();
}
if (this._x < -200) {
this._x = 800;
}
}
Instance of Symbol 162 MovieClip "vogelRechtsG" in Frame 676
onClipEvent (enterFrame) {
this._x = this._x + 20;
if ((this._x > 800) && (this._y > 0)) {
this.removeMovieClip();
}
if (this._x > 800) {
this._x = -200;
}
}
Instance of Symbol 162 MovieClip "vogelRechtsK" in Frame 676
onClipEvent (enterFrame) {
this._x = this._x + 9;
if ((this._x > 800) && (this._y > 0)) {
this.removeMovieClip();
}
if (this._x > 800) {
this._x = -200;
}
}
Instance of Symbol 162 MovieClip "vogelLinksK" in Frame 676
onClipEvent (enterFrame) {
this._x = this._x - 9;
if ((this._x < -200) && (this._y > 0)) {
this.removeMovieClip();
}
if (this._x < -200) {
this._x = 800;
}
}
Instance of Symbol 162 MovieClip "vogelLinksM" in Frame 676
onClipEvent (enterFrame) {
this._x = this._x - 14;
if ((this._x < -200) && (this._y > 0)) {
this.removeMovieClip();
}
if (this._x < -200) {
this._x = 800;
}
}
Instance of Symbol 185 MovieClip "engelG" in Frame 676
onClipEvent (enterFrame) {
this._y = this._y - 16;
if ((this._y < -100) && (this._x > 0)) {
this.removeMovieClip();
}
if (this._y < -100) {
this._y = 550;
}
}
Instance of Symbol 185 MovieClip "engelM" in Frame 676
onClipEvent (enterFrame) {
this._y = this._y - 12;
if ((this._y < -100) && (this._x > 0)) {
this.removeMovieClip();
}
if (this._y < -100) {
this._y = 550;
}
}
Instance of Symbol 185 MovieClip "engelK" in Frame 676
onClipEvent (enterFrame) {
this._y = this._y - 8;
if ((this._y < -100) && (this._x > 0)) {
this.removeMovieClip();
}
if (this._y < -100) {
this._y = 550;
}
}
Frame 677
tester_txt.text = ("you've reached " + _root.punkte) + " points.";
stop();
Symbol 25 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(frame5, "face");
component.registerSkinElement(frame3, "shadow");
component.registerSkinElement(frame1, "darkshadow");
component.registerSkinElement(frame4, "highlight");
component.registerSkinElement(frame2, "highlight3D");
Symbol 31 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(frame5, "face");
component.registerSkinElement(frame3, "shadow");
component.registerSkinElement(frame1, "darkshadow");
component.registerSkinElement(frame4, "highlight");
component.registerSkinElement(frame2, "highlight3D");
Symbol 37 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(frame5, "face");
component.registerSkinElement(frame4, "shadow");
component.registerSkinElement(frame2, "darkshadow");
component.registerSkinElement(frame3, "highlight");
component.registerSkinElement(frame1, "highlight3D");
Symbol 43 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(frame5, "face");
component.registerSkinElement(frame3, "shadow");
component.registerSkinElement(frame1, "darkshadow");
component.registerSkinElement(frame4, "highlight");
component.registerSkinElement(frame2, "highlight3D");
Symbol 44 MovieClip [fpb_states] Frame 1
stop();
Symbol 44 MovieClip [fpb_states] Frame 2
stop();
Symbol 44 MovieClip [fpb_states] Frame 3
stop();
Symbol 44 MovieClip [fpb_states] Frame 4
stop();
Symbol 48 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent;
component.registerSkinElement(boundingBox, "background");
stop();
Symbol 48 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled");
stop();
Symbol 51 MovieClip [FPushButtonSymbol] Frame 1
#initclip 4
function FPushButtonClass() {
this.init();
}
FPushButtonClass.prototype = new FUIComponentClass();
Object.registerClass("FPushButtonSymbol", FPushButtonClass);
FPushButtonClass.prototype.init = function () {
super.setSize(this._width, this._height);
this.boundingBox_mc.unloadMovie();
this.attachMovie("fpb_states", "fpbState_mc", 1);
this.attachMovie("FLabelSymbol", "fLabel_mc", 2);
this.attachMovie("fpb_hitArea", "fpb_hitArea_mc", 3);
super.init();
this.btnState = false;
this.setClickHandler(this.clickHandler);
this._xscale = 100;
this._yscale = 100;
this.setSize(this.width, this.height);
if (this.label != undefined) {
this.setLabel(this.label);
}
this.ROLE_SYSTEM_PUSHBUTTON = 43;
this.STATE_SYSTEM_PRESSED = 8;
this.EVENT_OBJECT_STATECHANGE = 32778;
this.EVENT_OBJECT_NAMECHANGE = 32780;
this._accImpl.master = this;
this._accImpl.stub = false;
this._accImpl.get_accRole = this.get_accRole;
this._accImpl.get_accName = this.get_accName;
this._accImpl.get_accState = this.get_accState;
this._accImpl.get_accDefaultAction = this.get_accDefaultAction;
this._accImpl.accDoDefaultAction = this.accDoDefaultAction;
};
FPushButtonClass.prototype.setHitArea = function (w, h) {
var hit = this.fpb_hitArea_mc;
this.hitArea = hit;
hit._visible = false;
hit._width = w;
hit._height = ((arguments.length > 1) ? (h) : (hit._height));
};
FPushButtonClass.prototype.setSize = function (w, h) {
w = ((w < 6) ? 6 : (w));
if (arguments.length > 1) {
if (h < 6) {
h = 6;
}
}
super.setSize(w, h);
this.setLabel(this.getLabel());
this.arrangeLabel();
this.setHitArea(w, h);
this.boundingBox_mc._width = w;
this.boundingBox_mc._height = h;
this.drawFrame();
if (this.focused) {
super.myOnSetFocus();
}
this.initContentPos("fLabel_mc");
};
FPushButtonClass.prototype.arrangeLabel = function () {
var label = this.fLabel_mc;
var h = this.height;
var w = (this.width - 2);
var b = 1;
this.fLabel_mc.setSize(w - (b * 4));
label._x = b * 3;
label._y = (h / 2) - (label._height / 2);
};
FPushButtonClass.prototype.getLabel = function () {
return(this.fLabel_mc.labelField.text);
};
FPushButtonClass.prototype.setLabel = function (label) {
this.fLabel_mc.setLabel(label);
this.txtFormat();
this.arrangeLabel();
if (Accessibility.isActive()) {
Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE);
}
};
FPushButtonClass.prototype.getEnabled = function () {
return(this.enabled);
};
FPushButtonClass.prototype.setEnabled = function (enable) {
if (enable || (enable == undefined)) {
this.gotoFrame(1);
this.drawFrame();
this.flabel_mc.setEnabled(true);
this.enabled = true;
super.setEnabled(true);
} else {
this.gotoFrame(4);
this.drawFrame();
this.flabel_mc.setEnabled(false);
this.enabled = false;
super.setEnabled(false);
}
};
FPushButtonClass.prototype.txtFormat = function () {
var txtS = this.textStyle;
var sTbl = this.styleTable;
txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = "center")) : undefined);
txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 1)) : undefined);
txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 1)) : undefined);
if (this.fLabel_mc._height > this.height) {
super.setSize(this.width, this.fLabel_mc._height);
} else {
super.setSize(this.width, this.height);
}
this.fLabel_mc.labelField.setTextFormat(this.textStyle);
this.setEnabled(this.enable);
};
FPushButtonClass.prototype.drawFrame = function () {
var b = 1;
var x1 = 0;
var y1 = 0;
var x2 = this.width;
var y2 = this.height;
var mc_array = ["up_mc", "over_mc", "down_mc", "disabled_mc"];
var frame = mc_array[this.fpbState_mc._currentframe - 1];
var mc = "frame";
var i = 0;
while (i < 6) {
x1 = x1 + ((i % 2) * b);
y1 = y1 + ((i % 2) * b);
x2 = x2 - (((i + 1) % 2) * b);
y2 = y2 - (((i + 1) % 2) * b);
var w = (Math.abs(x1 - x2) + (2 * b));
var h = (Math.abs(y1 - y2) + (2 * b));
this.fpbState_mc[frame][mc + i]._width = w;
this.fpbState_mc[frame][mc + i]._height = h;
this.fpbState_mc[frame][mc + i]._x = x1 - b;
this.fpbState_mc[frame][mc + i]._y = y1 - b;
i++;
}
};
FPushButtonClass.prototype.setClickHandler = function (chng, obj) {
this.handlerObj = ((arguments.length < 2) ? (this._parent) : (obj));
this.clickHandler = chng;
};
FPushButtonClass.prototype.executeCallBack = function () {
this.handlerObj[this.clickHandler](this);
};
FPushButtonClass.prototype.initContentPos = function (mc) {
this.incrVal = 1;
this.initx = this[mc]._x - (this.getBtnState() * this.incrVal);
this.inity = this[mc]._y - (this.getBtnState() * this.incrVal);
this.togx = this.initx + this.incrVal;
this.togy = this.inity + this.incrVal;
};
FPushButtonClass.prototype.setBtnState = function (state) {
this.btnState = state;
if (state) {
this.fLabel_mc._x = this.togx;
this.fLabel_mc._y = this.togy;
} else {
this.fLabel_mc._x = this.initx;
this.fLabel_mc._y = this.inity;
}
};
FPushButtonClass.prototype.getBtnState = function () {
return(this.btnState);
};
FPushButtonClass.prototype.myOnSetFocus = function () {
this.focused = true;
super.myOnSetFocus();
};
FPushButtonClass.prototype.onPress = function () {
this.pressFocus();
this.fpbState_mc.gotoAndStop(3);
this.drawFrame();
this.setBtnState(true);
if (Accessibility.isActive()) {
Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true);
}
};
FPushButtonClass.prototype.onRelease = function () {
this.fpbState_mc.gotoAndStop(2);
this.drawFrame();
this.executeCallBack();
this.setBtnState(false);
if (Accessibility.isActive()) {
Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true);
}
};
FPushButtonClass.prototype.onRollOver = function () {
this.fpbState_mc.gotoAndStop(2);
this.drawFrame();
};
FPushButtonClass.prototype.onRollOut = function () {
this.fpbState_mc.gotoAndStop(1);
this.drawFrame();
};
FPushButtonClass.prototype.onReleaseOutside = function () {
this.setBtnState(false);
this.fpbState_mc.gotoAndStop(1);
this.drawFrame();
};
FPushButtonClass.prototype.onDragOut = function () {
this.setBtnState(false);
this.fpbState_mc.gotoAndStop(1);
this.drawFrame();
};
FPushButtonClass.prototype.onDragOver = function () {
this.setBtnState(true);
this.fpbState_mc.gotoAndStop(3);
this.drawFrame();
};
FPushButtonClass.prototype.myOnKeyDown = function () {
if ((Key.getCode() == 32) && (this.pressOnce == undefined)) {
this.onPress();
this.pressOnce = 1;
}
};
FPushButtonClass.prototype.myOnKeyUp = function () {
if (Key.getCode() == 32) {
this.onRelease();
this.pressOnce = undefined;
}
};
FPushButtonClass.prototype.get_accRole = function (childId) {
return(this.master.ROLE_SYSTEM_PUSHBUTTON);
};
FPushButtonClass.prototype.get_accName = function (childId) {
return(this.master.getLabel());
};
FPushButtonClass.prototype.get_accState = function (childId) {
if (this.pressOnce) {
return(this.master.STATE_SYSTEM_PRESSED);
}
return(this.master.STATE_SYSTEM_DEFAULT);
};
FPushButtonClass.prototype.get_accDefaultAction = function (childId) {
return("Press");
};
FPushButtonClass.prototype.accDoDefaultAction = function (childId) {
this.master.onPress();
this.master.onRelease();
};
#endinitclip
boundingBox_mc._visible = false;
deadPreview._visible = false;
Symbol 61 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 63 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(background_mc, "background");
Symbol 65 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 67 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 70 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(check_mc, "foregroundDisabled");
Symbol 73 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(check_mc, "check");
Symbol 74 MovieClip [fcb_states] Frame 1
stop();
Symbol 74 MovieClip [fcb_states] Frame 2
stop();
Symbol 74 MovieClip [fcb_states] Frame 3
stop();
Symbol 74 MovieClip [fcb_states] Frame 4
stop();
Symbol 74 MovieClip [fcb_states] Frame 5
stop();
Symbol 74 MovieClip [fcb_states] Frame 6
stop();
Symbol 77 MovieClip [FLabelSymbol] Frame 1
#initclip 1
_global.FLabelClass = function () {
if (this.hostComponent == undefined) {
this.hostComponent = ((this._parent.controller == undefined) ? (this._parent) : (this._parent.controller));
}
if (this.customTextStyle == undefined) {
if (this.hostComponent.textStyle == undefined) {
this.hostComponent.textStyle = new TextFormat();
}
this.textStyle = this.hostComponent.textStyle;
this.enable = true;
}
};
FLabelClass.prototype = new MovieClip();
Object.registerClass("FLabelSymbol", FLabelClass);
FLabelClass.prototype.setLabel = function (label) {
var val = this.hostComponent.styleTable.embedFonts.value;
if (val != undefined) {
this.labelField.embedFonts = val;
}
this.labelField.setNewTextFormat(this.textStyle);
this.labelField.text = label;
this.labelField._height = this.labelField.textHeight + 2;
};
FLabelClass.prototype.setSize = function (width) {
this.labelField._width = width;
};
FLabelClass.prototype.setEnabled = function (enable) {
this.enable = enable;
var tmpColor = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value;
if (tmpColor == undefined) {
tmpColor = (enable ? 0 : 8947848);
}
this.setColor(tmpColor);
};
FLabelClass.prototype.getLabel = function () {
return(this.labelField.text);
};
FLabelClass.prototype.setColor = function (col) {
this.labelField.textColor = col;
};
#endinitclip
Symbol 78 MovieClip [FUIComponentSymbol] Frame 1
#initclip 2
function FUIComponentClass() {
this.init();
}
FUIComponentClass.prototype = new MovieClip();
FUIComponentClass.prototype.init = function () {
this.enable = true;
this.focused = false;
this.useHandCursor = false;
this._accImpl = new Object();
this._accImpl.stub = true;
this.styleTable = new Array();
if (_global.globalStyleFormat == undefined) {
_global.globalStyleFormat = new FStyleFormat();
globalStyleFormat.isGlobal = true;
_global._focusControl = new Object();
_global._focusControl.onSetFocus = function (oldFocus, newFocus) {
oldFocus.myOnKillFocus();
newFocus.myOnSetFocus();
};
Selection.addListener(_global._focusControl);
}
if (this._name != undefined) {
this._focusrect = false;
this.tabEnabled = true;
this.focusEnabled = true;
this.tabChildren = false;
this.tabFocused = true;
if (this.hostStyle == undefined) {
globalStyleFormat.addListener(this);
} else {
this.styleTable = this.hostStyle;
}
this.deadPreview._visible = false;
this.deadPreview._width = (this.deadPreview._height = 1);
this.methodTable = new Object();
this.keyListener = new Object();
this.keyListener.controller = this;
this.keyListener.onKeyDown = function () {
this.controller.myOnKeyDown();
};
this.keyListener.onKeyUp = function () {
this.controller.myOnKeyUp();
};
for (var i in this.styleFormat_prm) {
this.setStyleProperty(i, this.styleFormat_prm[i]);
}
}
};
FUIComponentClass.prototype.setEnabled = function (enabledFlag) {
this.enable = ((arguments.length > 0) ? (enabledFlag) : true);
this.tabEnabled = (this.focusEnabled = enabledFlag);
if ((!this.enable) && (this.focused)) {
Selection.setFocus(undefined);
}
};
FUIComponentClass.prototype.getEnabled = function () {
return(this.enable);
};
FUIComponentClass.prototype.setSize = function (w, h) {
this.width = w;
this.height = h;
this.focusRect.removeMovieClip();
};
FUIComponentClass.prototype.setChangeHandler = function (chng, obj) {
this.handlerObj = ((obj == undefined) ? (this._parent) : (obj));
this.changeHandler = chng;
};
FUIComponentClass.prototype.invalidate = function (methodName) {
this.methodTable[methodName] = true;
this.onEnterFrame = this.cleanUI;
};
FUIComponentClass.prototype.cleanUI = function () {
if (this.methodTable.setSize) {
this.setSize(this.width, this.height);
} else {
this.cleanUINotSize();
}
this.methodTable = new Object();
delete this.onEnterFrame;
};
FUIComponentClass.prototype.cleanUINotSize = function () {
for (var funct in this.methodTable) {
this[funct]();
}
};
FUIComponentClass.prototype.drawRect = function (x, y, w, h) {
var inner = this.styleTable.focusRectInner.value;
var outer = this.styleTable.focusRectOuter.value;
if (inner == undefined) {
inner = 16777215 /* 0xFFFFFF */;
}
if (outer == undefined) {
outer = 0;
}
this.createEmptyMovieClip("focusRect", 1000);
this.focusRect.controller = this;
this.focusRect.lineStyle(1, outer);
this.focusRect.moveTo(x, y);
this.focusRect.lineTo(x + w, y);
this.focusRect.lineTo(x + w, y + h);
this.focusRect.lineTo(x, y + h);
this.focusRect.lineTo(x, y);
this.focusRect.lineStyle(1, inner);
this.focusRect.moveTo(x + 1, y + 1);
this.focusRect.lineTo((x + w) - 1, y + 1);
this.focusRect.lineTo((x + w) - 1, (y + h) - 1);
this.focusRect.lineTo(x + 1, (y + h) - 1);
this.focusRect.lineTo(x + 1, y + 1);
};
FUIComponentClass.prototype.pressFocus = function () {
this.tabFocused = false;
this.focusRect.removeMovieClip();
Selection.setFocus(this);
};
FUIComponentClass.prototype.drawFocusRect = function () {
this.drawRect(-2, -2, this.width + 4, this.height + 4);
};
FUIComponentClass.prototype.myOnSetFocus = function () {
this.focused = true;
Key.addListener(this.keyListener);
if (this.tabFocused) {
this.drawFocusRect();
}
};
FUIComponentClass.prototype.myOnKillFocus = function () {
this.tabFocused = true;
this.focused = false;
this.focusRect.removeMovieClip();
Key.removeListener(this.keyListener);
};
FUIComponentClass.prototype.executeCallBack = function () {
this.handlerObj[this.changeHandler](this);
};
FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) {
this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal);
};
FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) {
if (value == "") {
return(undefined);
}
var tmpValue = parseInt(value);
if (!isNaN(tmpValue)) {
value = tmpValue;
}
var global = ((arguments.length > 2) ? (isGlobal) : false);
if (this.styleTable[propName] == undefined) {
this.styleTable[propName] = new Object();
this.styleTable[propName].useGlobal = true;
}
if (this.styleTable[propName].useGlobal || (!global)) {
this.styleTable[propName].value = value;
if (this.setCustomStyleProperty(propName, value)) {
} else if (propName == "embedFonts") {
this.invalidate("setSize");
} else if (propName.subString(0, 4) == "text") {
if (this.textStyle == undefined) {
this.textStyle = new TextFormat();
}
var textProp = propName.subString(4, propName.length);
this.textStyle[textProp] = value;
this.invalidate("setSize");
} else {
for (var j in this.styleTable[propName].coloredMCs) {
var myColor = new Color(this.styleTable[propName].coloredMCs[j]);
if (this.styleTable[propName].value == undefined) {
var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
myColor.setTransform(myTObj);
} else {
myColor.setRGB(value);
}
}
}
this.styleTable[propName].useGlobal = global;
}
};
FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) {
if (this.styleTable[propName] == undefined) {
this.styleTable[propName] = new Object();
this.styleTable[propName].useGlobal = true;
}
if (this.styleTable[propName].coloredMCs == undefined) {
this.styleTable[propName].coloredMCs = new Object();
}
this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef;
if (this.styleTable[propName].value != undefined) {
var myColor = new Color(skinMCRef);
myColor.setRGB(this.styleTable[propName].value);
}
};
_global.FStyleFormat = function () {
this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true};
this.listeners = new Object();
this.isGlobal = false;
if (arguments.length > 0) {
for (var i in arguments[0]) {
this[i] = arguments[0][i];
}
}
};
_global.FStyleFormat.prototype = new Object();
FStyleFormat.prototype.addListener = function () {
var arg = 0;
while (arg < arguments.length) {
var mcRef = arguments[arg];
this.listeners[arguments[arg]] = mcRef;
for (var i in this) {
if (this.isAStyle(i)) {
mcRef.updateStyleProperty(this, i.toString());
}
}
arg++;
}
};
FStyleFormat.prototype.removeListener = function (component) {
this.listeners[component] = undefined;
for (var prop in this) {
if (this.isAStyle(prop)) {
if (component.styleTable[prop].useGlobal == this.isGlobal) {
component.styleTable[prop].useGlobal = true;
var value = (this.isGlobal ? undefined : (globalStyleFormat[prop]));
component.setStyleProperty(prop, value, true);
}
}
}
};
FStyleFormat.prototype.applyChanges = function () {
var count = 0;
for (var i in this.listeners) {
var component = this.listeners[i];
if (arguments.length > 0) {
var j = 0;
while (j < arguments.length) {
if (this.isAStyle(arguments[j])) {
component.updateStyleProperty(this, arguments[j]);
}
j++;
}
} else {
for (var j in this) {
if (this.isAStyle(j)) {
component.updateStyleProperty(this, j.toString());
}
}
}
}
};
FStyleFormat.prototype.isAStyle = function (name) {
return((this.nonStyles[name] ? false : true));
};
#endinitclip
Symbol 81 MovieClip [FCheckBoxSymbol] Frame 1
#initclip 3
function FCheckBoxClass() {
this.init();
}
FCheckBoxClass.prototype = new FUIComponentClass();
Object.registerClass("FCheckBoxSymbol", FCheckBoxClass);
FCheckBoxClass.prototype.init = function () {
super.setSize(this._width, this._height);
this.boundingBox_mc.unloadMovie();
this.attachMovie("fcb_hitArea", "fcb_hitArea_mc", 1);
this.attachMovie("fcb_states", "fcb_states_mc", 2);
this.attachMovie("FLabelSymbol", "fLabel_mc", 3);
super.init();
this.setChangeHandler(this.changeHandler);
this._xscale = 100;
this._yscale = 100;
this.setSize(this.width, this.height);
if (this.initialValue == undefined) {
this.setCheckState(false);
} else {
this.setCheckState(this.initialValue);
}
if (this.label != undefined) {
this.setLabel(this.label);
}
this.ROLE_SYSTEM_CHECKBUTTON = 44;
this.STATE_SYSTEM_CHECKED = 16;
this.EVENT_OBJECT_STATECHANGE = 32778;
this.EVENT_OBJECT_NAMECHANGE = 32780;
this._accImpl.master = this;
this._accImpl.stub = false;
this._accImpl.get_accRole = this.get_accRole;
this._accImpl.get_accName = this.get_accName;
this._accImpl.get_accState = this.get_accState;
this._accImpl.get_accDefaultAction = this.get_accDefaultAction;
this._accImpl.accDoDefaultAction = this.accDoDefaultAction;
};
FCheckBoxClass.prototype.setLabelPlacement = function (pos) {
this.setLabel(this.getLabel());
this.txtFormat(pos);
var halfLabelH = (this.fLabel_mc._height / 2);
var halfFrameH = (this.fcb_states_mc._height / 2);
var vertCenter = (halfFrameH - halfLabelH);
var checkWidth = this.fcb_states_mc._width;
var frame = this.fcb_states_mc;
var label = this.fLabel_mc;
var w = 0;
if (frame._width > this.width) {
w = 0;
} else {
w = this.width - frame._width;
}
this.fLabel_mc.setSize(w);
if ((pos == "right") || (pos == undefined)) {
this.labelPlacement = "right";
this.fcb_states_mc._x = 0;
this.fLabel_mc._x = checkWidth;
this.txtFormat("left");
} else if (pos == "left") {
this.labelPlacement = "left";
this.fLabel_mc._x = 0;
this.fcb_states_mc._x = this.width - checkWidth;
this.txtFormat("right");
}
this.fLabel_mc._y = vertCenter;
this.fcb_hitArea_mc._y = vertCenter;
};
FCheckBoxClass.prototype.txtFormat = function (pos) {
var txtS = this.textStyle;
var sTbl = this.styleTable;
txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = pos)) : undefined);
txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 0)) : undefined);
txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 0)) : undefined);
if (this.flabel_mc._height > this.height) {
super.setSize(this.width, this.flabel_mc._height);
} else {
super.setSize(this.width, this.height);
}
this.fLabel_mc.labelField.setTextFormat(this.textStyle);
this.setEnabled(this.enable);
};
FCheckBoxClass.prototype.setHitArea = function (w, h) {
var hit = this.fcb_hitArea_mc;
this.hitArea = hit;
if (this.fcb_states_mc._width > w) {
hit._width = this.fcb_states_mc._width;
} else {
hit._width = w;
}
hit._visible = false;
if (arguments.length > 1) {
hit._height = h;
}
};
FCheckBoxClass.prototype.setSize = function (w) {
this.setLabel(this.getLabel());
this.setLabelPlacement(this.labelPlacement);
if (this.fcb_states_mc._height < this.flabel_mc.labelField._height) {
super.setSize(w, this.flabel_mc.labelField._height);
}
this.setHitArea(this.width, this.height);
this.setLabelPlacement(this.labelPlacement);
};
FCheckBoxClass.prototype.drawFocusRect = function () {
this.drawRect(-2, -2, this._width + 6, this._height - 1);
};
FCheckBoxClass.prototype.onPress = function () {
this.pressFocus();
_root.focusRect.removeMovieClip();
var states = this.fcb_states_mc;
if (this.getValue()) {
states.gotoAndStop("checkedPress");
} else {
states.gotoAndStop("press");
}
};
FCheckBoxClass.prototype.onRelease = function () {
this.fcb_states_mc.gotoAndStop("up");
this.setValue(!this.checked);
};
FCheckBoxClass.prototype.onReleaseOutside = function () {
var states = this.fcb_states_mc;
if (this.getValue()) {
states.gotoAndStop("checkedEnabled");
} else {
states.gotoAndStop("up");
}
};
FCheckBoxClass.prototype.onDragOut = function () {
var states = this.fcb_states_mc;
if (this.getValue()) {
states.gotoAndStop("checkedEnabled");
} else {
states.gotoAndStop("up");
}
};
FCheckBoxClass.prototype.onDragOver = function () {
var states = this.fcb_states_mc;
if (this.getValue()) {
states.gotoAndStop("checkedPress");
} else {
states.gotoAndStop("press");
}
};
FCheckBoxClass.prototype.setValue = function (checkedValue) {
if (checkedValue || (checkedValue == undefined)) {
this.setCheckState(checkedValue);
} else if (checkedValue == false) {
this.setCheckState(checkedValue);
}
this.executeCallBack();
if (Accessibility.isActive()) {
Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true);
}
};
FCheckBoxClass.prototype.setCheckState = function (checkedValue) {
var states = this.fcb_states_mc;
if (this.enable) {
this.flabel_mc.setEnabled(true);
if (checkedValue || (checkedValue == undefined)) {
states.gotoAndStop("checkedEnabled");
this.enabled = true;
this.checked = true;
} else {
states.gotoAndStop("up");
this.enabled = true;
this.checked = false;
}
} else {
this.flabel_mc.setEnabled(false);
if (checkedValue || (checkedValue == undefined)) {
states.gotoAndStop("checkedDisabled");
this.enabled = false;
this.checked = true;
} else {
states.gotoAndStop("uncheckedDisabled");
this.enabled = false;
this.checked = false;
this.focusRect.removeMovieClip();
}
}
};
FCheckBoxClass.prototype.getValue = function () {
return(this.checked);
};
FCheckBoxClass.prototype.setEnabled = function (enable) {
if ((enable == true) || (enable == undefined)) {
this.enable = true;
Super.setEnabled(true);
} else {
this.enable = false;
Super.setEnabled(false);
}
this.setCheckState(this.checked);
};
FCheckBoxClass.prototype.getEnabled = function () {
return(this.enable);
};
FCheckBoxClass.prototype.setLabel = function (label) {
this.fLabel_mc.setLabel(label);
this.txtFormat();
if (Accessibility.isActive()) {
Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE);
}
};
FCheckBoxClass.prototype.getLabel = function () {
return(this.fLabel_mc.labelField.text);
};
FCheckBoxClass.prototype.setTextColor = function (color) {
this.fLabel_mc.labelField.textColor = color;
};
FCheckBoxClass.prototype.myOnKeyDown = function () {
if (((Key.getCode() == 32) && (this.pressOnce == undefined)) && (this.enabled == true)) {
this.setValue(!this.getValue());
this.pressOnce = true;
}
};
FCheckBoxClass.prototype.myOnKeyUp = function () {
if (Key.getCode() == 32) {
this.pressOnce = undefined;
}
};
FCheckBoxClass.prototype.get_accRole = function (childId) {
return(this.master.ROLE_SYSTEM_CHECKBUTTON);
};
FCheckBoxClass.prototype.get_accName = function (childId) {
return(this.master.getLabel());
};
FCheckBoxClass.prototype.get_accState = function (childId) {
if (this.master.getValue()) {
return(this.master.STATE_SYSTEM_CHECKED);
}
return(0);
};
FCheckBoxClass.prototype.get_accDefaultAction = function (childId) {
if (this.master.getValue()) {
return("UnCheck");
}
return("Check");
};
FCheckBoxClass.prototype.accDoDefaultAction = function (childId) {
this.master.setValue(!this.master.getValue());
};
#endinitclip
boundingBox_mc._visible = false;
deadPreview._visible = false;
Symbol 88 Button
on (release) {
getURL ("http://www.pausenspiele.net/", "_blank");
}
Symbol 111 Button
on (press) {
soundReload.start();
}
on (release) {
_global.waffe = 8;
gotoAndPlay (100);
}
on (rollOver) {
soundBling1.start();
}
Symbol 116 Button
on (rollOver) {
if (_global.soundOn == true) {
_root.soundBling1.start();
gotoAndPlay (6);
} else if (_global.soundOn == false) {
gotoAndPlay (16);
}
}
on (rollOut) {
if (_global.soundOn == true) {
gotoAndPlay (1);
} else if (_global.soundOn == false) {
gotoAndPlay (11);
}
}
on (press) {
if (_global.soundOn == false) {
_global.soundOn = true;
_root.globalsound.setVolume(40);
_root.soundReload.start();
gotoAndPlay (6);
} else if (_global.soundOn == true) {
_global.soundOn = false;
_root.globalsound.setVolume(0);
gotoAndPlay (16);
}
}
Symbol 120 MovieClip Frame 1
if (_global.soundOn == true) {
}
if (_global.soundOn == false) {
gotoAndPlay (11);
}
stop();
Symbol 120 MovieClip Frame 6
stop();
Symbol 120 MovieClip Frame 11
stop();
Symbol 120 MovieClip Frame 16
stop();
Symbol 121 MovieClip Frame 1
this.swapDepths(1000);
Symbol 122 MovieClip Frame 1
this.swapDepths(1001);
Symbol 123 MovieClip Frame 1
this.swapDepths(1002);
Symbol 124 MovieClip Frame 1
this.swapDepths(1003);
Symbol 129 Button
on (press) {
soundReload.start();
}
on (release) {
getURL ("http://www.pausenspiele.net/", "_blank");
}
on (rollOver) {
soundBling1.start();
}
Symbol 132 Button
on (press) {
getURL ("http://www.pausenspiele.net/", "_blank");
}
Symbol 135 Button
on (press) {
soundReload.start();
}
on (release) {
getURL ("http://www.pausenspiele.net/free_content.html", "_blank");
}
on (rollOver) {
soundBling1.start();
}
Symbol 147 MovieClip Frame 6
_root.soundBling1.start();
Symbol 147 MovieClip Frame 16
_root.soundBling1.start();
Symbol 147 MovieClip Frame 26
_root.soundBling1.start();
Symbol 147 MovieClip Frame 36
_root.soundBling2.start();
Symbol 147 MovieClip Frame 38
this.removeMovieClip();
Symbol 148 MovieClip Frame 1
zufall1 = random(3);
zufall2 = random(3);
if (zufall1 == 0) {
i = i + 1;
if (i > 39) {
i = 1;
}
duplicateMovieClip (_root.vogelRechtsK, "vogelRechtsK" + i, i);
_root["vogelRechtsK" + i]._x = -200;
_root["vogelRechtsK" + i]._y = random(330) + 70;
}
if (zufall2 == 0) {
i = i + 1;
if (i > 39) {
i = 1;
}
duplicateMovieClip (_root.vogelLinksK, "vogelLinksK" + i, i);
_root["vogelLinksK" + i]._x = 800;
_root["vogelLinksK" + i]._y = random(330) + 70;
}
Symbol 148 MovieClip Frame 5
zufall1 = random(3);
zufall2 = random(2);
if (zufall1 == 0) {
j = j + 1;
if (j > 119) {
j = 81;
}
duplicateMovieClip (_root.vogelRechtsM, "vogelRechtsM" + j, j);
_root["vogelRechtsM" + j]._x = -200;
_root["vogelRechtsM" + j]._y = random(330) + 70;
}
if (zufall2 == 0) {
j = j + 1;
if (j > 119) {
j = 81;
}
duplicateMovieClip (_root.vogelLinksM, "vogelLinksM" + j, j);
_root["vogelLinksM" + j]._x = 800;
_root["vogelLinksM" + j]._y = random(330) + 70;
}
Symbol 148 MovieClip Frame 10
zufall1 = random(2);
zufall2 = random(3);
if (zufall1 == 0) {
k = k + 1;
if (k > 199) {
k = 161;
}
duplicateMovieClip (_root.vogelRechtsG, "vogelRechtsG" + k, k);
_root["vogelRechtsG" + k]._x = -200;
_root["vogelRechtsG" + k]._y = random(330) + 70;
}
if (zufall2 == 0) {
k = k + 1;
if (k > 199) {
k = 161;
}
duplicateMovieClip (_root.vogelLinksG, "vogelLinksG" + k, k);
_root["vogelLinksG" + k]._x = 800;
_root["vogelLinksG" + k]._y = random(330) + 70;
}
Symbol 148 MovieClip Frame 20
gotoAndPlay (1);
Symbol 151 Button
on (press) {
if (_root.patronen < 0) {
_root.soundEmpty.start();
}
if (_root.patronen >= 0) {
_root.soundShot.start();
}
if (_root.patronen > 0) {
_root["patrone" + _root.patronen].removeMovieClip();
_root.patronen = _root.patronen - 1;
_root.soundDead.start();
gotoAndPlay (8);
}
if (_root.patronen == 0) {
duplicateMovieClip (_root.laden_, "laden", 299);
_root.laden._x = 525;
_root.laden._y = 415;
_root.patronen = -1;
}
}
Symbol 162 MovieClip Frame 7
gotoAndPlay (1);
Symbol 162 MovieClip Frame 8
_root.bonus = _root.bonus + 1;
Symbol 162 MovieClip Frame 11
tempString = this._name;
if ((tempString.indexOf("K") != -1) && (_root.bonus >= (3 + random(8)))) {
_root.l = _root.l + 1;
if (_root.l > 79) {
_root.l = 41;
}
duplicateMovieClip (_root.engelK, "engelK" + _root.l, _root.l);
_root["engelK" + _root.l]._x = this._x;
_root["engelK" + _root.l]._y = this._y;
_root.bonus = 0;
}
if ((tempString.indexOf("M") != -1) && (_root.bonus >= (3 + random(8)))) {
_root.m = _root.m + 1;
if (_root.m > 159) {
_root.m = 121;
}
duplicateMovieClip (_root.engelM, "engelM" + _root.m, _root.m);
_root["engelM" + _root.m]._x = this._x;
_root["engelM" + _root.m]._y = this._y;
_root.bonus = 0;
}
if ((tempString.indexOf("G") != -1) && (_root.bonus >= (3 + random(8)))) {
_root.n = _root.n + 1;
if (_root.n > 239) {
_root.n = 201;
}
duplicateMovieClip (_root.engelG, "engelG" + _root.n, _root.n);
_root["engelG" + _root.n]._x = this._x;
_root["engelG" + _root.n]._y = this._y;
_root.bonus = 0;
}
Symbol 162 MovieClip Frame 12
_root.punkte = _root.punkte + 5;
this.removeMovieClip();
Symbol 163 Button
on (press) {
if (patronen < 0) {
soundEmpty.start();
}
if (patronen >= 0) {
soundShot.start();
}
if (patronen > 0) {
_root["patrone" + patronen].removeMovieClip();
patronen = patronen - 1;
}
if (patronen == 0) {
duplicateMovieClip (_root.laden_, "laden", 299);
_root.laden._x = 525;
_root.laden._y = 415;
patronen = -1;
}
root.schuesse = root.schuesse + 1;
_root.bonus = 0;
}
Symbol 166 Button
on (press) {
i = 1;
while (i < (waffe + 1)) {
duplicateMovieClip (munIcon, "patrone" + i, 300 + i);
_root["patrone" + i]._x = 590 - (i * 20);
_root["patrone" + i]._y = 415;
i++;
}
_root.patronen = waffe;
_root.soundReload.start();
_root.bonus = 0;
this.removeMovieClip();
}
Symbol 176 MovieClip Frame 510
_root.soundBling1.start();
Symbol 176 MovieClip Frame 520
_root.soundBling1.start();
Symbol 176 MovieClip Frame 530
_root.soundBling1.start();
Symbol 176 MovieClip Frame 540
_root.soundBling2.start();
Symbol 180 Button
on (press) {
if (_root.patronen < 0) {
_root.soundEmpty.start();
}
if (_root.patronen >= 0) {
_root.soundShot.start();
}
if (_root.patronen > 0) {
_root["patrone" + _root.patronen].removeMovieClip();
_root.patronen = _root.patronen - 1;
_root.soundHoly.start();
gotoAndPlay (9);
}
if (_root.patronen == 0) {
duplicateMovieClip (_root.laden_, "laden", 299);
_root.laden._x = 525;
_root.laden._y = 415;
_root.patronen = -1;
}
_root.bonus = 0;
}
Symbol 185 MovieClip Frame 8
gotoAndPlay (1);
Symbol 185 MovieClip Frame 9
Symbol 185 MovieClip Frame 12
_root.punkte = _root.punkte + 25;
this.removeMovieClip();
Symbol 186 Button
on (press) {
if (patronen < 0) {
soundEmpty.start();
}
if (patronen >= 0) {
soundShot.start();
}
if (patronen > 0) {
_root["patrone" + patronen].removeMovieClip();
patronen = patronen - 1;
}
if (patronen == 0) {
duplicateMovieClip (_root.laden_, "laden", 299);
_root.laden._x = 525;
_root.laden._y = 415;
patronen = -1;
}
root.schuesse = root.schuesse + 1;
}
Symbol 191 Button
on (press) {
soundReload.start();
}
on (release) {
gotoAndPlay (27);
}
on (rollOver) {
soundBling1.start();
}