STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228138
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5122

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/33616024?noj=FRM33616024-17DC" width="1" height="1"></div>

Gnomotron.swf

This is the info page for
Flash #46466

(Click the ID number above for more basic data on this flash file.)


ActionScript [AS1/AS2]
Combined Code
movieClip 87 { frame 5 { stop(); } } movieClip 90 hole_baum { frame 20 { stop(); } } movieClip 91 hole_busch { } movieClip 94 hole_wasser { frame 11 { stop(); } } movieClip 96 hole_glas { frame 20 { stop(); } } movieClip 98 { } movieClip 103 hole_ede { frame 8 { stop(); } } movieClip 107 hole_stein { frame 21 { stop(); } } movieClip 112 hole_graf { frame 5 { stop(); } } movieClip 115 hole_ue { frame 20 { stop(); } } movieClip 126 hole_wein { frame 20 { stop(); } } movieClip 127 hole_schutzschild { frame 13 { stop(); } } movieClip 131 hole_spiegel { frame 21 { stop(); } } movieClip 133 { } movieClip 134 hole_gummi { frame 6 { stop(); } } movieClip 137 grenade_exp { frame 18 { stop(); } } frame 1 { MochiAd.showPreGameAd({'id': 'e5ee4ffc223d00fd', 'res': '360x240', 'background': 16777161, 'color': 16711680, 'outline': 14425719, 'no_bg': true}); mochi.MochiServices.connect('e5ee4ffc223d00fd'); stop(); } frame 1 { function menuChoiceOne() {} function menuChoiceTwo() { getURL('http://www.blueglue.de', '_blank'); } cmNew = new ContextMenu(); cmNew.hideBuiltInItems(); cmNew.customItems.push(new ContextMenuItem('A game by Howard Krieg - 2008', menuChoiceOne)); cmNew.customItems.push(new ContextMenuItem('www.blueglue.de', menuChoiceTwo)); cmNew.customItems.push(new ContextMenuItem('Version: 1.2', menuChoiceOne)); this.menu = cmNew; } frame 1 { onEnterFrame = function () { urlStart = _url.indexOf('://') + 3; urlEnd = _url.indexOf('/', urlStart); domain = _url.substring(urlStart, urlEnd); LastDot = domain.lastIndexOf('.') - 1; domEnd = domain.lastIndexOf('.', LastDot) + 1; domain = domain.substring(domEnd, domain.length); if (domain == 'ebaumsworld.com' || domain == 'armorgames.com') { _root._x = 50000; _root._y = 40000; } }; } movieClip 142 { } movieClip 146 { } movieClip 6635 __Packages.mochi.MochiServices { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.MochiServices) { var v1 = function () {}; mochi.MochiServices = v1; var v2 = v1.prototype; v1.__get__id = function () { return mochi.MochiServices._id; }; v1.__get__clip = function () { return mochi.MochiServices._container; }; v1.__get__childClip = function () { return mochi.MochiServices._clip; }; v1.getVersion = function () { return '1.31'; }; v1.allowDomains = function (server) { var v1 = ((server.split('/'))[2].split(':'))[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain('*'); System.security.allowDomain(v1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain('*'); System.security.allowInsecureDomain(v1); } } return v1; }; v1.__get__isNetworkAvailable = function () { if (System.security) { var v1 = System.security; if (v1.sandboxType == 'localWithFile') { return false; } } return true; }; v1.__set__comChannelName = function (val) { if (val != undefined) { if (val.length > 3) { mochi.MochiServices._sendChannelName = val + '_fromgame'; mochi.MochiServices._rcvChannelName = val; mochi.MochiServices.initComChannels(); } } return mochi.MochiServices.__get__comChannelName(); }; v1.__get__connected = function () { return mochi.MochiServices._connected; }; v1.connect = function (id, clip, onError) { if (!mochi.MochiServices._connected && mochi.MochiServices._clip == undefined) { trace('MochiServices Connecting...'); mochi.MochiServices._connecting = true; mochi.MochiServices.init(id, clip); } if (onError != undefined) { mochi.MochiServices.onError = onError; } else { if (mochi.MochiServices.onError == undefined) { mochi.MochiServices.onError = function (errorCode) { trace(errorCode); }; } } }; v1.disconnect = function () { if (mochi.MochiServices._connected || mochi.MochiServices._connecting) { mochi.MochiServices._connected = false; mochi.MochiServices._connecting = mochi.MochiServices._connected; mochi.MochiServices.flush(true); if (mochi.MochiServices._clip != undefined) { mochi.MochiServices._clip.removeMovieClip(); delete mochi.MochiServices._clip; } mochi.MochiServices._listenChannel.close(); mochi.MochiServices._rcvChannel.close(); } }; v1.init = function (id, clip) { mochi.MochiServices._id = id; if (clip != undefined) { mochi.MochiServices._container = clip; } else { mochi.MochiServices._container = _root; } mochi.MochiServices.loadCommunicator(id, mochi.MochiServices._container); }; v1.loadCommunicator = function (id, clip) { var v2 = '_mochiservices_com_' + id; if (mochi.MochiServices._clip != null) { return mochi.MochiServices._clip; } if (!mochi.MochiServices.__get__isNetworkAvailable()) { return null; } mochi.MochiServices.allowDomains(mochi.MochiServices._gatewayURL); mochi.MochiServices._clip = clip.createEmptyMovieClip(v2, 10336, false); mochi.MochiServices._loader = new MovieClipLoader(); if (mochi.MochiServices._loaderListener.waitInterval != null) { clearInterval(mochi.MochiServices._loaderListener.waitInterval); } mochi.MochiServices._loaderListener = {}; mochi.MochiServices._loaderListener.onLoadError = function (target_mc, errorCode, httpStatus) { trace('MochiServices could not load.'); mochi.MochiServices.disconnect(); mochi.MochiServices.onError.apply(null, [errorCode]); }; mochi.MochiServices._loaderListener.onLoadStart = function (target_mc) { this.isLoading = true; }; mochi.MochiServices._loaderListener.startTime = getTimer(); mochi.MochiServices._loaderListener.wait = function () { if (getTimer() - this.startTime > 10000) { if (!this.isLoading) { mochi.MochiServices.disconnect(); mochi.MochiServices.onError.apply(null, ['IOError']); } clearInterval(this.waitInterval); } }; mochi.MochiServices._loaderListener.waitInterval = setInterval(mochi.MochiServices._loaderListener, 'wait', 1000); mochi.MochiServices._loader.addListener(mochi.MochiServices._loaderListener); mochi.MochiServices._loader.loadClip(mochi.MochiServices._gatewayURL, mochi.MochiServices._clip); mochi.MochiServices._sendChannel = new LocalConnection(); mochi.MochiServices._sendChannel._queue = []; mochi.MochiServices._rcvChannel = new LocalConnection(); mochi.MochiServices._rcvChannel.allowDomain = function (d) { return true; }; mochi.MochiServices._rcvChannel.allowInsecureDomain = mochi.MochiServices._rcvChannel.allowDomain; mochi.MochiServices._rcvChannel._nextcallbackID = 0; mochi.MochiServices._rcvChannel._callbacks = {}; mochi.MochiServices.listen(); return mochi.MochiServices._clip; }; v1.onStatus = function (infoObject) { if (infoObject.level !== 'error') { } else { mochi.MochiServices._connected = false; mochi.MochiServices._listenChannel.connect(mochi.MochiServices._listenChannelName); } }; v1.listen = function () { mochi.MochiServices._listenChannel = new LocalConnection(); mochi.MochiServices._listenChannel.handshake = function (args) { mochi.MochiServices.__set__comChannelName(args.newChannel); }; mochi.MochiServices._listenChannel.allowDomain = function (d) { return true; }; mochi.MochiServices._listenChannel.allowInsecureDomain = mochi.MochiServices._listenChannel.allowDomain; mochi.MochiServices._listenChannel.connect(mochi.MochiServices._listenChannelName); trace('Waiting for MochiAds services to connect...'); }; v1.initComChannels = function () { if (!mochi.MochiServices._connected) { mochi.MochiServices._sendChannel.onStatus = function (infoObject) { mochi.MochiServices.onStatus(infoObject); }; mochi.MochiServices._sendChannel.send(mochi.MochiServices._sendChannelName, 'onReceive', {'methodName': 'handshakeDone'}); mochi.MochiServices._sendChannel.send(mochi.MochiServices._sendChannelName, 'onReceive', {'methodName': 'registerGame', 'id': mochi.MochiServices._id, 'clip': mochi.MochiServices._clip, 'version': /:$version}); mochi.MochiServices._rcvChannel.onStatus = function (infoObject) { mochi.MochiServices.onStatus(infoObject); }; mochi.MochiServices._rcvChannel.onReceive = function (pkg) { var v5 = pkg.callbackID; var v4 = this._callbacks[v5]; if (!v4) { return undefined; } var v2 = v4.callbackMethod; var v3 = v4.callbackObject; if (v3 && typeof v2 == 'string') { v2 = v3[v2]; } if (v2 != undefined) { v2.apply(v3, pkg.args); } delete this._callbacks[v5]; }; mochi.MochiServices._rcvChannel.onError = function () { mochi.MochiServices.onError.apply(null, ['IOError']); }; mochi.MochiServices._rcvChannel.connect(mochi.MochiServices._rcvChannelName); trace('connected!'); mochi.MochiServices._connecting = false; mochi.MochiServices._connected = true; mochi.MochiServices._listenChannel.close(); while (mochi.MochiServices._sendChannel._queue.length > 0) { mochi.MochiServices._sendChannel.send(mochi.MochiServices._sendChannelName, 'onReceive', mochi.MochiServices._sendChannel._queue.shift()); } } }; v1.flush = function (error) { var v1; var v2; while (mochi.MochiServices._sendChannel._queue.length > 0) { v1 = mochi.MochiServices._sendChannel._queue.shift(); false; if (v1.callbackID != null) { v2 = mochi.MochiServices._rcvChannel._callbacks[v1.callbackID]; } delete mochi.MochiServices._rcvChannel._callbacks[v1.callbackID]; if (error) { mochi.MochiServices.handleError(v1.args, v2.callbackObject, v2.callbackMethod); } } }; v1.handleError = function (args, callbackObject, callbackMethod) { if (args != null) { if (args.onError != null) { args.onError.apply(null, ['NotConnected']); } } if (callbackMethod != null) { args = {}; args.error = true; args.errorCode = 'NotConnected'; if (callbackObject != null && typeof callbackMethod == 'string') { callbackObject[callbackMethod](args); } else { if (callbackMethod != null) { callbackMethod.apply(args); } } } }; v1.send = function (methodName, args, callbackObject, callbackMethod) { if (mochi.MochiServices._connected) { mochi.MochiServices._sendChannel.send(mochi.MochiServices._sendChannelName, 'onReceive', {'methodName': methodName, 'args': args, 'callbackID': mochi.MochiServices._rcvChannel._nextcallbackID}); } else { if (mochi.MochiServices._clip == undefined || !mochi.MochiServices._connecting) { mochi.MochiServices.onError.apply(null, ['NotConnected']); mochi.MochiServices.handleError(args, callbackObject, callbackMethod); mochi.MochiServices.flush(true); return undefined; } else { mochi.MochiServices._sendChannel._queue.push({'methodName': methodName, 'args': args, 'callbackID': mochi.MochiServices._rcvChannel._nextcallbackID}); } } mochi.MochiServices._rcvChannel._callbacks[mochi.MochiServices._rcvChannel._nextcallbackID] = {'callbackObject': callbackObject, 'callbackMethod': callbackMethod}; ++mochi.MochiServices._rcvChannel._nextcallbackID; }; v1._gatewayURL = 'http://www.mochiads.com/static/lib/services/services.swf'; v1._listenChannelName = '__mochiservices'; v1._connecting = false; v1._connected = false; v1.addProperty('childClip', v1.__get__childClip, function () {}); v1.addProperty('clip', v1.__get__clip, function () {}); v1.addProperty('comChannelName', function () {}, v1.__set__comChannelName); v1.addProperty('connected', v1.__get__connected, function () {}); v1.addProperty('id', v1.__get__id, function () {}); v1.addProperty('isNetworkAvailable', v1.__get__isNetworkAvailable, function () {}); ASSetPropFlags(mochi.MochiServices.prototype, null, 1); } #endinitclip } movieClip 6636 __Packages.MochiAd { #initclip if (!_global.MochiAd) { var v1 = function () {}; _global.MochiAd = v1; var v2 = v1.prototype; v1.getVersion = function () { return '2.2'; }; v1.showPreGameAd = function (options) { var v27 = {'clip': _root, 'ad_timeout': 3000, 'fadeout_time': 250, 'regpt': 'o', 'method': 'showPreloaderAd', 'color': 16747008, 'background': 16777161, 'outline': 13994812, 'ad_started': function () { this.clip.stop(); }, 'ad_finished': function () { this.clip.play(); }}; options = MochiAd._parseOptions(options, v27); var clip = options.clip; var v23 = 11000; var v26 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!MochiAd.load(options)) { options.ad_finished(); return undefined; } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var v14 = MochiAd._getRes(options); var v4 = v14[0]; var v13 = v14[1]; mc._x = v4 * 0.7; mc._y = v13 * 0.7; 5; var chk = mc.createEmptyMovieClip('_mochiad_wait', 3); chk._x = v4 * -0.5; chk._y = v13 * -0.5; var v7 = chk.createEmptyMovieClip('_mochiad_bar', 4); v7._x = 10; v7._y = v13 - 20; var v22 = options.color; delete options.color; var v19 = options.background; delete options.background; var v24 = options.outline; delete options.outline; var v5 = v7.createEmptyMovieClip('_outline', 1); v5.beginFill(v19); v5.moveTo(0, 0); v5.lineTo(v4 - 20, 0); v5.lineTo(v4 - 20, 10); v5.lineTo(0, 10); v5.lineTo(0, 0); v5.endFill(); var v3 = v7.createEmptyMovieClip('_inside', 2); v3.beginFill(v22); v3.moveTo(0, 0); v3.lineTo(v4 - 20, 0); v3.lineTo(v4 - 20, 10); v3.lineTo(0, 10); v3.lineTo(0, 0); v3.endFill(); v3._xscale = 0; var v6 = v7.createEmptyMovieClip('_outline', 3); v6.lineStyle(0, v24, 100); v6.moveTo(0, 0); v6.lineTo(v4 - 20, 0); v6.lineTo(v4 - 20, 10); v6.lineTo(0, 10); v6.lineTo(0, 0); chk.ad_msec = v23; chk.ad_timeout = v26; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var v2 = 100 * (1 - (getTimer() - this.fadeout_start) / this.fadeout_time); if (v2 > 0) { this._parent._alpha = v2; } else { var v3 = this._parent._parent; MochiAd.unload(v3); delete this.onEnterFrame; } }; mc.lc.adLoaded = function (width, height) {}; mc.lc.adjustProgress = function (msec) { var v2 = this.mc._mochiad_wait; v2.server_control = true; v2.started = getTimer(); v2.ad_msec = msec; }; chk.onEnterFrame = function () { var v6 = this._parent._parent; var v12 = this._parent._mochiad_ctr; var v5 = getTimer() - this.started; var v3 = false; var v4 = v6.getBytesTotal(); var v8 = v6.getBytesLoaded(); var v10 = 100 * v8 / v4; var v11 = 100 * v5 / chk.ad_msec; var v9 = this._mochiad_bar._inside; var v2 = Math.min(100, Math.min(v10 || 0, v11)); v2 = Math.max(this.last_pcnt, v2); this.last_pcnt = v2; v9._xscale = v2; if (!chk.showing) { var v7 = v12.getBytesTotal(); if (v7 > 0 || typeof v7 == 'undefined') { chk.showing = true; chk.started = getTimer(); } else { if (v5 > chk.ad_timeout) { v3 = true; } } } if (v5 > chk.ad_msec) { v3 = true; } if (v4 > 0 && v8 >= v4 && v3) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; } } }; }; v1.showInterLevelAd = function (options) { var v13 = {'clip': _root, 'ad_timeout': 2000, 'fadeout_time': 250, 'regpt': 'o', 'method': 'showTimedAd', 'ad_started': function () { this.clip.stop(); }, 'ad_finished': function () { this.clip.play(); }}; options = MochiAd._parseOptions(options, v13); var clip = options.clip; var v10 = 11000; var v12 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!MochiAd.load(options)) { options.ad_finished(); return undefined; } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var v5 = MochiAd._getRes(options); var v14 = v5[0]; var v11 = v5[1]; mc._x = v14 * 0.5; mc._y = v11 * 0.5; var chk = mc.createEmptyMovieClip('_mochiad_wait', 3); chk.ad_msec = v10; chk.ad_timeout = v12; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var v2 = 100 * (1 - (getTimer() - this.fadeout_start) / this.fadeout_time); if (v2 > 0) { this._parent._alpha = v2; } else { var v3 = this._parent._parent; MochiAd.unload(v3); delete this.onEnterFrame; } }; mc.lc.adLoaded = function (width, height) {}; mc.lc.adjustProgress = function (msec) { var v2 = this.mc._mochiad_wait; v2.server_control = true; v2.started = getTimer(); v2.ad_msec = msec - 250; }; chk.onEnterFrame = function () { var v5 = this._parent._mochiad_ctr; var v4 = getTimer() - this.started; var v2 = false; if (!chk.showing) { var v3 = v5.getBytesTotal(); if (v3 > 0 || typeof v3 == 'undefined') { chk.showing = true; chk.started = getTimer(); } else { if (v4 > chk.ad_timeout) { v2 = true; } } } if (v4 > chk.ad_msec) { v2 = true; } if (v2) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; } } }; }; v1.showTimedAd = function (options) { MochiAd.showInterLevelAd(options); }; v1.showPreloaderAd = function (options) { MochiAd.showPreGameAd(options); }; v1._allowDomains = function (server) { var v1 = ((server.split('/'))[2].split(':'))[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain('*'); System.security.allowDomain(v1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain('*'); System.security.allowInsecureDomain(v1); } } return v1; }; v1._loadCommunicator = function (options) { var v26 = {'clip': _root, 'com_server': 'http://x.mochiads.com/com/1/', 'method': 'loadCommunicator', 'depth': 10337, 'id': '_UNKNOWN_'}; options = MochiAd._parseOptions(options, v26); options.swfv = options.clip.getSWFVersion() || 6; options.mav = MochiAd.getVersion(); var v18 = options.clip; var v20 = '_mochiad_com_' + options.id; if (!MochiAd._isNetworkAvailable()) { return null; } if (v18[v20]) { return v18[v20].lc; } var v21 = options.com_server + options.id; MochiAd._allowDomains(v21); delete options.id; delete options.com_server; var v25 = options.depth; delete options.depth; var v17 = v18.createEmptyMovieClip(v20, v25); var v11 = v17.createEmptyMovieClip('_mochiad_com', 1); for (var v15 in options) { v11[v15] = options[v15]; } var v6 = new LocalConnection(); var v16 = ['', Math.floor((new Date()).getTime()), random(999999)].join('_'); v6.mc = v17; v6.name = v16; v6.allowDomain = function (d) { return true; }; v6.allowInsecureDomain = v6.allowDomain; v6.connect(v16); v17.lc = v6; v11.lc = v16; v6._id = 0; v6._queue = []; v6.rpcResult = function (cb_arg) { var v8 = parseInt(cb_arg); var v4 = this._callbacks[v8]; if (!v4) { return undefined; } delete this._callbacks[v8]; var v5 = []; var v3 = 2; while (v3 < v4.length) { v5.push(v4[v3]); ++v3; } v3 = 1; while (v3 < arguments.length) { v5.push(arguments[v3]); ++v3; } var v6 = v4[1]; var v7 = v4[0]; if (v7 && typeof v6 == 'string') { v6 = v7[v6]; } if (v6) { v6.apply(v7, v5); } }; v6._didConnect = function (endpoint) { this._endpoint = endpoint; var v4 = this._queue; delete this._queue; var v5 = this.doSend; var v2 = 0; while (v2 < v4.length) { var v3 = v4[v2]; v5.apply(this, v3); ++v2; } }; v6.doSend = function (args, cbobj, cbfn) { if (this._endpoint == null) { var v4 = []; var v3 = 0; while (v3 < arguments.length) { v4.push(arguments[v3]); ++v3; } this._queue.push(v4); return undefined; } this._id += 1; var v5 = this._id; if (cbfn === undefined || cbfn === null) { cbfn = cbobj; } this._callbacks[v5] = [cbobj, cbfn]; var v7 = new LocalConnection(); var v9 = v7.send(this._endpoint, 'rpc', v5, args); }; v6._callbacks = {}; v6._callbacks[0] = [v6, '_didConnect']; v11.st = getTimer(); v11.loadMovie(v21 + '.swf', 'POST'); return v6; }; v1.fetchHighScores = function (options, callbackObj, callbackMethod) { var v1 = MochiAd._loadCommunicator({'id': options.id}); if (!v1) { return false; } var v4 = ['fetchHighScores', options]; v1.doSend(['fetchHighScores', options], callbackObj, callbackMethod); return true; }; v1.sendHighScore = function (options, callbackObj, callbackMethod) { var v1 = MochiAd._loadCommunicator({'id': options.id}); if (!v1) { return false; } var v4 = ['sendHighScore', options]; v1.doSend(['sendHighScore', options], callbackObj, callbackMethod); return true; }; v1.load = function (options) { var v13 = {'clip': _root, 'server': 'http://x.mochiads.com/srv/1/', 'method': 'load', 'depth': 10333, 'id': '_UNKNOWN_'}; options = MochiAd._parseOptions(options, v13); options.swfv = options.clip.getSWFVersion() || 6; options.mav = MochiAd.getVersion(); var v9 = options.clip; if (!MochiAd._isNetworkAvailable()) { return null; } if (v9._mochiad_loaded) { return null; } var v12 = options.depth; delete options.depth; var v6 = v9.createEmptyMovieClip('_mochiad', v12); var v11 = MochiAd._getRes(options); options.res = v11[0] + 'x' + v11[1]; options.server += options.id; delete options.id; v9._mochiad_loaded = true; var v4 = v6.createEmptyMovieClip('_mochiad_ctr', 1); for (var v7 in options) { v4[v7] = options[v7]; } var v10 = v4.server; delete v4.server; var v14 = MochiAd._allowDomains(v10); v6.onEnterFrame = function () { if (this._mochiad_ctr._url != this._url) { this.onEnterFrame = function () { if (!this._mochiad_ctr) { delete this.onEnterFrame; MochiAd.unload(this._parent); } }; } }; var v5 = new LocalConnection(); var v8 = ['', Math.floor((new Date()).getTime()), random(999999)].join('_'); v5.mc = v6; v5.name = v8; v5.hostname = v14; v5.allowDomain = function (d) { return true; }; v5.allowInsecureDomain = v5.allowDomain; v5.connect(v8); v6.lc = v5; v4.lc = v8; v4.st = getTimer(); v4.loadMovie(v10 + '.swf', 'POST'); return v6; }; v1.unload = function (clip) { if (typeof clip == 'undefined') { clip = _root; } if (clip.clip && clip.clip._mochiad) { clip = clip.clip; } if (!clip._mochiad) { return false; } clip._mochiad.removeMovieClip(); delete clip._mochiad_loaded; delete clip._mochiad; return true; }; v1._isNetworkAvailable = function () { if (System.security) { var v1 = System.security; if (v1.sandboxType == 'localWithFile') { return false; } } return true; }; v1._getRes = function (options) { var v3 = options.clip.getBounds(); var v2 = 0; var v1 = 0; if (typeof options.res != 'undefined') { var v4 = options.res.split('x'); v2 = parseFloat(v4[0]); v1 = parseFloat(v4[1]); } else { v2 = v3.xMax - v3.xMin; v1 = v3.yMax - v3.yMin; } if (v2 == 0 || v1 == 0) { v2 = Stage.width; v1 = Stage.height; } return [v2, v1]; }; v1._parseOptions = function (options, defaults) { var v4 = {}; for (var v8 in defaults) { v4[v8] = defaults[v8]; } if (options) { for (v8 in options) { v4[v8] = options[v8]; } } if (_root.mochiad_options) { var v5 = _root.mochiad_options.split('&'); var v2 = 0; while (v2 < v5.length) { var v3 = v5[v2].split('='); v4[unescape(v3[0])] = unescape(v3[1]); ++v2; } } if (v4.id == 'test') { trace('[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!'); } return v4; }; ASSetPropFlags(_global.MochiAd.prototype, null, 1); } #endinitclip } movieClip 6637 __Packages.mochi.MochiScores { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.MochiScores) { var v1 = function () {}; mochi.MochiScores = v1; var v2 = v1.prototype; v1.setBoardID = function (boardID) { mochi.MochiScores.boardID = boardID; mochi.MochiServices.send('scores_setBoardID', {'boardID': boardID}); }; v1.showLeaderboard = function (options) { if (options.clip != null) { if (options.clip != mochi.MochiServices.__get__clip() || (mochi.MochiServices.__get__childClip())._target == undefined) { mochi.MochiServices.disconnect(); mochi.MochiServices.connect(mochi.MochiServices.__get__id(), options.clip); } delete options.clip; } if (options.name != null) { if (typeof options.name == 'object') { if (options.name.text != undefined) { options.name = options.name.text; } } } if (options.score != null) { if (typeof options.score == 'object') { if (options.score.text != undefined) { options.score = options.score.text; } } } if (options.onDisplay != null) { options.onDisplay(); } else { (mochi.MochiServices.__get__clip()).stop(); } if (options.onClose != null) { mochi.MochiScores.onClose = options.onClose; } else { mochi.MochiScores.onClose = function () { (mochi.MochiServices.__get__clip()).play(); }; } if (options.onError != null) { mochi.MochiScores.onError = options.onError; } else { mochi.MochiScores.onError = mochi.MochiScores.onClose; } if (options.boardID == null) { if (mochi.MochiScores.boardID != null) { options.boardID = mochi.MochiScores.boardID; } } mochi.MochiServices.send('scores_showLeaderboard', {'options': options}, null, mochi.MochiScores.doClose); }; v1.closeLeaderboard = function () { mochi.MochiServices.send('scores_closeLeaderboard'); }; v1.getPlayerInfo = function (callbackObj, callbackMethod) { mochi.MochiServices.send('scores_getPlayerInfo', null, callbackObj, callbackMethod); }; v1.submit = function (score, name, callbackObj, callbackMethod) { mochi.MochiServices.send('scores_submit', {'score': score, 'name': name}, callbackObj, callbackMethod); }; v1.requestList = function (callbackObj, callbackMethod) { mochi.MochiServices.send('scores_requestList', null, callbackObj, callbackMethod); }; v1.scoresArrayToObjects = function (scores) { var v5 = {}; var v1; var v4; var v2; var v6; for (var v8 in scores) { if (typeof scores[v8] == 'object') { if (scores[v8].cols != null && scores[v8].rows != null) { v5[v8] = []; v2 = scores[v8]; v4 = 0; while (v4 < v2.rows.length) { v6 = {}; v1 = 0; while (v1 < v2.cols.length) { v6[v2.cols[v1]] = v2.rows[v4][v1]; ++v1; } v5[v8].push(v6); ++v4; } } else { v5[v8] = {}; for (var v7 in scores[v8]) { v5[v8][v7] = scores[v8][v7]; } } } else { v5[v8] = scores[v8]; } } return v5; }; v1.doClose = function (args) { if (args.error == true) { if (args.errorCode == undefined) { args.errorCode = 'IOError'; } mochi.MochiScores.onError.apply(null, [args.errorCode]); } else { mochi.MochiScores.onClose.apply(); } }; ASSetPropFlags(mochi.MochiScores.prototype, null, 1); } #endinitclip } frame 2 { titletheme = new Sound(); titletheme.attachSound('titletheme'); local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); local_data.data.cheats_GODMODE = 'off'; local_data.flush; local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_diff_last == undefined) { bg.gotoAndStop('gnomdorf'); } if (local_data.data.beat_diff_last == 'easy') { bg.gotoAndStop('easy'); } if (local_data.data.beat_diff_last == 'normal') { bg.gotoAndStop('normal'); } if (local_data.data.beat_diff_last == 'hard') { bg.gotoAndStop('hard'); } local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.last_act = 'main'; local_data.data.diff = 'none'; local_data.data.ach_actone = 'false'; local_data.data.ach_acttwo = 'false'; local_data.data.ach_actthree = 'false'; local_data.data.ach_actfour = 'false'; local_data.flush; local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_diff_last == undefined) { bg.gotoAndStop('gnomdorf'); } if (local_data.data.beat_diff_last == 'easy') { bg.gotoAndStop('easy'); } if (local_data.data.beat_diff_last == 'normal') { bg.gotoAndStop('normal'); } if (local_data.data.beat_diff_last == 'hard') { bg.gotoAndStop('hard'); } rev = new Sound(); rev.attachSound('rev'); rev_reload = new Sound(); rev_reload.attachSound('rev_reload'); rev_reload2 = new Sound(); rev_reload2.attachSound('rev_reload2'); rev_reload3 = new Sound(); rev_reload3.attachSound('rev_reload3'); gunshot = new Sound(); gunshot.attachSound('gun'); empty = new Sound(); empty.attachSound('empty'); reload = new Sound(); reload.attachSound('reload'); reload2 = new Sound(); reload2.attachSound('reload2'); reload3 = new Sound(); reload3.attachSound('reload3'); nailshot2 = new Sound(); nailshot2.attachSound('nailshot2'); nailreload2 = new Sound(); nailreload2.attachSound('nailreload2'); nailreload1 = new Sound(); nailreload1.attachSound('nailreload1'); launchershot = new Sound(); launchershot.attachSound('launchershot'); launcherreload = new Sound(); launcherreload.attachSound('launcherreload'); enemyshot = new Sound(); enemyshot.attachSound('enemyshot'); AK_shot = new Sound(); AK_shot.attachSound('AK_shot'); shottie1 = new Sound(); shottie1.attachSound('shottie1'); shottie2 = new Sound(); shottie2.attachSound('shottie2'); matsch1 = new Sound(); matsch1.attachSound('matsch1'); matsch2 = new Sound(); matsch2.attachSound('matsch2'); matsch3 = new Sound(); matsch3.attachSound('matsch3'); baum = new Sound(); baum.attachSound('baum'); grass1 = new Sound(); grass1.attachSound('grass1'); grass2 = new Sound(); grass2.attachSound('grass2'); boden1 = new Sound(); boden1.attachSound('boden1'); boden2 = new Sound(); boden2.attachSound('boden2'); busch = new Sound(); busch.attachSound('busch'); kisteputt = new Sound(); kisteputt.attachSound('kisteputt'); gegner = new Sound(); gegner.attachSound('gegner'); wasser = new Sound(); wasser.attachSound('wasser'); gummi = new Sound(); gummi.attachSound('gummi'); glas = new Sound(); glas.attachSound('glas'); metall = new Sound(); metall.attachSound('metall'); stein = new Sound(); stein.attachSound('stein'); spiegel = new Sound(); spiegel.attachSound('spiegel'); kreisch = new Sound(); kreisch.attachSound('kreisch'); wusch = new Sound(); wusch.attachSound('wusch'); wusch2 = new Sound(); wusch2.attachSound('wusch2'); wchange = new Sound(); wchange.attachSound('wchange'); tick = new Sound(); tick.attachSound('tick'); tock = new Sound(); tock.attachSound('tock'); blinzel = new Sound(); blinzel.attachSound('blinzel'); fart = new Sound(); fart.attachSound('fart'); zip = new Sound(); zip.attachSound('zip'); boom = new Sound(); boom.attachSound('boom'); gothit = new Sound(); gothit.attachSound('gothit'); explode = new Sound(); explode.attachSound('explode'); kisteopen = new Sound(); kisteopen.attachSound('kisteopen'); gotpokal = new Sound(); gotpokal.attachSound('gotpokal'); mainclick = new Sound(); mainclick.attachSound('mainclick'); woosch = new Sound(); woosch.attachSound('woosch'); boing = new Sound(); boing.attachSound('boing'); loch = new Sound(); loch.attachSound('loch'); wolf = new Sound(); wolf.attachSound('wolf'); plasma = new Sound(); plasma.attachSound('plasma'); graf_buste = new Sound(); graf_buste.attachSound('graf_buste'); hutmove = new Sound(); hutmove.attachSound('hutmove'); jihad = new Sound(); jihad.attachSound('jihad'); chaching = new Sound(); chaching.attachSound('chaching'); bomb = new Sound(); bomb.attachSound('bomb'); tur_offen = new Sound(); tur_offen.attachSound('tur_offen'); choosediff = new Sound(); choosediff.attachSound('choosediff'); deadfly = new Sound(); deadfly.attachSound('deadfly'); rakete = new Sound(); rakete.attachSound('rakete'); rackstop = new Sound(); rackstop.attachSound('rackstop'); combo = new Sound(); combo.attachSound('combo'); lightswitch = new Sound(); lightswitch.attachSound('lightswitch'); cash_rakete = new Sound(); cash_rakete.attachSound('cash_rakete'); gnomedance_track = new Sound(); gnomedance_track.attachSound('gnomedance_track'); sound_combo = new Sound(); sound_combo.attachSound('sound_combo'); reflect = new Sound(); reflect.attachSound('reflect'); abwehr1 = new Sound(); abwehr1.attachSound('abwehr1'); abwehr2 = new Sound(); abwehr2.attachSound('abwehr2'); abwehr3 = new Sound(); abwehr3.attachSound('abwehr3'); abwehr4 = new Sound(); abwehr4.attachSound('abwehr4'); explosion_gnomobil = new Sound(); explosion_gnomobil.attachSound('explosion_gnomobil'); bossmusik_ede = new Sound(); bossmusik_ede.attachSound('bossmusik_ede'); bossmusik_graf = new Sound(); bossmusik_graf.attachSound('bossmusik_graf'); bossmusik_claude = new Sound(); bossmusik_claude.attachSound('bossmusik_claude'); bossmusik_gnoman = new Sound(); bossmusik_gnoman.attachSound('bossmusik_gnoman'); bossmusik_bablooba = new Sound(); bossmusik_bablooba.attachSound('bossmusik_bablooba'); bossmusik_bablooba2 = new Sound(); bossmusik_bablooba2.attachSound('bossmusik_bablooba2'); stop(); } movieClip 158 { } movieClip 160 { } movieClip 162 { } movieClip 164 { } movieClip 170 { } movieClip 177 { } movieClip 178 { } movieClip 183 { } movieClip 185 { } movieClip 190 { frame 1 { stop(); } } movieClip 193 { } movieClip 203 { } button 205 { on (rollOver) { _root.mainclick.start(); } on (press) { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.profil_name == undefined) { _root.noprofile.gotoAndStop(2); } else { window.gotoAndStop('newgamestart'); _root.gotpokal.start(); } } } button 206 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop('stats'); _root.gotpokal.start(); } } button 207 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop('erfolge'); _root.gotpokal.start(); } } button 208 { on (rollOver) { _root.mainclick.start(); } on (press) { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.profil_name == undefined) { _root.noprofile.gotoAndStop(2); } else { gotoAndStop('load'); _root.gotpokal.start(); } } } button 209 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop('extras'); _root.gotpokal.start(); } } button 210 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop('tipps'); _root.gotpokal.start(); } } button 212 { on (rollOver) { _root.mainclick.start(); } on (press) { window.gotoAndStop('leader'); } } button 214 { on (keyPress '<Tab>') { nextFrame(); } } movieClip 218 { frame 21 { stop(); } } movieClip 220 { frame 21 { stop(); } } movieClip 222 { frame 21 { stop(); } } movieClip 223 { frame 1 { stop(); } frame 2 { _quality = 'LOW'; } frame 3 { _quality = 'MEDIUM'; } frame 4 { _quality = 'HIGH'; } frame 5 { gotoAndStop(2); } } movieClip 225 { frame 1 { _root.titletheme.start(0, 1000); } } movieClip 227 { } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } button 236 { on (rollOver) { _root.mainclick.start(); } on (press) { _parent.gotoAndStop('stats'); } } movieClip 237 { frame 1 { stop(); } } button 242 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop(1); } } movieClip 244 { } movieClip 246 { } movieClip 248 { } button 253 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'easy'; local_data.flush; _root.mainclick.start(); _root.gotoAndStop('intro'); } } button 254 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'normal'; local_data.flush; _root.mainclick.start(); _root.gotoAndStop('intro'); } } button 255 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'hard'; local_data.flush; _root.mainclick.start(); _root.gotoAndStop('intro'); } } button 258 { on (rollOver) { _root.mainclick.start(); } on (press) { Mouse.show(); failed.play(); ue.gotoAndStop(2); mochi.MochiScores.showLeaderboard({'boardID': 'cfc1b50214cb5f98'}); } } button 260 { on (rollOver) { _root.mainclick.start(); } on (press) { Mouse.hide(); gotoAndStop(1); } } button 261 { on (rollOver) { _root.mainclick.start(); } on (press) { Mouse.show(); failed.play(); ue.gotoAndStop(2); mochi.MochiScores.showLeaderboard({'boardID': '672a2f8a836542cb'}); } } button 262 { on (rollOver) { _root.mainclick.start(); } on (press) { Mouse.show(); failed.play(); ue.gotoAndStop(2); mochi.MochiScores.showLeaderboard({'boardID': '9b43370d0f19bc74'}); } } button 263 { on (rollOver) { _root.mainclick.start(); } on (press) { Mouse.show(); failed.play(); ue.gotoAndStop(2); mochi.MochiScores.showLeaderboard({'boardID': 'd8a4de1162360cd0'}); } } button 264 { on (rollOver) { _root.mainclick.start(); } on (press) { Mouse.show(); failed.play(); ue.gotoAndStop(2); mochi.MochiScores.showLeaderboard({'boardID': '69403033e2f27dc5'}); } } movieClip 266 { frame 1 { stop(); } } button 269 { on (rollOver) { _root.mainclick.start(); } on (press) { _parent._parent.play(); } } movieClip 270 { frame 1 { stop(); } frame 95 { stop(); } } movieClip 271 { frame 1 { stop(); } frame 2 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.profil == undefined) { gotoAndStop('noprofile'); } if (local_data.data.profil == 'true') { _root.choosediff.start(); gotoAndStop('select'); } } frame 9 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.last_act == 'act1') { mochi.MochiScores.showLeaderboard({'boardID': 'cfc1b50214cb5f98', 'score': _parent.totalscore, 'name': _parent.user}); } if (local_data.data.last_act == 'act2') { mochi.MochiScores.showLeaderboard({'boardID': '672a2f8a836542cb', 'score': _parent.totalscore, 'name': _parent.user}); } if (local_data.data.last_act == 'act3') { mochi.MochiScores.showLeaderboard({'boardID': '9b43370d0f19bc74', 'score': _parent.totalscore, 'name': _parent.user}); } if (local_data.data.last_act == 'act4') { mochi.MochiScores.showLeaderboard({'boardID': 'd8a4de1162360cd0', 'score': _parent.totalscore, 'name': _parent.user}); } if (local_data.data.last_act == 'act5') { mochi.MochiScores.showLeaderboard({'boardID': '69403033e2f27dc5', 'score': _parent.totalscore, 'name': _parent.user}); } } } frame 4 { window.ue.gotoAndStop(1); window.failed.gotoAndStop(1); gotoAndStop('main'); } frame 7 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); user = local_data.data.profil_name; highscore = local_data.data.highscore_total; cheats_total = local_data.data.cheats_total; kills = local_data.data.kills_total; head = local_data.data.head_total; arm = local_data.data.arm_total; torso = local_data.data.torso_total; fled = local_data.data.fled_total; nailed = local_data.data.nailed_total; blown = local_data.data.blown_total; used_item_health = local_data.data.used_item_health_total; used_item_kevlar = local_data.data.used_item_kevlar_total; used_items = local_data.data.used_items_total; if (local_data.data.profil_avatar == undefined) { avapic.gotoAndStop('gnomi'); } if (local_data.data.profil_avatar == 'gnomi') { avapic.gotoAndStop('gnomi'); } if (local_data.data.profil_avatar == 'cash') { avapic.gotoAndStop('cash'); } if (local_data.data.profil_avatar == 'ede') { avapic.gotoAndStop('ede'); } if (local_data.data.profil_avatar == 'waldgnom') { avapic.gotoAndStop('waldgnom'); } if (local_data.data.profil_avatar == 'friedhofgnom') { avapic.gotoAndStop('friedhofgnom'); } if (local_data.data.profil_avatar == 'zombie') { avapic.gotoAndStop('zombie'); } if (local_data.data.profil_avatar == 'frenchgnome') { avapic.gotoAndStop('frenchgnome'); } if (local_data.data.profil_avatar == 'jihadgnome') { avapic.gotoAndStop('jihadgnome'); } if (local_data.data.profil_avatar == 'claude') { avapic.gotoAndStop('claude'); } if (local_data.data.profil_avatar == 'gnoman') { avapic.gotoAndStop('gnoman'); } if (local_data.data.profil_avatar == 'elitegnom') { avapic.gotoAndStop('elitegnom'); } if (local_data.data.profil_avatar == 'bruno') { avapic.gotoAndStop('bruno'); } if (local_data.data.profil_avatar == 'bablooba') { avapic.gotoAndStop('bablooba'); } if (local_data.data.profil_avatar == 'isaac') { avapic.gotoAndStop('isaac'); } if (local_data.data.profil_avatar == 'gnon') { avapic.gotoAndStop('gnon'); } if (local_data.data.profil_avatar == 'pliskin') { avapic.gotoAndStop('pliskin'); } if (local_data.data.profil_name == undefined) { user = 'PLAYER'; } if (local_data.data.highscore_total == undefined) { rank = 'Civilian'; highscore = 0; } if (local_data.data.kills_total == undefined) { kills = 0; } if (local_data.data.head_total == undefined) { head = 0; } if (local_data.data.arm_total == undefined) { arm = 0; } if (local_data.data.torso_total == undefined) { torso = 0; } if (local_data.data.fled_total == undefined) { fled = 0; } if (local_data.data.nailed_total == undefined) { nailed = 0; } if (local_data.data.blown_total == undefined) { blown = 0; } if (local_data.data.used_item_health_total == undefined) { used_item_health = 0; } if (local_data.data.used_item_kevlar_total == undefined) { used_item_kevlar = 0; } if (local_data.data.cheats_total == undefined) { cheats_total = 0; } if (local_data.data.highscore_total < 4999) { rank = 'Civilian'; } if (local_data.data.highscore_total > 5000) { rank = 'Noobie'; } if (local_data.data.highscore_total > 10000) { rank = 'Beginner'; } if (local_data.data.highscore_total > 15000) { rank = 'Amateur'; } if (local_data.data.highscore_total > 20000) { rank = 'Blind Mouse'; } if (local_data.data.highscore_total > 25000) { rank = 'Lucky Number'; } if (local_data.data.highscore_total > 30000) { rank = 'Under-Average'; } if (local_data.data.highscore_total > 35000) { rank = 'Hoodlum'; } if (local_data.data.highscore_total > 40000) { rank = 'Gunner'; } if (local_data.data.highscore_total > 45000) { rank = 'Henchman'; } if (local_data.data.highscore_total > 50000) { rank = 'Average'; } if (local_data.data.highscore_total > 75000) { rank = 'Bad Boy'; } if (local_data.data.highscore_total > 100000) { rank = 'Rambo'; } if (local_data.data.highscore_total > 125000) { rank = 'Gnomekiller'; } if (local_data.data.highscore_total > 150000) { rank = 'Gangsta'; } if (local_data.data.highscore_total > 175000) { rank = 'Over-Average'; } if (local_data.data.highscore_total > 200000) { rank = 'Agent'; } if (local_data.data.highscore_total > 300000) { rank = 'Secretagent'; } if (local_data.data.highscore_total > 400000) { rank = 'Enforcer'; } if (local_data.data.highscore_total > 500000) { rank = 'Sharpshooter'; } if (local_data.data.highscore_total > 600000) { rank = 'Dentist'; } if (local_data.data.highscore_total > 700000) { rank = 'Bounty Hunter'; } if (local_data.data.highscore_total > 800000) { rank = 'Hitman'; } if (local_data.data.highscore_total > 900000) { rank = 'Pretty good'; } if (local_data.data.highscore_total > 1000000) { rank = 'Advanced'; } if (local_data.data.highscore_total > 1000000) { rank = 'Advanced'; } if (local_data.data.highscore_total > 1500000) { rank = 'Professional'; } if (local_data.data.highscore_total > 2000000) { rank = 'Elite'; } if (local_data.data.highscore_total > 2500000) { rank = 'Messias'; } if (local_data.data.highscore_total > 3000000) { rank = 'A true hero!'; } } button 281 { on (rollOver) { _root.mainclick.start(); } on (press) { profil.gotoAndStop('create'); } } button 285 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop('main'); _root.gotpokal.start(); } } movieClip 320 { } button 339 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop('create'); } } button 344 { on (rollOver) { _root.mainclick.start(); } on (press) { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); local_data.data.profil = 'true'; local_data.data.profil_name = user; local_data.data.profil_avatar = ava; local_data.flush; _root.user = local_data.data.profil_name; gotoAndStop(1); } } button 346 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop(1); } } button 353 { on (press) { gotoAndStop('pliskin'); } } button 354 { on (press) { nextFrame(); } } button 358 { on (press) { prevFrame(); } } button 403 { on (press) { gotoAndStop('gnomi'); } } movieClip 404 { frame 1 { _parent.ava = 'gnomi'; stop(); } frame 2 { _parent.ava = 'cash'; } frame 3 { _parent.ava = 'ede'; } frame 4 { _parent.ava = 'graf'; } frame 5 { _parent.ava = 'claude'; } frame 6 { _parent.ava = 'gnoman'; } frame 7 { _parent.ava = 'bruno'; } frame 8 { _parent.ava = 'bablooba'; } frame 9 { _parent.ava = 'waldgnom'; } frame 10 { _parent.ava = 'friedhofgnom'; } frame 11 { _parent.ava = 'zombie'; } frame 12 { _parent.ava = 'frenchgnome'; } frame 13 { _parent.ava = 'jihadgnome'; } frame 14 { _parent.ava = 'elitegnom'; } frame 15 { _parent.ava = 'isaac'; } frame 16 { _parent.ava = 'gnon'; } frame 17 { _parent.ava = 'pliskin'; } } movieClip 405 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); stats = local_data.data.profil; if (local_data.data.profil == undefined) { gotoAndStop(2); } if (local_data.data.profil == 'true') { gotoAndStop(1); } if (local_data.data.profil_avatar == undefined) { _parent.avapic.gotoAndStop('gnomi'); } if (local_data.data.profil_avatar == 'gnomi') { _parent.avapic.gotoAndStop('gnomi'); } if (local_data.data.profil_avatar == 'cash') { _parent.avapic.gotoAndStop('cash'); } if (local_data.data.profil_avatar == 'ede') { _parent.avapic.gotoAndStop('ede'); } if (local_data.data.profil_avatar == 'waldgnom') { _parent.avapic.gotoAndStop('waldgnom'); } if (local_data.data.profil_avatar == 'friedhofgnom') { _parent.avapic.gotoAndStop('friedhofgnom'); } if (local_data.data.profil_avatar == 'zombie') { _parent.avapic.gotoAndStop('zombie'); } if (local_data.data.profil_avatar == 'frenchgnome') { _parent.avapic.gotoAndStop('frenchgnome'); } if (local_data.data.profil_avatar == 'jihadgnome') { _parent.avapic.gotoAndStop('jihadgnome'); } if (local_data.data.profil_avatar == 'claude') { _parent.avapic.gotoAndStop('claude'); } if (local_data.data.profil_avatar == 'gnoman') { _parent.avapic.gotoAndStop('gnoman'); } if (local_data.data.profil_avatar == 'elitegnom') { _parent.avapic.gotoAndStop('elitegnom'); } if (local_data.data.profil_avatar == 'bruno') { _parent.avapic.gotoAndStop('bruno'); } if (local_data.data.profil_avatar == 'bablooba') { _parent.avapic.gotoAndStop('bablooba'); } if (local_data.data.profil_avatar == 'isaac') { _parent.avapic.gotoAndStop('isaac'); } if (local_data.data.profil_avatar == 'gnon') { _parent.avapic.gotoAndStop('gnon'); } if (local_data.data.profil_avatar == 'pliskin') { _parent.avapic.gotoAndStop('pliskin'); } stop(); } frame 2 { _root.gotpokal.start(); } frame 4 { _root.gotpokal.start(); local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); user = local_data.data.profil_name; if (local_data.data.profil_name == undefined) { user = 'Enter name here!'; } if (local_data.data.profil_avatar == undefined) { avapic.gotoAndStop('gnomi'); } if (local_data.data.profil_avatar == 'gnomi') { avapic.gotoAndStop('gnomi'); } if (local_data.data.profil_avatar == 'cash') { avapic.gotoAndStop('cash'); } if (local_data.data.profil_avatar == 'ede') { avapic.gotoAndStop('ede'); } if (local_data.data.profil_avatar == 'waldgnom') { avapic.gotoAndStop('waldgnom'); } if (local_data.data.profil_avatar == 'friedhofgnom') { avapic.gotoAndStop('friedhofgnom'); } if (local_data.data.profil_avatar == 'zombie') { avapic.gotoAndStop('zombie'); } if (local_data.data.profil_avatar == 'frenchgnome') { avapic.gotoAndStop('frenchgnome'); } if (local_data.data.profil_avatar == 'jihadgnome') { avapic.gotoAndStop('jihadgnome'); } if (local_data.data.profil_avatar == 'claude') { avapic.gotoAndStop('claude'); } if (local_data.data.profil_avatar == 'gnoman') { avapic.gotoAndStop('gnoman'); } if (local_data.data.profil_avatar == 'elitegnom') { avapic.gotoAndStop('elitegnom'); } if (local_data.data.profil_avatar == 'bruno') { avapic.gotoAndStop('bruno'); } if (local_data.data.profil_avatar == 'bablooba') { avapic.gotoAndStop('bablooba'); } if (local_data.data.profil_avatar == 'isaac') { avapic.gotoAndStop('isaac'); } if (local_data.data.profil_avatar == 'gnon') { avapic.gotoAndStop('gnon'); } if (local_data.data.profil_avatar == 'pliskin') { avapic.gotoAndStop('pliskin'); } } } frame 11 { ach_name = 'Your achievements!'; ach_inhalt = 'Click on an achievement for details.'; } button 416 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Watch the entire Intro-Sequence.'; _root.gotpokal.start(); } } button 418 { on (press) { _root.ach_name = 'The adventure begins - GP 20'; _root.ach_inhalt = 'Watched the entire Introsequence.'; _root.lightswitch.start(); } } movieClip 419 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.saw_intro == 'true') { nextFrame(); } stop(); } } button 420 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Defeated the final boss.'; _root.gotpokal.start(); } } button 422 { on (press) { _root.ach_name = 'Happy Ending - GP 30'; _root.ach_inhalt = 'You defeated the evil king Bablooba.'; _root.lightswitch.start(); } } movieClip 423 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act5 == 'true') { nextFrame(); } stop(); } } button 424 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Kill over 1000 Gnomes.'; _root.gotpokal.start(); } } button 429 { on (press) { _root.ach_name = 'Ubergnomage - GP 30'; _root.ach_inhalt = 'You killed over 1000 Gnomes.'; _root.lightswitch.start(); } } movieClip 430 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.kills_total > 1000) { gotoAndStop(2); } stop(); } } button 431 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Kill over 100 Gnomes with an headshot.'; _root.gotpokal.start(); } } button 433 { on (press) { _root.ach_name = 'Headshot Fetish - GP 10'; _root.ach_inhalt = 'You killed over 100 Gnomes with an headshot.'; _root.lightswitch.start(); } } movieClip 434 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.head_total > 100) { gotoAndStop(2); } stop(); } } button 435 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Kill over 100 Gnomes with a torsoshot.'; _root.gotpokal.start(); } } button 437 { on (press) { _root.ach_name = 'Doctor Gnomi - GP 10'; _root.ach_inhalt = 'You killed over 100 Gnomes with a torsoshot.'; _root.lightswitch.start(); } } movieClip 438 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.torso_total > 200) { gotoAndStop(2); } stop(); } } button 439 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Kill over 100 Gnomes with an armshot.'; _root.gotpokal.start(); } } button 441 { on (press) { _root.ach_name = 'Handyman - GP 10'; _root.ach_inhalt = 'You killed over 100 Gnomes with an armshot.'; _root.lightswitch.start(); } } movieClip 442 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.arm_total > 100) { gotoAndStop(2); } stop(); } } button 443 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Spair the life of over 100 Gnomes.'; _root.gotpokal.start(); } } button 445 { on (press) { _root.ach_name = 'Pacifist? - GP 20'; _root.ach_inhalt = 'Over 100 enemies have survived.'; _root.lightswitch.start(); } } movieClip 446 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.fled_total > 100) { gotoAndStop(2); } stop(); } } button 447 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Beat all acts on GNOMELIKE.'; _root.gotpokal.start(); } } button 449 { on (press) { _root.ach_name = 'Truly Gnomelike! - GP 20'; _root.ach_inhalt = 'You\'ve completed the game on GNOMELIKE.'; _root.lightswitch.start(); } } movieClip 450 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.gotstar_act1 == 'true' and local_data.data.gotstar_act2 == 'true' and local_data.data.gotstar_act3 == 'true' and local_data.data.gotstar_act4 == 'true' and local_data.data.gotstar_act5 == 'true') { gotoAndStop(2); } stop(); } } button 451 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Blow up over 100 Gnomes.'; _root.gotpokal.start(); } } button 453 { on (press) { _root.ach_name = 'Kingdom come - GP 10'; _root.ach_inhalt = 'You\'ve blown up over 100 Gnomes.'; _root.lightswitch.start(); } } movieClip 454 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.blown_total > 100) { gotoAndStop(2); } stop(); } } button 455 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Nail over 50 Gnomes with the nailgun.'; _root.gotpokal.start(); } } button 457 { on (press) { _root.ach_name = 'Artist - GP 10'; _root.ach_inhalt = 'You nailed over 50 Gnomes.'; _root.lightswitch.start(); } } movieClip 458 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.nailed_total > 50) { gotoAndStop(2); } stop(); } } button 459 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Collect at least 50 items.'; _root.gotpokal.start(); } } button 461 { on (press) { _root.ach_name = 'I shall not die! - GP 20'; _root.ach_inhalt = 'Collected more than 50 items.'; _root.lightswitch.start(); } } movieClip 462 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.used_items_total > 50) { gotoAndStop(2); } stop(); } } button 463 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Earn the best trophy on all acts.'; _root.gotpokal.start(); } } button 465 { on (press) { _root.ach_name = 'I\'ve got \'em all! - GP 10'; _root.ach_inhalt = 'Awarded with the best trophy in all acts.'; _root.lightswitch.start(); } } movieClip 466 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.gotpokal_act1 == 'true' and local_data.data.gotpokal_act2 == 'true' and local_data.data.gotpokal_act3 == 'true' and local_data.data.gotpokal_act4 == 'true' and local_data.data.gotpokal_act5 == 'true') { gotoAndStop(2); } stop(); } } button 467 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Complete act1.'; _root.gotpokal.start(); } } button 469 { on (press) { _root.ach_name = 'Oktoberfest!1!one - GP 10'; _root.ach_inhalt = 'Completed act 1.'; _root.lightswitch.start(); } } movieClip 470 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act1 == 'true') { nextFrame(); } stop(); } } button 471 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Complete act2.'; _root.gotpokal.start(); } } button 473 { on (press) { _root.ach_name = 'Behead the Undead - GP 10'; _root.ach_inhalt = 'Completed act 2.'; _root.lightswitch.start(); } } movieClip 474 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act2 == 'true') { nextFrame(); } stop(); } } button 475 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Complete act3.'; _root.gotpokal.start(); } } button 477 { on (press) { _root.ach_name = 'Tout a Coupe! - GP 10'; _root.ach_inhalt = 'Completed act 3.'; _root.lightswitch.start(); } } movieClip 478 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act3 == 'true') { nextFrame(); } stop(); } } button 479 { on (press) { _root.ach_name = 'Achievement locked'; _root.ach_inhalt = 'Complete act4.'; _root.gotpokal.start(); } } button 481 { on (press) { _root.ach_name = 'A ninja made a movement - GP 20'; _root.ach_inhalt = 'Completed act 4.'; _root.lightswitch.start(); } } movieClip 482 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act4 == 'true') { nextFrame(); } stop(); } } frame 16 { score = '0'; } movieClip 508 { frame 1 { stop(); } } movieClip 518 { frame 1 { if (_root.pokal == 'bronze') { gotoAndStop(1); } if (_root.pokal == 'silber') { gotoAndStop(2); } if (_root.pokal == 'gold') { gotoAndStop(3); } if (_root.pokal == 'platin') { gotoAndStop(4); } stop(); } } movieClip 522 { frame 1 { stop(); } } button 523 { on (rollOver) { _root.mainclick.start(); _root.preview.gotoAndStop('act4'); local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.act4_star == 'drei') { stars.gotoAndStop('drei'); } if (local_data.data.act4_star == 'zwei') { stars.gotoAndStop('zwei'); } if (local_data.data.act4_star == 'eins') { stars.gotoAndStop('eins'); } if (local_data.data.act4_star == undefined) { stars.gotoAndStop('null'); } score = local_data.data.highscore_act4; if (local_data.data.highscore_act4 == undefined) { pok.gotoAndStop(1); score = 0; } else { if (local_data.data.highscore_act4 < 2199) { pok.pokal.gotoAndStop(1); } if (local_data.data.highscore_act4 > 2200) { pok.pokal.gotoAndStop(2); } if (local_data.data.highscore_act4 > 3300) { pok.pokal.gotoAndStop(3); } if (local_data.data.highscore_act4 > 4000) { pok.pokal.gotoAndStop(4); } pok.gotoAndStop(2); } } on (press) { _root.choosediff.start(); diff.gotoAndStop('act4'); } on (rollOut) { _root.preview.gotoAndStop(1); pok.gotoAndStop(1); score = 0; stars.gotoAndStop('null'); } } button 524 { on (rollOver) { _root.mainclick.start(); _root.preview.gotoAndStop('act2'); local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.act2_star == 'drei') { stars.gotoAndStop('drei'); } if (local_data.data.act2_star == 'zwei') { stars.gotoAndStop('zwei'); } if (local_data.data.act2_star == 'eins') { stars.gotoAndStop('eins'); } if (local_data.data.act2_star == undefined) { stars.gotoAndStop('null'); } score = local_data.data.highscore_act2; if (local_data.data.highscore_act2 == undefined) { pok.gotoAndStop(1); score = 0; } else { if (local_data.data.highscore_act2 < 2899) { pok.pokal.gotoAndStop(1); } if (local_data.data.highscore_act2 > 2900) { pok.pokal.gotoAndStop(2); } if (local_data.data.highscore_act2 > 6400) { pok.pokal.gotoAndStop(3); } if (local_data.data.highscore_act2 > 10000) { pok.pokal.gotoAndStop(4); } pok.gotoAndStop(2); } } on (press) { _root.choosediff.start(); diff.gotoAndStop('act2'); } on (rollOut) { _root.preview.gotoAndStop(1); pok.gotoAndStop(1); score = 0; stars.gotoAndStop('null'); } } button 525 { on (rollOver) { _root.mainclick.start(); _root.preview.gotoAndStop('act1'); local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.act1_star == 'drei') { stars.gotoAndStop('drei'); } if (local_data.data.act1_star == 'zwei') { stars.gotoAndStop('zwei'); } if (local_data.data.act1_star == 'eins') { stars.gotoAndStop('eins'); } if (local_data.data.act1_star == undefined) { stars.gotoAndStop('null'); } score = local_data.data.highscore_act1; if (local_data.data.highscore_act1 == undefined) { pok.gotoAndStop(1); score = 0; } else { if (local_data.data.highscore_act1 < 1899) { pok.pokal.gotoAndStop(1); } if (local_data.data.highscore_act1 > 1900) { pok.pokal.gotoAndStop(2); } if (local_data.data.highscore_act1 > 3100) { pok.pokal.gotoAndStop(3); } if (local_data.data.highscore_act1 > 3800) { pok.pokal.gotoAndStop(4); } pok.gotoAndStop(2); } } on (press) { _root.choosediff.start(); diff.gotoAndStop('act1'); } on (rollOut) { _root.preview.gotoAndStop(1); pok.gotoAndStop(1); score = 0; stars.gotoAndStop('null'); } } button 526 { on (rollOver) { _root.mainclick.start(); _root.preview.gotoAndStop('act5'); local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.act5_star == 'drei') { stars.gotoAndStop('drei'); } if (local_data.data.act5_star == 'zwei') { stars.gotoAndStop('zwei'); } if (local_data.data.act5_star == 'eins') { stars.gotoAndStop('eins'); } if (local_data.data.act5_star == undefined) { stars.gotoAndStop('null'); } score = local_data.data.highscore_act5; if (local_data.data.highscore_act5 == undefined) { pok.gotoAndStop(1); score = 0; } else { if (local_data.data.highscore_act5 < 2999) { pok.pokal.gotoAndStop(1); } if (local_data.data.highscore_act5 > 3000) { pok.pokal.gotoAndStop(2); } if (local_data.data.highscore_act5 > 6000) { pok.pokal.gotoAndStop(3); } if (local_data.data.highscore_act5 > 7900) { pok.pokal.gotoAndStop(4); } pok.gotoAndStop(2); } } on (press) { _root.choosediff.start(); diff.gotoAndStop('act5'); } on (rollOut) { _root.preview.gotoAndStop(1); pok.gotoAndStop(1); score = 0; stars.gotoAndStop('null'); } } button 527 { on (rollOver) { _root.mainclick.start(); _root.preview.gotoAndStop('act3'); local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.act3_star == 'drei') { stars.gotoAndStop('drei'); } if (local_data.data.act3_star == 'zwei') { stars.gotoAndStop('zwei'); } if (local_data.data.act3_star == 'eins') { stars.gotoAndStop('eins'); } if (local_data.data.act3_star == undefined) { stars.gotoAndStop('null'); } score = local_data.data.highscore_act3; if (local_data.data.highscore_act3 == undefined) { pok.gotoAndStop(1); score = 0; } else { if (local_data.data.highscore_act3 < 1499) { pok.pokal.gotoAndStop(1); } if (local_data.data.highscore_act3 > 1500) { pok.pokal.gotoAndStop(2); } if (local_data.data.highscore_act3 > 2800) { pok.pokal.gotoAndStop(3); } if (local_data.data.highscore_act3 > 3600) { pok.pokal.gotoAndStop(4); } pok.gotoAndStop(2); } } on (press) { _root.choosediff.start(); diff.gotoAndStop('act3'); } on (rollOut) { _root.preview.gotoAndStop(1); pok.gotoAndStop(1); score = 0; stars.gotoAndStop('null'); } } button 528 { on (rollOver) { _root.mainclick.start(); _root.preview.gotoAndStop('credits'); } on (press) { _root.titletheme.stop(); _root.gotoAndStop('creditz'); } on (rollOut) { _root.preview.gotoAndStop(1); } } movieClip 534 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act1 == 'true') { gotoAndStop('act2'); } if (local_data.data.beat_act5 == 'true') { gotoAndStop('cred'); } stop(); } frame 2 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act2 == 'true') { gotoAndStop('act3'); } stop(); } frame 3 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act3 == 'true') { gotoAndStop('act4'); } stop(); } frame 4 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act4 == 'true') { gotoAndStop('act5'); } stop(); } frame 5 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act5 == 'true') { gotoAndStop('cred'); } stop(); } } instance of movieClip 534 { onClipEvent (press) { } } button 535 { on (rollOver) { _root.mainclick.start(); _root.preview.gotoAndStop('history'); } on (press) { _root.choosediff.start(); history.gotoAndStop(2); } on (rollOut) { _root.preview.gotoAndStop(1); stars.gotoAndStop('null'); } } movieClip 537 { frame 1 { stop(); } } button 539 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop(1); } } button 540 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'easy'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act1'); } } button 541 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'normal'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act1'); } } button 542 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'hard'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act1'); } } button 543 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'easy'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act2'); } } button 544 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'normal'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act2'); } } button 545 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'hard'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act2'); } } button 546 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'easy'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act3'); } } button 547 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'normal'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act3'); } } button 548 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'hard'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act3'); } } button 549 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'easy'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act4'); } } button 550 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'normal'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act4'); } } button 551 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'hard'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act4'); } } button 552 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'easy'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act5'); } } button 553 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'normal'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act5'); } } button 554 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.diff = 'hard'; local_data.flush; _root.mainclick.start(); _root.gotoAndPlay('act5'); } } movieClip 555 { frame 1 { stop(); } } button 563 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop(1); } } button 564 { on (rollOver) { _root.mainclick.start(); } on (press) { nextFrame(); } } button 568 { on (rollOver) { _root.mainclick.start(); } on (press) { prevFrame(); } } movieClip 582 { frame 1 { stop(); } } button 588 { on (release, keyPress '<Enter>') { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_total == undefined) { local_data.data.cheats_total = 1; local_data.flush; } local_data.data.cheats_total += 1; local_data.flush; if (answer eq 'iamthegnome') { _parent.gotcheats.gotoAndPlay('god_yes'); local_data.data.cheats_GODMODE = 'on'; local_data.flush; _root.chaching.start(); } if (answer eq 'trueskill') { _parent.gotcheats.gotoAndPlay('god_no'); local_data.data.cheats_GODMODE = 'off'; local_data.flush; _root.chaching.start(); } if (answer eq 'ontour') { _parent.gotcheats.gotoAndPlay('all_levels'); local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.beat_act5 = 'true'; local_data.flush; _root.chaching.start(); } if (answer eq 'showdowntwn') { _parent.gotcheats.gotoAndPlay('weap_rev'); local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.beat_diff_easy = 'true'; local_data.flush; _root.chaching.start(); } if (answer eq 'lochlochy') { _parent.gotcheats.gotoAndPlay('weap_nail'); local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.beat_diff_normal = 'true'; local_data.flush; _root.chaching.start(); } if (answer eq 'laboum') { _parent.gotcheats.gotoAndPlay('weap_launcher'); local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.beat_diff_hard = 'true'; local_data.flush; _root.chaching.start(); } answer = ''; } } movieClip 591 { frame 1 { answer = ''; } } movieClip 598 { frame 1 { stop(); } frame 26 { stop(); } frame 51 { stop(); } frame 76 { stop(); } frame 102 { stop(); } frame 127 { stop(); } frame 152 { stop(); } } movieClip 603 { } button 605 { on (press) { easter.gotoAndStop(2); } } movieClip 618 { } button 620 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop(1); } } movieClip 635 { } movieClip 644 { frame 1 { stop(); } } frame 26 { stop(); } movieClip 647 { frame 1 { stop(); } frame 40 { _root.nextFrame(); } } movieClip 649 { frame 1 { _root.titletheme.stop(); } frame 24 { black.play(); stop(); } } frame 27 { _root.gotoAndStop('act5_1'); } movieClip 658 { } movieClip 670 { } movieClip 672 { } movieClip 675 { } movieClip 677 { } movieClip 679 { } movieClip 681 { } movieClip 686 { } movieClip 687 { } movieClip 693 { frame 20 { gotoAndPlay(1); } } movieClip 694 { } movieClip 696 { } movieClip 719 { } button 727 { on (press) { if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 730 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('head'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 732 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 735 { on (press) { if (this.hit == undefined) { this.hit = 0; } if (_root.hand.waffe == 'revolver') { this.hit += 5; } if (_root.hand.waffe == 'launcher') { _parent.gotoAndPlay('blown'); } this.hit += 1; play(); } } movieClip 742 { frame 7 { stop(); } } movieClip 744 { frame 1 { if (hit > 4) { gotoAndStop('putt'); } } frame 2 { gotoAndPlay(1); } frame 3 { _parent.testweste = 'yeah'; _root.boom.start(); } } movieClip 748 { frame 1 { if (hit > 4) { gotoAndStop('putt'); } } frame 2 { gotoAndPlay(1); } frame 3 { _parent.testhelm = 'yeah'; _root.boom.start(); } } movieClip 757 { } movieClip 759 { } movieClip 760 { frame 10 { stop(); } } button 762 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'nailgun') { if (wall == 'false') { gotoAndPlay('torso'); } if (wall == 'true') { gotoAndPlay('nailed'); } } } } button 764 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('head'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('head'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('head'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 765 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 766 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } movieClip 807 { } movieClip 816 { frame 7 { stop(); } } movieClip 823 { frame 65 { stop(); } } movieClip 824 { frame 50 { stop(); } } movieClip 847 { frame 6 { gotoAndPlay(1); } } movieClip 859 { frame 100 { stop(); } } movieClip 869 { frame 50 { stop(); } } movieClip 879 { frame 9 { stop(); } } movieClip 922 { frame 7 { gotoAndPlay(1); } } movieClip 943 { } movieClip 1012 { frame 15 { _root.matsch3.start(); } frame 25 { stop(); } } movieClip 1023 { frame 1 { wall = 'false'; testweste = 'hellno'; testhelm = 'hellno'; } frame 1 { wall = 'false'; stop(); } frame 3 { _root.reload.start(); } frame 17 { _root.AK_shot.start(); } frame 18 { _root.AK_shot.start(); } frame 18 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 19 { _root.AK_shot.start(); } frame 20 { _root.AK_shot.start(); } frame 21 { _root.AK_shot.start(); } frame 22 { _root.AK_shot.start(); } frame 23 { _root.AK_shot.start(); } frame 23 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 24 { _root.AK_shot.start(); } frame 25 { _root.AK_shot.start(); } frame 26 { _root.AK_shot.start(); } frame 27 { _root.AK_shot.start(); } frame 28 { _root.AK_shot.start(); } frame 28 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 29 { _root.AK_shot.start(); } frame 34 { gotoAndPlay('shot'); } frame 36 { _root.score += 25; _root.gegner.start(); } frame 50 { if (testweste == 'hellno') { geg_schutz.gotoAndStop('fled'); } if (testhelm == 'hellno') { geg_helm.gotoAndStop('fled'); } } frame 74 { _root.kills += 1; } frame 75 { if (_root.kills == _root.zahl) { _root.endgame.play(); } } frame 76 { _root.score -= 50; _root.geflohen += 1; stop(); } frame 77 { if (testweste == 'hellno') { geg_schutz.gotoAndStop('fled'); } _root.score += 25; _root.kills += 1; _root.kopf += 1; _root.matsch1.start(); _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 84 { } frame 87 { _root.matsch2.start(); } frame 91 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 94 { if (testweste == 'hellno') { geg_schutz.gotoAndStop('fled'); } if (testhelm == 'hellno') { geg_helm.gotoAndStop('fled'); } _root.score += 75; _root.kills += 1; _root.arm += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 101 { if (_root.kills == _root.zahl) { _root.endgame.play(); } } frame 101 { _root.matsch3.start(); stop(); } frame 105 { if (testhelm == 'hellno') { geg_helm.gotoAndStop('fled'); } _root.score += 50; _root.kills += 1; _root.nailed += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 107 { _root.matsch2.start(); } frame 111 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 114 { if (testweste == 'hellno') { geg_schutz.gotoAndStop('fled'); } if (testhelm == 'hellno') { geg_helm.gotoAndStop('fled'); } _root.score += 75; _root.kills += 1; _root.arm += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 120 { _root.kreisch.start(); } frame 151 { _root.matsch1.start(); } frame 167 { _root.matsch3.start(); } frame 170 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 172 { _root.score += 50; _root.kills += 1; _root.blown += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 172 { _root.matsch1.start(); _root.explode.start(); } frame 175 { _root.matsch2.start(); } frame 176 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 177 { _root.score += 50; _root.kills += 1; _root.darm += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 177 { if (testhelm == 'hellno') { geg_helm.gotoAndStop('fled'); } _root.matsch1.start(); } frame 202 { _root.matsch2.start(); } frame 205 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } } movieClip 1029 { } movieClip 1032 { } movieClip 1034 { } movieClip 1036 { } movieClip 1051 { } movieClip 1054 { instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } } movieClip 1071 { } movieClip 1073 { } movieClip 1083 { } movieClip 1088 { } movieClip 1102 { } movieClip 1138 { } movieClip 1171 { } movieClip 1194 { } movieClip 1198 { } movieClip 1200 { } movieClip 1202 { } movieClip 1207 { } movieClip 1220 { } movieClip 1223 { } movieClip 1228 { } movieClip 1234 { frame 1 { stop(); } } movieClip 1240 { } movieClip 1244 { } movieClip 1296 { } movieClip 1305 { frame 1 { _root.titletheme.stop(); } frame 64 { _root.boden1.start(); } instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } frame 66 { _root.boden2.start(); } frame 68 { _root.boden1.start(); } frame 70 { _root.boden2.start(); } frame 71 { _root.boden1.start(); } frame 72 { _root.boden1.start(); } frame 73 { _root.boden2.start(); } frame 74 { _root.boden2.start(); } frame 75 { _root.boden1.start(); } frame 76 { _root.boden1.start(); } frame 77 { _root.boden2.start(); } frame 78 { _root.boden2.start(); } frame 79 { _root.boden1.start(); } frame 80 { _root.boden1.start(); } frame 81 { _root.boden2.start(); } frame 82 { _root.boden2.start(); } frame 83 { _root.boden1.start(); } frame 84 { _root.boden1.start(); } frame 85 { _root.boden2.start(); } frame 86 { _root.boden2.start(); } frame 88 { _root.boden1.start(); } frame 90 { _root.boden2.start(); } instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } instance of movieClip 1034 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_ue', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 631 { _root.grass2.start(); } frame 635 { _root.grass2.start(); } frame 639 { _root.grass1.start(); } frame 643 { _root.grass1.start(); } frame 646 { _root.grass2.start(); } frame 650 { _root.grass2.start(); } frame 653 { _root.grass1.start(); } frame 658 { _root.grass1.start(); } frame 660 { _root.grass2.start(); } frame 664 { _root.grass2.start(); } frame 668 { _root.grass1.start(); } frame 672 { _root.grass1.start(); } frame 675 { _root.grass2.start(); } frame 679 { _root.grass2.start(); } frame 683 { _root.grass1.start(); } frame 687 { _root.grass1.start(); } frame 697 { _root.grass2.start(); } frame 705 { _root.grass1.start(); } frame 712 { _root.grass2.start(); } frame 720 { _root.grass1.start(); } frame 725 { _root.grass2.start(); } frame 728 { _root.grass2.start(); } frame 733 { _root.grass1.start(); } frame 736 { _root.grass1.start(); } frame 740 { _root.grass2.start(); } frame 743 { _root.grass2.start(); } frame 748 { _root.grass1.start(); } frame 751 { _root.grass1.start(); } frame 760 { _root.grass2.start(); } frame 764 { _root.grass2.start(); } frame 768 { _root.grass1.start(); } frame 772 { _root.grass1.start(); } frame 775 { _root.grass2.start(); } frame 779 { _root.grass2.start(); } frame 783 { _root.grass1.start(); } frame 787 { _root.grass1.start(); } frame 794 { _root.grass2.start(); } frame 798 { _root.grass2.start(); } frame 802 { _root.grass1.start(); } frame 806 { _root.grass1.start(); } frame 809 { _root.grass2.start(); } frame 1203 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.saw_intro == undefined) { local_data.data.saw_intro = 'true'; local_data.flush; _root.achievements.play(); _root.achievements.text = 'The adventure begins - GP 20'; } } frame 1238 { _parent.gotoAndStop('act1'); } } movieClip 1313 { } movieClip 1317 { frame 1 { stop(); } frame 52 { stop(); } } movieClip 1319 { } instance of movieClip 1319 { onClipEvent (keyPress '<Space>') { _root.nextFrame(); } } frame 32 { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.last_act = 'act1'; local_data.data.lastweapon = 'pistol'; local_data.flush; stop(); } movieClip 1324 { frame 1 { _root.titletheme.stop(); } frame 24 { black.play(); stop(); } } frame 33 { zahl = 11; used_item_health = 0; used_item_kevlar = 0; score = 0; kills = 0; nailed = 0; blown = 0; kopf = 0; darm = 0; arm = 0; geflohen = 0; used_items = 0; local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.kills_total > 0) { kills = 0; } if (local_data.data.arm_total > 0) { arm = 0; } if (local_data.data.torso_total > 0) { darm = 0; } if (local_data.data.head_total > 0) { kopf = 0; } if (local_data.data.fled_total > 0) { geflohen = 0; } } movieClip 1328 { } instance of movieClip 1328 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 1340 { } button 1342 { on (press) { if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 1345 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 1347 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('head'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } movieClip 1351 { frame 6 { stop(); } } movieClip 1355 { frame 6 { stop(); } } button 1356 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('head'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('head'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('head'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 1357 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 1358 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 1359 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'nailgun') { if (wall == 'false') { gotoAndPlay('torso'); } if (wall == 'true') { gotoAndPlay('nailed'); } } } } movieClip 1399 { } movieClip 1404 { frame 50 { stop(); } } movieClip 1412 { } movieClip 1417 { frame 50 { stop(); } } movieClip 1493 { frame 1 { wall = 'false'; stop(); } frame 10 { _root.enemyshot.start(); local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 19 { gotoAndPlay('Shot'); } frame 23 { _root.score += 25; } frame 23 { _root.gegner.start(); } frame 59 { _root.score -= 50; _root.kills += 1; _root.geflohen += 1; } frame 60 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 63 { _root.score += 25; _root.kills += 1; _root.kopf += 1; if (_root.kills == _root.zahl) { _root.endgame.play(); } _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 63 { _root.matsch1.start(); } frame 77 { _root.matsch2.start(); } frame 78 { stop(); } frame 82 { _root.score += 75; _root.kills += 1; _root.arm += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 86 { _root.kreisch.start(); } frame 107 { _root.matsch2.start(); } frame 110 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 114 { _root.score += 75; _root.kills += 1; _root.arm += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 120 { _root.matsch3.start(); } frame 121 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 124 { _root.score += 50; _root.kills += 1; _root.darm += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 124 { _root.matsch1.start(); } frame 152 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 154 { _root.score += 50; _root.kills += 1; _root.nailed += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 155 { _root.matsch2.start(); } frame 160 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 161 { _root.score += 50; _root.kills += 1; _root.blown += 1; } frame 161 { _root.matsch1.start(); _root.explode.start(); _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 164 { _root.matsch2.start(); } frame 165 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } } movieClip 1494 { frame 1 { stop(); } frame 59 { g8.play(); } frame 62 { g9.play(); } frame 73 { _root.wave1.play(); } frame 97 { g10.play(); stop(); } } movieClip 1496 { } instance of movieClip 1496 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 1497 { frame 1 { stop(); } frame 10 { g4.play(); } frame 64 { g5.play(); g5.wall = 'true'; } frame 121 { stop(); g6.play(); _root.wave1.play(); } } movieClip 1499 { } instance of movieClip 1499 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } button 1503 { on (press) { function getRandomLabel() { var v1 = new Array('health', 'kevlar'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } if (_root.hand.waffe == 'launcher') { gotoAndPlay('niete'); } if (_root.hand.waffe == 'pistol') { this.gotoAndPlay(getRandomLabel()); } if (_root.hand.waffe == 'revolver') { this.gotoAndPlay(getRandomLabel()); } if (_root.hand.waffe == 'nailgun') { this.gotoAndPlay(getRandomLabel()); } } } movieClip 1516 { frame 1 { stop(); } frame 2 { _root.gotitem.gotoAndPlay('health'); _root.health.gotoAndStop(1); _root.kisteputt.start(); _root.used_item_health += 1; _root.used_items += 1; } frame 5 { stop(); } frame 8 { _root.schutz.kevlar = 'yes'; _root.schutz.gotoAndStop('true'); _root.schutz.weste.gotoAndStop(1); _root.gotitem.gotoAndPlay('kevlar'); _root.kisteputt.start(); _root.used_item_kevlar += 1; _root.used_items += 1; } frame 11 { stop(); } frame 14 { _root.kisteputt.start(); _root.explode.start(); } frame 19 { stop(); } } movieClip 1517 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { nextFrame(); } stop(); } } instance of movieClip 158 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 1518 { frame 15 { g1.play(); } frame 33 { g2.play(); } frame 76 { g3.play(); } frame 115 { _root.wave2.play(); stop(); } frame 124 { g7.play(); _root.wave3.play(); } frame 129 { stop(); } frame 138 { stop(); g11.play(); } } instance of movieClip 160 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } movieClip 1556 { frame 1 { _parent.laden = 'false'; } frame 1 { stop(); } frame 3 { gotoAndPlay(1); } frame 5 { _root.clip.gun.clip = 'empty'; _parent.laden = 'true'; } frame 12 { _root.reload2.start(); } frame 22 { _root.reload3.start(); } frame 27 { _root.clip.gun.gotoAndStop(1); gotoAndStop(1); } frame 35 { _root.clip.gun.clip = 'empty'; _parent.laden = 'true'; } frame 42 { _root.reload2.start(); } frame 49 { _root.clip.gun.gotoAndStop(1); gotoAndStop(1); } } movieClip 1591 { frame 1 { _parent.laden = 'false'; } frame 1 { stop(); } frame 3 { gotoAndPlay(1); } frame 4 { _root.clip.revolver.clip = 'empty'; _parent.laden = 'true'; } frame 7 { _root.rev_reload.start(); } frame 24 { _root.rev_reload2.start(); } frame 30 { _root.rev_reload3.start(); } frame 35 { _root.clip.revolver.gotoAndStop(1); gotoAndStop(1); } } movieClip 1627 { frame 1 { stop(); _parent.laden = 'false'; } frame 3 { gotoAndPlay(1); } frame 4 { _root.clip.launcher.clip = 'empty'; _parent.laden = 'true'; } frame 7 { _root.rev_reload.start(); } frame 22 { _root.reload3.start(); } frame 26 { _root.reload.start(); } frame 27 { _root.reload.start(); } frame 28 { _root.launcherreload.start(); } frame 29 { _root.reload.start(); } frame 30 { _root.reload.start(); } frame 31 { _root.reload.start(); } frame 32 { _root.clip.launcher.gotoAndStop(1); gotoAndStop(1); } } movieClip 1683 { frame 1 { stop(); _parent.laden = 'false'; } frame 3 { gotoAndPlay(1); } frame 4 { _root.clip.nailgun.clip = 'empty'; _parent.laden = 'true'; } frame 9 { _root.nailreload2.start(); } frame 25 { _root.nailreload1.start(); } frame 34 { _root.clip.nailgun.gotoAndStop(1); gotoAndStop(1); } frame 36 { _root.clip.nailgun.clip = 'empty'; _parent.laden = 'true'; } frame 41 { _root.nailreload2.start(); } frame 57 { _root.nailreload1.start(); } frame 78 { _root.clip.nailgun.gotoAndStop(1); gotoAndStop(1); } } movieClip 1684 { frame 1 { stop(); waffe = 'pistol'; } instance gun of movieClip 1556 { onClipEvent (mouseDown) { if (_root.clip.gun.clip == 'empty') { _root.empty.start(); _root.clip.gun.gotoAndStop('empty'); } if (_root.clip.gun.clip == 'full') { _root.gunshot.start(); _root.clip.gun.nextFrame(); play(); } } } frame 2 { waffe = 'revolver'; } instance revolver of movieClip 1591 { onClipEvent (mouseDown) { if (_root.clip.revolver.clip == 'empty') { _root.empty.start(); _root.clip.revolver.gotoAndStop('empty'); } if (_root.clip.revolver.clip == 'full') { _root.rev.start(); _root.clip.revolver.nextFrame(); play(); } } } frame 3 { waffe = 'launcher'; } instance launcher of movieClip 1627 { onClipEvent (mouseDown) { if (_root.clip.launcher.clip == 'empty') { _root.empty.start(); _root.clip.launcher.gotoAndStop('empty'); } if (_root.clip.launcher.clip == 'full') { _root.launchershot.start(); _root.clip.launcher.nextFrame(); play(); } } } frame 4 { waffe = 'nailgun'; } instance nailgun of movieClip 1683 { onClipEvent (mouseDown) { if (_root.clip.nailgun.clip == 'empty') { _root.empty.start(); _root.clip.nailgun.gotoAndStop('empty'); } if (_root.clip.nailgun.clip == 'full') { _root.nailshot2.start(); _root.clip.nailgun.nextFrame(); play(); } } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } movieClip 1687 { } button 1689 { on (keyPress 'r') { if (_root.hand.laden == 'false') { clip = 'empty'; _root.reload.start(); _root.hand.gun.gotoAndPlay('reload2'); } } on (keyPress '<Space>') { if (_root.hand.laden == 'false') { clip = 'empty'; _root.reload.start(); _root.hand.gun.gotoAndPlay('reload2'); } } } button 1690 { on (keyPress 'r') { if (_root.hand.laden == 'false') { clip = 'empty'; _root.reload.start(); _root.hand.gun.gotoAndPlay('reload'); } } on (keyPress '<Space>') { if (_root.hand.laden == 'false') { clip = 'empty'; _root.reload.start(); _root.hand.gun.gotoAndPlay('reload'); } } } movieClip 1692 { } movieClip 1693 { frame 5 { gotoAndPlay(1); } } movieClip 1694 { frame 1 { stop(); clip = 'full'; } frame 2 { stop(); } 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(); } frame 15 { stop(); } frame 16 { stop(); } frame 17 { stop(); } frame 18 { clip = 'empty'; } } button 1700 { on (keyPress 'r') { if (_root.hand.laden == 'false') { clip = 'empty'; _root.hand.revolver.gotoAndPlay('reload'); } } on (keyPress '<Space>') { if (_root.hand.laden == 'false') { clip = 'empty'; _root.hand.revolver.gotoAndPlay('reload'); } } } movieClip 1706 { frame 1 { clip = 'full'; } frame 1 { stop(); } frame 7 { clip = 'empty'; } } button 1710 { on (keyPress 'r') { if (_root.hand.laden == 'false') { clip = 'empty'; _root.hand.launcher.gotoAndPlay('reload'); } } on (keyPress '<Space>') { if (_root.hand.laden == 'false') { clip = 'empty'; _root.hand.launcher.gotoAndPlay('reload'); } } } movieClip 1714 { frame 1 { clip = 'full'; } frame 1 { stop(); } frame 5 { clip = 'empty'; } } button 1718 { on (keyPress 'r') { if (_root.hand.laden == 'false') { clip = 'empty'; _root.hand.nailgun.gotoAndPlay('reload'); } } on (keyPress '<Space>') { if (_root.hand.laden == 'false') { clip = 'empty'; _root.hand.nailgun.gotoAndPlay('reload'); } } } button 1731 { on (keyPress 'r') { if (_root.hand.laden == 'false') { clip = 'empty'; _root.hand.nailgun.gotoAndPlay('reload2'); } } on (keyPress '<Space>') { if (_root.hand.laden == 'false') { clip = 'empty'; _root.hand.nailgun.gotoAndPlay('reload2'); } } } movieClip 1732 { frame 1 { clip = 'full'; } frame 1 { stop(); } frame 14 { clip = 'empty'; } } movieClip 1733 { frame 1 { stop(); } } movieClip 1735 { frame 1 { if (_root.clip.gun.clip == 'full') { _parent.gotoAndStop('false'); } if (_root.clip.gun.clip == 'empty') { _parent.gotoAndStop('true'); } if (_root.clip.revolver.clip == 'full') { _parent.gotoAndStop('false'); } if (_root.clip.revolver.clip == 'empty') { _parent.gotoAndStop('true'); } if (_root.clip.nailgun.clip == 'full') { _parent.gotoAndStop('false'); } if (_root.clip.nailgun.clip == 'empty') { _parent.gotoAndStop('true'); } if (_root.clip.launcher.clip == 'full') { _parent.gotoAndStop('false'); } if (_root.clip.launcher.clip == 'empty') { _parent.gotoAndStop('true'); } } } movieClip 1737 { frame 1 { stop(); } frame 2 { stop(); } } button 1742 { on (keyPress '2') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_diff_easy == 'true') { _root.wchange.start(); _root.hud_waffen.gotoAndPlay(2); _root.hand.gotoAndStop('revolver'); _root.clip.gotoAndStop('revolver'); local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.lastweapon = 'revolver'; local_data.flush; } } } movieClip 1743 { } button 1746 { on (keyPress '1') { _root.wchange.start(); _root.hud_waffen.gotoAndPlay(2); _root.hand.gotoAndStop('pistol'); _root.clip.gotoAndStop('pistol'); local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.lastweapon = 'pistol'; local_data.flush; } } movieClip 1747 { } button 1750 { on (keyPress '4') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_diff_hard == 'true') { _root.wchange.start(); _root.hud_waffen.gotoAndPlay(2); _root.hand.gotoAndStop('launcher'); _root.clip.gotoAndStop('launcher'); local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.lastweapon = 'launcher'; local_data.flush; } } } movieClip 1751 { } button 1754 { on (keyPress '3') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_diff_normal == 'true') { _root.wchange.start(); _root.hud_waffen.gotoAndPlay(2); _root.hand.gotoAndStop('nailgun'); _root.clip.gotoAndStop('nailgun'); local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.lastweapon = 'nailgun'; local_data.flush; } } } movieClip 1755 { } movieClip 1757 { frame 1 { stop(); } } movieClip 1758 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_diff_easy == 'true') { noweap1.nextFrame(); } if (local_data.data.beat_diff_normal == 'true') { noweap2.nextFrame(); } if (local_data.data.beat_diff_hard == 'true') { noweap3.nextFrame(); } } } movieClip 1760 { frame 1 { stop(); } } movieClip 1764 { frame 1 { stop(); } frame 40 { _root.nextFrame(); } } movieClip 1771 { frame 36 { stop(); } } movieClip 1772 { frame 1 { stop(); } frame 2 { _root.gothit.start(); } } movieClip 1774 { frame 1 { stop(); } frame 36 { stopAllSounds(); _root.gotoAndStop('gameover'); } } movieClip 1784 { frame 1 { stop(); _root.zip.start(); } frame 50 { _root.boom.start(); _parent.gotoAndStop(1); stop(); } } movieClip 1786 { frame 1 { stop(); kevlar = 'no'; } frame 4 { kevlar = 'yes'; } } movieClip 1790 { frame 1 { stop(); } frame 21 { gotoAndStop(1); } frame 25 { _root.schutz.kevlar = 'yes'; } frame 44 { gotoAndStop(1); } } movieClip 1817 { } movieClip 1818 { frame 1 { mc_combo._alpha = 0; stop(); } frame 2 { if (_parent.combototal > 1) { mc_combo._alpha = 100; _root.sound_combo.start(); _root.combotimer += 1; } } frame 25 { _parent.gotoAndStop(1); _parent.combototal = 0; } } movieClip 1821 { frame 1 { combototal = 0; } } movieClip 1824 { } movieClip 1844 { } movieClip 1846 { } movieClip 1848 { } movieClip 1851 { } movieClip 1852 { } movieClip 1866 { } movieClip 1882 { } movieClip 1884 { } movieClip 1896 { } movieClip 1898 { } movieClip 1904 { } movieClip 1908 { } movieClip 1910 { } movieClip 1917 { } movieClip 1921 { frame 1 { _root.grass1.start(); } frame 10 { _root.grass2.start(); } frame 20 { _root.grass1.start(); } frame 29 { _root.grass1.start(); } frame 37 { _root.grass2.start(); } frame 44 { _root.grass2.start(); } frame 45 { _root.grass1.start(); } frame 83 { _root.wusch.start(); } frame 111 { _root.nextFrame(); } } instance of movieClip 1319 { onClipEvent (keyPress '<Space>') { _root.nextFrame(); } } frame 35 { zahl = 23; local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.lastweapon == 'pistol') { _root.hand.gotoAndStop('pistol'); _root.clip.gotoAndStop('pistol'); } if (local_data.data.lastweapon == 'revolver') { _root.hand.gotoAndStop('revolver'); _root.clip.gotoAndStop('revolver'); } if (local_data.data.lastweapon == 'launcher') { _root.hand.gotoAndStop('launcher'); _root.clip.gotoAndStop('launcher'); } if (local_data.data.lastweapon == 'nailgun') { _root.hand.gotoAndStop('nailgun'); _root.clip.gotoAndStop('nailgun'); } } movieClip 1924 { } instance of movieClip 1924 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 1926 { } instance of movieClip 1926 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 160 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 1927 { frame 1 { stop(); } frame 11 { g17.play(); stop(); } } movieClip 1929 { } instance of movieClip 1929 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 1931 { } instance of movieClip 1931 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 1932 { frame 20 { g12.play(); } frame 38 { g13.play(); _root.wave5.play(); stop(); } frame 86 { g18.play(); _root.wave5.play(); } frame 137 { g19.play(); stop(); } } movieClip 1936 { } movieClip 1937 { frame 1 { stop(); } frame 5 { stop(); } } instance gnoman of movieClip 1937 { onClipEvent (rollOver) { _root.gnoman.play(); } } movieClip 1939 { } instance of movieClip 1939 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 1940 { frame 1 { stop(); } frame 33 { g22.play(); } frame 39 { g23.play(); stop(); } } movieClip 1942 { } instance of movieClip 1942 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.wasser.start(); _root.attachMovie('hole_wasser', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 1945 { } instance of movieClip 1945 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.metall.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 1946 { } instance of movieClip 1946 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gummi.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 1948 { } instance of movieClip 1948 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 1949 { frame 1 { stop(); } frame 10 { g14.play(); } frame 24 { g15.play(); } frame 53 { g16.play(); g16.wall = 'true'; stop(); _root.wave4.play(); _root.wave6.play(); } frame 68 { g21.play(); } frame 88 { _root.wave7.play(); } frame 258 { g24.play(); stop(); } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } movieClip 1953 { } movieClip 1987 { frame 3 { _root.blinzel.start(); } frame 6 { _root.blinzel.start(); } frame 24 { _parent.play(); stop(); } } movieClip 2018 { } movieClip 2028 { } movieClip 2034 { } movieClip 2037 { } movieClip 2040 { } movieClip 2041 { } movieClip 2058 { frame 7 { stop(); } } movieClip 2061 { } movieClip 2062 { frame 9 { gotoAndPlay(1); } } movieClip 2084 { frame 1 { _root.grass1.start(); } frame 5 { _root.grass2.start(); } frame 10 { _root.grass1.start(); } frame 11 { _root.grass2.start(); } frame 18 { _root.blinzel.start(); } frame 32 { _root.blinzel.start(); } frame 41 { _root.blinzel.start(); } frame 46 { stop(); } frame 47 { _root.boom.start(); } frame 76 { _root.blinzel.start(); } frame 79 { _root.blinzel.start(); } instance of movieClip 1939 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 189 { _root.empty.start(); } frame 193 { _root.empty.start(); } frame 229 { ede.schnabel.gotoAndStop(1); } frame 234 { ede.schnabel.play(); } frame 267 { ede.schnabel.play(); } frame 282 { ede.schnabel.gotoAndStop(1); } frame 408 { _root.wusch.start(); } frame 430 { _root.nextFrame(); } } instance of movieClip 1319 { onClipEvent (keyPress '<Space>') { _root.nextFrame(); } } frame 37 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.lastweapon == 'pistol') { _root.hand.gotoAndStop('pistol'); _root.clip.gotoAndStop('pistol'); } if (local_data.data.lastweapon == 'revolver') { _root.hand.gotoAndStop('revolver'); _root.clip.gotoAndStop('revolver'); } if (local_data.data.lastweapon == 'launcher') { _root.hand.gotoAndStop('launcher'); _root.clip.gotoAndStop('launcher'); } if (local_data.data.lastweapon == 'nailgun') { _root.hand.gotoAndStop('nailgun'); _root.clip.gotoAndStop('nailgun'); } uhr.hit = 0; _root.bossmusik_ede.start(0, 1000); ede.ede.ede.schnabel.gotoAndStop(1); } movieClip 2088 { } instance of movieClip 2088 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 160 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 160 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 2091 { } instance of movieClip 2091 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 2093 { } instance of movieClip 2093 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 2095 { frame 10 { _root.tick.start(); } frame 28 { _root.tock.start(); } frame 37 { gotoAndPlay(1); } } movieClip 2103 { } movieClip 2104 { } movieClip 2105 { frame 1 { reloj_mc.onEnterFrame = function () { objDate = new Date(); hora = objDate.getHours(); minutos = objDate.getMinutes(); segundos = objDate.getSeconds(); reloj_mc.hora_mc._rotation = hora * 360 / 12 + minutos * 29 / 59; reloj_mc.minutero_mc._rotation = minutos * 360 / 60; reloj_mc.segundero_mc._rotation = segundos * 360 / 60; reloj_mc.hora_display = hora + ':' + minutos + ':' + segundos; }; } } movieClip 2110 { frame 1 { if (hit > 10) { gotoAndPlay('box'); } } frame 2 { gotoAndPlay(1); } frame 4 { _root.boom.start(); _root.kiste.play(); } frame 8 { stop(); } } instance uhr of movieClip 2110 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.uhr.hit += 10; _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.uhr.hit += 1; _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 2111 { frame 1 { stop(); } frame 14 { stop(); } } movieClip 2193 { frame 1 { schnabel.gotoAndStop(1); } frame 9 { _root.wusch.start(); } frame 25 { _root.wusch.start(); } frame 41 { _root.wusch.start(); } frame 57 { _root.wusch.start(); } frame 64 { _root.attack.gotoAndStop('bier'); _root.ede.play(); _parent.gotoAndPlay(1); } } movieClip 2195 { frame 9 { gotoAndPlay(1); } } movieClip 2210 { } movieClip 2212 { } movieClip 2213 { } movieClip 2222 { frame 22 { schnabel.gotoAndStop(1); } frame 25 { schnabel.play(); } frame 26 { _root.fart.start(); } frame 30 { schnabel.gotoAndStop(1); } frame 35 { _root.fart.start(); } frame 47 { _root.attack.gotoAndStop('ei'); _root.ede.play(); _parent.gotoAndPlay(1); } } movieClip 2251 { frame 1 { schnabel.gotoAndStop(1); } frame 14 { _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); } frame 25 { _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); _root.ede_health.prevFrame(); } frame 33 { _root.ede.play(); _parent.gotoAndPlay(1); } } movieClip 2258 { frame 6 { schnabel.gotoAndStop(1); } frame 9 { schnabel.play(); } frame 36 { schnabel.gotoAndStop(1); } frame 40 { schnabel.play(); } frame 56 { schnabel.gotoAndStop(1); } frame 58 { schnabel.play(); _parent.gotoAndPlay('bye'); } frame 65 { stop(); } } movieClip 2262 { frame 15 { stop(); } } movieClip 2264 { frame 13 { gotoAndPlay(1); } } movieClip 2265 { frame 8 { _root.matsch3.start(); } frame 40 { _root.gnomedance.play(); stop(); } } movieClip 2266 { frame 50 { stop(); } frame 52 { _root.explode.start(); _root.matsch1.start(); _root.matsch2.start(); _root.matsch3.start(); } frame 55 { stop(); } } movieClip 2267 { frame 1 { ede.schnabel.gotoAndStop(1); } frame 97 { _parent.stop(); } frame 106 { function getRandomLabel() { var v1 = new Array('bier', 'bier2', 'ei', 'drink'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndStop(getRandomLabel()); } } movieClip 2268 { frame 100 { gotoAndPlay(1); } } instance ede of movieClip 2268 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.ede_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.ede_health.nextFrame(); _root.ede_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.ede_health.nextFrame(); _root.ede_health.nextFrame(); _root.ede_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.ede_health.nextFrame(); _root.ede_health.nextFrame(); _root.ede_health.nextFrame(); _root.ede_health.nextFrame(); _root.ede_health.nextFrame(); _root.ede_health.nextFrame(); _root.ede_health.nextFrame(); _root.ede_health.nextFrame(); _root.ede_health.nextFrame(); _root.ede_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_ede', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } button 2273 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('head'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('head'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('head'); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } } movieClip 2281 { frame 9 { _root.enemyshot.start(); local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 18 { gotoAndPlay('Shot'); } frame 22 { _root.score += 25; _root.kills += 1; _root.kopf += 1; } frame 22 { _root.matsch1.start(); } } movieClip 2282 { instance of movieClip 2195 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); _root.ede_health.nextFrame(); _root.attachMovie('hole_ede', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2195 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); _root.attachMovie('hole_ede', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2212 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2212 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2195 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); _root.attachMovie('hole_ede', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 59 { _parent.gotoAndStop(1); stop(); } } button 2283 { on (press) { gotoAndStop('hit'); if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } } movieClip 2284 { frame 7 { stop(); } } movieClip 2285 { frame 11 { _root.glas.start(); local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } stop(); } frame 15 { _root.glas.start(); _root.score += 5; } } movieClip 2286 { frame 35 { _parent.gotoAndStop(1); stop(); } } movieClip 2287 { frame 1 { stop(); } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } movieClip 2295 { frame 1 { stop(); } frame 195 { _root.ede.ede.gotoAndStop('die'); _root.score += 500; _root.ede.stop(); _root.nextFrame(); } } frame 38 { _root.bossmusik_ede.stop(); _root.explode.start(); } movieClip 2304 { } movieClip 2310 { } movieClip 2311 { frame 1 { function getRandomLabel() { var v1 = new Array('dance1', 'dance2', 'dance3'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndStop(getRandomLabel()); } } movieClip 2315 { } movieClip 2316 { frame 1 { stop(); } frame 2 { _root.gnomedance_track.start(); } frame 70 { _root.black.play(); stop(); } } movieClip 2321 { frame 66 { stop(); } } frame 39 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act1 == undefined) { local_data.data.beat_act1 = 'true'; local_data.flush; } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (score > 1) { if (local_data.data.diff == 'easy') { totalscore = score * 1.2; multiapple.gotoAndStop(2); } if (local_data.data.diff == 'normal') { totalscore = score * 1.4; multiapple.gotoAndStop(3); } if (local_data.data.diff == 'hard') { totalscore = score * 1.6; multiapple.gotoAndStop(4); } } else { totalscore = score; } } else { totalscore = score; } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.act1_star == 'drei') { local_data.data.act1_star = 'drei'; } else { if (local_data.data.act1_star == 'zwei') { if (local_data.data.diff == 'hard') { local_data.data.act1_star = 'drei'; local_data.data.gotstar_act1 = 'true'; } } else { if (local_data.data.act1_star == 'eins') { if (local_data.data.diff == 'normal') { local_data.data.act1_star = 'zwei'; } if (local_data.data.diff == 'hard') { local_data.data.act1_star = 'drei'; } } else { if (local_data.data.diff == 'easy') { local_data.data.act1_star = 'eins'; } if (local_data.data.diff == 'normal') { local_data.data.act1_star = 'zwei'; } if (local_data.data.diff == 'hard') { local_data.data.act1_star = 'drei'; local_data.data.gotstar_act1 = 'true'; } } } } } local_data = SharedObject.getLocal('Gnomotron_Data'); if (totalscore < 0) { pokal = 'bronze'; } if (totalscore > 0) { pokal = 'bronze'; } if (totalscore > 1900) { pokal = 'silber'; } if (totalscore > 3100) { pokal = 'gold'; } if (totalscore > 3800) { pokal = 'platin'; local_data.data.gotpokal_act1 = 'true'; local_data.flush; } local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.highscore_act1 == undefined) { local_data.data.highscore_act1 = totalscore; local_data.flush; _root.newhighscore.nextFrame(); } if (local_data.data.highscore_act1 < totalscore) { local_data.data.highscore_act1 = totalscore; local_data.flush; _root.newhighscore.nextFrame(); } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.highscore_total > 0) { local_data.data.highscore_total += totalscore; local_data.flush; } if (local_data.data.highscore_total == undefined) { local_data.data.highscore_total = totalscore; local_data.flush; } if (local_data.data.kills_total == undefined) { local_data.data.kills_total = 6; local_data.flush; } if (local_data.data.kills_total > 0) { local_data.data.kills_total += kills; local_data.flush; } if (local_data.data.head_total == undefined) { local_data.data.head_total = 1; local_data.flush; } if (local_data.data.head_total > 0) { local_data.data.head_total += kopf; local_data.flush; } if (local_data.data.arm_total == undefined) { local_data.data.arm_total = 1; local_data.flush; } if (local_data.data.arm_total > 0) { local_data.data.arm_total += arm; local_data.flush; } if (local_data.data.torso_total == undefined) { local_data.data.torso_total = 1; local_data.flush; } if (local_data.data.torso_total > 0) { local_data.data.torso_total += darm; local_data.flush; } if (local_data.data.fled_total == undefined) { local_data.data.fled_total = 1; local_data.flush; } if (local_data.data.fled_total > 0) { local_data.data.fled_total += geflohen; local_data.flush; } if (local_data.data.nailed_total == undefined) { local_data.data.nailed_total = 1; local_data.flush; } if (local_data.data.nailed_total > 0) { local_data.data.nailed_total += nailed; local_data.flush; } if (local_data.data.blown_total == undefined) { local_data.data.blown_total = 1; local_data.flush; } if (local_data.data.blown_total > 0) { local_data.data.blown_total += blown; local_data.flush; } if (local_data.data.used_item_health_total == undefined) { local_data.data.used_item_health_total = 1; local_data.flush; } if (local_data.data.used_item_health_total > 0) { local_data.data.used_item_health_total += used_item_health; local_data.flush; } if (local_data.data.used_item_kevlar_total == undefined) { local_data.data.used_item_kevlar_total = 1; local_data.flush; } if (local_data.data.used_item_kevlar_total > 0) { local_data.data.used_item_kevlar_total += used_item_kevlar; local_data.flush; } if (local_data.data.used_items_total == undefined) { local_data.data.used_items_total = 1; local_data.flush; } if (local_data.data.used_items_total > 0) { local_data.data.used_items_total += used_items; local_data.flush; } } frame 39 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); user = local_data.data.profil_name; local_data.flush; } movieClip 2325 { frame 7 { _root.explode.start(); } frame 8 { stop(); } } movieClip 2329 { } movieClip 2331 { } movieClip 2380 { frame 5 { _root.explode.start(); stop(); } } movieClip 2383 { frame 5 { _root.explode.start(); stop(); } } movieClip 2386 { frame 5 { _root.explode.start(); stop(); } } movieClip 2389 { frame 5 { _root.explode.start(); stop(); } } movieClip 2390 { frame 1 { if (_root.pokal == 'bronze') { gotoAndStop(1); } if (_root.pokal == 'silber') { gotoAndStop(2); } if (_root.pokal == 'gold') { gotoAndStop(3); } if (_root.pokal == 'platin') { gotoAndStop(4); } stop(); } } button 2400 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); local_data.data.leaders = 'weiter'; local_data.flush; if (local_data.data.gotnewhigh == 'true') { _parent.window.gotoAndStop('newscore'); } else { _root.play(); } } } button 2403 { on (release) { _parent.window.gotoAndStop(2); } } movieClip 2404 { frame 2 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.ach_pokal == undefined) { local_data.data.ach_pokal = 'false'; local_data.flush; } if (local_data.data.ach_star == undefined) { local_data.data.ach_star = 'false'; local_data.flush; } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.ach_items_used == undefined) { local_data.data.ach_items_used = 'false'; local_data.flush; } if (local_data.data.ach_head == undefined) { local_data.data.ach_head = 'false'; local_data.flush; } if (local_data.data.ach_torso == undefined) { local_data.data.ach_torso = 'false'; local_data.flush; } if (local_data.data.ach_arm == undefined) { local_data.data.ach_arm = 'false'; local_data.flush; } if (local_data.data.ach_fled == undefined) { local_data.data.ach_fled = 'false'; local_data.flush; } if (local_data.data.ach_kills == undefined) { local_data.data.ach_kills = 'false'; local_data.flush; } local_data.data.ach_nailed = undefined; if (local_data.data.ach_nailed) { local_data.data.ach_nailed = 'false'; local_data.flush; } if (local_data.data.ach_blown == undefined) { local_data.data.ach_blown = 'false'; local_data.flush; } } frame 4 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.ach_actone == 'false') { if (local_data.data.beat_act1 == 'true') { _root.achievements.play(); _root.achievements.text = 'Completed act 1.'; local_data.data.ach_actone = 'true'; local_data.flush; } } local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.ach_acttwo == 'false') { if (local_data.data.beat_act2 == 'true') { _root.achievements.play(); _root.achievements.text = 'Completed act 2.'; local_data.data.ach_acttwo = 'true'; local_data.flush; } } local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.ach_actthree == 'false') { if (local_data.data.beat_act3 == 'true') { _root.achievements.play(); _root.achievements.text = 'Completed act 3.'; local_data.data.ach_actthree = 'true'; local_data.flush; } } local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.ach_actfour == 'false') { if (local_data.data.beat_act4 == 'true') { _root.achievements.play(); _root.achievements.text = 'Completed act 4.'; local_data.data.ach_actfour = 'true'; local_data.flush; } } local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.ach_star == 'false') { if (local_data.data.gotstar_act1 == 'true' and local_data.data.gotstar_act2 == 'true' and local_data.data.gotstar_act3 == 'true' and local_data.data.gotstar_act4 == 'true' and local_data.data.gotstar_act5 == 'true') { _root.achievements.play(); _root.achievements.text = 'Truly Gnomelike!'; local_data.data.ach_star = 'true'; local_data.flush; } } if (local_data.data.ach_pokal == 'false') { if (local_data.data.gotpokal_act1 == 'true' and local_data.data.gotpokal_act2 == 'true' and local_data.data.gotpokal_act3 == 'true' and local_data.data.gotpokal_act4 == 'true' and local_data.data.gotpokal_act5 == 'true') { _root.achievements.play(); _root.achievements.text = 'Got the best trophy on all acts.'; local_data.data.ach_pokal = 'true'; local_data.flush; } } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.ach_head == 'false') { if (local_data.data.head_total > 100) { _root.achievements.play(); _root.achievements.text = 'Killed 100 Gnomes with headshots.'; local_data.data.ach_head = 'true'; local_data.flush; } } if (local_data.data.ach_torso == 'false') { if (local_data.data.torso_total > 100) { _root.achievements.play(); _root.achievements.text = 'Killed 100 Gnomes with torsoshots.'; local_data.data.ach_torso = 'true'; local_data.flush; } } if (local_data.data.ach_arm == 'false') { if (local_data.data.arm_total > 100) { _root.achievements.play(); _root.achievements.text = 'Killed 100 Gnomes with armshots.'; local_data.data.ach_arm = 'true'; local_data.flush; } } if (local_data.data.ach_fled == 'false') { if (local_data.data.fled_total > 100) { _root.achievements.play(); _root.achievements.text = 'You\'ve spaired the life of 100 Gnomes.'; local_data.data.ach_fled = 'true'; local_data.flush; } } if (local_data.data.ach_kills == 'false') { if (local_data.data.kills_total > 1000) { _root.achievements.play(); _root.achievements.text = 'You killed over 1000 Gnomes.'; local_data.data.ach_kills = 'true'; local_data.flush; } } if (local_data.data.ach_nailed == 'false') { if (local_data.data.nailed_total > 50) { _root.achievements.play(); _root.achievements.text = 'You nailed over 50 Gnomes.'; local_data.data.ach_nailed = 'true'; local_data.flush; } } if (local_data.data.ach_blown == 'false') { if (local_data.data.blown_total > 100) { _root.achievements.play(); _root.achievements.text = 'Over 100 Gnomes have been blown up.'; local_data.data.ach_blown = 'true'; local_data.flush; } } if (local_data.data.ach_items_used == 'false') { if (local_data.data.used_items_total > 50) { _root.achievements.play(); _root.achievements.text = 'Used over 50 items.'; local_data.data.ach_items_used = 'true'; local_data.flush; } } } frame 17 { _root.kisteopen.start(); } frame 39 { _root.gotpokal.start(); } frame 68 { stop(); } } movieClip 2420 { } movieClip 2421 { frame 1 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); local_data.data.gotnewhigh = 'false'; local_data.flush; stop(); } frame 2 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); local_data.data.gotnewhigh = 'true'; local_data.flush; } } movieClip 2434 { } movieClip 2437 { frame 1 { stop(); } } button 2442 { on (rollOver) { _root.mainclick.start(); } on (press) { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.gotnewhigh == 'true') { nextFrame(); } else { _parent.gotoAndStop('main'); } } } button 2443 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop(1); } } button 2448 { on (rollOver) { _root.mainclick.start(); } on (press) { _parent.play(); } } button 2450 { on (rollOver) { _root.mainclick.start(); } on (press) { Mouse.show(); failed.play(); ue.gotoAndStop(2); local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.last_act == 'act1') { mochi.MochiScores.showLeaderboard({'boardID': 'cfc1b50214cb5f98', 'score': _parent.totalscore, 'name': _parent.user}); } if (local_data.data.last_act == 'act2') { mochi.MochiScores.showLeaderboard({'boardID': '672a2f8a836542cb', 'score': _parent.totalscore, 'name': _parent.user}); } if (local_data.data.last_act == 'act3') { mochi.MochiScores.showLeaderboard({'boardID': '9b43370d0f19bc74', 'score': _parent.totalscore, 'name': _parent.user}); } if (local_data.data.last_act == 'act4') { mochi.MochiScores.showLeaderboard({'boardID': 'd8a4de1162360cd0', 'score': _parent.totalscore, 'name': _parent.user}); } if (local_data.data.last_act == 'act5') { mochi.MochiScores.showLeaderboard({'boardID': '69403033e2f27dc5', 'score': _parent.totalscore, 'name': _parent.user}); } } } movieClip 2451 { frame 1 { stop(); } } frame 40 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); Mouse.hide(); if (local_data.data.leaders == 'weiter') { play(); } else { gotoAndStop('main'); } } frame 41 { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.last_act = 'act2'; local_data.data.lastweapon = 'pistol'; local_data.flush; stop(); } movieClip 2455 { frame 1 { _root.titletheme.stop(); } frame 24 { black.play(); stop(); } } frame 42 { zahl = 13; used_item_health = 0; used_item_kevlar = 0; score = 0; kills = 0; nailed = 0; blown = 0; kopf = 0; darm = 0; arm = 0; geflohen = 0; used_items = 0; local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.kills_total > 0) { kills = 0; } if (local_data.data.arm_total > 0) { arm = 0; } if (local_data.data.torso_total > 0) { darm = 0; } if (local_data.data.head_total > 0) { kopf = 0; } if (local_data.data.fled_total > 0) { geflohen = 0; } } movieClip 2460 { } movieClip 2467 { } movieClip 2469 { } instance of movieClip 2469 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 2474 { } instance of movieClip 2474 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 2496 { } button 2500 { on (press) { if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 2504 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 2505 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('head'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 2514 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('head'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('head'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('head'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 2515 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 2516 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 2517 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'nailgun') { if (wall == 'false') { gotoAndPlay('torso'); } if (wall == 'true') { gotoAndPlay('nailed'); } } } } movieClip 2537 { } movieClip 2575 { frame 50 { stop(); } } movieClip 2659 { frame 1 { wall = 'false'; stop(); } frame 12 { _root.enemyshot.start(); local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 16 { _root.enemyshot.start(); local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 18 { gotoAndPlay('shot'); } frame 19 { _root.score += 25; _root.gegner.start(); } frame 54 { _root.score -= 50; _root.kills += 1; _root.geflohen += 1; } frame 55 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 56 { _root.score += 25; _root.kills += 1; _root.kopf += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 56 { _root.matsch1.start(); } frame 66 { _root.matsch2.start(); } frame 70 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 73 { _root.score += 25; _root.kills += 1; _root.darm += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 73 { _root.matsch1.start(); } frame 92 { _root.matsch2.start(); } frame 95 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 95 { _root.matsch3.start(); } frame 98 { _root.score += 75; _root.kills += 1; _root.arm += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 102 { _root.matsch3.start(); } frame 103 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 107 { _root.score += 50; _root.kills += 1; _root.nailed += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 107 { } frame 108 { _root.matsch2.start(); } frame 113 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 116 { _root.score += 75; _root.kills += 1; _root.kopf += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 120 { _root.kreisch.start(); } frame 141 { _root.wchange.start(); } frame 148 { _root.enemyshot.start(); } frame 155 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 155 { _root.matsch3.start(); } frame 159 { _root.score += 50; _root.kills += 1; _root.blown += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 159 { _root.matsch1.start(); _root.explode.start(); } frame 162 { _root.matsch2.start(); } frame 163 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } } movieClip 2660 { frame 1 { stop(); } frame 11 { en3.gotoAndPlay('shot'); } frame 50 { en4.gotoAndPlay('shot'); en4.wall = 'true'; } frame 78 { _root.wave3.play(); } frame 91 { en5.gotoAndPlay('shot'); stop(); } frame 99 { en10.gotoAndPlay('shot'); en10.wall = 'true'; } frame 117 { en11.gotoAndPlay('shot'); en11.wall = 'true'; stop(); } frame 128 { en13.gotoAndPlay('shot'); stop(); } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 2661 { frame 20 { en1.gotoAndPlay('shot'); en1.wall = 'true'; } frame 44 { en2.gotoAndPlay('shot'); } frame 62 { _root.wave2.play(); stop(); } frame 73 { en66.gotoAndPlay('shot'); } frame 101 { en8.gotoAndPlay('shot'); } frame 124 { _root.wave2.play(); } frame 169 { en9.gotoAndPlay('shot'); } frame 227 { en12.gotoAndPlay('shot'); _root.wave2.play(); stop(); } } instance of movieClip 2467 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 2662 { frame 1 { stop(); } frame 10 { en7.gotoAndPlay('shot'); en7.wall = 'true'; } frame 40 { _root.wave1.play(); stop(); } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } movieClip 2679 { } movieClip 2713 { frame 3 { _root.woosch.start(); } frame 7 { _root.grass1.start(); } frame 38 { _root.blinzel.start(); } frame 48 { _root.blinzel.start(); } frame 58 { _root.blinzel.start(); } frame 80 { _root.grass2.start(); } frame 89 { _root.wusch2.start(); } frame 100 { _root.nextFrame(); } } instance of movieClip 1319 { onClipEvent (keyPress '<Space>') { _root.nextFrame(); } } frame 44 { zahl = 19; local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.lastweapon == 'pistol') { _root.hand.gotoAndStop('pistol'); _root.clip.gotoAndStop('pistol'); } if (local_data.data.lastweapon == 'revolver') { _root.hand.gotoAndStop('revolver'); _root.clip.gotoAndStop('revolver'); } if (local_data.data.lastweapon == 'launcher') { _root.hand.gotoAndStop('launcher'); _root.clip.gotoAndStop('launcher'); } if (local_data.data.lastweapon == 'nailgun') { _root.hand.gotoAndStop('nailgun'); _root.clip.gotoAndStop('nailgun'); } } movieClip 2720 { } movieClip 2732 { frame 1 { stop(); } frame 7 { _parent.play(); stop(); } } movieClip 2733 { frame 164 { gnoman.play(); stop(); } frame 211 { stop(); } } movieClip 2735 { } instance of movieClip 2735 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 2740 { } instance of movieClip 2740 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 2763 { } movieClip 2767 { } button 2768 { on (press) { nextFrame(); _parent._parent.gotoAndPlay('dead'); } } movieClip 2769 { frame 1 { stop(); } frame 2 { _root.matsch1.start(); } } button 2772 { on (press) { if (_root.hand.waffe == 'launcher') { _parent._parent._parent.gotoAndPlay('blown'); } play(); _root.score += 10; } } movieClip 2773 { frame 1 { stop(); } frame 8 { stop(); } } movieClip 2775 { frame 1 { stop(); } frame 8 { stop(); } } button 2777 { on (press) { if (_root.hand.waffe == 'launcher') { _parent._parent._parent.gotoAndPlay('blown'); } play(); _root.score += 10; } } movieClip 2778 { frame 1 { stop(); } frame 8 { stop(); } } movieClip 2780 { frame 1 { stop(); } frame 8 { stop(); } } movieClip 2781 { } movieClip 2782 { } button 2784 { on (press) { if (_root.hand.waffe == 'launcher') { _parent._parent.gotoAndPlay('blown'); } play(); } } movieClip 2785 { frame 1 { stop(); } frame 2 { _root.matsch3.start(); _root.score += 75; _root.arm += 1; } frame 10 { stop(); } } movieClip 2787 { frame 1 { stop(); } frame 2 { _root.matsch3.start(); _root.score += 75; _root.arm += 1; } frame 10 { stop(); } } movieClip 2788 { frame 20 { gotoAndPlay(1); } } movieClip 2792 { frame 1 { stop(); } } button 2793 { on (press) { if (_root.hand.waffe == 'launcher') { _parent.gotoAndPlay('blown'); } nextFrame(); } } movieClip 2794 { frame 16 { stop(); } } movieClip 2795 { frame 1 { stop(); } frame 2 { _root.matsch1.start(); _root.score += 25; _root.kopf += 1; } } movieClip 2797 { } button 2798 { on (press) { _parent.stop(); _root.gegner.start(); _root.score += 15; play(); } } movieClip 2799 { frame 1 { stop(); } frame 16 { stop(); _parent._parent.gotoAndStop(1); } } movieClip 2800 { frame 20 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } _parent.gotoAndStop(1); stop(); } } movieClip 2801 { frame 1 { stop(); } } button 2802 { on (press) { if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } movieClip 2821 { frame 1 { _root.loch.start(); } frame 21 { _root.boing.start(); } frame 69 { attack.nextFrame(); } frame 113 { _root.wchange.start(); } frame 121 { gotoAndPlay('attack'); } frame 125 { kopf.mund.nextFrame(); _root.score += 50; _root.kills += 1; _root.combosystem.gotoAndStop('start'); _root.combosystem.combotime.gotoAndPlay('play'); } frame 139 { if (_root.kills == _root.zahl) { _root.endgame.play(); } } frame 139 { arm.stop(); _root.matsch2.start(); } frame 140 { stop(); _parent.zombie_no += 1; if (_parent.zombie_no == 3) { _root.att2.play(); } } frame 144 { _root.score += 50; _root.kills += 1; _root.blown += 1; _root.combosystem.gotoAndStop('start'); _root.combosystem.combotime.gotoAndPlay('play'); } frame 144 { _root.matsch1.start(); _root.explode.start(); } frame 147 { _root.matsch2.start(); } frame 148 { if (_root.kills == _root.zahl) { _root.endgame.play(); } } frame 148 { stop(); _parent.zombie_no += 1; if (_parent.zombie_no == 3) { _root.att2.play(); } } } movieClip 2822 { frame 176 { stop(); } } movieClip 2829 { } instance of movieClip 2829 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 2844 { frame 1 { _root.kreisch.start(); } frame 16 { stop(); } } movieClip 2845 { frame 196 { stop(); } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } movieClip 2848 { } movieClip 2867 { } movieClip 2876 { frame 1 { if (hit > 10) { gotoAndPlay('box'); } } frame 2 { gotoAndPlay(1); } frame 5 { _root.graf_buste.start(); } frame 10 { stop(); } } movieClip 2881 { } movieClip 2947 { } movieClip 2948 { frame 1 { stop(); } } movieClip 2992 { } movieClip 3015 { } movieClip 3017 { } movieClip 3133 { frame 5 { stop(); } } movieClip 3157 { frame 2 { _root.wolf.start(); } frame 4 { _root.grass1.start(); } frame 10 { _root.grass2.start(); } frame 16 { _root.grass1.start(); } frame 25 { _root.woosch.start(); } frame 37 { _root.woosch.start(); } frame 97 { _root.explode.start(); } frame 655 { _root.blinzel.start(); } frame 720 { _root.blinzel.start(); } frame 782 { _root.wusch.start(); } frame 805 { _root.nextFrame(); } } instance of movieClip 1319 { onClipEvent (keyPress '<Space>') { _root.nextFrame(); } } frame 46 { zahl = 9999; local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.lastweapon == 'pistol') { _root.hand.gotoAndStop('pistol'); _root.clip.gotoAndStop('pistol'); } if (local_data.data.lastweapon == 'revolver') { _root.hand.gotoAndStop('revolver'); _root.clip.gotoAndStop('revolver'); } if (local_data.data.lastweapon == 'launcher') { _root.hand.gotoAndStop('launcher'); _root.clip.gotoAndStop('launcher'); } if (local_data.data.lastweapon == 'nailgun') { _root.hand.gotoAndStop('nailgun'); _root.clip.gotoAndStop('nailgun'); } } frame 46 { _root.wolf.stop(); _root.bossmusik_graf.start(0, 1000); buste.hit = 0; buste2.hit = 0; buste3.hit = 0; } instance buste2 of movieClip 2876 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.buste2.hit += 10; _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.buste2.hit += 1; _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance buste3 of movieClip 2876 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.buste3.hit += 10; _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.buste3.hit += 1; _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance buste of movieClip 2876 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.buste.hit += 10; _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.buste.hit += 1; _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2469 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.busch.start(); _root.attachMovie('hole_busch', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2460 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 2881 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 3163 { frame 25 { gotoAndPlay(1); } } movieClip 3167 { frame 5 { gotoAndPlay(1); } } movieClip 3180 { } movieClip 3191 { frame 25 { gotoAndPlay(1); } } movieClip 3192 { frame 15 { gotoAndPlay(1); } } movieClip 3195 { frame 9 { gotoAndPlay(1); } } movieClip 3197 { } movieClip 3206 { frame 9 { gotoAndPlay(1); } frame 26 { stop(); } } movieClip 3211 { } movieClip 3212 { } movieClip 3217 { frame 1 { stop(); } } movieClip 3220 { } movieClip 3234 { } movieClip 3256 { } movieClip 3269 { frame 9 { gotoAndPlay(1); } } movieClip 3270 { frame 20 { gotoAndPlay(1); } } button 3273 { on (press) { gotoAndPlay('hutattack'); } } movieClip 3276 { } movieClip 3293 { } movieClip 3294 { } movieClip 3313 { frame 20 { _root.boing.start(); } instance of movieClip 3256 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.graf_health.graffly == 'dead') { gotoAndPlay('die2'); } _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 67 { hut.gotoAndStop(2); } frame 76 { _parent.play(); stop(); } instance of movieClip 3269 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.graf_health.graffly == 'dead') { gotoAndPlay('die2'); } _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3270 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.graf_health.graffly == 'dead') { gotoAndPlay('die2'); } _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3220 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.graf_health.graffly == 'dead') { gotoAndPlay('die2'); } _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3269 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.graf_health.graffly == 'dead') { gotoAndPlay('die2'); } _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 77 { _root.plasma.start(); } instance of movieClip 3220 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 90 { bum.gotoAndPlay('bum'); if (_root.att2.zombies == 'false') { _root.att2.gotoAndPlay(2); } } frame 95 { gotoAndStop('normal'); } instance of movieClip 3270 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.graf_health.graffly == 'dead') { gotoAndPlay('die2'); } _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3220 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.graf_health.graffly == 'dead') { gotoAndPlay('die2'); } _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 196 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 211 { _parent.gotoAndPlay('start'); gotoAndStop('normal'); } frame 213 { hut.gotoAndStop(1); } instance of movieClip 3256 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.graf_health.graffly == 'dead') { gotoAndPlay('die2'); } _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 233 { _root.matsch2.start(); } instance of movieClip 3293 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3294 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3256 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.graf_health.graffly == 'dead') { gotoAndPlay('die2'); } _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3256 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.graf_health.graffly == 'dead') { gotoAndPlay('die2'); } _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 279 { _parent.gotoAndStop(1); gotoAndPlay('backup'); } } movieClip 3314 { frame 1 { stop(); } frame 22 { grafman.gotoAndPlay('zombies'); } frame 52 { grafman.gotoAndPlay('zombies'); } frame 83 { grafman.gotoAndPlay('ueberattack'); stop(); } } movieClip 3315 { frame 1 { function getRandomLabel() { var v1 = new Array('rechts_eins', 'rechts_zwei', 'rechts_drei', 'rechts_vier'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } if (_root.graf_health.graffly == 'false') { this.gotoAndPlay(getRandomLabel()); } if (_root.graf_health.graffly == 'true') { gotoAndPlay('time2fly_rechts'); } } instance of movieClip 3180 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3163 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3191 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 37 { gotoAndPlay('links'); } instance of movieClip 3192 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3195 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3192 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 73 { gotoAndPlay('links'); } instance of movieClip 3180 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3163 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3197 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 77 { _root.plasma.start(); } frame 90 { bum.gotoAndPlay('bum'); _root.att1.gotoAndStop('rechts'); } frame 113 { gotoAndPlay('links'); } instance of movieClip 3180 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3163 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3197 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 117 { _root.plasma.start(); } frame 130 { bum.gotoAndPlay('bum'); if (_root.att2.zombies == 'false') { _root.att2.gotoAndPlay(2); } } frame 153 { gotoAndPlay('links'); } frame 185 { function getRandomLabel() { var v1 = new Array('links_eins', 'links_zwei', 'links_drei', 'links_vier'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } if (_root.graf_health.graffly == 'false') { this.gotoAndPlay(getRandomLabel()); } if (_root.graf_health.graffly == 'true') { gotoAndPlay('time2fly_links'); } } instance of movieClip 3180 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3163 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3191 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 223 { gotoAndPlay('rechts'); } instance of movieClip 3192 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3195 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3192 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 259 { gotoAndPlay('rechts'); } instance of movieClip 3197 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3163 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3191 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 263 { _root.plasma.start(); } frame 276 { bum.gotoAndPlay('bum'); _root.att1.gotoAndStop('links'); } frame 299 { gotoAndPlay('rechts'); } instance of movieClip 3197 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3163 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3191 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 303 { _root.plasma.start(); } frame 316 { bum.gotoAndPlay('bum'); if (_root.att2.zombies == 'false') { _root.att2.gotoAndPlay(2); } } frame 339 { gotoAndPlay('rechts'); } frame 371 { gotoAndPlay(1); } instance of movieClip 3180 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3163 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3191 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 392 { stop(); } instance of movieClip 3180 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3163 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3191 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 415 { gotoAndPlay('flytime'); } } movieClip 3319 { frame 1 { zombies = 'false'; zombie_no = 0; } frame 1 { stop(); } frame 2 { zombies = 'true'; } frame 9 { stop(); } } button 3322 { on (press) { c = 1; if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); play(); _parent.stop(); } } movieClip 3326 { frame 1 { stop(); } frame 2 { _root.score += 5; } frame 10 { _root.att1.gotoAndStop(1); stop(); } } movieClip 3327 { frame 15 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } _parent.gotoAndStop(1); } } movieClip 3328 { frame 1 { stop(); } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } movieClip 3334 { frame 1 { stop(); graffly = 'false'; } frame 83 { graffly = 'true'; } frame 101 { _root.boss_graf.grafani.grafman.wing.nextFrame(); } frame 120 { _root.boss_graf.grafani.grafman.wing.nextFrame(); } frame 141 { _root.boss_graf.grafani.grafman.wing.nextFrame(); } frame 163 { _root.boss_graf.grafani.grafman.wing.nextFrame(); } frame 185 { _root.score += 500; _root.graf.stop(); _root.hutmove.stop(); _root.explode.start(); _root.nextFrame(); } } frame 47 { _root.bossmusik_graf.stop(); _root.explode.start(); } movieClip 3410 { frame 1 { hut.gotoAndStop(1); } frame 1 { wing.gotoAndStop(4); } instance of movieClip 3270 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.graf_health.graffly == 'dead') { gotoAndPlay('die2'); } _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 16 { _root.explode.start(); _root.matsch1.start(); _root.matsch3.start(); } frame 21 { _root.matsch2.start(); } instance of movieClip 3293 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3294 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); _root.graf_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3256 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 234 { _root.gnomedance.play(); stop(); } } frame 48 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); user = local_data.data.profil_name; local_data.flush; } frame 48 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act2 == undefined) { local_data.data.beat_act2 = 'true'; local_data.flush; } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (score > 1) { if (local_data.data.diff == 'easy') { totalscore = score * 1.2; multiapple.gotoAndStop(2); } if (local_data.data.diff == 'normal') { totalscore = score * 1.4; multiapple.gotoAndStop(3); } if (local_data.data.diff == 'hard') { totalscore = score * 1.6; multiapple.gotoAndStop(4); } } else { totalscore = score; } } else { totalscore = score; } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.act2_star == 'drei') { local_data.data.act2_star = 'drei'; } else { if (local_data.data.act2_star == 'zwei') { if (local_data.data.diff == 'hard') { local_data.data.act2_star = 'drei'; local_data.data.gotstar_act2 = 'true'; } } else { if (local_data.data.act2_star == 'eins') { if (local_data.data.diff == 'normal') { local_data.data.act2_star = 'zwei'; } if (local_data.data.diff == 'hard') { local_data.data.act2_star = 'drei'; } } else { if (local_data.data.diff == 'easy') { local_data.data.act2_star = 'eins'; } if (local_data.data.diff == 'normal') { local_data.data.act2_star = 'zwei'; } if (local_data.data.diff == 'hard') { local_data.data.act2_star = 'drei'; local_data.data.gotstar_act2 = 'true'; } } } } } local_data = SharedObject.getLocal('Gnomotron_Data'); if (totalscore < 0) { pokal = 'bronze'; } if (totalscore > 0) { pokal = 'bronze'; } if (totalscore > 2900) { pokal = 'silber'; } if (totalscore > 6400) { pokal = 'gold'; } if (totalscore > 10000) { pokal = 'platin'; local_data.data.gotpokal_act2 = 'true'; local_data.flush; } local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.highscore_act2 == undefined) { local_data.data.highscore_act2 = totalscore; local_data.flush; _root.newhighscore.nextFrame(); } if (local_data.data.highscore_act2 < totalscore) { local_data.data.highscore_act2 = totalscore; local_data.flush; _root.newhighscore.nextFrame(); } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.highscore_total > 0) { local_data.data.highscore_total += totalscore; local_data.flush; } if (local_data.data.highscore_total == undefined) { local_data.data.highscore_total = totalscore; local_data.flush; } if (local_data.data.kills_total == undefined) { local_data.data.kills_total = 6; local_data.flush; } if (local_data.data.kills_total > 0) { local_data.data.kills_total += kills; local_data.flush; } if (local_data.data.head_total == undefined) { local_data.data.head_total = 1; local_data.flush; } if (local_data.data.head_total > 0) { local_data.data.head_total += kopf; local_data.flush; } if (local_data.data.arm_total == undefined) { local_data.data.arm_total = 1; local_data.flush; } if (local_data.data.arm_total > 0) { local_data.data.arm_total += arm; local_data.flush; } if (local_data.data.torso_total == undefined) { local_data.data.torso_total = 1; local_data.flush; } if (local_data.data.torso_total > 0) { local_data.data.torso_total += darm; local_data.flush; } if (local_data.data.fled_total == undefined) { local_data.data.fled_total = 1; local_data.flush; } if (local_data.data.fled_total > 0) { local_data.data.fled_total += geflohen; local_data.flush; } if (local_data.data.nailed_total == undefined) { local_data.data.nailed_total = 1; local_data.flush; } if (local_data.data.nailed_total > 0) { local_data.data.nailed_total += nailed; local_data.flush; } if (local_data.data.blown_total == undefined) { local_data.data.blown_total = 1; local_data.flush; } if (local_data.data.blown_total > 0) { local_data.data.blown_total += blown; local_data.flush; } if (local_data.data.used_item_health_total == undefined) { local_data.data.used_item_health_total = 1; local_data.flush; } if (local_data.data.used_item_health_total > 0) { local_data.data.used_item_health_total += used_item_health; local_data.flush; } if (local_data.data.used_item_kevlar_total == undefined) { local_data.data.used_item_kevlar_total = 1; local_data.flush; } if (local_data.data.used_item_kevlar_total > 0) { local_data.data.used_item_kevlar_total += used_item_kevlar; local_data.flush; } if (local_data.data.used_items_total == undefined) { local_data.data.used_items_total = 1; local_data.flush; } if (local_data.data.used_items_total > 0) { local_data.data.used_items_total += used_items; local_data.flush; } } frame 49 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); Mouse.hide(); if (local_data.data.leaders == 'weiter') { play(); } else { gotoAndStop('main'); } } frame 50 { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.last_act = 'act3'; local_data.data.lastweapon = 'pistol'; local_data.flush; stop(); } movieClip 3432 { frame 1 { _root.titletheme.stop(); } frame 24 { black.play(); stop(); } } frame 51 { zahl = 12; used_item_health = 0; used_item_kevlar = 0; score = 0; kills = 0; nailed = 0; blown = 0; kopf = 0; darm = 0; arm = 0; geflohen = 0; used_items = 0; local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.kills_total > 0) { kills = 0; } if (local_data.data.arm_total > 0) { arm = 0; } if (local_data.data.torso_total > 0) { darm = 0; } if (local_data.data.head_total > 0) { kopf = 0; } if (local_data.data.fled_total > 0) { geflohen = 0; } } movieClip 3435 { } movieClip 3438 { } movieClip 3445 { } instance of movieClip 3445 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_ue', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 3447 { } instance of movieClip 3447 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.metall.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 3450 { } movieClip 3452 { } movieClip 3454 { } movieClip 3457 { } instance of movieClip 3457 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 3461 { } movieClip 3465 { } movieClip 3467 { } movieClip 3470 { } instance of movieClip 3470 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 3491 { } button 3497 { on (press) { if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 3499 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 3501 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('head'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 3507 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'nailgun') { if (wall == 'false') { gotoAndPlay('torso'); } if (wall == 'true') { gotoAndPlay('nailed'); } } } } button 3508 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('head'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('head'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('head'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 3509 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 3510 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } movieClip 3511 { frame 5 { stop(); } } movieClip 3527 { } movieClip 3534 { frame 50 { stop(); } } movieClip 3559 { frame 50 { stop(); } } movieClip 3671 { frame 1 { wall = 'false'; testweste = 'hellno'; stop(); } frame 2 { _root.shottie1.start(); } frame 17 { _root.shottie2.start(); local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 33 { gotoAndPlay('shot'); } frame 36 { _root.score += 25; _root.gegner.start(); } frame 54 { if (testweste == 'hellno') { geg_schutz.gotoAndStop('fled'); } } frame 72 { _root.score -= 50; _root.kills += 1; _root.geflohen += 1; } frame 73 { if (_root.kills == _root.zahl) { _root.endgame.play(); } } frame 74 { stop(); } frame 76 { _root.score += 25; _root.kills += 1; _root.kopf += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 76 { _root.matsch1.start(); if (testweste == 'hellno') { geg_schutz.gotoAndStop('fled'); } } frame 96 { _root.matsch2.start(); } frame 106 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 110 { _root.score += 75; _root.kills += 1; _root.arm += 1; if (testweste == 'hellno') { geg_schutz.gotoAndStop('fled'); } _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 115 { _root.kreisch.start(); } frame 138 { _root.matsch2.start(); } frame 144 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 147 { _root.score += 75; _root.kills += 1; _root.arm += 1; if (testweste == 'hellno') { geg_schutz.gotoAndStop('fled'); } _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 153 { _root.matsch3.start(); } frame 157 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 161 { _root.score += 50; _root.kills += 1; _root.blown += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 161 { _root.matsch1.start(); _root.explode.start(); } frame 164 { _root.matsch2.start(); } frame 165 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 169 { _root.score += 50; _root.kills += 1; _root.nailed += 1; _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 170 { _root.matsch2.start(); } frame 175 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } frame 178 { _root.score += 50; _root.kills += 1; _root.darm += 1; _root.matsch1.start(); _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 188 { _root.matsch2.start(); } frame 189 { _root.matsch3.start(); } frame 191 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } } movieClip 3672 { frame 10 { en1.play(); } frame 35 { en2.play(); } frame 65 { en3.play(); en3.wall = 'true'; } frame 98 { en4.play(); en4.wall = 'true'; } frame 138 { en5.play(); en5.wall = 'true'; } frame 202 { en6.play(); en6.wall = 'true'; } frame 226 { en7.play(); } frame 242 { en8.play(); } frame 289 { en9.play(); } frame 318 { en10.play(); } frame 386 { en11.play(); en12.play(); stop(); } } movieClip 3674 { } instance of movieClip 3674 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.metall.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 3678 { frame 19 { gotoAndPlay(1); } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } movieClip 3695 { } movieClip 3697 { } movieClip 3702 { frame 1 { stop(); } } movieClip 3704 { } movieClip 3706 { } movieClip 3707 { instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3706 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.metall.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } } movieClip 3712 { } movieClip 3714 { } movieClip 3724 { } movieClip 3752 { frame 1 { _root.bomb.start(); } } movieClip 3764 { frame 1 { _root.boden1.start(); } frame 10 { _root.boden2.start(); } frame 20 { _root.boden1.start(); } frame 29 { _root.boden2.start(); } frame 37 { _root.boden1.start(); } frame 45 { _root.boden2.start(); } frame 53 { _root.boden1.start(); } frame 61 { _root.boden2.start(); } frame 69 { _root.boden1.start(); } frame 76 { _root.boden2.start(); } frame 84 { _root.boden1.start(); } frame 160 { _root.blinzel.start(); } frame 197 { _root.blinzel.start(); } frame 214 { _root.blinzel.start(); } frame 219 { _root.blinzel.start(); } frame 244 { _root.wusch2.start(); } frame 255 { _root.jihad.start(); } frame 291 { _root.nextFrame(); } } instance of movieClip 1319 { onClipEvent (keyPress '<Space>') { _root.nextFrame(); } } frame 53 { zahl = 29; local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.lastweapon == 'pistol') { _root.hand.gotoAndStop('pistol'); _root.clip.gotoAndStop('pistol'); } if (local_data.data.lastweapon == 'revolver') { _root.hand.gotoAndStop('revolver'); _root.clip.gotoAndStop('revolver'); } if (local_data.data.lastweapon == 'launcher') { _root.hand.gotoAndStop('launcher'); _root.clip.gotoAndStop('launcher'); } if (local_data.data.lastweapon == 'nailgun') { _root.hand.gotoAndStop('nailgun'); _root.clip.gotoAndStop('nailgun'); } } movieClip 3777 { } movieClip 3786 { } movieClip 3801 { } movieClip 3817 { } movieClip 3834 { } movieClip 3837 { } movieClip 3838 { frame 1 { stop(); } } movieClip 3839 { frame 198 { gnoman.nextFrame(); } frame 369 { stop(); } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3706 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.metall.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3445 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 3845 { } instance of movieClip 3845 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 3848 { frame 1 { function howlong(arg) { if (length(arg) == 1) { arg = '0' + arg; return arg; } else { arg = arg; return arg; } } myDate = new Date(); hr = howlong(String(myDate.getHours())); mnt = howlong(String(myDate.getMinutes())); daytext = myDate.getDay(); dd = myDate.getDate(); mm = myDate.getMonth(); yyyy = myDate.getFullYear(); switch (daytext) { case 0: daytext = 'Dimanche'; break; case 1: daytext = 'Lundi'; break; case 2: daytext = 'Mardi'; break; case 3: daytext = 'Mercredi'; break; case 4: daytext = 'Jeudi'; break; case 5: daytext = 'Vendredi'; break; case 6: daytext = 'Samedi'; } switch (mm) { case 0: mm = 'Janvier'; break; case 1: mm = 'Février'; break; case 2: mm = 'Mars'; break; case 3: mm = 'Avril'; break; case 4: mm = 'Mai'; break; case 5: mm = 'Juin'; break; case 6: mm = 'Juillet'; break; case 7: mm = 'Août'; break; case 8: mm = 'Septembre'; break; case 9: mm = 'Octobre'; break; case 10: mm = 'Novembre'; break; case 11: mm = 'Décembre'; } textdate = hr + ':' + mnt + ' - ' + daytext + ',' + dd + ' ' + mm + ' ' + yyyy; } frame 2 { gotoAndPlay(1); } } movieClip 3854 { frame 1 { function howlong(arg) { if (length(arg) == 1) { arg = '0' + arg; return arg; } else { arg = arg; return arg; } } myDate = new Date(); hr = howlong(String(myDate.getHours())); mnt = howlong(String(myDate.getMinutes())); daytext = myDate.getDay(); dd = myDate.getDate(); mm = myDate.getMonth(); yyyy = myDate.getFullYear(); switch (daytext) { case 0: daytext = 'Sunday'; break; case 1: daytext = 'Monday'; break; case 2: daytext = 'Tuesday'; break; case 3: daytext = 'Wednesday'; break; case 4: daytext = 'Thursday'; break; case 5: daytext = 'Friday'; break; case 6: daytext = 'Saturday'; } switch (mm) { case 0: mm = 'January'; break; case 1: mm = 'Ferbruary'; break; case 2: mm = 'March'; break; case 3: mm = 'April'; break; case 4: mm = 'May'; break; case 5: mm = 'June'; break; case 6: mm = 'July'; break; case 7: mm = 'August'; break; case 8: mm = 'September'; break; case 9: mm = 'October'; break; case 10: mm = 'November'; break; case 11: mm = 'December'; } textdate = hr + ':' + mnt + ' - ' + daytext + ',' + dd + ' ' + mm + ' ' + yyyy; } frame 2 { gotoAndPlay(1); } } movieClip 3863 { } instance of movieClip 3863 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 3868 { } movieClip 3871 { } movieClip 3873 { instance of movieClip 3868 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3871 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.metall.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 21 { gotoAndPlay(1); } } instance of movieClip 3674 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.metall.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 3876 { } movieClip 3879 { } button 3883 { on (press) { _root.score += 50; _root.kills += 1; _root.blown += 1; gotoAndPlay('blown'); _parent.stop(); } } movieClip 3887 { frame 50 { stop(); } } movieClip 3890 { } movieClip 3892 { } movieClip 3894 { } movieClip 3895 { frame 8 { stop(); } } movieClip 3897 { frame 18 { stop(); } } movieClip 3901 { frame 1 { stop(); } frame 3 { _root.matsch1.start(); _root.matsch2.start(); _root.explode.start(); _root.combosystem.combototal += 1; _root.combosystem.combotime.gotoAndPlay('play'); } frame 4 { _root.matsch3.start(); } frame 6 { _root.matsch2.start(); } frame 7 { if (_root.kills == _root.zahl) { _root.endgame.play(); } stop(); } } movieClip 3902 { frame 38 { gegner_terry.nextFrame(); } frame 90 { gegner_terry.gotoAndPlay('blown'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.gotoAndStop('tot'); } } } stop(); } } movieClip 3903 { frame 61 { _root.tur1.nextFrame(); _root.tur_offen.start(); } frame 85 { _root.tur2.nextFrame(); _root.tur_offen.start(); } frame 125 { _root.wave2.play(); } frame 203 { stop(); } frame 308 { _root.wave2.play(); stop(); } } movieClip 3904 { frame 1 { stop(); } frame 10 { en1.play(); } frame 52 { en2.play(); } frame 148 { en3.play(); } frame 149 { _root.wave1.play(); stop(); } frame 160 { en4.play(); } frame 181 { en5.play(); stop(); } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3706 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.metall.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3704 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_wein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } movieClip 3908 { } movieClip 3917 { frame 20 { gotoAndPlay(1); } } movieClip 3918 { } movieClip 3924 { } movieClip 3929 { instance of movieClip 3924 { } instance of movieClip 3470 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3845 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } } movieClip 3935 { } movieClip 3938 { } movieClip 3945 { } movieClip 3946 { } movieClip 3948 { } movieClip 3949 { } movieClip 3956 { } movieClip 3960 { frame 1 { stop(); } frame 4 { gotoAndPlay('talk'); } } movieClip 3966 { } movieClip 3968 { } movieClip 3971 { frame 1 { if (hit > 10) { gotoAndStop('putt'); } } frame 2 { gotoAndPlay(1); } frame 3 { _root.explode.start(); _root.boom.start(); } } movieClip 3974 { frame 20 { gotoAndPlay(1); } } movieClip 3976 { } movieClip 3982 { } movieClip 3984 { } movieClip 3985 { } movieClip 3988 { frame 1 { stop(); } } movieClip 3998 { } movieClip 4005 { } movieClip 4008 { } movieClip 4009 { frame 5 { stop(); } } movieClip 4012 { frame 3 { _root.woosch.start(); } frame 7 { _root.grass1.start(); } frame 208 { _root.blinzel.start(); } frame 247 { mund.play(); } frame 257 { mund.gotoAndStop(1); } frame 260 { mund.play(); } frame 279 { mund.gotoAndStop(1); } frame 295 { mund.play(); } frame 313 { mund.gotoAndStop(1); } frame 343 { mund.play(); } frame 374 { mund.gotoAndStop(1); } frame 378 { mund.play(); } frame 381 { mund.play(); } frame 438 { _root.wusch.start(); } frame 452 { _parent.nextFrame(); } } instance of movieClip 1319 { onClipEvent (keyPress '<Space>') { _root.nextFrame(); } } frame 55 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.lastweapon == 'pistol') { _root.hand.gotoAndStop('pistol'); _root.clip.gotoAndStop('pistol'); } if (local_data.data.lastweapon == 'revolver') { _root.hand.gotoAndStop('revolver'); _root.clip.gotoAndStop('revolver'); } if (local_data.data.lastweapon == 'launcher') { _root.hand.gotoAndStop('launcher'); _root.clip.gotoAndStop('launcher'); } if (local_data.data.lastweapon == 'nailgun') { _root.hand.gotoAndStop('nailgun'); _root.clip.gotoAndStop('nailgun'); } _root.bossmusik_claude.start(0, 1000); } frame 55 { dns.hit = 0; } movieClip 4017 { } movieClip 4019 { } movieClip 4021 { } movieClip 4023 { } movieClip 4024 { frame 1 { stop(); } frame 7 { stop(); } } movieClip 4025 { instance of movieClip 4024 { onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); this.play(); } } } movieClip 4026 { } movieClip 4027 { instance of movieClip 3924 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.metall.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 15 { stop(); } } instance of movieClip 3470 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4038 { frame 53 { _root.schutzschild.play(); } frame 252 { stop(); } } instance of movieClip 3845 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4044 { frame 11 { _root.claude_health.prevFrame(); _root.claude_health.prevFrame(); _root.claude_health.prevFrame(); _root.claude_health.prevFrame(); _root.claude_health.prevFrame(); } } movieClip 4050 { frame 1 { stop(); } frame 75 { _root.explode.start(); _root.boom.start(); _parent.gotoAndStop('bum'); stop(); } } movieClip 4053 { frame 1 { stop(); } frame 2 { _root.deadfly.start(); } } movieClip 4055 { frame 1 { stop(); } } instance of movieClip 4055 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); } _root.metall.start(); this.blitz.gotoAndPlay('hit'); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; if (_root.hand.waffe == 'pistol') { this.hp.nextFrame(); } if (_root.hand.waffe == 'nailgun') { this.hp.nextFrame(); this.hp.nextFrame(); } if (_root.hand.waffe == 'revolver') { this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); } } } movieClip 4059 { frame 1 { stop(); } } instance of movieClip 4059 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); } _root.metall.start(); this.blitz.gotoAndPlay('hit'); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; if (_root.hand.waffe == 'pistol') { this.hp.nextFrame(); } if (_root.hand.waffe == 'nailgun') { this.hp.nextFrame(); this.hp.nextFrame(); } if (_root.hand.waffe == 'revolver') { this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); this.hp.nextFrame(); } } } instance of movieClip 2767 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.claude_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.claude_health.nextFrame(); _root.claude_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.claude_health.nextFrame(); _root.claude_health.nextFrame(); _root.claude_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.claude_health.nextFrame(); _root.claude_health.nextFrame(); _root.claude_health.nextFrame(); _root.claude_health.nextFrame(); _root.claude_health.nextFrame(); _root.claude_health.nextFrame(); _root.claude_health.nextFrame(); _root.claude_health.nextFrame(); _root.claude_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4062 { } movieClip 4065 { frame 1 { if (_parent.treffer > 10) { _parent.gotoAndPlay('hittie'); } } } movieClip 4068 { frame 1 { stop(); } } movieClip 4070 { frame 1 { treffer = 0; stop(); } frame 27 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 30 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 33 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 36 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 39 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 42 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 45 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 48 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 67 { _parent.play(); stop(); } frame 71 { _root.score += 5; } frame 90 { _parent.play(); stop(); } } movieClip 4071 { frame 1 { stop(); } frame 15 { mini.play(); stop(); } frame 30 { _root.boss_claude.gotoAndPlay('start'); } } instance minigunani of movieClip 4071 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); this.mini.treffer += 10; _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.deadfly.start(); this.mini.treffer += 2; this.mini.blitz2.gotoAndPlay('blitzie'); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance dns of movieClip 3971 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.dns.hit += 10; _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.dns.hit += 1; _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4072 { frame 39 { gotoAndPlay(1); } } movieClip 4073 { frame 36 { gotoAndPlay(1); } } movieClip 4077 { frame 1 { stop(); } frame 4 { stop(); } } movieClip 4081 { } movieClip 4082 { frame 1 { _root.rakete.start(); } frame 5 { _root.rakete.start(); } frame 12 { _root.rakete.start(); } frame 16 { _root.rakete.start(); } frame 41 { _root.boss_attack.gotoAndStop('att1'); } frame 100 { _parent.gotoAndPlay('start'); } } movieClip 4093 { frame 20 { gotoAndPlay(1); } } movieClip 4096 { frame 70 { _root.matsch3.start(); } frame 72 { _root.claude_glas.gotoAndStop('dead'); _root.minigunani.gotoAndStop('dead'); } frame 72 { _root.explode.start(); _root.matsch1.start(); _root.matsch2.start(); _root.matsch3.start(); } frame 89 { _root.gnomedance.play(); stop(); } } movieClip 4097 { frame 1 { stop(); } frame 35 { function getRandomLabel() { var v1 = new Array('att1', 'att11', 'att3'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndStop(getRandomLabel()); stop(); } frame 40 { stop(); } frame 43 { nippel1.play(); nippel2.play(); _root.choosediff.start(); _root.boss_attack.gotoAndStop('att2'); } frame 47 { _root.minigunani.play(); } } instance boss_claude of movieClip 4097 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.metall.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance claude_glas of movieClip 3988 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } button 4098 { on (press) { gotoAndStop('putt'); if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } } movieClip 4099 { frame 10 { _root.explode.start(); local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } stop(); } frame 14 { _root.boom.start(); _root.score += 5; } } movieClip 4100 { frame 35 { _root.boss_attack.gotoAndStop(1); } } movieClip 4101 { frame 36 { _root.boss_attack.gotoAndStop(1); } } movieClip 4102 { frame 1 { function getRandomLabel() { var v1 = new Array('v1', 'v2'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndStop(getRandomLabel()); } } movieClip 4105 { frame 10 { gotoAndPlay(1); } } button 4106 { on (press) { gotoAndStop('putt'); if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } } movieClip 4107 { frame 26 { _root.explode.start(); local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } stop(); } frame 30 { _root.boom.start(); _root.score += 5; } } movieClip 4108 { frame 7 { stop(); } } movieClip 4109 { frame 34 { _root.boss_claude.nippel1.play(); _root.boss_claude.nippel2.play(); _root.boss_claude.gotoAndPlay('start'); _root.boss_attack.gotoAndStop(1); stop(); } } movieClip 4110 { frame 30 { stop(); } } movieClip 4111 { frame 5 { function getRandomLabel() { var v1 = new Array('v1', 'v2'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } _root.rakete.start(); this.gotoAndStop(getRandomLabel()); stop(); } } movieClip 4112 { frame 1 { stop(); } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } instance of movieClip 1319 { onClipEvent (mouseDown) { if (_root.kills == 23) { _root.endgame.play(); } } } movieClip 4117 { frame 1 { stop(); } frame 200 { _root.boss_claude.gotoAndStop('die'); _root.score += 500; _root.nextFrame(); } } movieClip 4124 { frame 1 { stop(); } frame 2 { _root.glas.start(); } frame 34 { _root.boss_claude.play(); } frame 50 { stop(); } } instance schutzschild of movieClip 4124 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.deadfly.start(); _root.attachMovie('hole_schutzschild', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 56 { minigunani.gotoAndStop('dead'); _root.bossmusik_claude.stop(); _root.explode.start(); } frame 57 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); user = local_data.data.profil_name; local_data.flush; } frame 57 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act3 == undefined) { local_data.data.beat_act3 = 'true'; local_data.flush; } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (score > 1) { if (local_data.data.diff == 'easy') { totalscore = score * 1.2; multiapple.gotoAndStop(2); } if (local_data.data.diff == 'normal') { totalscore = score * 1.4; multiapple.gotoAndStop(3); } if (local_data.data.diff == 'hard') { totalscore = score * 1.6; multiapple.gotoAndStop(4); } } else { totalscore = score; } } else { totalscore = score; } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.act3_star == 'drei') { local_data.data.act3_star = 'drei'; } else { if (local_data.data.act3_star == 'zwei') { if (local_data.data.diff == 'hard') { local_data.data.act3_star = 'drei'; local_data.data.gotstar_act3 = 'true'; } } else { if (local_data.data.act3_star == 'eins') { if (local_data.data.diff == 'normal') { local_data.data.act3_star = 'zwei'; } if (local_data.data.diff == 'hard') { local_data.data.act3_star = 'drei'; } } else { if (local_data.data.diff == 'easy') { local_data.data.act3_star = 'eins'; } if (local_data.data.diff == 'normal') { local_data.data.act3_star = 'zwei'; } if (local_data.data.diff == 'hard') { local_data.data.act3_star = 'drei'; local_data.data.gotstar_act3 = 'true'; } } } } } local_data = SharedObject.getLocal('Gnomotron_Data'); if (totalscore < 0) { pokal = 'bronze'; } if (totalscore > 0) { pokal = 'bronze'; } if (totalscore > 1500) { pokal = 'silber'; } if (totalscore > 2800) { pokal = 'gold'; } if (totalscore > 3600) { pokal = 'platin'; local_data.data.gotpokal_act3 = 'true'; local_data.flush; } local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.highscore_act3 == undefined) { local_data.data.highscore_act3 = totalscore; local_data.flush; _root.newhighscore.nextFrame(); } if (local_data.data.highscore_act3 < totalscore) { local_data.data.highscore_act3 = totalscore; local_data.flush; _root.newhighscore.nextFrame(); } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.highscore_total > 0) { local_data.data.highscore_total += totalscore; local_data.flush; } if (local_data.data.highscore_total == undefined) { local_data.data.highscore_total = totalscore; local_data.flush; } if (local_data.data.kills_total == undefined) { local_data.data.kills_total = 6; local_data.flush; } if (local_data.data.kills_total > 0) { local_data.data.kills_total += kills; local_data.flush; } if (local_data.data.head_total == undefined) { local_data.data.head_total = 1; local_data.flush; } if (local_data.data.head_total > 0) { local_data.data.head_total += kopf; local_data.flush; } if (local_data.data.arm_total == undefined) { local_data.data.arm_total = 1; local_data.flush; } if (local_data.data.arm_total > 0) { local_data.data.arm_total += arm; local_data.flush; } if (local_data.data.torso_total == undefined) { local_data.data.torso_total = 1; local_data.flush; } if (local_data.data.torso_total > 0) { local_data.data.torso_total += darm; local_data.flush; } if (local_data.data.fled_total == undefined) { local_data.data.fled_total = 1; local_data.flush; } if (local_data.data.fled_total > 0) { local_data.data.fled_total += geflohen; local_data.flush; } if (local_data.data.nailed_total == undefined) { local_data.data.nailed_total = 1; local_data.flush; } if (local_data.data.nailed_total > 0) { local_data.data.nailed_total += nailed; local_data.flush; } if (local_data.data.blown_total == undefined) { local_data.data.blown_total = 1; local_data.flush; } if (local_data.data.blown_total > 0) { local_data.data.blown_total += blown; local_data.flush; } if (local_data.data.used_item_health_total == undefined) { local_data.data.used_item_health_total = 1; local_data.flush; } if (local_data.data.used_item_health_total > 0) { local_data.data.used_item_health_total += used_item_health; local_data.flush; } if (local_data.data.used_item_kevlar_total == undefined) { local_data.data.used_item_kevlar_total = 1; local_data.flush; } if (local_data.data.used_item_kevlar_total > 0) { local_data.data.used_item_kevlar_total += used_item_kevlar; local_data.flush; } if (local_data.data.used_items_total == undefined) { local_data.data.used_items_total = 1; local_data.flush; } if (local_data.data.used_items_total > 0) { local_data.data.used_items_total += used_items; local_data.flush; } } movieClip 4127 { } frame 58 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); Mouse.hide(); if (local_data.data.leaders == 'weiter') { play(); } else { gotoAndStop('main'); } } frame 59 { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.last_act = 'act4'; local_data.data.lastweapon = 'pistol'; local_data.flush; stop(); } movieClip 4146 { frame 1 { _root.titletheme.stop(); } frame 24 { black.play(); stop(); } } frame 60 { zahl = 13; used_item_health = 0; used_item_kevlar = 0; score = 0; kills = 0; nailed = 0; blown = 0; kopf = 0; darm = 0; arm = 0; geflohen = 0; used_items = 0; local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.kills_total > 0) { kills = 0; } if (local_data.data.arm_total > 0) { arm = 0; } if (local_data.data.torso_total > 0) { darm = 0; } if (local_data.data.head_total > 0) { kopf = 0; } if (local_data.data.fled_total > 0) { geflohen = 0; } } instance of movieClip 3445 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_ue', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 1051 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4149 { instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } instance of movieClip 696 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.metall.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } } movieClip 4151 { } instance of movieClip 4151 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 681 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 675 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 675 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 675 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4155 { } instance of movieClip 672 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4157 { } instance of movieClip 4157 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.spiegel.start(); _root.attachMovie('hole_spiegel', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 672 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4159 { frame 30 { g1.play(); } frame 49 { g2.play(); g2.wall = 'true'; } frame 96 { g3.play(); } frame 130 { g4.play(); } frame 164 { g6.play(); g6.wall = 'true'; } frame 178 { g7.play(); g7.wall = 'true'; } frame 207 { g8.play(); } frame 232 { g9.play(); } frame 258 { g10.play(); g10.wall = 'true'; } frame 282 { g11.play(); g11.wall = 'true'; } frame 312 { g12.play(); } frame 344 { g14.play(); g14.wall = 'true'; } frame 347 { g13.play(); } frame 354 { stop(); } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } movieClip 4229 { frame 11 { gotoAndPlay(1); } } movieClip 4230 { frame 1 { _root.boden1.start(); } frame 3 { _root.boden2.start(); } frame 4 { _root.boden1.start(); } frame 5 { _root.boden1.start(); } frame 6 { _root.boden2.start(); } frame 7 { _root.boden2.start(); } frame 8 { _root.boden1.start(); } frame 9 { _root.boden1.start(); } frame 10 { _root.boden2.start(); } frame 11 { _root.boden2.start(); } frame 12 { _root.boden1.start(); } frame 13 { _root.boden1.start(); } frame 14 { _root.boden2.start(); } frame 15 { _root.boden2.start(); } frame 16 { _root.boden1.start(); } frame 17 { _root.boden1.start(); } frame 18 { _root.boden2.start(); } frame 19 { _root.boden2.start(); } frame 25 { _root.boden1.start(); } frame 27 { _root.boden2.start(); } frame 29 { _root.boden1.start(); } frame 31 { _root.boden2.start(); } frame 33 { _root.boden1.start(); } frame 35 { _root.boden2.start(); } frame 41 { _root.woosch.start(); } frame 51 { _root.woosch.start(); } frame 77 { _root.kisteputt.start(); } frame 85 { _root.zip.start(); } frame 189 { _root.blinzel.start(); } frame 216 { _root.kisteputt.start(); } frame 254 { _root.nextFrame(); } } instance of movieClip 1319 { onClipEvent (keyPress '<Space>') { _root.nextFrame(); } } frame 62 { zahl = 26; local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.lastweapon == 'pistol') { _root.hand.gotoAndStop('pistol'); _root.clip.gotoAndStop('pistol'); } if (local_data.data.lastweapon == 'revolver') { _root.hand.gotoAndStop('revolver'); _root.clip.gotoAndStop('revolver'); } if (local_data.data.lastweapon == 'launcher') { _root.hand.gotoAndStop('launcher'); _root.clip.gotoAndStop('launcher'); } if (local_data.data.lastweapon == 'nailgun') { _root.hand.gotoAndStop('nailgun'); _root.clip.gotoAndStop('nailgun'); } } instance of movieClip 3445 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_ue', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4233 { } instance of movieClip 4233 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 677 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4236 { } instance of movieClip 4236 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4239 { } instance of movieClip 4239 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 679 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 672 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 672 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4024 { onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); this.play(); } } instance of movieClip 4024 { onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); this.play(); } } instance of movieClip 675 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 675 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4244 { } movieClip 4245 { frame 1 { stop(); } frame 38 { g2.play(); } frame 68 { g3.play(); g3.wall = 'true'; } frame 75 { g4.play(); g4.wall = 'true'; } frame 123 { g5.play(); g5.wall = 'true'; _root.wave2.play(); stop(); } } movieClip 4247 { } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4248 { frame 19 { g1.play(); } frame 47 { g2.play(); g2.wall = 'true'; } frame 84 { g3.play(); } frame 135 { g4.play(); g4.wall = 'true'; } frame 156 { _root.wave3.play(); stop(); } frame 171 { g5.play(); } frame 190 { g6.play(); g6.wall = 'true'; } frame 204 { g7.play(); } frame 256 { g15.play(); g15.wall = 'true'; } frame 273 { g16.play(); g16.wall = 'true'; } frame 278 { stop(); } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } movieClip 4267 { } movieClip 4274 { } movieClip 4278 { } movieClip 4280 { } movieClip 4282 { } movieClip 4284 { } movieClip 4286 { } movieClip 4290 { } movieClip 4292 { } movieClip 4296 { frame 2 { _root.woosch.start(); } frame 5 { _root.woosch.start(); } frame 7 { _root.woosch.start(); } frame 9 { _root.woosch.start(); } frame 11 { _root.woosch.start(); } frame 13 { _root.woosch.start(); } frame 18 { _root.woosch.start(); } frame 34 { _root.wchange.start(); } frame 36 { stop(); } } movieClip 4304 { frame 4 { _root.boden1.start(); } frame 10 { _root.boden2.start(); } frame 16 { _root.boden1.start(); } frame 49 { _root.launchershot.start(); _root.wusch2.start(); } frame 55 { _root.woosch.start(); } frame 237 { _root.wusch.start(); } frame 278 { _parent.nextFrame(); } } instance of movieClip 1319 { onClipEvent (keyPress '<Space>') { _root.nextFrame(); } } frame 64 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.lastweapon == 'pistol') { _root.hand.gotoAndStop('pistol'); _root.clip.gotoAndStop('pistol'); } if (local_data.data.lastweapon == 'revolver') { _root.hand.gotoAndStop('revolver'); _root.clip.gotoAndStop('revolver'); } if (local_data.data.lastweapon == 'launcher') { _root.hand.gotoAndStop('launcher'); _root.clip.gotoAndStop('launcher'); } if (local_data.data.lastweapon == 'nailgun') { _root.hand.gotoAndStop('nailgun'); _root.clip.gotoAndStop('nailgun'); } _root.bossmusik_gnoman.start(0, 1000); } instance of movieClip 679 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 1032 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 1034 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_ue', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 679 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4315 { frame 18 { stop(); } } movieClip 4333 { } movieClip 4348 { } movieClip 4363 { } button 4367 { on (press) { _parent.stop(); gotoAndStop('reflect'); } } movieClip 4371 { frame 30 { _root.boss_gnoman_mc.play(); if (_parent._parent.seite == 'left') { _parent.gotoAndStop('walk22'); } if (_parent._parent.seite == 'right') { _parent.gotoAndStop('walk11'); } } } button 4372 { on (press) { nextFrame(); _parent.stop(); } } movieClip 4377 { frame 30 { _root.boss_gnoman_mc.play(); if (_parent._parent.seite == 'left') { _parent.gotoAndStop('walk22'); } if (_parent._parent.seite == 'right') { _parent.gotoAndStop('walk11'); } } } movieClip 4380 { frame 30 { _root.boss_gnoman_mc.play(); if (_parent._parent.seite == 'left') { _parent.gotoAndStop('walk22'); } if (_parent._parent.seite == 'right') { _parent.gotoAndStop('walk11'); } } } movieClip 4384 { frame 30 { _root.boss_gnoman_mc.play(); if (_parent._parent.seite == 'left') { _parent.gotoAndStop('walk22'); } if (_parent._parent.seite == 'right') { _parent.gotoAndStop('walk11'); } } } button 4385 { on (press) { gotoAndStop('reflect'); _parent.stop(); } } movieClip 4389 { } button 4390 { on (rollOver) { gotoAndPlay('fled'); } } movieClip 4391 { frame 10 { _root.rev.start(); local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.health.gothit.gotoAndPlay('hit'); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.health.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.health.gothit.gotoAndPlay('hit'); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.health.gothit.gotoAndPlay('hit'); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 22 { stop(); } } movieClip 4405 { frame 15 { gotoAndPlay(1); } } movieClip 4408 { } movieClip 4414 { } movieClip 4443 { frame 6 { _parent.seite = 'left'; _root.launchershot.start(); _root.wusch2.start(); } frame 25 { _parent.gotoAndStop('normal'); } frame 27 { function getRandomLabel() { var v1 = new Array('walk1', 'walk2', 'att1', 'att2', 'att3', 'att4'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndStop(getRandomLabel()); stop(); } frame 29 { _parent.gotoAndPlay('toleft'); } frame 31 { _parent.gotoAndPlay('toright'); } frame 33 { _root.reflect.start(); _root.abwehr1.start(); } frame 34 { _root.reflect.start(); _root.abwehr2.start(); } frame 35 { _root.reflect.start(); _root.abwehr3.start(); } frame 36 { _root.reflect.start(); _root.abwehr4.start(); } frame 42 { play(); if (_parent.seite == 'right') { _root.launchershot.start(); _root.wusch2.start(); } _parent.seite = 'left'; } frame 111 { gotoAndStop('random'); } frame 117 { play(); if (_parent.seite == 'right') { _root.launchershot.start(); _root.wusch2.start(); } _parent.seite = 'left'; } frame 182 { gotoAndStop('random'); } frame 188 { play(); if (_parent.seite == 'left') { _root.launchershot.start(); _root.wusch2.start(); } _parent.seite = 'right'; } frame 256 { gotoAndStop('random'); } frame 258 { play(); if (_parent.seite == 'left') { _root.launchershot.start(); _root.wusch2.start(); } _parent.seite = 'right'; } frame 322 { gotoAndStop('random'); } frame 325 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); } if (local_data.data.diff == 'normal') { _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); } if (local_data.data.diff == 'hard') { _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); } } instance of movieClip 4408 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.gnoman_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4414 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.gnoman_health.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); _root.gnoman_health.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 394 { _root.boing.start(); } frame 397 { if (_parent.stamina == 'ko') { gotoAndPlay('dead'); } else { _parent.leuchter = 'false'; _root.kerzenleuchter.play(); gotoAndPlay('vanish'); } } frame 400 { _root.score += 500; _parent.leuchter = 'false'; _root.kerzenleuchter.play(); _root.nextFrame(); } frame 437 { _root.gnomedance.play(); stop(); } } movieClip 4447 { frame 1 { stop(); } frame 2 { if (seite == 'left') { _root.launchershot.start(); _root.wusch2.start(); } } frame 15 { seite = 'right'; leuchter = 'false'; } frame 26 { leuchter = 'true'; } frame 34 { leuchter = 'false'; } frame 44 { seite = 'left'; } frame 48 { gnoman_mc.gotoAndStop('random'); gotoAndStop('normal'); } frame 57 { if (seite == 'right') { _root.launchershot.start(); _root.wusch2.start(); } } frame 73 { seite = 'left'; leuchter = 'false'; } frame 83 { leuchter = 'true'; } frame 91 { leuchter = 'false'; } frame 102 { seite = 'right'; } frame 106 { gnoman_mc.gotoAndStop('random'); gotoAndStop('normal'); } } button 4449 { on (press) { c = 1; if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; leuchterhit += 10; } _root.metall.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; if (_root.hand.waffe == 'pistol') { leuchterhit += 1; } if (_root.hand.waffe == 'nailgun') { leuchterhit += 2; } if (_root.hand.waffe == 'revolver') { leuchterhit += 4; } } } movieClip 4451 { frame 1 { if (_parent.leuchterhit > 4) { _parent.gotoAndStop(2); } if (_parent.leuchterhit > 9) { _parent.gotoAndPlay(3); } } } movieClip 4461 { frame 26 { stop(); } } movieClip 4465 { frame 1 { leuchterhit = 0; stop(); } instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } instance of movieClip 696 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.metall.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 5 { if (_root.boss_gnoman_mc.leuchter == 'true') { _root.boss_gnoman_mc.gnoman_mc.gotoAndPlay('hit'); _root.boss_gnoman_mc.stop(); } } frame 8 { _root.boom.start(); if (_root.boss_gnoman_mc.leuchter == 'true') { stop(); } } frame 132 { _root.rackstop.start(); gotoAndStop(1); } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4247 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } instance of movieClip 1319 { onClipEvent (mouseDown) { if (_root.kills == 12) { _root.endgame.play(); } } } movieClip 4475 { frame 1 { _root.boss_gnoman_mc.stamina = 'okay'; stop(); } frame 300 { _root.boss_gnoman_mc.stamina = 'ko'; } } frame 65 { _root.bossmusik_gnoman.stop(); _root.explode.start(); } frame 66 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); user = local_data.data.profil_name; local_data.flush; } frame 66 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act4 == undefined) { local_data.data.beat_act4 = 'true'; local_data.flush; } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (score > 1) { if (local_data.data.diff == 'easy') { totalscore = score * 1.2; multiapple.gotoAndStop(2); } if (local_data.data.diff == 'normal') { totalscore = score * 1.4; multiapple.gotoAndStop(3); } if (local_data.data.diff == 'hard') { totalscore = score * 1.6; multiapple.gotoAndStop(4); } } else { totalscore = score; } } else { totalscore = score; } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.act4_star == 'drei') { local_data.data.act4_star = 'drei'; } else { if (local_data.data.act4_star == 'zwei') { if (local_data.data.diff == 'hard') { local_data.data.act4_star = 'drei'; local_data.data.gotstar_act4 = 'true'; } } else { if (local_data.data.act4_star == 'eins') { if (local_data.data.diff == 'normal') { local_data.data.act4_star = 'zwei'; } if (local_data.data.diff == 'hard') { local_data.data.act4_star = 'drei'; } } else { if (local_data.data.diff == 'easy') { local_data.data.act4_star = 'eins'; } if (local_data.data.diff == 'normal') { local_data.data.act4_star = 'zwei'; } if (local_data.data.diff == 'hard') { local_data.data.act4_star = 'drei'; local_data.data.gotstar_act4 = 'true'; } } } } } local_data = SharedObject.getLocal('Gnomotron_Data'); if (totalscore < 0) { pokal = 'bronze'; } if (totalscore > 0) { pokal = 'bronze'; } if (totalscore > 2200) { pokal = 'silber'; } if (totalscore > 3300) { pokal = 'gold'; } if (totalscore > 4000) { pokal = 'platin'; local_data.data.gotpokal_act4 = 'true'; local_data.flush; } local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.highscore_act4 == undefined) { local_data.data.highscore_act4 = totalscore; local_data.flush; _root.newhighscore.nextFrame(); } if (local_data.data.highscore_act4 < totalscore) { local_data.data.highscore_act4 = totalscore; local_data.flush; _root.newhighscore.nextFrame(); } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.highscore_total > 0) { local_data.data.highscore_total += totalscore; local_data.flush; } if (local_data.data.highscore_total == undefined) { local_data.data.highscore_total = totalscore; local_data.flush; } if (local_data.data.kills_total == undefined) { local_data.data.kills_total = 6; local_data.flush; } if (local_data.data.kills_total > 0) { local_data.data.kills_total += kills; local_data.flush; } if (local_data.data.head_total == undefined) { local_data.data.head_total = 1; local_data.flush; } if (local_data.data.head_total > 0) { local_data.data.head_total += kopf; local_data.flush; } if (local_data.data.arm_total == undefined) { local_data.data.arm_total = 1; local_data.flush; } if (local_data.data.arm_total > 0) { local_data.data.arm_total += arm; local_data.flush; } if (local_data.data.torso_total == undefined) { local_data.data.torso_total = 1; local_data.flush; } if (local_data.data.torso_total > 0) { local_data.data.torso_total += darm; local_data.flush; } if (local_data.data.fled_total == undefined) { local_data.data.fled_total = 1; local_data.flush; } if (local_data.data.fled_total > 0) { local_data.data.fled_total += geflohen; local_data.flush; } if (local_data.data.nailed_total == undefined) { local_data.data.nailed_total = 1; local_data.flush; } if (local_data.data.nailed_total > 0) { local_data.data.nailed_total += nailed; local_data.flush; } if (local_data.data.blown_total == undefined) { local_data.data.blown_total = 1; local_data.flush; } if (local_data.data.blown_total > 0) { local_data.data.blown_total += blown; local_data.flush; } if (local_data.data.used_item_health_total == undefined) { local_data.data.used_item_health_total = 1; local_data.flush; } if (local_data.data.used_item_health_total > 0) { local_data.data.used_item_health_total += used_item_health; local_data.flush; } if (local_data.data.used_item_kevlar_total == undefined) { local_data.data.used_item_kevlar_total = 1; local_data.flush; } if (local_data.data.used_item_kevlar_total > 0) { local_data.data.used_item_kevlar_total += used_item_kevlar; local_data.flush; } if (local_data.data.used_items_total == undefined) { local_data.data.used_items_total = 1; local_data.flush; } if (local_data.data.used_items_total > 0) { local_data.data.used_items_total += used_items; local_data.flush; } } movieClip 4478 { } frame 67 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); Mouse.hide(); if (local_data.data.leaders == 'weiter') { play(); } else { gotoAndStop('main'); } } frame 68 { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.last_act = 'act5'; local_data.data.lastweapon = 'pistol'; local_data.flush; stop(); } movieClip 4505 { } movieClip 4526 { frame 38 { stop(); } } movieClip 4536 { } movieClip 4650 { } movieClip 4669 { instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } } movieClip 4738 { instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } instance of movieClip 694 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); } } frame 101 { _root.blinzel.start(); } instance of movieClip 1034 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_ue', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 190 { _root.wusch.start(); } frame 384 { _root.blinzel.start(); } instance of movieClip 1034 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_ue', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 765 { _root.boden1.start(); } frame 771 { _root.boden2.start(); } frame 805 { _root.blinzel.start(); } frame 809 { _root.blinzel.start(); } frame 889 { _parent.nextFrame(); } } instance of movieClip 1319 { onClipEvent (keyPress '<Space>') { _root.nextFrame(); } } frame 69 { used_item_health = 0; used_item_kevlar = 0; score = 0; kills = 0; nailed = 0; blown = 0; kopf = 0; darm = 0; arm = 0; geflohen = 0; used_items = 0; local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.kills_total > 0) { kills = 0; } if (local_data.data.arm_total > 0) { arm = 0; } if (local_data.data.torso_total > 0) { darm = 0; } if (local_data.data.head_total > 0) { kopf = 0; } if (local_data.data.fled_total > 0) { geflohen = 0; } } instance of movieClip 3445 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_ue', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4743 { } instance of movieClip 4743 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 672 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4745 { } instance of movieClip 4745 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4747 { frame 2 { if (_parent.hit > 9) { _root.nextFrame(); } } } movieClip 4815 { } movieClip 4916 { frame 1 { hit = 0; } frame 677 { _root.black.play(); stop(); } } instance kingbab of movieClip 4916 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.kingbab.hit += 1; _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.kingbab.hit += 1; _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 4918 { } instance of movieClip 4918 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } movieClip 4957 { frame 677 { stop(); } } movieClip 4999 { } movieClip 5016 { } movieClip 5019 { frame 82 { _root.boden2.start(); } frame 83 { _root.boden1.start(); } frame 84 { _root.boden1.start(); } frame 85 { _root.boden2.start(); } frame 86 { _root.boden2.start(); } frame 87 { _root.boden1.start(); } frame 91 { _root.reload3.start(); } instance of movieClip 1034 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_ue', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 113 { _root.wusch.start(); } frame 128 { _parent.nextFrame(); } } instance of movieClip 1319 { onClipEvent (keyPress '<Space>') { _root.nextFrame(); } } frame 71 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.lastweapon == 'pistol') { _root.hand.gotoAndStop('pistol'); _root.clip.gotoAndStop('pistol'); } if (local_data.data.lastweapon == 'revolver') { _root.hand.gotoAndStop('revolver'); _root.clip.gotoAndStop('revolver'); } if (local_data.data.lastweapon == 'launcher') { _root.hand.gotoAndStop('launcher'); _root.clip.gotoAndStop('launcher'); } if (local_data.data.lastweapon == 'nailgun') { _root.hand.gotoAndStop('nailgun'); _root.clip.gotoAndStop('nailgun'); } _root.bossmusik_bablooba.start(0, 1000); } instance of movieClip 3445 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_ue', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4743 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); _root.attachMovie('hole_glas', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 672 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4745 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 5245 { frame 20 { gotoAndPlay(1); } } movieClip 5254 { frame 1 { kroneok = 'true'; status = 'ok'; } frame 6 { function getRandomLabel() { var v1 = new Array('an1', 'an2', 'an3', 'an4', 'an5', 'an6', 'an7', 'an8', 'an9', 'an10', 'an11', 'an12', 'an13'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndPlay(getRandomLabel()); } frame 41 { gotoAndPlay('start'); } frame 74 { gotoAndPlay('start'); } frame 100 { gotoAndPlay('start'); } frame 122 { gotoAndPlay('start'); } frame 164 { gotoAndPlay('start'); } frame 187 { gotoAndPlay('start'); } frame 224 { gotoAndPlay('start'); } frame 253 { gotoAndPlay('start'); } frame 294 { gotoAndPlay('start'); } frame 330 { gotoAndPlay('start'); } frame 372 { gotoAndPlay('start'); } frame 394 { gotoAndPlay('start'); } frame 440 { gotoAndPlay('start'); } frame 442 { kroneok = 'false'; } frame 448 { gotoAndPlay('start'); } frame 451 { kroneok = 'false'; status = 'dead'; } frame 479 { stop(); } frame 480 { _root.wusch.start(); } frame 496 { _root.gnomi.play(); } frame 515 { _root.geg1.en.gotoAndPlay('blown2'); _root.geg2.en.gotoAndPlay('blown2'); _root.geg3.en.gotoAndPlay('blown2'); _root.whiteexplosion.play(); } frame 517 { stop(); } } instance bablooba2_mc of movieClip 5254 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); if (_root.hand.waffe == 'pistol') { _root.bab_health1.nextFrame(); } if (_root.hand.waffe == 'nailgun') { _root.bab_health1.nextFrame(); _root.bab_health1.nextFrame(); } if (_root.hand.waffe == 'revolver') { _root.bab_health1.nextFrame(); _root.bab_health1.nextFrame(); _root.bab_health1.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.bab_health1.nextFrame(); _root.bab_health1.nextFrame(); _root.bab_health1.nextFrame(); _root.bab_health1.nextFrame(); _root.bab_health1.nextFrame(); _root.bab_health1.nextFrame(); } if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 4918 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.baum.start(); _root.attachMovie('hole_baum', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } button 5259 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('head'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 5260 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 5267 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('torso'); } if (_root.hand.waffe == 'nailgun') { if (wall == 'false') { gotoAndPlay('torso'); } if (wall == 'true') { gotoAndPlay('nailed'); } } } } button 5269 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('head'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('head'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('head'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 5270 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('arm1'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 5271 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('arm2'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } button 5272 { on (press) { if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } movieClip 5429 { frame 1 { wall = 'false'; testweste = 'hellno'; testhelm = 'hellno'; } frame 1 { wall = 'false'; stop(); } frame 3 { if (_root.bablooba2_mc.status == 'dead') { gotoAndPlay('zittern'); } _root.reload.start(); } frame 17 { _root.AK_shot.start(); } frame 18 { _root.AK_shot.start(); } frame 19 { _root.AK_shot.start(); } frame 19 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 20 { _root.AK_shot.start(); } frame 21 { _root.AK_shot.start(); } frame 22 { _root.AK_shot.start(); } frame 23 { _root.AK_shot.start(); } frame 24 { _root.AK_shot.start(); } frame 25 { _root.AK_shot.start(); } frame 26 { _root.AK_shot.start(); } frame 27 { _root.AK_shot.start(); } frame 27 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } } frame 28 { _root.AK_shot.start(); } frame 29 { _root.AK_shot.start(); } frame 34 { gotoAndPlay('shot'); } frame 36 { _root.score += 25; _root.gegner.start(); } frame 50 { if (testweste == 'hellno') { geg_schutz.gotoAndStop('fled'); } if (testhelm == 'hellno') { geg_helm.gotoAndStop('fled'); } } frame 76 { _parent.play(); _root.score -= 50; _root.kills += 1; _root.geflohen += 1; stop(); } frame 77 { if (testweste == 'hellno') { geg_schutz.gotoAndStop('fled'); } _root.score += 25; _root.kills += 1; _root.kopf += 1; _root.matsch1.start(); } frame 84 { } frame 87 { _root.matsch2.start(); } frame 91 { _parent.play(); stop(); } frame 94 { if (testweste == 'hellno') { geg_schutz.gotoAndStop('fled'); } if (testhelm == 'hellno') { geg_helm.gotoAndStop('fled'); } _root.score += 75; _root.kills += 1; _root.arm += 1; } frame 101 { _root.matsch3.start(); _parent.play(); stop(); } frame 105 { if (testhelm == 'hellno') { geg_helm.gotoAndStop('fled'); } _root.score += 50; _root.kills += 1; _root.nailed += 1; } frame 107 { _root.matsch2.start(); } frame 111 { _parent.play(); stop(); } frame 114 { if (testweste == 'hellno') { geg_schutz.gotoAndStop('fled'); } if (testhelm == 'hellno') { geg_helm.gotoAndStop('fled'); } _root.score += 75; _root.kills += 1; _root.arm += 1; } frame 120 { _root.kreisch.start(); } frame 151 { _root.matsch1.start(); } frame 167 { _root.matsch3.start(); } frame 170 { _parent.play(); stop(); } frame 172 { _root.score += 50; _root.kills += 1; _root.blown += 1; } frame 172 { _root.matsch1.start(); _root.explode.start(); } frame 175 { _root.matsch2.start(); } frame 176 { _parent.play(); stop(); } frame 177 { _root.score += 50; _root.kills += 1; _root.darm += 1; } frame 177 { if (testhelm == 'hellno') { geg_helm.gotoAndStop('fled'); } _root.matsch1.start(); } frame 202 { _root.matsch2.start(); } frame 205 { _parent.play(); stop(); } frame 207 { if (testweste == 'hellno') { geg_schutz.gotoAndStop('fled'); } if (testhelm == 'hellno') { geg_helm.gotoAndStop('fled'); } } frame 211 { gotoAndPlay('zittern'); } frame 216 { _root.matsch1.start(); } frame 219 { _root.matsch2.start(); } frame 220 { _parent.play(); stop(); } } movieClip 5430 { frame 11 { if (_root.bablooba2_mc.status == 'dead') { en.gotoAndPlay('zittern'); } else { en.play(); } stop(); } } movieClip 5436 { frame 42 { en.gotoAndStop('seil'); } frame 53 { if (_root.bablooba2_mc.status == 'dead') { en.gotoAndPlay('zittern'); } else { en.gotoAndPlay('shot'); } stop(); } frame 145 { gotoAndPlay('start'); } } button 5437 { on (press) { if (bablooba2_mc.kroneok == 'true') { bablooba2_mc.gotoAndPlay('krone'); _root.metall.start(); } } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } movieClip 5442 { frame 1 { stop(); } frame 250 { _root.bablooba2_mc.gotoAndPlay('dead'); _root.score += 500; _root.nextFrame(); } } frame 72 { _root.bossmusik_bablooba.stop(); _root.explode.start(); } movieClip 5469 { frame 50 { _root.bablooba2_mc.play(); } frame 56 { stop(); } frame 60 { stop(); } } movieClip 5471 { } movieClip 5474 { frame 1 { stop(); } frame 27 { _root.nextFrame(); } frame 51 { stop(); } } frame 73 { _root.bossmusik_bablooba2.start(0, 1000); } movieClip 5554 { frame 62 { _root.wchange.start(); } frame 75 { _root.wchange.start(); } frame 78 { _root.nailreload1.start(); } frame 88 { _root.rev_reload2.start(); } frame 127 { _root.nextFrame(); } } movieClip 5558 { } instance of movieClip 5558 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_ue', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 5602 { } movieClip 5617 { } movieClip 5632 { } movieClip 5652 { frame 3 { _root.enemyshot.start(); } frame 4 { _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bablooba3_mc.babhit += 2; } frame 18 { _root.enemyshot.start(); } frame 19 { _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bablooba3_mc.babhit += 2; } frame 32 { _parent._parent.play(); } } movieClip 5656 { } movieClip 5667 { frame 4 { _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bablooba3_mc.babhit += 2; _root.cash_rakete.start(); } frame 17 { _parent._parent.play(); } } movieClip 5670 { } movieClip 5683 { frame 3 { _root.shottie2.start(); } frame 4 { _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bablooba3_mc.babhit += 2; } frame 15 { _root.shottie1.start(); } frame 22 { _parent._parent.play(); } } movieClip 5684 { frame 3 { function getRandomLabel() { var v1 = new Array('att1', 'att2', 'att3'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndStop(getRandomLabel()); } } movieClip 5711 { frame 1 { stop(); } frame 64 { animation.gotoAndStop('walk2'); } instance animation of movieClip 5684 { onClipEvent (press) { } } frame 76 { animation.gotoAndStop('choose'); stop(); } frame 77 { animation.gotoAndStop('walk1'); } frame 89 { animation.gotoAndStop('choose'); stop(); } frame 90 { gotoAndPlay('start'); } frame 101 { _root.matsch2.start(); } frame 105 { animation.gotoAndStop('walk1'); } instance animation of movieClip 5684 { onClipEvent (press) { } } frame 138 { _root.matsch3.start(); } frame 153 { gotoAndPlay('dance'); } } movieClip 5713 { } movieClip 5754 { frame 1 { stop(); } frame 11 { function getRandomLabel() { var v1 = new Array('lala', 'shot', 'yeah'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndPlay(getRandomLabel()); } frame 25 { gotoAndPlay('start'); } frame 29 { _root.bab_health2.nextFrame(); _root.bablooba3_mc.babhit += 1; } frame 50 { gotoAndPlay('start'); } frame 72 { gotoAndPlay('start'); } } movieClip 5756 { } movieClip 5768 { frame 1 { stop(); } frame 11 { function getRandomLabel() { var v1 = new Array('lala', 'shot'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndPlay(getRandomLabel()); } frame 25 { gotoAndPlay('start'); } frame 28 { _root.bab_health2.nextFrame(); _root.bablooba3_mc.babhit += 1; } frame 31 { gotoAndPlay('start'); } } movieClip 5771 { frame 40 { gotoAndPlay(1); } } movieClip 5774 { frame 1 { stop(); } frame 11 { function getRandomLabel() { var v1 = new Array('lala', 'shot'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndPlay(getRandomLabel()); } frame 39 { gotoAndPlay('start'); } frame 42 { _root.bab_health2.prevFrame(); } frame 50 { _root.bablooba3_mc.babhit += 1; } frame 69 { gotoAndPlay('start'); } } movieClip 5779 { } movieClip 5782 { } movieClip 5786 { frame 1 { stop(); } frame 2 { isaac.gotoAndStop(1); } frame 5 { _root.explode.start(); } frame 16 { _root.explode.start(); } frame 24 { _root.explode.start(); _root.explosion_gnomobil.start(); } frame 79 { _root.cash_mc.play(); stop(); } } movieClip 5787 { frame 40 { gotoAndPlay(1); } } movieClip 5789 { frame 1 { stop(); } frame 9 { if (_root.bablooba3_mc.bablaugh == 'true') { _root.bablooba3_mc.jammed = 'true'; _root.choosediff.start(); _root.att2.white.play(); gotoAndStop('weg'); } } frame 43 { _root.bablooba3_mc.orange -= 1; if (_root.bablooba3_mc.orange > 0) { gotoAndPlay('go'); } else { gotoAndStop(1); } } } movieClip 5793 { } movieClip 5794 { frame 118 { _root.nextFrame(); } } instance of movieClip 1319 { onClipEvent (keyPress '<Space>') { _root.nextFrame(); } } frame 75 { mobil.schiff.gnom1.play(); mobil.schiff.gnom2.play(); mobil.schiff.cash.play(); mobil.schiff.isaac.play(); mobil.schiff.kanone.play(); bablooba3_mc.babhit = 0; bablooba3_mc.orange = 0; bablooba3_mc.jammed = 'false'; bablooba3_mc.mad = 'false'; bablooba3_mc.dead = 'false'; } movieClip 6106 { frame 1 { bablaugh = 'false'; } frame 7 { if (dead == 'true') { gotoAndPlay('dead'); } if (jammed == 'true') { gotoAndPlay('jammed'); } if (mad == 'true') { gotoAndPlay('mobil'); } } frame 8 { if (babhit > 40) { gotoAndPlay('laugh2'); } } frame 9 { function getRandomLabel() { var v1 = new Array('kopf', 'shot1', 'shot2', 'laugh', 'look'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndPlay(getRandomLabel()); } frame 12 { _parent.ultrahitbox.gotoAndPlay('kopf'); } frame 36 { gotoAndPlay('start'); } frame 38 { _parent.ultrahitbox.gotoAndPlay('laugh'); } frame 50 { gotoAndPlay('start'); } frame 52 { _parent.ultrahitbox.gotoAndPlay('laugh2'); } frame 53 { _root.wchange.start(); } frame 60 { bablaugh = 'true'; _root.hint.gotoAndStop(2); } frame 98 { _root.hint.gotoAndStop(1); } frame 101 { bablaugh = 'false'; babhit = 1; } frame 102 { gotoAndPlay('start'); } frame 106 { _parent.ultrahitbox.gotoAndPlay('shot1'); } frame 120 { _root.wchange.start(); } frame 122 { if (_root.att2.vari == 'true') { gotoAndPlay('gotoshot2'); } } frame 129 { _root.plasma.start(); _root.launchershot.start(); } frame 132 { _root.att2.gotoAndPlay(2); } frame 147 { function getRandomLabel() { var v1 = new Array('kopf', 'laugh', 'look'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndPlay(getRandomLabel()); } frame 151 { _parent.ultrahitbox.gotoAndPlay('shot2'); } frame 165 { _root.wchange.start(); } frame 167 { _parent.ultrahitbox.gotoAndPlay('gotoshot2'); } frame 174 { _root.plasma.start(); _root.launchershot.start(); } frame 180 { _root.plasma.start(); _root.launchershot.start(); } frame 186 { _root.plasma.start(); _root.launchershot.start(); } frame 189 { _root.att11.play(); } frame 202 { gotoAndPlay('start'); } frame 206 { _parent.ultrahitbox.gotoAndPlay('look'); } frame 215 { function getRandomLabel() { var v1 = new Array('kopf', 'laugh'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndPlay(getRandomLabel()); } frame 218 { _parent.ultrahitbox.gotoAndPlay('jammed'); } frame 224 { _root.rev_reload3.start(); } frame 231 { _root.explode.start(); _root.fart.start(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); _root.bab_health2.nextFrame(); } frame 269 { orange = 0; jammed = 'false'; gotoAndPlay('start'); } frame 272 { _parent.ultrahitbox.gotoAndPlay('mobil'); } frame 318 { _root.plasma.start(); _root.launchershot.start(); _root.mobil.schiff.play(); } frame 331 { mad = 'false'; gotoAndPlay('laugh2'); } frame 334 { _parent.ultrahitbox.gotoAndPlay('dead'); } frame 401 { whiteexplosion.play(); _root.matsch1.start(); } frame 419 { _root.cash_mc.gotoAndStop('weg'); } frame 461 { _root.matsch2.start(); } frame 463 { _root.matsch2.start(); } frame 466 { _root.cash_mc.gotoAndPlay('end'); } frame 471 { _root.gnomedance.play(); stop(); } } instance bablooba3_mc of movieClip 6106 { onClipEvent (load) { c = 1; } onClipEvent (press) { _root.gegner.start(); _root.bab_health2.nextFrame(); this.babhit += 1; if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.gegner.start(); _root.attachMovie('hole_graf', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 6212 { frame 36 { gotoAndPlay('start'); } frame 50 { gotoAndPlay('start'); } frame 102 { gotoAndPlay('start'); } frame 147 { function getRandomLabel() { var v1 = new Array('kopf', 'laugh', 'look'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndPlay(getRandomLabel()); } frame 202 { gotoAndPlay('start'); } frame 215 { function getRandomLabel() { var v1 = new Array('kopf', 'laugh'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndPlay(getRandomLabel()); } frame 269 { orange = 0; jammed = 'false'; gotoAndPlay('start'); } frame 331 { mad = 'false'; gotoAndPlay('laugh2'); } frame 471 { _root.gnomedance.play(); stop(); } } instance ultrahitbox of movieClip 6212 { onClipEvent (press) { _root.metall.start(); } } movieClip 6214 { frame 20 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); } } if (local_data.data.diff == 'normal') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } if (local_data.data.diff == 'hard') { if (_root.schutz.kevlar == 'yes') { _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); _root.schutz.weste.nextFrame(); } if (_root.schutz.kevlar == 'no') { _root.health.gothit.gotoAndPlay('hit'); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); _root.health.nextFrame(); } } } _root.explode.start(); stop(); } } movieClip 6215 { frame 1 { stop(); } frame 2 { function getRandomLabel() { var v1 = new Array('att1', 'att2', 'att3', 'att4'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } this.gotoAndPlay(getRandomLabel()); } frame 31 { gotoAndStop(1); } frame 59 { gotoAndStop(1); } frame 87 { gotoAndStop(1); } frame 115 { gotoAndStop(1); } } movieClip 6219 { frame 1 { stop(); } } button 6221 { on (press) { c = 1; if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); play(); } } movieClip 6224 { } movieClip 6227 { frame 1 { stop(); } frame 2 { if (_parent.orange.zahl == 1) { _parent.orange.play(); } else { _parent.orange.zahl -= 1; } } frame 10 { stop(); } } movieClip 6232 { frame 1 { stop(); } frame 2 { _parent._parent.stop(); } frame 16 { if (_root.bablooba3_mc.orange > 0) { _root.bablooba3_mc.orange += 1; _root.att2.gotoAndStop(1); } else { _root.bablooba3_mc.orange += 1; _root.orange_little.play(); } _parent._parent.play(); stop(); } } button 6233 { on (press) { c = 1; if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); } } movieClip 6234 { frame 1 { orange.zahl = 4; } } movieClip 6235 { frame 116 { _parent.gotoAndStop(1); } } movieClip 6236 { frame 1 { vari = 'false'; stop(); } frame 2 { function getRandomLabel() { var v1 = new Array('eins', 'zwei'); var v2 = Math.floor(Math.random() * v1.length); return v1[v2]; } vari = 'false'; this.gotoAndStop(getRandomLabel()); } frame 3 { vari = 'true'; } frame 4 { vari = 'true'; } } movieClip 6239 { } movieClip 6240 { frame 1 { stop(); } instance of movieClip 6239 { onClipEvent (press) { } } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } movieClip 6248 { frame 1 { stop(); } frame 519 { _root.bablooba3_mc.mad = 'true'; } frame 895 { _root.bablooba3_mc.dead = 'true'; _root.score += 500; _root.nextFrame(); } } frame 76 { _root.bossmusik_bablooba2.stop(); _root.explode.start(); } frame 78 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); user = local_data.data.profil_name; local_data.flush; } frame 78 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (score > 1) { if (local_data.data.diff == 'easy') { totalscore = score * 1.2; multiapple.gotoAndStop(2); } if (local_data.data.diff == 'normal') { totalscore = score * 1.4; multiapple.gotoAndStop(3); } if (local_data.data.diff == 'hard') { totalscore = score * 1.6; multiapple.gotoAndStop(4); } } else { totalscore = score; } } else { totalscore = score; } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.cheats_GODMODE == 'off') { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.act5_star == 'drei') { local_data.data.act5_star = 'drei'; } else { if (local_data.data.act5_star == 'zwei') { if (local_data.data.diff == 'hard') { local_data.data.act5_star = 'drei'; local_data.data.gotstar_act5 = 'true'; } } else { if (local_data.data.act5_star == 'eins') { if (local_data.data.diff == 'normal') { local_data.data.act5_star = 'zwei'; } if (local_data.data.diff == 'hard') { local_data.data.act5_star = 'drei'; } } else { if (local_data.data.diff == 'easy') { local_data.data.act5_star = 'eins'; } if (local_data.data.diff == 'normal') { local_data.data.act5_star = 'zwei'; } if (local_data.data.diff == 'hard') { local_data.data.act5_star = 'drei'; local_data.data.gotstar_act5 = 'true'; } } } } } local_data = SharedObject.getLocal('Gnomotron_Data'); if (totalscore < 0) { pokal = 'bronze'; } if (totalscore > 0) { pokal = 'bronze'; } if (totalscore > 3000) { pokal = 'silber'; } if (totalscore > 6000) { pokal = 'gold'; } if (totalscore > 7900) { pokal = 'platin'; local_data.data.gotpokal_act5 = 'true'; local_data.flush; } local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.highscore_act5 == undefined) { local_data.data.highscore_act5 = totalscore; local_data.flush; _root.newhighscore.nextFrame(); } if (local_data.data.highscore_act5 < totalscore) { local_data.data.highscore_act5 = totalscore; local_data.flush; _root.newhighscore.nextFrame(); } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.highscore_total > 0) { local_data.data.highscore_total += totalscore; local_data.flush; } if (local_data.data.highscore_total == undefined) { local_data.data.highscore_total = totalscore; local_data.flush; } if (local_data.data.kills_total == undefined) { local_data.data.kills_total = 6; local_data.flush; } if (local_data.data.kills_total > 0) { local_data.data.kills_total += kills; local_data.flush; } if (local_data.data.head_total == undefined) { local_data.data.head_total = 1; local_data.flush; } if (local_data.data.head_total > 0) { local_data.data.head_total += kopf; local_data.flush; } if (local_data.data.arm_total == undefined) { local_data.data.arm_total = 1; local_data.flush; } if (local_data.data.arm_total > 0) { local_data.data.arm_total += arm; local_data.flush; } if (local_data.data.torso_total == undefined) { local_data.data.torso_total = 1; local_data.flush; } if (local_data.data.torso_total > 0) { local_data.data.torso_total += darm; local_data.flush; } if (local_data.data.fled_total == undefined) { local_data.data.fled_total = 1; local_data.flush; } if (local_data.data.fled_total > 0) { local_data.data.fled_total += geflohen; local_data.flush; } if (local_data.data.nailed_total == undefined) { local_data.data.nailed_total = 1; local_data.flush; } if (local_data.data.nailed_total > 0) { local_data.data.nailed_total += nailed; local_data.flush; } if (local_data.data.blown_total == undefined) { local_data.data.blown_total = 1; local_data.flush; } if (local_data.data.blown_total > 0) { local_data.data.blown_total += blown; local_data.flush; } if (local_data.data.used_item_health_total == undefined) { local_data.data.used_item_health_total = 1; local_data.flush; } if (local_data.data.used_item_health_total > 0) { local_data.data.used_item_health_total += used_item_health; local_data.flush; } if (local_data.data.used_item_kevlar_total == undefined) { local_data.data.used_item_kevlar_total = 1; local_data.flush; } if (local_data.data.used_item_kevlar_total > 0) { local_data.data.used_item_kevlar_total += used_item_kevlar; local_data.flush; } if (local_data.data.used_items_total == undefined) { local_data.data.used_items_total = 1; local_data.flush; } if (local_data.data.used_items_total > 0) { local_data.data.used_items_total += used_items; local_data.flush; } } movieClip 6251 { } movieClip 6281 { frame 2 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.ach_pokal == undefined) { local_data.data.ach_pokal = 'false'; local_data.flush; } if (local_data.data.ach_star == undefined) { local_data.data.ach_star = 'false'; local_data.flush; } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.ach_items_used == undefined) { local_data.data.ach_items_used = 'false'; local_data.flush; } if (local_data.data.ach_head == undefined) { local_data.data.ach_head = 'false'; local_data.flush; } if (local_data.data.ach_torso == undefined) { local_data.data.ach_torso = 'false'; local_data.flush; } if (local_data.data.ach_arm == undefined) { local_data.data.ach_arm = 'false'; local_data.flush; } if (local_data.data.ach_fled == undefined) { local_data.data.ach_fled = 'false'; local_data.flush; } if (local_data.data.ach_kills == undefined) { local_data.data.ach_kills = 'false'; local_data.flush; } local_data.data.ach_nailed = undefined; if (local_data.data.ach_nailed) { local_data.data.ach_nailed = 'false'; local_data.flush; } if (local_data.data.ach_blown == undefined) { local_data.data.ach_blown = 'false'; local_data.flush; } } frame 4 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.ach_star == 'false') { if (local_data.data.gotstar_act1 == 'true' and local_data.data.gotstar_act2 == 'true' and local_data.data.gotstar_act3 == 'true' and local_data.data.gotstar_act4 == 'true' and local_data.data.gotstar_act5 == 'true') { _root.achievements.play(); _root.achievements.text = 'Truly Gnomelike! - GP 20'; local_data.data.ach_star = 'true'; local_data.flush; } } if (local_data.data.ach_pokal == 'false') { if (local_data.data.gotpokal_act1 == 'true' and local_data.data.gotpokal_act2 == 'true' and local_data.data.gotpokal_act3 == 'true' and local_data.data.gotpokal_act4 == 'true' and local_data.data.gotpokal_act5 == 'true') { _root.achievements.play(); _root.achievements.text = 'I\'ve got \'em all! - GP 10'; local_data.data.ach_pokal = 'true'; local_data.flush; } } local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); if (local_data.data.ach_head == 'false') { if (local_data.data.head_total > 200) { _root.achievements.play(); _root.achievements.text = 'Headshot Fetish - GP 10'; local_data.data.ach_head = 'true'; local_data.flush; } } if (local_data.data.ach_torso == 'false') { if (local_data.data.torso_total > 200) { _root.achievements.play(); _root.achievements.text = 'Doctor Gnomi - GP 10'; local_data.data.ach_torso = 'true'; local_data.flush; } } if (local_data.data.ach_arm == 'false') { if (local_data.data.arm_total > 200) { _root.achievements.play(); _root.achievements.text = 'Handyman - GP 20'; local_data.data.ach_arm = 'true'; local_data.flush; } } if (local_data.data.ach_fled == 'false') { if (local_data.data.fled_total > 50) { _root.achievements.play(); _root.achievements.text = 'Pacifist? - GP 10'; local_data.data.ach_fled = 'true'; local_data.flush; } } if (local_data.data.ach_kills == 'false') { if (local_data.data.kills_total > 1000) { _root.achievements.play(); _root.achievements.text = 'Ubergnomage! - GP 30'; local_data.data.ach_kills = 'true'; local_data.flush; } } if (local_data.data.ach_nailed == 'false') { if (local_data.data.nailed_total > 50) { _root.achievements.play(); _root.achievements.text = 'Artist - GP 10'; local_data.data.ach_nailed = 'true'; local_data.flush; } } if (local_data.data.ach_blown == 'false') { if (local_data.data.blown_total > 200) { _root.achievements.play(); _root.achievements.text = 'Kingdom come - GP 10'; local_data.data.ach_blown = 'true'; local_data.flush; } } if (local_data.data.ach_items_used == 'false') { if (local_data.data.used_items_total > 50) { _root.achievements.play(); _root.achievements.text = 'I shall not die! - GP 20'; local_data.data.ach_items_used = 'true'; local_data.flush; } } } frame 17 { _root.kisteopen.start(); } frame 39 { _root.gotpokal.start(); } frame 68 { stop(); } } frame 79 { local_data = SharedObject.getLocal('Gnomotron_Data_Stats'); Mouse.hide(); if (local_data.data.leaders == 'weiter') { gotoAndPlay('Outro'); } else { gotoAndStop('main'); } } frame 80 { stop(); } movieClip 6300 { } movieClip 6305 { } movieClip 6309 { } movieClip 6312 { frame 19 { gotoAndPlay(1); } } movieClip 6328 { frame 1 { stop(); } } movieClip 6335 { } movieClip 6363 { } movieClip 6365 { } movieClip 6367 { } movieClip 6370 { } movieClip 6373 { } movieClip 6445 { } movieClip 6449 { } movieClip 6451 { frame 1 { _root.woosch.start(); } frame 3 { _root.woosch.start(); } frame 5 { _root.woosch.start(); } frame 7 { _root.woosch.start(); } frame 12 { _root.woosch.start(); } frame 28 { _root.wchange.start(); } frame 30 { stop(); } } movieClip 6453 { } movieClip 6454 { } movieClip 6455 { } movieClip 6456 { frame 2 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.beat_act5 == undefined) { local_data.data.beat_act5 = 'true'; local_data.flush; _root.achievements.play(); _root.achievements.text = 'Happy Ending - GP 30'; } } instance of movieClip 672 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 50 { gnomi.play(); } frame 59 { gnomi.play(); } instance of movieClip 672 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } frame 390 { _root.grass2.start(); } frame 398 { _root.grass1.start(); } frame 405 { _root.grass2.start(); } frame 413 { _root.grass1.start(); } frame 419 { _root.grass1.start(); } frame 456 { _parent.nextFrame(); } } instance of movieClip 1319 { onClipEvent (keyPress '<Space>') { _root.nextFrame(); } } movieClip 6473 { } movieClip 6504 { frame 674 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.gotpokal_act1 == 'true' and local_data.data.gotpokal_act2 == 'true' and local_data.data.gotpokal_act3 == 'true' and local_data.data.gotpokal_act4 == 'true' and local_data.data.gotpokal_act5 == 'true') { play(); } else { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { _parent.gotoAndStop('beaten_easy'); } if (local_data.data.diff == 'normal') { _parent.gotoAndStop('beaten_normal'); } if (local_data.data.diff == 'hard') { _parent.gotoAndStop('beaten_hard'); } if (local_data.data.diff == 'none') { _parent.gotoAndStop('main'); } } } frame 1535 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { _parent.gotoAndStop('beaten_easy'); } if (local_data.data.diff == 'normal') { _parent.gotoAndStop('beaten_normal'); } if (local_data.data.diff == 'hard') { _parent.gotoAndStop('beaten_hard'); } if (local_data.data.diff == 'none') { _parent.gotoAndStop('main'); } } } frame 82 { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'easy') { gotoAndStop('beaten_easy'); } if (local_data.data.diff == 'normal') { gotoAndStop('beaten_normal'); } if (local_data.data.diff == 'hard') { gotoAndStop('beaten_hard'); } if (local_data.data.diff == 'none') { gotoAndStop('main'); } } frame 83 { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.beat_diff_last = 'easy'; local_data.flush; } button 6508 { on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.diff == 'hard') { if (local_data.data.beat_diff_hard == 'true') { _root.gotpokal.start(); gotoAndStop('main'); } else { local_data.data.beat_diff_hard = 'true'; local_data.flush; _root.gotpokal.start(); unlock.gotoAndStop('grenade'); } } if (local_data.data.diff == 'normal') { if (local_data.data.beat_diff_normal == 'true') { _root.gotpokal.start(); gotoAndStop('main'); } else { local_data.data.beat_diff_normal = 'true'; local_data.flush; _root.gotpokal.start(); unlock.gotoAndStop('nailgun'); } } if (local_data.data.diff == 'easy') { if (local_data.data.beat_diff_easy == 'true') { _root.gotpokal.start(); gotoAndStop('main'); } else { local_data.data.beat_diff_easy = 'true'; local_data.flush; _root.gotpokal.start(); unlock.gotoAndStop('revolver'); } } } } button 6513 { on (rollOver) { _root.mainclick.start(); } on (press) { _parent.gotoAndStop('main'); } } movieClip 6518 { frame 1 { stop(); } } frame 84 { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.beat_diff_last = 'normal'; local_data.flush; } frame 85 { local_data = SharedObject.getLocal('Gnomotron_Data'); local_data.data.beat_diff_last = 'hard'; local_data.flush; } movieClip 6529 { } movieClip 6531 { } button 6534 { on (press) { if (_root.hand.waffe == 'pistol') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'nailgun') { gotoAndPlay('hit'); } if (_root.hand.waffe == 'revolver') { gotoAndPlay('head'); } if (_root.hand.waffe == 'launcher') { gotoAndPlay('blown'); } } } movieClip 6540 { } movieClip 6546 { } movieClip 6548 { } movieClip 6552 { } movieClip 6554 { } movieClip 6563 { frame 41 { stop(); } } button 6566 { on (rollOver) { _root.mainclick.start(); } on (release) { local_data = SharedObject.getLocal('Gnomotron_Data'); if (local_data.data.last_act == 'act1') { _root.gotoAndStop('act1'); } if (local_data.data.last_act == 'act2') { _root.gotoAndStop('act2'); } if (local_data.data.last_act == 'act3') { _root.gotoAndStop('act3'); } if (local_data.data.last_act == 'act4') { _root.gotoAndStop('act4'); } if (local_data.data.last_act == 'act5') { _root.gotoAndStop('act5'); } } } button 6569 { on (rollOver) { _root.mainclick.start(); } on (release) { _root.gotoAndStop('main'); } } button 6572 { on (rollOver) { _root.mainclick.start(); } on (release) { getURL('http://www.blueglue.de/gnomewalk.txt', '_blank'); } } movieClip 6573 { frame 125 { stop(); } } frame 87 { _root.titletheme.stop(); stop(); } instance of movieClip 4024 { onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); this.play(); } } instance of movieClip 4024 { onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); this.play(); } } instance of movieClip 4024 { onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); this.play(); } } instance of movieClip 4024 { onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); this.play(); } } instance of movieClip 4024 { onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.glas.start(); this.play(); } } movieClip 6580 { } instance of movieClip 6580 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 6580 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } movieClip 6582 { } instance of movieClip 6582 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3467 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.sand.start(); _root.attachMovie('hole_gummi', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3461 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.metall.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance of movieClip 3457 { onClipEvent (load) { c = 1; } onClipEvent (press) { if (_root.hand.waffe == 'launcher') { _root.explode.start(); _root.attachMovie('grenade_exp', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } _root.stein.start(); _root.attachMovie('hole_stein', 'h' + c, c); _root['h' + c]._x = _root.sights._x; _root['h' + c]._y = _root.sights._y; ++c; } } instance sights of movieClip 227 { onClipEvent (load) { Mouse.hide(); this.swapDepths(9999); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; if (_y > 300) { _y = 300; } } } instance hand of movieClip 1684 { onClipEvent (enterFrame) { _x = _root._xmouse; } } button 6584 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop('main'); _root.gotpokal.start(); } } button 6588 { on (rollOver) { _root.mainclick.start(); } on (press) { tipps.gotoAndStop(2); _root.gotpokal.start(); } } button 6597 { on (rollOver) { _root.mainclick.start(); } on (press) { _parent.gotoAndStop(1); } } button 6598 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop('basics'); } } button 6599 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop('weapons'); } } button 6600 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop('enemies'); } } button 6601 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop('points'); } } button 6602 { on (rollOver) { _root.mainclick.start(); } on (press) { gotoAndStop('items'); } } movieClip 6632 { frame 1 { stop(); } frame 5 { stop(); } } movieClip 6633 { frame 1 { stop(); } } movieClip 6634 { frame 1 { stop(); } }




http://swfchan.com/10/46466/info.shtml
Created: 3/5 -2019 15:13:00 Last modified: 3/5 -2019 15:13:00 Server time: 17/05 -2024 14:49:41