Combined Code
movieClip 6 {
}
movieClip 8 {
frame 1 {
stop();
}
}
movieClip 9 {
}
movieClip 14 {
}
movieClip 23 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 9 {
onClipEvent (enterFrame) {
zAuge = random(50);
if (zAuge == 30) {
l.play();
r.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
}
movieClip 26 newsclip {
}
movieClip 29 {
}
movieClip 30 {
}
movieClip 31 {
}
movieClip 32 {
frame 1 {
stop();
}
instance swfloader of movieClip 31 {
onClipEvent (load) {
function strip_spaces(str) {
var v2 = str;
var v3 = new String('');
var v1 = 0;
while (v1 < v2.length) {
if (v2.charAt(v1) != ' ' && v2.charAt(v1) != ';') {
v3 += v2.charAt(v1);
}
v1 += 1;
}
return v3;
}
function simple_script(action, timeline) {
action = strip_spaces(action);
if (action.length > 0 && (action.indexOf(')') != -1 && action.indexOf('(') != -1)) {
var v2 = action.split('.');
var v5 = v2.pop();
var v7 = v5.indexOf('(');
var v9 = v5.indexOf(')');
var v8 = v5.substr(0, v7);
var v4 = v5.substr(v7 + 1, v9 - (v7 + 1));
var v3 = timeline;
var v1 = 0;
while (v1 < v2.length) {
v3 = v3[v2[v1]];
v1 += 1;
}
if (v4.indexOf('"') != -1) {
v4 = v4.substr(1, v4.length - 2);
}
v3[v8](v4);
}
}
function execute_action() {
var v2 = _parent;
unloaded = true;
v2._visible = false;
simple_script(v2.play_action_val, v2);
}
_parent.anim.gotoAndStop(1);
simple_script(_parent.init_action_val, _parent);
var done = false;
var unloaded = false;
var orig_x = _parent._x;
var orig_y = _parent._y;
var dist_x = _parent._x + _parent._width * 2 / 3;
var dist_y = _parent._y + _parent._height * 2 / 3;
var orig_a = _parent._alpha;
var accel_jump = 0.75;
var slow_factor = _parent.slow_factor_val;
var speed_factor = 1 + slow_factor / (1 - slow_factor);
var ready = false;
var perc_fadeout = 0;
_parent.perc._x = _parent.anim._x - _parent.perc._width / 2;
_parent.perc._y = _parent.anim._y - _parent.perc._height / 2;
if (slow_factor < 1) {
switch (_parent.xin_motion_val) {
case 'Up':
_parent._y = orig_y + dist_y * 2;
break;
case 'Down':
_parent._y = orig_y - dist_y * 2;
break;
case 'Left':
_parent._x = orig_x + dist_x * 2;
break;
case 'Right':
_parent._x = orig_x - dist_x * 2;
break;
case 'Toward':
_loc0_ = 1;
_parent._yscale = 1;
_parent._xscale = _loc0_;
break;
case 'None':
_parent._alpha = 0;
}
} else {
ready = true;
}
}
onClipEvent (enterFrame) {
if (unloaded) {
return undefined;
}
if (!ready) {
var _loc0_ = null;
_loc0_ = _parent.xin_motion_val;
if (_loc0_ !== 'Toward') {
_parent._x += (orig_x - _parent._x) * slow_factor;
_parent._y += (orig_y - _parent._y) * slow_factor;
if (_parent.xin_alphatype_val == 'Yes') {
if (_parent.xin_motion_val == 'None') {
_parent._alpha += (orig_a - _parent._alpha) * slow_factor;
} else {
if (Math.abs(orig_x - _parent._x) > Math.abs(orig_y - _parent._y)) {
_parent._alpha = 100 - Math.round((orig_a / 100) * (Math.min(dist_x, Math.abs(_parent._x - orig_x)) / dist_x) * 100);
} else {
_parent._alpha = 100 - Math.round((orig_a / 100) * (Math.min(dist_y, Math.abs(_parent._y - orig_y)) / dist_y) * 100);
}
}
}
if (_parent.xin_motion_val == 'None' && Math.abs(_parent._alpha - orig_a) <= 1 || _parent.xin_motion_val != 'None' && Math.abs(_parent._y - orig_y) < 0.5 && Math.abs(_parent._x - orig_x) < 0.5) {
_parent._x = orig_x;
_parent._y = orig_y;
_parent._alpha = orig_a;
ready = true;
}
} else {
_parent._xscale += (100 - _parent._xscale) * slow_factor;
_parent._yscale = _parent._xscale;
if (_parent.xin_alphatype_val == 'Yes') {
_parent._alpha = Math.round((orig_a / 100) * Math.max(0, Math.min(_parent._xscale, 100)));
}
if (Math.abs(100 - _parent._xscale) < 0.5) {
_loc0_ = 100;
_parent._yscale = 100;
_parent._xscale = _loc0_;
_parent._alpha = orig_a;
ready = true;
}
}
} else {
if (!done) {
var rl = _root.getBytesLoaded();
var rt = _root.getBytesTotal() * (_parent.perc_req_val / 100);
if (rl > 10 && rt > 10) {
rl = Math.min(rl, rt);
var new_frame = _parent.anim._currentframe + Math.ceil((_parent.anim._totalframes * (rl / rt) - _parent.anim._currentframe) / 4);
new_frame = Math.max(1, new_frame);
if (_parent.show_perc_val == 'Yes') {
_parent.perc.text = Math.round(((new_frame - 1) / (_parent.anim._totalframes - 1)) * 100) + ' %';
}
if (new_frame != _parent.anim._currentframe) {
_parent.anim.gotoAndStop(new_frame);
}
if (_parent.anim._totalframes == _parent.anim._currentframe && rl >= rt) {
done = true;
}
}
} else {
if (slow_factor < 1) {
switch (_parent.xout_motion_val) {
case 'Up':
if (_parent._y >= orig_y) {
_parent._y = orig_y - accel_jump;
}
_parent._y = orig_y - Math.abs(_parent._y - orig_y) * speed_factor;
perc_fadeout = Math.round((Math.min(dist_y, Math.abs(_parent._y - orig_y)) / dist_y) * 100);
if (_parent._y < orig_y - dist_y * 2) {
execute_action();
}
break;
case 'Right':
if (_parent._x <= orig_x) {
_parent._x = orig_x + accel_jump;
}
_parent._x = orig_x + Math.abs(_parent._x - orig_x) * speed_factor;
perc_fadeout = Math.round((Math.min(dist_x, Math.abs(_parent._x - orig_x)) / dist_x) * 100);
if (_parent._x > orig_x + dist_x * 2) {
execute_action();
}
break;
case 'Left':
if (_parent._x >= orig_x) {
_parent._x = orig_x - accel_jump;
}
_parent._x = orig_x - Math.abs(_parent._x - orig_x) * speed_factor;
perc_fadeout = Math.round((Math.min(dist_x, Math.abs(_parent._x - orig_x)) / dist_x) * 100);
if (_parent._x < orig_x - dist_x * 2) {
execute_action();
}
break;
case 'Away':
if (_parent._xscale >= 100 || _parent._yscale >= 100) {
_loc0_ = 100 - accel_jump;
_parent._yscale = _loc0_;
_parent._xscale = _loc0_;
}
_loc0_ = Math.max(0.5, 100 - (100 - _parent._yscale) * speed_factor);
_parent._yscale = _loc0_;
_parent._xscale = _loc0_;
perc_fadeout = 100 - Math.round(Math.max(0, Math.min(_parent._xscale, 100)));
if (_parent._xscale < 1) {
execute_action();
}
break;
default:
perc_fadeout += (100 - perc_fadeout) * slow_factor;
if (Math.abs(perc_fadeout - 100) > 1) break;
execute_action();
}
if (_parent.xout_alphatype_val === 'Yes') {
_parent._alpha = (orig_a / 100) * (100 - perc_fadeout);
}
} else {
execute_action();
}
}
}
}
}
}
instance of movieClip 32 {
onClipEvent (load) {
function __f_initialize(eventObj) {
xin_motion_val = 'Down';
xin_alphatype_val = 'Yes';
xout_motion_val = 'Down';
xout_alphatype_val = 'Yes';
perc_req_val = 100;
show_perc_val = 'Yes';
slow_factor_val = 0.2;
init_action_val = '_root.stop();';
play_action_val = '_root.play();';
}
this.addEventListener('initialize', __f_initialize);
}
}
// unknown tag 88 length 282
frame 2 {
gotoAndStop(3);
}
frame 3 {
stop();
}
movieClip 42 {
}
movieClip 49 {
}
movieClip 52 {
}
movieClip 55 {
frame 1 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
stop();
}
frame 2 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 3 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 4 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 5 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 6 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 7 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 8 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 9 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 10 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 11 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 12 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 13 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 14 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 15 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 16 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 17 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 18 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 19 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 20 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 21 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 22 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 23 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 24 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 25 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
stop();
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 26 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 27 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 28 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 29 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 30 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 31 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 32 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 33 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 34 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 35 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 36 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 37 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 38 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 39 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 40 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 41 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 42 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 43 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 44 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 45 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 46 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 47 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 48 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 49 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 50 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
stop();
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 51 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 52 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 53 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 54 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 55 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 56 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 57 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 58 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 59 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 60 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 61 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 62 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 63 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 64 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 65 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 66 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 67 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 68 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 69 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 70 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 71 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 72 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 73 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 74 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 75 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
stop();
}
frame 76 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 77 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 78 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 79 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 80 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 81 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 82 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 83 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 84 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 85 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 86 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 87 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 88 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 89 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 90 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 91 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 92 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 93 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 94 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 95 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 96 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 97 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 98 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 99 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 100 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
stop();
}
frame 101 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 102 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 103 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 104 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 105 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 106 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 107 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 108 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 109 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 110 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 111 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 112 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 113 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 114 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 115 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 116 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 117 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 118 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 119 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 120 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 121 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 122 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 123 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 124 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 125 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 126 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 127 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 128 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 129 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 130 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 131 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 132 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 133 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 134 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 135 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 136 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 137 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 138 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 139 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 140 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 141 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 142 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 143 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 144 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 145 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 146 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 147 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 148 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 149 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 150 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 151 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 152 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 153 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 154 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 155 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 156 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 157 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 158 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 159 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 160 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 161 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 162 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 163 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 164 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 165 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 166 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 167 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 168 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 169 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 170 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 171 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 172 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 173 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 174 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 175 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 176 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 177 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 178 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 179 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 180 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 181 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 182 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 183 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 184 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 185 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 186 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 187 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 188 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 189 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 190 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
}
frame 191 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
frame 192 {
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
}
}
movieClip 57 {
}
button 61 {
on (release) {
getURL('http://www.htfgames.com/', '_blank');
}
}
movieClip 64 {
}
button 66 {
on (release) {
_root.play();
_root.wert50 = 0;
_root.key = 1;
loadMovieNum('', 10);
}
}
movieClip 67 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance link of movieClip 67 {
onClipEvent (release) {
getURL('http://www.htfgames.com/', '_blank');
}
}
movieClip 84 {
}
movieClip 85 {
}
movieClip 86 {
}
movieClip 110 {
instance of movieClip 86 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.eb1ganz.bo1)) {
/:treffer = Number(/:treffer) - 1;
_root.eb1ganz.b.bb.gotoAndPlay(19);
}
if (this.hitTest(_root.eb1ganz.bo11)) {
/:treffer = Number(/:treffer) - 1;
_root.eb1ganz.b.bb.gotoAndPlay(19);
}
if (this.hitTest(_root.eb1ganz.bo111)) {
/:treffer = Number(/:treffer) - 1;
_root.eb1ganz.b.bb.gotoAndPlay(19);
}
}
}
frame 12 {
stop();
}
}
movieClip 113 {
}
movieClip 114 {
frame 1 {
}
frame 19 {
}
}
movieClip 116 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.vogel4.vog.punkte15.p15.score = 15;
_root.vogel5.vog.punkte15.p15.score = 15;
_root.vogel6.vog.punkte15.p15.score = 15;
_root.vogel7.vog.punkte15.p15.score = 15;
_root.vogel8.vog.punkte15.p15.score = 25;
_root.vogel9.vog.punkte15.p15.score = 25;
_root.vogel10.vog.punkte15.p15.score = 25;
_root.vogel11.vog.punkte15.p15.score = 25;
}
}
movieClip 117 {
frame 1 {
_y = random(450) + 30;
_x = -45;
xStep = random(5) + 2;
if (Number(/score:count) == 0 and Number(/gamescreens._currentframe) == 2) {
tellTarget ('/gamescreens') {
gotoAndStop('win');
}
}
}
frame 2 {
_x = Number(_x) + Number(xStep);
shipX = /happyman._x;
missileX = _x;
}
frame 3 {
gotoAndPlay('Draw Missile');
if (Number(_x) >= 520) {
gotoAndPlay('Initialize Missile');
_root.vogel4.vog.gotoAndStop(1);
}
}
}
movieClip 118 {
frame 1 {
_y = random(450) + 30;
_x = -45;
xStep = random(5) + 2;
if (Number(/score:count) == 0 and Number(/gamescreens._currentframe) == 2) {
tellTarget ('/gamescreens') {
gotoAndStop('win');
}
}
}
frame 2 {
_x = Number(_x) + Number(xStep);
shipX = /happyman._x;
missileX = _x;
}
frame 3 {
gotoAndPlay('Draw Missile');
if (Number(_x) >= 520) {
gotoAndPlay('Initialize Missile');
_root.vogel5.vog.gotoAndStop(1);
}
}
}
movieClip 119 {
frame 1 {
_y = random(450) + 30;
_x = -45;
xStep = random(5) + 2;
if (Number(/score:count) == 0 and Number(/gamescreens._currentframe) == 2) {
tellTarget ('/gamescreens') {
gotoAndStop('win');
}
}
}
frame 2 {
_x = Number(_x) + Number(xStep);
shipX = /happyman._x;
missileX = _x;
}
frame 3 {
gotoAndPlay('Draw Missile');
if (Number(_x) >= 520) {
gotoAndPlay('Initialize Missile');
_root.vogel6.vog.gotoAndStop(1);
}
}
}
movieClip 120 {
frame 1 {
_y = random(450) + 30;
_x = -45;
xStep = random(5) + 2;
if (Number(/score:count) == 0 and Number(/gamescreens._currentframe) == 2) {
tellTarget ('/gamescreens') {
gotoAndStop('win');
}
}
}
frame 2 {
_x = Number(_x) + Number(xStep);
shipX = /happyman._x;
missileX = _x;
}
frame 3 {
gotoAndPlay('Draw Missile');
if (Number(_x) >= 520) {
gotoAndPlay('Initialize Missile');
_root.vogel7.vog.gotoAndStop(1);
}
}
}
movieClip 121 {
frame 1 {
_y = random(450) + 30;
_x = -45;
xStep = random(5) + 2;
if (Number(/score:count) == 0 and Number(/gamescreens._currentframe) == 2) {
tellTarget ('/gamescreens') {
gotoAndStop('win');
}
}
}
frame 2 {
_x = Number(_x) + Number(xStep);
shipX = /happyman._x;
missileX = _x;
}
frame 3 {
gotoAndPlay('Draw Missile');
if (Number(_x) >= 520) {
gotoAndPlay('Initialize Missile');
_root.vogel2.vog.gotoAndStop(1);
}
}
}
movieClip 122 {
frame 1 {
_y = random(450) + 30;
_x = -45;
xStep = random(5) + 2;
if (Number(/score:count) == 0 and Number(/gamescreens._currentframe) == 2) {
tellTarget ('/gamescreens') {
gotoAndStop('win');
}
}
}
frame 2 {
_x = Number(_x) + Number(xStep);
shipX = /happyman._x;
missileX = _x;
}
frame 3 {
gotoAndPlay('Draw Missile');
if (Number(_x) >= 520) {
gotoAndPlay('Initialize Missile');
_root.vogel3.vog.gotoAndStop(1);
}
}
}
movieClip 123 {
frame 1 {
_y = random(450) + 30;
_x = -45;
xStep = random(5) + 2;
if (Number(/score:count) == 0 and Number(/gamescreens._currentframe) == 2) {
tellTarget ('/gamescreens') {
gotoAndStop('win');
}
}
}
frame 2 {
_x = Number(_x) + Number(xStep);
shipX = /happyman._x;
missileX = _x;
}
frame 3 {
gotoAndPlay('Draw Missile');
if (Number(_x) >= 520) {
gotoAndPlay('Initialize Missile');
_root.vogel.vog.gotoAndStop(1);
}
}
}
movieClip 124 {
frame 1 {
_y = random(450) + 30;
_x = -45;
xStep = random(5) + 2;
if (Number(/score:count) == 0 and Number(/gamescreens._currentframe) == 2) {
tellTarget ('/gamescreens') {
gotoAndStop('win');
}
}
}
frame 2 {
_x = Number(_x) + Number(xStep);
shipX = /happyman._x;
missileX = _x;
}
frame 3 {
gotoAndPlay('Draw Missile');
if (Number(_x) >= 520) {
gotoAndPlay('Initialize Missile');
_root.vogel1.vog.gotoAndStop(1);
}
}
}
movieClip 137 {
}
button 140 {
on (press) {
gotoAndPlay(4);
}
}
movieClip 143 {
}
frame 4 {
stop();
}
movieClip 149 {
}
movieClip 150 {
}
movieClip 157 {
}
instance gr of movieClip 157 {
onClipEvent (enterFrame) {
_root.wertall = _root.wert25 + _root.wert50 + _root.wert75 + _root.wert100;
}
onClipEvent (enterFrame) {
if (_root.weite > _root.maxnum) {
_root.maxnum = _root.weite;
}
}
onClipEvent (enterFrame) {
if (_root.weite < -5) {
_root.point = 0;
}
}
onClipEvent (enterFrame) {
if (_root.point > _root.point2) {
_root.point2 = _root.point;
}
}
onClipEvent (enterFrame) {
if (_root.weite < 0) {
_root.num = 0;
} else {
_root.num = _root.weite;
}
}
onClipEvent (enterFrame) {
if (_root.weite > 40) {
_root.wert50 = 40;
}
}
onClipEvent (enterFrame) {
if (_root.weite < -3 and _root.wert50 == 40) {
_root.player.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.weite > 100) {
_root.vogtod.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.weite < -5) {
_root.link._x = 400;
_root.link._y = 420;
}
}
}
instance hg of movieClip 49 {
onClipEvent (load) {
this._y = -950;
}
}
movieClip 158 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 185 {
}
movieClip 186 {
}
movieClip 187 {
frame 1 {
stop();
}
frame 6 {
gotoAndStop(1);
}
frame 12 {
gotoAndStop(1);
}
}
movieClip 188 {
}
movieClip 189 {
}
movieClip 198 {
}
movieClip 202 {
}
movieClip 238 {
frame 49 {
stop();
_root.link.play();
}
}
movieClip 239 {
frame 1 {
stop();
}
frame 18 {
gotoAndStop(1);
}
frame 19 {
stop();
}
frame 37 {
gotoAndStop(1);
}
frame 38 {
stop();
_root.key = 0;
if (_root.key == 0) {
hori = 0;
} else {
if (_root.key == 0) {
hori = 0;
} else {
if (hori > 0) {
hori -= 0;
} else {
if (hori < 0) {
hori += 0;
}
}
}
}
a;
}
}
instance player of movieClip 239 {
}
movieClip 241 {
frame 1 {
_y = random(450) + 30;
_x = -45;
xStep = random(5) + 2;
if (Number(/score:count) == 0 and Number(/gamescreens._currentframe) == 2) {
tellTarget ('/gamescreens') {
gotoAndStop('win');
}
}
}
frame 2 {
_x = Number(_x) + Number(xStep);
shipX = /happyman._x;
missileX = _x;
}
frame 3 {
gotoAndPlay('Draw Missile');
if (Number(_x) >= 520) {
gotoAndPlay('Initialize Missile');
_root.vogel8.vog.gotoAndStop(1);
}
}
}
movieClip 242 {
frame 1 {
_y = random(450) + 30;
_x = -45;
xStep = random(5) + 2;
if (Number(/score:count) == 0 and Number(/gamescreens._currentframe) == 2) {
tellTarget ('/gamescreens') {
gotoAndStop('win');
}
}
}
frame 2 {
_x = Number(_x) + Number(xStep);
shipX = /happyman._x;
missileX = _x;
}
frame 3 {
gotoAndPlay('Draw Missile');
if (Number(_x) >= 520) {
gotoAndPlay('Initialize Missile');
_root.vogel9.vog.gotoAndStop(1);
}
}
}
movieClip 243 {
frame 1 {
_y = random(450) + 30;
_x = -45;
xStep = random(5) + 2;
if (Number(/score:count) == 0 and Number(/gamescreens._currentframe) == 2) {
tellTarget ('/gamescreens') {
gotoAndStop('win');
}
}
}
frame 2 {
_x = Number(_x) + Number(xStep);
shipX = /happyman._x;
missileX = _x;
}
frame 3 {
gotoAndPlay('Draw Missile');
if (Number(_x) >= 520) {
gotoAndPlay('Initialize Missile');
_root.vogel10.vog.gotoAndStop(1);
}
}
}
movieClip 244 {
frame 1 {
_y = random(450) + 30;
_x = -45;
xStep = random(5) + 2;
if (Number(/score:count) == 0 and Number(/gamescreens._currentframe) == 2) {
tellTarget ('/gamescreens') {
gotoAndStop('win');
}
}
}
frame 2 {
_x = Number(_x) + Number(xStep);
shipX = /happyman._x;
missileX = _x;
}
frame 3 {
gotoAndPlay('Draw Missile');
if (Number(_x) >= 520) {
gotoAndPlay('Initialize Missile');
_root.vogel11.vog.gotoAndStop(1);
}
}
}
frame 5 {
gotoAndStop(4);
}
frame 6 {
/:_root.a.waitingscreen.dis.nu = Number(_root.a.display.num2);
stop();
}
button 263 {
on (release) {
loadMovieNum('', 10);
_root.wert50 = 0;
_root.key = 1;
_root.gotoAndPlay(4);
}
}
movieClip 270 {
frame 1 {
function ladeDaten() {
news_xml = _parent.mein_xml.firstChild.childNodes;
initNavigation();
setListe();
}
function setListe() {
var v2 = this;
i = aktAnzeige;
while (i < maxAnzeige) {
nName = 'newsclip' + j;
attachMovie('newsclip', nName, j++);
if (news_xml[i] != undefined) {
v2[nName]._x = 15;
v2[nName]._y = v2[nName]._height * j * 1.2 - 15;
v2[nName].nr_txt.text = i + 1;
v2[nName].name_txt.text = news_xml[i].attributes.vorname;
v2[nName].ver_txt.text = news_xml[i].attributes.nachname;
v2[nName].punkte_txt.text = news_xml[i].firstChild;
v2[nName].stern_mc.gotoAndStop(news_xml[i].attributes.icon);
v2[nName].useHandCursor = false;
} else {
v2[nName].removeMovieClip();
}
++i;
}
if (anzahl <= aktAnzeige + max) {
anzeige_txt.text = aktAnzeige + 1 + ' / ' + anzahl;
} else {
if (anzahl != 0) {
anzeige_txt.text = aktAnzeige + 1 + ' / ' + (aktAnzeige + max);
}
}
if (anzahl == 0) {
anzeige_txt.text = '0 / 0';
}
gesamt_txt.text = 'Gesamt: ' + anzahl;
}
function initNavigation() {
j = 0;
anzahl = news_xml.length;
max = 5;
maxAnzeige = 5;
aktAnzeige = 0;
}
butVor.onRelease = function () {
if (aktAnzeige < anzahl - max) {
j = 0;
aktAnzeige += max;
maxAnzeige += max;
setListe();
}
};
butZuruck.onRelease = function () {
if (aktAnzeige > 1) {
j = 0;
aktAnzeige -= max;
maxAnzeige -= max;
setListe();
}
};
}
}
movieClip 272 {
}
movieClip 273 {
frame 23 {
stop();
}
}
button 283 {
on (release) {
setSpieler();
senden_btn._visible = false;
}
}
button 287 {
on (release) {
getURL('javascript:winOpen('http://www.htfgames.com/member/member.php', 770, 600 ); void(0);', '');
}
}
button 292 {
on (release) {
_root.gotoAndPlay(6);
stopAllSounds();
}
}
movieClip 293 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance login of movieClip 293 {
onClipEvent (enterFrame) {
if (_root.logid == 1) {
_root.login.gotoAndStop(2);
} else {
_root.login.gotoAndStop(1);
}
}
}
frame 7 {
stop();
}
frame 8 {
function setListe() {
prev_mc._visible = 0;
high_mc._visible = 1;
prev_mc.ladeDaten();
high_mc.ladeDaten();
}
mein_xml = new XML();
mein_xml.ignoreWhite = true;
status_txt.text = 'Lade Einträge!';
mein_xml.load('http://www.htfgames.com/highscore/nutty/ausgabe.php?' + (new Date()).getTime());
mein_xml.onLoad = function (signal) {
if (signal) {
status_txt.text = '';
setListe();
}
};
stop();
}