[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Combined Code (295.36 KiB) ● ● ● ●
movieClip 8 ladebalken {
}
// unknown tag 88 length 67
movieClip 12 ladebalken_rahmen {
}
movieClip 15 gameleermc {
}
movieClip 17 spotter5 {
}
movieClip 19 spotter4 {
}
movieClip 21 spotter3 {
}
movieClip 23 spotter2 {
}
movieClip 25 spotter1 {
}
movieClip 28 {
}
// unknown tag 88 length 296
// unknown tag 88 length 68
movieClip 33 letterU {
}
movieClip 36 letterS {
}
movieClip 39 letterN {
}
movieClip 42 letterO {
}
movieClip 45 {
}
movieClip 48 letterR {
}
movieClip 51 letterE {
}
movieClip 54 letterM {
}
movieClip 57 letterI {
}
movieClip 60 letterT {
}
movieClip 63 letterB {
}
// unknown tag 88 length 296
movieClip 66 Bonus {
}
movieClip 68 rahmen {
}
movieClip 70 letterSchatten {
}
movieClip 72 circlewrong {
}
movieClip 74 circlefound {
}
movieClip 77 newImage {
}
movieClip 79 minusMC {
}
movieClip 81 blackline {
}
movieClip 92 switchHardOn {
}
movieClip 94 switchNormalOn {
}
movieClip 96 switchEasyOn {
}
movieClip 98 switchHardOff {
}
movieClip 99 switchNormalOff {
}
movieClip 100 switchEasyOff {
}
movieClip 112 switchOn {
}
movieClip 116 switchOff {
}
frame 1 {
function kongregate() {
if (!runsOnKongregate()) {
mochi.as2.MochiAd.showPreGameAd({'id': 'b262754e16773c03', 'res': '640x480'});
loadMovie('', ladebalken_rahmen);
loadMovie('', ladebalken);
} else {
kongregateFlag = true;
}
}
attachMovie('gameleermc', 'gameleermc', -10000, {'_x': 190, '_y': 230});
attachMovie('ladebalken_rahmen', 'ladebalken_rahmen', 6520, {'_x': 150, '_y': 300});
attachMovie('ladebalken', 'ladebalken', 6510, {'_x': 150, '_y': 300});
ladebalken._width = 0;
var kongregateFlag = false;
_global.runsOnKongregate = function () {
domain_parts = _url.split('://');
real_domain = domain_parts[1].split('/');
domain_parts_h = real_domain[0].split('.');
return (domain_parts_h[domain_parts_h.length - 2] + '.' + domain_parts_h[domain_parts_h.length - 1]).toLowerCase() == 'kongregate.com';
kongregateFlag = true;
};
kongregate();
}
movieClip 2197 __Packages.mochi.as2.MochiAd {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiAd) {
var v1 = function () {};
mochi.as2.MochiAd = v1;
var v2 = v1.prototype;
v1.getVersion = function () {
return mochi.as2.MochiServices.getVersion();
};
v1.showPreGameAd = function (options) {
var v27 = {'clip': _root, 'ad_timeout': 3000, 'fadeout_time': 250, 'regpt': 'o', 'method': 'showPreloaderAd', 'color': 16747008, 'background': 16777161, 'outline': 13994812, 'no_progress_bar': false, 'ad_started': function () {
this.clip.stop();
}, 'ad_finished': function () {
this.clip.play();
}, 'ad_failed': function () {
trace('[MochiAd] Couldn\'t load an ad, make sure that your game\'s local security sandbox is configured for Access Network Only and that you are not using ad blocking software');
}, 'ad_loaded': function (width, height) {}, 'ad_skipped': function () {}, 'ad_progress': function (percent) {}};
options = mochi.as2.MochiAd._parseOptions(options, v27);
if ('c862232051e0a94e1c3609b3916ddb17'.substr(0) == 'dfeada81ac97cde83665f81c12da7def') {
options.ad_started();
options.ad_finished();
return undefined;
}
var clip = options.clip;
var v24 = 11000;
var v19 = options.ad_timeout;
if (options.skip) {
v19 = 0;
}
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!mochi.as2.MochiAd.load(options)) {
options.ad_failed();
options.ad_finished();
return undefined;
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var v15 = mochi.as2.MochiAd._getRes(options);
var v5 = v15[0];
var v14 = v15[1];
mc._x = v5 * 0.5;
mc._y = v14 * 0.5;
var chk = mc.createEmptyMovieClip('_mochiad_wait', 3);
chk._x = v5 * -0.5;
chk._y = v14 * -0.5;
var v7 = chk.createEmptyMovieClip('_mochiad_bar', 4);
if (options.no_progress_bar) {
v7._visible = false;
delete options.no_progress_bar;
} else {
v7._x = 10;
v7._y = v14 - 20;
}
var v23 = options.color;
delete options.color;
var v21 = options.background;
delete options.background;
var v25 = options.outline;
delete options.outline;
var v6 = v7.createEmptyMovieClip('_outline', 1);
v6.beginFill(v21);
v6.moveTo(0, 0);
v6.lineTo(v5 - 20, 0);
v6.lineTo(v5 - 20, 10);
v6.lineTo(0, 10);
v6.lineTo(0, 0);
v6.endFill();
var v4 = v7.createEmptyMovieClip('_inside', 2);
v4.beginFill(v23);
v4.moveTo(0, 0);
v4.lineTo(v5 - 20, 0);
v4.lineTo(v5 - 20, 10);
v4.lineTo(0, 10);
v4.lineTo(0, 0);
v4.endFill();
v4._xscale = 0;
var v8 = v7.createEmptyMovieClip('_outline', 3);
v8.lineStyle(0, v25, 100);
v8.moveTo(0, 0);
v8.lineTo(v5 - 20, 0);
v8.lineTo(v5 - 20, 10);
v8.lineTo(0, 10);
v8.lineTo(0, 0);
chk.ad_msec = v24;
chk.ad_timeout = v19;
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;
mochi.as2.MochiAd.unload(v3);
delete this.onEnterFrame;
}
};
var sendHostProgress = false;
mc.lc.sendHostLoadProgress = function (lc_name) {
sendHostProgress = true;
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.adjustProgress = function (msec) {
var v2 = this.mc._mochiad_wait;
v2.server_control = true;
v2.started = getTimer();
v2.ad_msec = msec;
};
mc.lc.rpc = function (callbackID, arg) {
mochi.as2.MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace('[MOCHIAD rpcTestFn] ' + s);
return s;
};
chk.onEnterFrame = function () {
var v10 = this._parent._parent;
var v3 = v10;
for (;;) {
if (!(!v3.getBytesTotal() && v3)) break;
v3 = v3._parent;
}
if (!v3) {
v3 = _root;
}
var v13 = this._parent._mochiad_ctr;
var v7 = getTimer() - this.started;
var v5 = false;
var v6 = v3.getBytesTotal();
var v9 = v3.getBytesLoaded();
var v4 = 100 * v9 / v6;
var v12 = 100 * v7 / chk.ad_msec;
var v11 = this._mochiad_bar._inside;
var v15 = Math.min(100, Math.min(v4 || 0, v12));
v15 = Math.max(this.last_pcnt, v15);
this.last_pcnt = v15;
v11._xscale = v15;
options.ad_progress(v15);
if (sendHostProgress) {
mochi.as2.MochiAd.containerNotify(clip, {'id': 'hostLoadPcnt', 'pcnt': v4}, clip._mochiad._containerLCName);
if (v4 == 100) {
sendHostProgress = false;
}
}
if (!chk.showing) {
var v8 = v13.getBytesTotal();
if (v8 > 0 || typeof v8 == 'undefined') {
chk.showing = true;
chk.started = getTimer();
} else {
if (v7 > chk.ad_timeout && v4 == 100) {
options.ad_failed();
v5 = true;
}
}
}
if (v7 > chk.ad_msec) {
v5 = true;
}
if (v6 > 0 && v9 >= v6 && v5) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
};
v1.showClickAwayAd = function (options) {
var v10 = {'clip': _root, 'ad_timeout': 2000, 'fadeout_time': 250, 'regpt': 'o', 'method': 'showClickAwayAd', 'res': '300x250', 'no_bg': true, 'ad_started': function () {}, 'ad_finished': function () {}, 'ad_loaded': function (width, height) {}, 'ad_failed': function () {
trace('[MochiAd] Couldn\'t load an ad, make sure that your game\'s local security sandbox is configured for Access Network Only and that you are not using ad blocking software');
}, 'ad_skipped': function () {}};
options = mochi.as2.MochiAd._parseOptions(options, v10);
var clip = options.clip;
var v9 = options.ad_timeout;
delete options.ad_timeout;
if (!mochi.as2.MochiAd.load(options)) {
options.ad_failed();
options.ad_finished();
return undefined;
}
options.ad_started();
var v3 = clip._mochiad;
v3.onUnload = function () {
options.ad_finished();
};
var v5 = mochi.as2.MochiAd._getRes(options);
var v11 = v5[0];
var v8 = v5[1];
v3._x = v11 * 0.5;
v3._y = v8 * 0.5;
var chk = v3.createEmptyMovieClip('_mochiad_wait', 3);
chk.ad_timeout = v9;
chk.started = getTimer();
chk.showing = false;
v3.lc.adLoaded = options.ad_loaded;
v3.lc.adSkipped = options.ad_skipped;
v3.lc.rpc = function (callbackID, arg) {
mochi.as2.MochiAd.rpc(clip, callbackID, arg);
};
v3.rpcTestFn = function (s) {
trace('[MOCHIAD rpcTestFn] ' + s);
return s;
};
var v21 = false;
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') {
v2 = true;
chk.showing = true;
chk.started = getTimer();
} else {
if (v4 > chk.ad_timeout) {
options.ad_failed();
v2 = true;
}
}
}
if (v2) {
delete this.onEnterFrame;
}
};
};
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();
}, 'ad_failed': function () {
trace('[MochiAd] Couldn\'t load an ad, make sure that your game\'s local security sandbox is configured for Access Network Only and that you are not using ad blocking software');
}, 'ad_loaded': function (width, height) {}, 'ad_skipped': function () {}};
options = mochi.as2.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 (!mochi.as2.MochiAd.load(options)) {
options.ad_failed();
options.ad_finished();
return undefined;
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var v5 = mochi.as2.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;
mochi.as2.MochiAd.unload(v3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.adjustProgress = function (msec) {
var v2 = this.mc._mochiad_wait;
v2.server_control = true;
v2.started = getTimer();
v2.ad_msec = msec - 250;
};
mc.lc.rpc = function (callbackID, arg) {
mochi.as2.MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace('[MOCHIAD rpcTestFn] ' + s);
return s;
};
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) {
options.ad_failed();
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.showPreloaderAd = function (options) {
trace('[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0');
mochi.as2.MochiAd.showPreGameAd(options);
};
v1.showTimedAd = function (options) {
trace('[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0');
mochi.as2.MochiAd.showInterLevelAd(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.load = function (options) {
var v12 = {'clip': _root, 'server': 'http://x.mochiads.com/srv/1/', 'method': 'load', 'depth': 10333, 'id': '_UNKNOWN_'};
options = mochi.as2.MochiAd._parseOptions(options, v12);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = mochi.as2.MochiAd.getVersion();
var v6 = options.clip;
if (!mochi.as2.MochiAd._isNetworkAvailable()) {
return null;
}
if (v6._mochiad_loaded) {
return null;
}
var v11 = options.depth;
delete options.depth;
var mc = v6.createEmptyMovieClip('_mochiad', v11);
var v10 = mochi.as2.MochiAd._getRes(options);
options.res = v10[0] + 'x' + v10[1];
options.server += options.id;
delete options.id;
v6._mochiad_loaded = true;
if (v6._url.indexOf('http') != 0) {
trace('[MochiAd] NOTE: Security Sandbox Violation errors below are normal');
}
var v4 = mc.createEmptyMovieClip('_mochiad_ctr', 1);
for (var v7 in options) {
v4[v7] = options[v7];
}
var v9 = v4.server;
delete v4.server;
var v13 = mochi.as2.MochiAd._allowDomains(v9);
mc.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
mochi.as2.MochiAd.unload(this._parent);
}
};
}
};
var v5 = new Object();
var v8 = ['', Math.floor((new Date()).getTime()), random(999999)].join('_');
v5.mc = mc;
v5.name = v8;
v5.hostname = v13;
v5.allowDomain = function (d) {
return true;
};
v5.allowInsecureDomain = v5.allowDomain;
v5.connect(v8);
mc.lc = v5;
mc.lc.regContLC = function (lc_name) {
mc._containerLCName = lc_name;
};
v4.lc = v8;
v4.st = getTimer();
if (!options.skip) {
v4.loadMovie(v9 + '.swf', 'POST');
}
return mc;
};
v1.unload = function (clip) {
if (typeof clip == 'undefined') {
clip = _root;
}
if (clip.clip && clip.clip._mochiad) {
clip = clip.clip;
}
if (!clip._mochiad) {
return false;
}
mochi.as2.MochiAd.containerNotify(clip, {'id': 'unload'}, clip._mochiad._containerLCName);
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;
};
v1.rpc = function (clip, callbackID, arg) {
switch (arg.id) {
case 'setValue':
mochi.as2.MochiAd.setValue(clip, arg.objectName, arg.value);
break;
case 'getValue':
var v4 = mochi.as2.MochiAd.getValue(clip, arg.objectName);
mochi.as2.MochiAd.containerRpcResult(clip, callbackID, v4, clip._mochiad._containerLCName);
break;
case 'runMethod':
var v3 = mochi.as2.MochiAd.runMethod(clip, arg.method, arg.args);
mochi.as2.MochiAd.containerRpcResult(clip, callbackID, v3, clip._mochiad._containerLCName);
break;
default:
trace('[mochiads rpc] unknown rpc id: ' + arg.id);
}
};
v1.setValue = function (base, objectName, value) {
var v2 = objectName.split('.');
var v1;
v1 = 0;
while (v1 < v2.length - 1) {
if (base[v2[v1]] == undefined || base[v2[v1]] == null) {
return undefined;
}
base = base[v2[v1]];
++v1;
}
base[v2[v1]] = value;
};
v1.getValue = function (base, objectName) {
var v2 = objectName.split('.');
var v1;
v1 = 0;
while (v1 < v2.length - 1) {
if (base[v2[v1]] == undefined || base[v2[v1]] == null) {
return undefined;
}
base = base[v2[v1]];
++v1;
}
return base[v2[v1]];
};
v1.runMethod = function (base, methodName, argsArray) {
var v2 = methodName.split('.');
var v1;
v1 = 0;
while (v1 < v2.length - 1) {
if (base[v2[v1]] == undefined || base[v2[v1]] == null) {
return undefined;
}
base = base[v2[v1]];
++v1;
}
if (typeof base[v2[v1]] == 'function') {
return base[v2[v1]].apply(base, argsArray);
} else {
return undefined;
}
};
v1.containerNotify = function (clip, args, lcName) {
var v1 = clip._mochiad._mochiad_ctr.ad.app;
if (v1.notify) {
v1.notify(args);
} else {
(new LocalConnection()).send(lcName, 'notify', args);
}
};
v1.containerRpcResult = function (clip, callbackID, val, lcName) {
var v1 = clip._mochiad._mochiad_ctr.ad.app;
if (v1.rpcResult) {
v1.rpcResult(callbackID, val);
} else {
(new LocalConnection()).send(lcName, 'rpcResult', callbackID, val);
}
};
ASSetPropFlags(mochi.as2.MochiAd.prototype, null, 1);
}
#endinitclip
}
movieClip 2198 __Packages.mochi.as2.MochiEventDispatcher {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiEventDispatcher) {
var v1 = function () {
this.eventTable = {};
};
mochi.as2.MochiEventDispatcher = v1;
var v2 = v1.prototype;
v2.buildDelegate = function (thisObject, thatObject) {
var v2 = {'thisObject': thisObject, 'thatObject': thatObject};
if (thatObject != undefined) {
var funct = (typeof thatObject == 'string') ? thisObject[thatObject] : thatObject;
v2.delegate = function (args) {
funct.call(thisObject, args);
};
return v2;
}
v2.delegate = thisObject;
return v2;
};
v2.compareDelegate = function (d_A, d_B) {
if (d_A.thisObject != d_B.thisObject || d_A.thatObject != d_B.thatObject) {
return false;
}
return true;
};
v2.addEventListener = function (event, thisObject, thatObject) {
this.removeEventListener(event, thisObject, thatObject);
this.eventTable[event].push(this.buildDelegate(thisObject, thatObject));
};
v2.removeEventListener = function (event, thisObject, thatObject) {
var v3 = this.buildDelegate(thisObject, thatObject);
if (this.eventTable[event] == undefined) {
this.eventTable[event] = [];
return undefined;
}
for (var v4 in this.eventTable[event]) {
if (!this.compareDelegate(this.eventTable[event][v4], v3)) {
continue;
}
this.eventTable[event].splice(Number(v4), 1);
}
};
v2.triggerEvent = function (event, args) {
if (this.eventTable[event] == undefined) {
return undefined;
}
for (var v4 in this.eventTable[event]) {
this.eventTable[event][v4].delegate(args);
}
};
ASSetPropFlags(mochi.as2.MochiEventDispatcher.prototype, null, 1);
}
#endinitclip
}
movieClip 2199 __Packages.mochi.as2.MochiServices {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiServices) {
var v1 = function () {};
mochi.as2.MochiServices = v1;
var v2 = v1.prototype;
v1.__get__id = function () {
return mochi.as2.MochiServices._id;
};
v1.__get__clip = function () {
return mochi.as2.MochiServices._container;
};
v1.__get__childClip = function () {
return mochi.as2.MochiServices._clip;
};
v1.getVersion = function () {
return '3.9.1 as2';
};
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.as2.MochiServices._sendChannelName = val + '_fromgame';
mochi.as2.MochiServices.initComChannels();
}
}
return mochi.as2.MochiServices.__get__comChannelName();
};
v1.__get__connected = function () {
return mochi.as2.MochiServices._connected;
};
v1.connect = function (id, clip, onError) {
mochi.as2.MochiServices.warnID(id, false);
if (!mochi.as2.MochiServices._connected && mochi.as2.MochiServices._clip == undefined) {
trace('MochiServices Connecting...');
mochi.as2.MochiServices._connecting = true;
mochi.as2.MochiServices.init(id, clip);
}
if (onError != undefined) {
mochi.as2.MochiServices.onError = onError;
} else {
if (mochi.as2.MochiServices.onError == undefined) {
mochi.as2.MochiServices.onError = function (errorCode) {
trace(errorCode);
};
}
}
};
v1.disconnect = function () {
if (mochi.as2.MochiServices._connected || mochi.as2.MochiServices._connecting) {
mochi.as2.MochiServices._connected = false;
mochi.as2.MochiServices._connecting = mochi.as2.MochiServices._connected;
mochi.as2.MochiServices.flush(true);
if (mochi.as2.MochiServices._clip != undefined) {
mochi.as2.MochiServices._clip.removeMovieClip();
delete mochi.as2.MochiServices._clip;
}
mochi.as2.MochiServices._listenChannel.close();
}
};
v1.init = function (id, clip) {
mochi.as2.MochiServices._id = id;
if (clip != undefined) {
mochi.as2.MochiServices._container = clip;
} else {
mochi.as2.MochiServices._container = _root;
}
mochi.as2.MochiServices.loadCommunicator(id, mochi.as2.MochiServices._container);
};
v1.loadCommunicator = function (id, clip) {
var v6 = '_mochiservices_com_' + id;
var v5 = new MovieClipLoader();
var v3 = {};
if (mochi.as2.MochiServices._clip != null) {
return mochi.as2.MochiServices._clip;
}
if (!mochi.as2.MochiServices.__get__isNetworkAvailable()) {
return null;
}
if ((mochi.as2.MochiServices.urlOptions()).servURL) {
mochi.as2.MochiServices._servURL = (mochi.as2.MochiServices.urlOptions()).servURL;
}
var v4 = mochi.as2.MochiServices._servURL + mochi.as2.MochiServices._services;
if ((mochi.as2.MochiServices.urlOptions()).servicesURL) {
v4 = (mochi.as2.MochiServices.urlOptions()).servicesURL;
}
mochi.as2.MochiServices.allowDomains(v4);
mochi.as2.MochiServices._clip = clip.createEmptyMovieClip(v6, 10336, false);
mochi.as2.MochiServices._listenChannelName += Math.floor((new Date()).getTime()) + '_' + Math.floor(Math.random() * 99999);
mochi.as2.MochiServices.listen();
if (v3.waitInterval != null) {
clearInterval(v3.waitInterval);
}
v3.onLoadError = mochi.as2.MochiServices.loadError;
v3.onLoadStart = function (target_mc) {
this.isLoading = true;
};
v3.onLoadComplete = function (target_mc) {
target_mc.MochiServices = mochi.as2.MochiServices;
};
v3.startTime = getTimer();
v3.wait = function () {
if (getTimer() - this.startTime > 10000) {
if (!this.isLoading) {
mochi.as2.MochiServices.disconnect();
mochi.as2.MochiServices.onError.apply(null, ['IOError']);
}
clearInterval(this.waitInterval);
}
};
v3.waitInterval = setInterval(v3, 'wait', 1000);
v5.addListener(v3);
v5.loadClip(v4 + '?listenLC=' + mochi.as2.MochiServices._listenChannelName + '&mochiad_options=' + escape(_root.mochiad_options) + '&api_version=' + mochi.as2.MochiServices.getVersion(), mochi.as2.MochiServices._clip);
mochi.as2.MochiServices._sendChannel = new LocalConnection();
mochi.as2.MochiServices._sendChannel._queue = [];
return mochi.as2.MochiServices._clip;
};
v1.loadError = function (target_mc, errorCode, httpStatus) {
trace('MochiServices could not load.');
mochi.as2.MochiServices.disconnect();
mochi.as2.MochiServices.onError.apply(null, [errorCode]);
};
v1.onStatus = function (infoObject) {
if (infoObject.level !== 'error') {
} else {
mochi.as2.MochiServices._connected = false;
mochi.as2.MochiServices._listenChannel.connect(mochi.as2.MochiServices._listenChannelName);
}
};
v1.listen = function () {
mochi.as2.MochiServices._listenChannel = new LocalConnection();
mochi.as2.MochiServices._listenChannel.handshake = function (args) {
mochi.as2.MochiServices.__set__comChannelName(args.newChannel);
};
mochi.as2.MochiServices._listenChannel.allowDomain = function (d) {
return true;
};
mochi.as2.MochiServices._listenChannel.allowInsecureDomain = mochi.as2.MochiServices._listenChannel.allowDomain;
mochi.as2.MochiServices._listenChannel._nextcallbackID = 0;
mochi.as2.MochiServices._listenChannel._callbacks = {};
mochi.as2.MochiServices._listenChannel.connect(mochi.as2.MochiServices._listenChannelName);
trace('Waiting for MochiAds services to connect...');
};
v1.initComChannels = function () {
if (!mochi.as2.MochiServices._connected) {
mochi.as2.MochiServices._sendChannel.onStatus = function (infoObject) {
mochi.as2.MochiServices.onStatus(infoObject);
};
mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': 'handshakeDone'});
mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': 'registerGame', 'id': mochi.as2.MochiServices._id, 'version': mochi.as2.MochiServices.getVersion()});
mochi.as2.MochiServices._listenChannel.onStatus = function (infoObject) {
mochi.as2.MochiServices.onStatus(infoObject);
};
mochi.as2.MochiServices._listenChannel.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.as2.MochiServices._listenChannel.onEvent = function (pkg) {
switch (pkg.target) {
case 'services':
mochi.as2.MochiServices.triggerEvent(pkg.event, pkg.args);
break;
case 'events':
mochi.as2.MochiEvents.triggerEvent(pkg.event, pkg.args);
break;
case 'coins':
mochi.as2.MochiCoins.triggerEvent(pkg.event, pkg.args);
break;
case 'social':
mochi.as2.MochiSocial.triggerEvent(pkg.event, pkg.args);
}
};
mochi.as2.MochiServices._listenChannel.onError = function () {
mochi.as2.MochiServices.onError.apply(null, ['IOError']);
};
trace('[SERVICES_API] connected!');
mochi.as2.MochiServices._connecting = false;
mochi.as2.MochiServices._connected = true;
while (mochi.as2.MochiServices._sendChannel._queue.length > 0) {
mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', mochi.as2.MochiServices._sendChannel._queue.shift());
}
}
};
v1.flush = function (error) {
var v1;
var v2;
while (mochi.as2.MochiServices._sendChannel._queue.length > 0) {
v1 = mochi.as2.MochiServices._sendChannel._queue.shift();
false;
if (v1.callbackID != null) {
v2 = mochi.as2.MochiServices._listenChannel._callbacks[v1.callbackID];
}
delete mochi.as2.MochiServices._listenChannel._callbacks[v1.callbackID];
if (error) {
mochi.as2.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 (args.options != null && args.options.onError != null) {
args.options.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.as2.MochiServices._connected) {
mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': methodName, 'args': args, 'callbackID': mochi.as2.MochiServices._listenChannel._nextcallbackID});
} else {
if (mochi.as2.MochiServices._clip == undefined || !mochi.as2.MochiServices._connecting) {
trace('Error: MochiServices not connected. Please call MochiServices.connect(). Function: ' + methodName);
mochi.as2.MochiServices.handleError(args, callbackObject, callbackMethod);
mochi.as2.MochiServices.flush(true);
return undefined;
} else {
mochi.as2.MochiServices._sendChannel._queue.push({'methodName': methodName, 'args': args, 'callbackID': mochi.as2.MochiServices._listenChannel._nextcallbackID});
}
}
mochi.as2.MochiServices._listenChannel._callbacks[mochi.as2.MochiServices._listenChannel._nextcallbackID] = {'callbackObject': callbackObject, 'callbackMethod': callbackMethod};
++mochi.as2.MochiServices._listenChannel._nextcallbackID;
};
v1.urlOptions = function () {
var v5 = {};
var v6;
if (_root._url.indexOf('mochiad_options') != -1) {
var v2 = _root._url.indexOf('mochiad_options') + 'mochiad_options'.length + 1;
v6 = _root._url.substr(v2, _root._url.length);
} else {
if (_root.mochiad_options) {
v6 = _root.mochiad_options;
}
}
if (v6) {
var v4 = _root.mochiad_options.split('&');
var v2 = 0;
while (v2 < v4.length) {
var v3 = v4[v2].split('=');
v5[unescape(v3[0])] = unescape(v3[1]);
++v2;
}
}
return v5;
};
v1.warnID = function (bid, leaderboard) {
bid = bid.toLowerCase();
if (bid.length != 16) {
trace('WARNING: ' + (leaderboard ? 'board' : 'game') + ' ID is not the appropriate length');
return undefined;
} else {
if (bid == '1e113c7239048b3f') {
if (leaderboard) {
trace('WARNING: Using testing board ID');
} else {
trace('WARNING: Using testing board ID as game ID');
}
return undefined;
} else {
if (bid == '84993a1de4031cd8') {
if (leaderboard) {
trace('WARNING: Using testing game ID as board ID');
} else {
trace('WARNING: Using testing game ID');
}
return undefined;
}
}
}
var v1 = 0;
while (v1 < bid.length) {
switch (bid.charAt(v1)) {
if (bid.charAt(v1) !== 'f') {
} else {
case '0':
case '1':
case '2':
case '3':
case '4':
case '5':
case '6':
case '7':
case '8':
case '9':
case 'a':
break;
case 'b':
case 'c':
case 'd':
case 'e':
}
default:
trace('WARNING: Board ID contains illegal characters: ' + bid);
return undefined;
}
++v1;
}
};
v1.addLinkEvent = function (url, burl, btn, onClick) {
var timeout = 1500;
var t0 = getTimer();
var v2 = new Object();
v2.mav = mochi.as2.MochiServices.getVersion();
v2.swfv = btn.getSWFVersion() || 6;
v2.swfurl = btn._url;
v2.fv = System.capabilities.version;
v2.os = System.capabilities.os;
v2.lang = System.capabilities.language;
v2.scres = System.capabilities.screenResolutionX + 'x' + System.capabilities.screenResolutionY;
var s = '?';
var v3 = 0;
for (var v6 in v2) {
if (v3 != 0) {
s += '&';
}
++v3;
s = s + v6 + '=' + escape(v2[v6]);
}
if (!(mochi.as2.MochiServices.netupAttempted || mochi.as2.MochiServices._connected)) {
var ping = btn.createEmptyMovieClip('ping', 777);
var v7 = btn.createEmptyMovieClip('nettest', 778);
mochi.as2.MochiServices.netupAttempted = true;
ping.loadMovie('http://link.mochiads.com/linkping.swf?t=' + getTimer());
v7.onEnterFrame = function () {
if (ping._totalframes > 0 && ping._totalframes == ping._framesloaded) {
delete this.onEnterFrame;
} else {
if (getTimer() - t0 > timeout) {
delete this.onEnterFrame;
mochi.as2.MochiServices.netup = false;
}
}
};
}
var v4 = btn.createEmptyMovieClip('clk', 1001);
v4._alpha = 0;
v4.beginFill(1044735);
v4.moveTo(0, 0);
v4.lineTo(0, btn._height);
v4.lineTo(btn._width, btn._height);
v4.lineTo(btn._width, 0);
v4.lineTo(0, 0);
v4.endFill();
v4.onRelease = function () {
if (mochi.as2.MochiServices.netup) {
getURL(url + s, '_blank');
} else {
getURL(burl, '_blank');
}
if (onClick != undefined) {
onClick();
}
};
};
v1.setContainer = function (clip) {};
v1.stayOnTop = function (clip) {};
v1.addEventListener = function (eventType, thisObject, thatObject) {
mochi.as2.MochiServices._dispatcher.addEventListener(eventType, thisObject, thatObject);
};
v1.triggerEvent = function (eventType, args) {
mochi.as2.MochiServices._dispatcher.triggerEvent(eventType, args);
};
v1.removeEventListener = function (eventType, thisObject, thatObject) {
mochi.as2.MochiServices._dispatcher.removeEventListener(eventType, thisObject, thatObject);
};
v1.CONNECTED = 'onConnected';
v1._servURL = 'http://www.mochiads.com/static/lib/services/';
v1._services = 'services.swf';
v1._mochiLC = 'MochiLC.swf';
v1._listenChannelName = '__ms_';
v1._connecting = false;
v1._connected = false;
v1.netup = true;
v1.netupAttempted = false;
v1._dispatcher = new mochi.as2.MochiEventDispatcher();
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.as2.MochiServices.prototype, null, 1);
}
#endinitclip
}
movieClip 2200 __Packages.mochi.as2.MochiEvents {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiEvents) {
var v1 = function () {};
mochi.as2.MochiEvents = v1;
var v2 = v1.prototype;
v1.getVersion = function () {
return mochi.as2.MochiServices.getVersion();
};
v1.startSession = function (achievementID) {
mochi.as2.MochiServices.send('events_beginSession', {'achievementID': achievementID}, null, null);
};
v1.setNotifications = function (clip, style) {
var v2 = {};
for (var v3 in style) {
v2[v3] = style[v3];
}
v2.clip = clip;
mochi.as2.MochiServices.send('events_setNotifications', v2, null, null);
};
v1.addEventListener = function (eventType, thisObject, thatObject) {
mochi.as2.MochiEvents._dispatcher.addEventListener(eventType, thisObject, thatObject);
};
v1.triggerEvent = function (eventType, args) {
mochi.as2.MochiEvents._dispatcher.triggerEvent(eventType, args);
};
v1.removeEventListener = function (eventType, thisObject, thatObject) {
mochi.as2.MochiEvents._dispatcher.removeEventListener(eventType, thisObject, thatObject);
};
v1.startPlay = function (tag) {
if (tag == undefined) {
tag = 'gameplay';
}
mochi.as2.MochiServices.send('events_setRoundID', {'tag': String(tag)}, null, null);
};
v1.endPlay = function () {
mochi.as2.MochiServices.send('events_clearRoundID', null, null, null);
};
v1.trackEvent = function (tag, value) {
mochi.as2.MochiServices.send('events_trackEvent', {'tag': tag, 'value': value}, null, null);
};
v1.ACHIEVEMENT_RECEIVED = 'AchievementReceived';
v1.ALIGN_TOP_LEFT = 'ALIGN_TL';
v1.ALIGN_TOP = 'ALIGN_T';
v1.ALIGN_TOP_RIGHT = 'ALIGN_TR';
v1.ALIGN_LEFT = 'ALIGN_L';
v1.ALIGN_CENTER = 'ALIGN_C';
v1.ALIGN_RIGHT = 'ALIGN_R';
v1.ALIGN_BOTTOM_LEFT = 'ALIGN_BL';
v1.ALIGN_BOTTOM = 'ALIGN_B';
v1.ALIGN_BOTTOM_RIGHT = 'ALIGN_BR';
v1.FORMAT_SHORT = 'ShortForm';
v1.FORMAT_LONG = 'LongForm';
v1._dispatcher = new mochi.as2.MochiEventDispatcher();
ASSetPropFlags(mochi.as2.MochiEvents.prototype, null, 1);
}
#endinitclip
}
movieClip 2201 __Packages.mochi.as2.MochiCoins {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiCoins) {
var v1 = function () {};
mochi.as2.MochiCoins = v1;
var v2 = v1.prototype;
v1.getVersion = function () {
return mochi.as2.MochiServices.getVersion();
};
v1.showStore = function (options) {
mochi.as2.MochiServices.send('coins_showStore', {'options': options}, null, null);
};
v1.showItem = function (options) {
if (options == undefined || typeof options.item != 'string') {
trace('ERROR: showItem call must pass an Object with an item key');
return undefined;
}
mochi.as2.MochiServices.send('coins_showItem', {'options': options}, null, null);
};
v1.showVideo = function (options) {
if (options == undefined || typeof options.item != 'string') {
trace('ERROR: showVideo call must pass an Object with an item key');
return undefined;
}
mochi.as2.MochiServices.send('coins_showVideo', {'options': options}, null, null);
};
v1.getStoreItems = function () {
mochi.as2.MochiServices.send('coins_getStoreItems');
};
v1.requestFunding = function (properties) {
mochi.as2.MochiServices.send('social_requestFunding', properties);
};
v1.addEventListener = function (eventType, delegate) {
mochi.as2.MochiCoins._dispatcher.addEventListener(eventType, delegate);
};
v1.triggerEvent = function (eventType, args) {
mochi.as2.MochiCoins._dispatcher.triggerEvent(eventType, args);
};
v1.removeEventListener = function (eventType, delegate) {
mochi.as2.MochiCoins._dispatcher.removeEventListener(eventType, delegate);
};
v1.STORE_SHOW = 'StoreShow';
v1.STORE_HIDE = 'StoreHide';
v1.ITEM_OWNED = 'ItemOwned';
v1.ITEM_NEW = 'ItemNew';
v1.STORE_ITEMS = 'StoreItems';
v1.ERROR = 'Error';
v1.IO_ERROR = 'IOError';
v1.NO_USER = 'NoUser';
v1._dispatcher = new mochi.as2.MochiEventDispatcher();
ASSetPropFlags(mochi.as2.MochiCoins.prototype, null, 1);
}
#endinitclip
}
movieClip 2202 __Packages.mochi.as2.MochiSocial {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiSocial) {
var v1 = function () {};
mochi.as2.MochiSocial = v1;
var v2 = v1.prototype;
v1.getVersion = function () {
return mochi.as2.MochiServices.getVersion();
};
v1.showLoginWidget = function (options) {
mochi.as2.MochiServices.setContainer();
mochi.as2.MochiServices.stayOnTop();
mochi.as2.MochiServices.send('social_showLoginWidget', {'options': options});
};
v1.hideLoginWidget = function () {
mochi.as2.MochiServices.send('social_hideLoginWidget');
};
v1.requestLogin = function (properties) {
mochi.as2.MochiServices.send('social_requestLogin', properties);
};
v1.getFriendsList = function (properties) {
mochi.as2.MochiServices.send('social_getFriendsList', properties);
};
v1.postToStream = function (properties) {
mochi.as2.MochiServices.send('social_postToStream', properties);
};
v1.inviteFriends = function (properties) {
mochi.as2.MochiServices.send('social_inviteFriends', properties);
};
v1.requestFan = function (properties) {
mochi.as2.MochiServices.send('social_requestFan', properties);
};
v1.saveUserProperties = function (properties) {
mochi.as2.MochiServices.send('social_saveUserProperties', properties);
};
v1.addEventListener = function (eventType, delegate) {
mochi.as2.MochiSocial._dispatcher.addEventListener(eventType, delegate);
};
v1.triggerEvent = function (eventType, args) {
mochi.as2.MochiSocial._dispatcher.triggerEvent(eventType, args);
};
v1.removeEventListener = function (eventType, delegate) {
mochi.as2.MochiSocial._dispatcher.removeEventListener(eventType, delegate);
};
v1.LOGGED_IN = 'LoggedIn';
v1.LOGGED_OUT = 'LoggedOut';
v1.LOGIN_SHOW = 'LoginShow';
v1.LOGIN_HIDE = 'LoginHide';
v1.LOGIN_SHOWN = 'LoginShown';
v1.PROFILE_SHOW = 'ProfileShow';
v1.PROFILE_HIDE = 'ProfileHide';
v1.PROPERTIES_SAVED = 'PropertySaved';
v1.WIDGET_LOADED = 'WidgetLoaded';
v1.FRIEND_LIST = 'FriendsList';
v1.PROFILE_DATA = 'ProfileData';
v1.GAMEPLAY_DATA = 'GameplayData';
v1.ACTION_CANCELED = 'onCancel';
v1.ACTION_COMPLETE = 'onComplete';
v1.USER_INFO = 'UserInfo';
v1.ERROR = 'Error';
v1.IO_ERROR = 'IOError';
v1.NO_USER = 'NoUser';
v1.PROPERTIES_SIZE = 'PropertiesSize';
v1._dispatcher = new mochi.as2.MochiEventDispatcher();
ASSetPropFlags(mochi.as2.MochiSocial.prototype, null, 1);
}
#endinitclip
}
movieClip 2203 __Packages.mochi.as2.MochiScores {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiScores) {
var v1 = function () {};
mochi.as2.MochiScores = v1;
var v2 = v1.prototype;
v1.setBoardID = function (boardID) {
mochi.as2.MochiServices.warnID(boardID, true);
mochi.as2.MochiScores.boardID = boardID;
mochi.as2.MochiServices.send('scores_setBoardID', {'boardID': boardID});
};
v1.showLeaderboard = function (options) {
options.clip = mochi.as2.MochiServices.clip;
if (options.clip != mochi.as2.MochiServices.__get__clip() || (mochi.as2.MochiServices.__get__childClip())._target == undefined) {
mochi.as2.MochiServices.disconnect();
trace('WARNING! This application is attempting to connect to MochiServices inside a showLeaderboard call!');
trace('make sure MochiServices.connect is called as early in the application runtime as possible.');
mochi.as2.MochiServices.connect(mochi.as2.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 (options.score instanceof TextField) {
if (options.score.text != undefined) {
options.score = options.score.text;
}
} else {
if (options.score instanceof mochi.as2.MochiDigits) {
options.score = options.score.value;
}
}
var v1 = Number(options.score);
if (isNaN(v1)) {
trace('ERROR: Submitted score \'' + options.score + '\' will be rejected, score is \'Not a Number\'');
} else {
if (v1 == Number.NEGATIVE_INFINITY || v1 == Number.POSITIVE_INFINITY) {
trace('ERROR: Submitted score \'' + options.score + '\' will be rejected, score is an infinite');
} else {
if (Math.floor(v1) != v1) {
trace('WARNING: Submitted score \'' + options.score + '\' will be truncated');
}
options.score = v1;
}
}
}
if (options.onDisplay != null) {
options.onDisplay();
} else {
(mochi.as2.MochiServices.__get__clip()).stop();
}
if (options.onClose != null) {
mochi.as2.MochiScores.onClose = options.onClose;
} else {
mochi.as2.MochiScores.onClose = function () {
(mochi.as2.MochiServices.__get__clip()).play();
};
}
if (options.onError != null) {
mochi.as2.MochiScores.onError = options.onError;
} else {
mochi.as2.MochiScores.onError = mochi.as2.MochiScores.onClose;
}
if (options.boardID == null) {
if (mochi.as2.MochiScores.boardID != null) {
options.boardID = mochi.as2.MochiScores.boardID;
}
}
mochi.as2.MochiServices.warnID(options.boardID, true);
trace('[MochiScores] NOTE: Security Sandbox Violation errors below are normal');
mochi.as2.MochiServices.send('scores_showLeaderboard', {'options': options}, null, mochi.as2.MochiScores.doClose);
};
v1.closeLeaderboard = function () {
mochi.as2.MochiServices.send('scores_closeLeaderboard');
};
v1.getPlayerInfo = function (callbackObj, callbackMethod) {
mochi.as2.MochiServices.send('scores_getPlayerInfo', null, callbackObj, callbackMethod);
};
v1.submit = function (score, name, callbackObj, callbackMethod) {
score = Number(score);
if (isNaN(score)) {
trace('ERROR: Submitted score \'' + String(score) + '\' will be rejected, score is \'Not a Number\'');
} else {
if (score == Number.NEGATIVE_INFINITY || score == Number.POSITIVE_INFINITY) {
trace('ERROR: Submitted score \'' + String(score) + '\' will be rejected, score is an infinite');
} else {
if (Math.floor(score) != score) {
trace('WARNING: Submitted score \'' + String(score) + '\' will be truncated');
}
score = Number(score);
}
}
mochi.as2.MochiServices.send('scores_submit', {'score': score, 'name': name}, callbackObj, callbackMethod);
};
v1.requestList = function (callbackObj, callbackMethod) {
mochi.as2.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.as2.MochiScores.onError.apply(null, [args.errorCode]);
} else {
mochi.as2.MochiScores.onClose.apply();
}
};
ASSetPropFlags(mochi.as2.MochiScores.prototype, null, 1);
}
#endinitclip
}
movieClip 2204 __Packages.mochi.as2.MochiDigits {
#initclip
if (!_global.mochi) {
_global.mochi = new Object();
}
if (!_global.mochi.as2) {
_global.mochi.as2 = new Object();
}
if (!_global.mochi.as2.MochiDigits) {
var v1 = function (digit, index) {
this.Encoder = 0;
this.setValue(digit, index);
};
mochi.as2.MochiDigits = v1;
var v2 = v1.prototype;
v2.__get__value = function () {
return Number(this.toString());
};
v2.__set__value = function (v) {
this.setValue(v);
return this.__get__value();
};
v2.addValue = function (v) {
this.value += v;
};
v2.setValue = function (digit, index) {
var v3 = digit.toString();
if (index == undefined || isNaN(index)) {
index = 0;
}
this.Fragment = v3.charCodeAt(index++) ^ this.Encoder;
if (index < v3.length) {
this.Sibling = new mochi.as2.MochiDigits(digit, index);
} else {
this.Sibling = null;
}
this.reencode();
};
v2.reencode = function () {
var v2 = int(2147483647 * Math.random());
this.Fragment ^= v2 ^ this.Encoder;
this.Encoder = v2;
};
v2.toString = function () {
var v2 = String.fromCharCode(this.Fragment ^ this.Encoder);
return (this.Sibling != null) ? v2.concat(this.Sibling.toString()) : v2;
};
v2.addProperty('value', v2.__get__value, v2.__set__value);
ASSetPropFlags(mochi.as2.MochiDigits.prototype, null, 1);
}
#endinitclip
}
movieClip 2205 __Packages.caurina.transitions.Tweener {
#initclip
if (!_global.caurina) {
_global.caurina = new Object();
}
if (!_global.caurina.transitions) {
_global.caurina.transitions = new Object();
}
if (!_global.caurina.transitions.Tweener) {
var v1 = function () {
trace('Tweener is an static class and should not be instantiated.');
};
caurina.transitions.Tweener = v1;
var v2 = v1.prototype;
v1.addTween = function (p_scopes, p_parameters) {
if (p_scopes == undefined) {
return false;
}
var v2;
var v6;
var v1;
var v10;
if (p_scopes instanceof Array) {
v10 = p_scopes.concat();
} else {
v10 = [p_scopes];
}
var v4 = caurina.transitions.TweenListObj.makePropertiesChain(p_parameters);
if (!caurina.transitions.Tweener._inited) {
caurina.transitions.Tweener.init();
}
if (!caurina.transitions.Tweener._engineExists || _level0[caurina.transitions.Tweener.getControllerName()] == undefined) {
caurina.transitions.Tweener.startEngine();
}
var v18 = isNaN(v4.time) ? 0 : v4.time;
var v11 = isNaN(v4.delay) ? 0 : v4.delay;
var v3 = new Object();
var v23 = {'time': true, 'delay': true, 'useFrames': true, 'skipUpdates': true, 'transition': true, 'transitionParams': true, 'onStart': true, 'onUpdate': true, 'onComplete': true, 'onOverwrite': true, 'onError': true, 'rounded': true, 'onStartParams': true, 'onUpdateParams': true, 'onCompleteParams': true, 'onOverwriteParams': true, 'onStartScope': true, 'onUpdateScope': true, 'onCompleteScope': true, 'onOverwriteScope': true, 'onErrorScope': true, 'quickAdd': true};
var v12 = new Object();
for (v1 in v4) {
if (!v23[v1]) {
if (caurina.transitions.Tweener._specialPropertySplitterList[v1] != undefined) {
var v7 = caurina.transitions.Tweener._specialPropertySplitterList[v1].splitValues(v4[v1], caurina.transitions.Tweener._specialPropertySplitterList[v1].parameters);
v2 = 0;
while (v2 < v7.length) {
if (caurina.transitions.Tweener._specialPropertySplitterList[v7[v2].name] != undefined) {
var v8 = caurina.transitions.Tweener._specialPropertySplitterList[v7[v2].name].splitValues(v7[v2].value, caurina.transitions.Tweener._specialPropertySplitterList[v7[v2].name].parameters);
v6 = 0;
while (v6 < v8.length) {
v3[v8[v6].name] = {'valueStart': undefined, 'valueComplete': v8[v6].value, 'arrayIndex': v8[v6].arrayIndex, 'isSpecialProperty': false};
++v6;
}
} else {
v3[v7[v2].name] = {'valueStart': undefined, 'valueComplete': v7[v2].value, 'arrayIndex': v7[v2].arrayIndex, 'isSpecialProperty': false};
}
++v2;
}
} else {
if (caurina.transitions.Tweener._specialPropertyModifierList[v1] != undefined) {
var v9 = caurina.transitions.Tweener._specialPropertyModifierList[v1].modifyValues(v4[v1]);
v2 = 0;
while (v2 < v9.length) {
v12[v9[v2].name] = {'modifierParameters': v9[v2].parameters, 'modifierFunction': caurina.transitions.Tweener._specialPropertyModifierList[v1].getValue};
++v2;
}
} else {
v3[v1] = {'valueStart': undefined, 'valueComplete': v4[v1]};
}
}
}
}
for (v1 in v3) {
if (caurina.transitions.Tweener._specialPropertyList[v1] != undefined) {
v3[v1].isSpecialProperty = true;
} else {
if (v10[0][v1] == undefined) {
caurina.transitions.Tweener.printError('The property \'' + v1 + '\' doesn\'t seem to be a normal object property of ' + v10[0].toString() + ' or a registered special property.');
}
}
}
for (v1 in v12) {
if (v3[v1] != undefined) {
v3[v1].modifierParameters = v12[v1].modifierParameters;
v3[v1].modifierFunction = v12[v1].modifierFunction;
}
}
var v20;
if (typeof v4.transition == 'string') {
var v25 = v4.transition.toLowerCase();
v20 = caurina.transitions.Tweener._transitionList[v25];
} else {
v20 = v4.transition;
}
if (v20 == undefined) {
v20 = caurina.transitions.Tweener._transitionList.easeoutexpo;
}
var v13;
var v5;
var v19;
v2 = 0;
while (v2 < v10.length) {
v13 = new Object();
for (v1 in v3) {
v13[v1] = new caurina.transitions.PropertyInfoObj(v3[v1].valueStart, v3[v1].valueComplete, v3[v1].valueComplete, v3[v1].arrayIndex, {}, v3[v1].isSpecialProperty, v3[v1].modifierFunction, v3[v1].modifierParameters);
}
if (v4.useFrames == true) {
v5 = new caurina.transitions.TweenListObj(v10[v2], caurina.transitions.Tweener._currentTimeFrame + v11 / caurina.transitions.Tweener._timeScale, caurina.transitions.Tweener._currentTimeFrame + (v11 + v18) / caurina.transitions.Tweener._timeScale, true, v20, v4.transitionParams);
} else {
v5 = new caurina.transitions.TweenListObj(v10[v2], caurina.transitions.Tweener._currentTime + v11 * 1000 / caurina.transitions.Tweener._timeScale, caurina.transitions.Tweener._currentTime + (v11 * 1000 + v18 * 1000) / caurina.transitions.Tweener._timeScale, false, v20, v4.transitionParams);
}
v5.properties = v13;
v5.onStart = v4.onStart;
v5.onUpdate = v4.onUpdate;
v5.onComplete = v4.onComplete;
v5.onOverwrite = v4.onOverwrite;
v5.onError = v4.onError;
v5.onStartParams = v4.onStartParams;
v5.onUpdateParams = v4.onUpdateParams;
v5.onCompleteParams = v4.onCompleteParams;
v5.onOverwriteParams = v4.onOverwriteParams;
v5.onStartScope = v4.onStartScope;
v5.onUpdateScope = v4.onUpdateScope;
v5.onCompleteScope = v4.onCompleteScope;
v5.onOverwriteScope = v4.onOverwriteScope;
v5.onErrorScope = v4.onErrorScope;
v5.rounded = v4.rounded;
v5.skipUpdates = v4.skipUpdates;
if (!v4.quickAdd) {
caurina.transitions.Tweener.removeTweensByTime(v5.scope, v5.properties, v5.timeStart, v5.timeComplete);
}
caurina.transitions.Tweener._tweenList.push(v5);
if (v18 == 0 && v11 == 0) {
v19 = caurina.transitions.Tweener._tweenList.length - 1;
caurina.transitions.Tweener.updateTweenByIndex(v19);
caurina.transitions.Tweener.removeTweenByIndex(v19);
}
++v2;
}
return true;
};
v1.addCaller = function (p_scopes, p_parameters) {
if (p_scopes == undefined) {
return false;
}
var v4;
var v5;
if (p_scopes instanceof Array) {
v5 = p_scopes.concat();
} else {
v5 = [p_scopes];
}
var v2 = p_parameters;
if (!caurina.transitions.Tweener._inited) {
caurina.transitions.Tweener.init();
}
if (!caurina.transitions.Tweener._engineExists || _level0[caurina.transitions.Tweener.getControllerName()] == undefined) {
caurina.transitions.Tweener.startEngine();
}
var v6 = isNaN(v2.time) ? 0 : v2.time;
var v3 = isNaN(v2.delay) ? 0 : v2.delay;
var v8;
if (typeof v2.transition == 'string') {
var v10 = v2.transition.toLowerCase();
v8 = caurina.transitions.Tweener._transitionList[v10];
} else {
v8 = v2.transition;
}
if (v8 == undefined) {
v8 = caurina.transitions.Tweener._transitionList.easeoutexpo;
}
var v1;
var v7;
v4 = 0;
while (v4 < v5.length) {
if (v2.useFrames == true) {
v1 = new caurina.transitions.TweenListObj(v5[v4], caurina.transitions.Tweener._currentTimeFrame + v3 / caurina.transitions.Tweener._timeScale, caurina.transitions.Tweener._currentTimeFrame + (v3 + v6) / caurina.transitions.Tweener._timeScale, true, v8, v2.transitionParams);
} else {
v1 = new caurina.transitions.TweenListObj(v5[v4], caurina.transitions.Tweener._currentTime + v3 * 1000 / caurina.transitions.Tweener._timeScale, caurina.transitions.Tweener._currentTime + (v3 * 1000 + v6 * 1000) / caurina.transitions.Tweener._timeScale, false, v8, v2.transitionParams);
}
v1.properties = undefined;
v1.onStart = v2.onStart;
v1.onUpdate = v2.onUpdate;
v1.onComplete = v2.onComplete;
v1.onOverwrite = v2.onOverwrite;
v1.onStartParams = v2.onStartParams;
v1.onUpdateParams = v2.onUpdateParams;
v1.onCompleteParams = v2.onCompleteParams;
v1.onOverwriteParams = v2.onOverwriteParams;
v1.onStartScope = v2.onStartScope;
v1.onUpdateScope = v2.onUpdateScope;
v1.onCompleteScope = v2.onCompleteScope;
v1.onOverwriteScope = v2.onOverwriteScope;
v1.onErrorScope = v2.onErrorScope;
v1.isCaller = true;
v1.count = v2.count;
v1.waitFrames = v2.waitFrames;
caurina.transitions.Tweener._tweenList.push(v1);
if (v6 == 0 && v3 == 0) {
v7 = caurina.transitions.Tweener._tweenList.length - 1;
caurina.transitions.Tweener.updateTweenByIndex(v7);
caurina.transitions.Tweener.removeTweenByIndex(v7);
}
++v4;
}
return true;
};
v1.removeTweensByTime = function (p_scope, p_properties, p_timeStart, p_timeComplete) {
var v5 = false;
var v4;
var v1;
var v7 = caurina.transitions.Tweener._tweenList.length;
var v2;
v1 = 0;
while (v1 < v7) {
if (p_scope == caurina.transitions.Tweener._tweenList[v1].scope) {
if (p_timeComplete > caurina.transitions.Tweener._tweenList[v1].timeStart && p_timeStart < caurina.transitions.Tweener._tweenList[v1].timeComplete) {
v4 = false;
for (v2 in caurina.transitions.Tweener._tweenList[v1].properties) {
if (p_properties[v2] != undefined) {
if (caurina.transitions.Tweener._tweenList[v1].onOverwrite != undefined) {
var v3 = (caurina.transitions.Tweener._tweenList[v1].onOverwriteScope != undefined) ? caurina.transitions.Tweener._tweenList[v1].onOverwriteScope : caurina.transitions.Tweener._tweenList[v1].scope;
try {
caurina.transitions.Tweener._tweenList[v1].onOverwrite.apply(v3, caurina.transitions.Tweener._tweenList[v1].onOverwriteParams);
}
catch (enumerate caurina.transitions.Tweener._tweenList[v1].properties) {
if (Error(enumerate caurina.transitions.Tweener._tweenList[v1].properties) != null) {
var e = Error(enumerate caurina.transitions.Tweener._tweenList[v1].properties);
caurina.transitions.Tweener.handleError(caurina.transitions.Tweener._tweenList[v1], e, 'onOverwrite');
} else {
throw enumerate caurina.transitions.Tweener._tweenList[v1].properties;
}
}
}
caurina.transitions.Tweener._tweenList[v1].properties[v2] = undefined;
delete caurina.transitions.Tweener._tweenList[v1].properties[v2];
v4 = true;
v5 = true;
}
}
if (v4) {
if (caurina.transitions.AuxFunctions.getObjectLength(caurina.transitions.Tweener._tweenList[v1].properties) == 0) {
caurina.transitions.Tweener.removeTweenByIndex(v1);
}
}
}
}
++v1;
}
return v5;
};
v1.removeTweens = function (p_scope) {
var v5 = new Array();
var v3;
v3 = 1;
while (v3 < arguments.length) {
if (typeof arguments[v3] == 'string' && !caurina.transitions.AuxFunctions.isInArray(arguments[v3], v5)) {
if (caurina.transitions.Tweener._specialPropertySplitterList[arguments[v3]]) {
var v6 = caurina.transitions.Tweener._specialPropertySplitterList[arguments[v3]];
var v4 = v6.splitValues(p_scope, null);
var v2 = 0;
while (v2 < v4.length) {
v5.push(v4[v2].name);
++v2;
}
} else {
v5.push(arguments[v3]);
}
}
++v3;
}
return caurina.transitions.Tweener.affectTweens(caurina.transitions.Tweener.removeTweenByIndex, p_scope, v5);
};
v1.removeAllTweens = function () {
var v2 = false;
var v1;
v1 = 0;
while (v1 < caurina.transitions.Tweener._tweenList.length) {
caurina.transitions.Tweener.removeTweenByIndex(v1);
v2 = true;
++v1;
}
return v2;
};
v1.pauseTweens = function (p_scope) {
var v3 = new Array();
var v2;
v2 = 1;
while (v2 < arguments.length) {
if (typeof arguments[v2] == 'string' && !caurina.transitions.AuxFunctions.isInArray(arguments[v2], v3)) {
v3.push(arguments[v2]);
}
++v2;
}
return caurina.transitions.Tweener.affectTweens(caurina.transitions.Tweener.pauseTweenByIndex, p_scope, v3);
};
v1.pauseAllTweens = function () {
var v2 = false;
var v1;
v1 = 0;
while (v1 < caurina.transitions.Tweener._tweenList.length) {
caurina.transitions.Tweener.pauseTweenByIndex(v1);
v2 = true;
++v1;
}
return v2;
};
v1.resumeTweens = function (p_scope) {
var v3 = new Array();
var v2;
v2 = 1;
while (v2 < arguments.length) {
if (typeof arguments[v2] == 'string' && !caurina.transitions.AuxFunctions.isInArray(arguments[v2], v3)) {
v3.push(arguments[v2]);
}
++v2;
}
return caurina.transitions.Tweener.affectTweens(caurina.transitions.Tweener.resumeTweenByIndex, p_scope, v3);
};
v1.resumeAllTweens = function () {
var v2 = false;
var v1;
v1 = 0;
while (v1 < caurina.transitions.Tweener._tweenList.length) {
caurina.transitions.Tweener.resumeTweenByIndex(v1);
v2 = true;
++v1;
}
return v2;
};
v1.affectTweens = function (p_affectFunction, p_scope, p_properties) {
var v5 = false;
var v2;
if (!caurina.transitions.Tweener._tweenList) {
return false;
}
v2 = 0;
while (v2 < caurina.transitions.Tweener._tweenList.length) {
if (caurina.transitions.Tweener._tweenList[v2].scope == p_scope) {
if (p_properties.length == 0) {
p_affectFunction(v2);
v5 = true;
} else {
var v4 = new Array();
var v1;
v1 = 0;
while (v1 < p_properties.length) {
if (caurina.transitions.Tweener._tweenList[v2].properties[p_properties[v1]] != undefined) {
v4.push(p_properties[v1]);
}
++v1;
}
if (v4.length > 0) {
var v7 = caurina.transitions.AuxFunctions.getObjectLength(caurina.transitions.Tweener._tweenList[v2].properties);
if (v7 == v4.length) {
p_affectFunction(v2);
v5 = true;
} else {
var v8 = caurina.transitions.Tweener.splitTweens(v2, v4);
p_affectFunction(v8);
v5 = true;
}
}
}
}
++v2;
}
return v5;
};
v1.splitTweens = function (p_tween, p_properties) {
var v6 = caurina.transitions.Tweener._tweenList[p_tween];
var v5 = v6.clone(false);
var v1;
var v2;
v1 = 0;
while (v1 < p_properties.length) {
v2 = p_properties[v1];
if (v6.properties[v2] != undefined) {
v6.properties[v2] = undefined;
delete v6.properties[v2];
}
++v1;
}
var v4;
for (v2 in v5.properties) {
v4 = false;
v1 = 0;
while (v1 < p_properties.length) {
if (p_properties[v1] == v2) {
v4 = true;
break;
}
++v1;
}
if (!v4) {
v5.properties[v2] = undefined;
delete v5.properties[v2];
}
}
caurina.transitions.Tweener._tweenList.push(v5);
return caurina.transitions.Tweener._tweenList.length - 1;
};
v1.updateTweens = function () {
if (caurina.transitions.Tweener._tweenList.length == 0) {
return false;
}
var v1;
v1 = 0;
while (v1 < caurina.transitions.Tweener._tweenList.length) {
if (!caurina.transitions.Tweener._tweenList[v1].isPaused) {
if (!caurina.transitions.Tweener.updateTweenByIndex(v1)) {
caurina.transitions.Tweener.removeTweenByIndex(v1);
}
if (caurina.transitions.Tweener._tweenList[v1] == null) {
caurina.transitions.Tweener.removeTweenByIndex(v1, true);
--v1;
}
}
++v1;
}
return true;
};
v1.removeTweenByIndex = function (p_tween, p_finalRemoval) {
caurina.transitions.Tweener._tweenList[p_tween] = null;
if (p_finalRemoval) {
caurina.transitions.Tweener._tweenList.splice(p_tween, 1);
}
return true;
};
v1.pauseTweenByIndex = function (p_tween) {
var v1 = caurina.transitions.Tweener._tweenList[p_tween];
if (v1 == null || v1.isPaused) {
return false;
}
v1.timePaused = caurina.transitions.Tweener.getCurrentTweeningTime(v1);
v1.isPaused = true;
return true;
};
v1.resumeTweenByIndex = function (p_tween) {
var v1 = caurina.transitions.Tweener._tweenList[p_tween];
if (v1 == null || !v1.isPaused) {
return false;
}
var v2 = caurina.transitions.Tweener.getCurrentTweeningTime(v1);
v1.timeStart += v2 - v1.timePaused;
v1.timeComplete += v2 - v1.timePaused;
v1.timePaused = undefined;
v1.isPaused = false;
return true;
};
v1.updateTweenByIndex = function (i) {
var v1 = caurina.transitions.Tweener._tweenList[i];
if (v1 == null || !v1.scope) {
return false;
}
var v13 = false;
var v14;
var v3;
var v7;
var v10;
var v9;
var v6;
var v2;
var v12;
var v5;
var v8 = caurina.transitions.Tweener.getCurrentTweeningTime(v1);
var v4;
if (v8 >= v1.timeStart) {
v5 = v1.scope;
if (v1.isCaller) {
do {
v7 = ((v1.timeComplete - v1.timeStart) / v1.count) * (v1.timesCalled + 1);
v10 = v1.timeStart;
v9 = v1.timeComplete - v1.timeStart;
v6 = v1.timeComplete - v1.timeStart;
v3 = v1.transition(v7, v10, v9, v6, v1.transitionParams);
if (v8 >= v3) {
if (v1.onUpdate != undefined) {
v12 = (v1.onUpdateScope != undefined) ? v1.onUpdateScope : v5;
try {
v1.onUpdate.apply(v12, v1.onUpdateParams);
}
catch (v0) {
if (Error(v0) != null) {
var e = Error(v0);
caurina.transitions.Tweener.handleError(v1, e, 'onUpdate');
} else {
throw v0;
}
}
}
++v1.timesCalled;
if (v1.timesCalled >= v1.count) {
v13 = true;
break;
}
if (v1.waitFrames) {
break;
}
}
} while (v8 >= v3);
} else {
v14 = v1.skipUpdates < 1 || v1.skipUpdates == undefined || v1.updatesSkipped >= v1.skipUpdates;
if (v8 >= v1.timeComplete) {
v13 = true;
v14 = true;
}
if (!v1.hasStarted) {
if (v1.onStart != undefined) {
v12 = (v1.onStartScope != undefined) ? v1.onStartScope : v5;
try {
v1.onStart.apply(v12, v1.onStartParams);
}
catch (v0) {
if (Error(v0) != null) {
var e = Error(v0);
caurina.transitions.Tweener.handleError(v1, e, 'onStart');
} else {
throw v0;
}
}
}
var v11;
for (v2 in v1.properties) {
if (v1.properties[v2].isSpecialProperty) {
if (caurina.transitions.Tweener._specialPropertyList[v2].preProcess != undefined) {
v1.properties[v2].valueComplete = caurina.transitions.Tweener._specialPropertyList[v2].preProcess(v5, caurina.transitions.Tweener._specialPropertyList[v2].parameters, v1.properties[v2].originalValueComplete, v1.properties[v2].extra);
}
v11 = caurina.transitions.Tweener._specialPropertyList[v2].getValue(v5, caurina.transitions.Tweener._specialPropertyList[v2].parameters, v1.properties[v2].extra);
} else {
v11 = v5[v2];
}
v1.properties[v2].valueStart = isNaN(v11) ? v1.properties[v2].valueComplete : v11;
}
v14 = true;
v1.hasStarted = true;
}
if (v14) {
for (v2 in v1.properties) {
v4 = v1.properties[v2];
if (v13) {
v3 = v4.valueComplete;
} else {
if (v4.hasModifier) {
v7 = v8 - v1.timeStart;
v6 = v1.timeComplete - v1.timeStart;
v3 = v1.transition(v7, 0, 1, v6, v1.transitionParams);
v3 = v4.modifierFunction(v4.valueStart, v4.valueComplete, v3, v4.modifierParameters);
} else {
v7 = v8 - v1.timeStart;
v10 = v4.valueStart;
v9 = v4.valueComplete - v4.valueStart;
v6 = v1.timeComplete - v1.timeStart;
v3 = v1.transition(v7, v10, v9, v6, v1.transitionParams);
}
}
if (v1.rounded) {
v3 = Math.round(v3);
}
if (v4.isSpecialProperty) {
caurina.transitions.Tweener._specialPropertyList[v2].setValue(v5, v3, caurina.transitions.Tweener._specialPropertyList[v2].parameters, v1.properties[v2].extra);
} else {
v5[v2] = v3;
}
}
v1.updatesSkipped = 0;
if (v1.onUpdate != undefined) {
v12 = (v1.onUpdateScope != undefined) ? v1.onUpdateScope : v5;
try {
v1.onUpdate.apply(v12, v1.onUpdateParams);
}
catch (enumerate v1.properties) {
if (Error(enumerate v1.properties) != null) {
var e = Error(enumerate v1.properties);
caurina.transitions.Tweener.handleError(v1, e, 'onUpdate');
} else {
throw enumerate v1.properties;
}
}
}
} else {
++v1.updatesSkipped;
}
}
if (v13 && v1.onComplete != undefined) {
v12 = (v1.onCompleteScope != undefined) ? v1.onCompleteScope : v5;
try {
v1.onComplete.apply(v12, v1.onCompleteParams);
}
catch (enumerate v1.properties) {
if (Error(enumerate v1.properties) != null) {
var e = Error(enumerate v1.properties);
caurina.transitions.Tweener.handleError(v1, e, 'onComplete');
} else {
throw enumerate v1.properties;
}
}
}
return !v13;
}
return true;
};
v1.init = function () {
caurina.transitions.Tweener._inited = true;
caurina.transitions.Tweener._transitionList = new Object();
caurina.transitions.Equations.init();
caurina.transitions.Tweener._specialPropertyList = new Object();
caurina.transitions.Tweener._specialPropertyModifierList = new Object();
caurina.transitions.Tweener._specialPropertySplitterList = new Object();
};
v1.registerTransition = function (p_name, p_function) {
if (!caurina.transitions.Tweener._inited) {
caurina.transitions.Tweener.init();
}
caurina.transitions.Tweener._transitionList[p_name] = p_function;
};
v1.registerSpecialProperty = function (p_name, p_getFunction, p_setFunction, p_parameters, p_preProcessFunction) {
if (!caurina.transitions.Tweener._inited) {
caurina.transitions.Tweener.init();
}
var v1 = new caurina.transitions.SpecialProperty(p_getFunction, p_setFunction, p_parameters, p_preProcessFunction);
caurina.transitions.Tweener._specialPropertyList[p_name] = v1;
};
v1.registerSpecialPropertyModifier = function (p_name, p_modifyFunction, p_getFunction) {
if (!caurina.transitions.Tweener._inited) {
caurina.transitions.Tweener.init();
}
var v1 = new caurina.transitions.SpecialPropertyModifier(p_modifyFunction, p_getFunction);
caurina.transitions.Tweener._specialPropertyModifierList[p_name] = v1;
};
v1.registerSpecialPropertySplitter = function (p_name, p_splitFunction, p_parameters) {
if (!caurina.transitions.Tweener._inited) {
caurina.transitions.Tweener.init();
}
var v1 = new caurina.transitions.SpecialPropertySplitter(p_splitFunction, p_parameters);
caurina.transitions.Tweener._specialPropertySplitterList[p_name] = v1;
};
v1.startEngine = function () {
caurina.transitions.Tweener._engineExists = true;
caurina.transitions.Tweener._tweenList = new Array();
var v1 = Math.floor(Math.random() * 999999);
var v2 = _level0.createEmptyMovieClip(caurina.transitions.Tweener.getControllerName(), 31338 + v1);
v2.onEnterFrame = function () {
caurina.transitions.Tweener.onEnterFrame();
};
caurina.transitions.Tweener._currentTimeFrame = 0;
caurina.transitions.Tweener.updateTime();
};
v1.stopEngine = function () {
caurina.transitions.Tweener._engineExists = false;
caurina.transitions.Tweener._tweenList = null;
caurina.transitions.Tweener._currentTime = 0;
caurina.transitions.Tweener._currentTimeFrame = 0;
delete _level0[caurina.transitions.Tweener.getControllerName()].onEnterFrame;
_level0[caurina.transitions.Tweener.getControllerName()].removeMovieClip();
};
v1.updateTime = function () {
caurina.transitions.Tweener._currentTime = getTimer();
};
v1.updateFrame = function () {
++caurina.transitions.Tweener._currentTimeFrame;
};
v1.onEnterFrame = function () {
caurina.transitions.Tweener.updateTime();
caurina.transitions.Tweener.updateFrame();
var v1 = false;
v1 = caurina.transitions.Tweener.updateTweens();
if (!v1) {
caurina.transitions.Tweener.stopEngine();
}
};
v1.setTimeScale = function (p_time) {
var v1;
var v2;
if (isNaN(p_time)) {
p_time = 1;
}
if (p_time < 1.0e-005) {
p_time = 1.0e-005;
}
if (p_time != caurina.transitions.Tweener._timeScale) {
v1 = 0;
while (v1 < caurina.transitions.Tweener._tweenList.length) {
v2 = caurina.transitions.Tweener.getCurrentTweeningTime(caurina.transitions.Tweener._tweenList[v1]);
caurina.transitions.Tweener._tweenList[v1].timeStart = v2 - (v2 - caurina.transitions.Tweener._tweenList[v1].timeStart) * caurina.transitions.Tweener._timeScale / p_time;
caurina.transitions.Tweener._tweenList[v1].timeComplete = v2 - (v2 - caurina.transitions.Tweener._tweenList[v1].timeComplete) * caurina.transitions.Tweener._timeScale / p_time;
if (caurina.transitions.Tweener._tweenList[v1].timePaused != undefined) {
caurina.transitions.Tweener._tweenList[v1].timePaused = v2 - (v2 - caurina.transitions.Tweener._tweenList[v1].timePaused) * caurina.transitions.Tweener._timeScale / p_time;
}
++v1;
}
caurina.transitions.Tweener._timeScale = p_time;
}
};
v1.isTweening = function (p_scope) {
var v1;
v1 = 0;
while (v1 < caurina.transitions.Tweener._tweenList.length) {
if (caurina.transitions.Tweener._tweenList[v1].scope == p_scope) {
return true;
}
++v1;
}
return false;
};
v1.getTweens = function (p_scope) {
var v1;
var v2;
var v3 = new Array();
v1 = 0;
while (v1 < caurina.transitions.Tweener._tweenList.length) {
if (caurina.transitions.Tweener._tweenList[v1].scope == p_scope) {
for (v2 in caurina.transitions.Tweener._tweenList[v1].properties) {
v3.push(v2);
}
}
++v1;
}
return v3;
};
v1.getTweenCount = function (p_scope) {
var v1;
var v2 = 0;
v1 = 0;
while (v1 < caurina.transitions.Tweener._tweenList.length) {
if (caurina.transitions.Tweener._tweenList[v1].scope == p_scope) {
v2 += caurina.transitions.AuxFunctions.getObjectLength(caurina.transitions.Tweener._tweenList[v1].properties);
}
++v1;
}
return v2;
};
v1.handleError = function (pTweening, pError, pCallBackName) {
if (pTweening.onError != undefined && typeof (pTweening.onError == 'function')) {
var v3 = (pTweening.onErrorScope != undefined) ? pTweening.onErrorScope : pTweening.scope;
try {
pTweening.onError.apply(v3, [pTweening.scope, pError]);
}
catch (v0) {
if (Error(v0) != null) {
var metaError = Error(v0);
caurina.transitions.Tweener.printError(pTweening.scope.toString() + ' raised an error while executing the \'onError\' handler. Original error:\n ' + pError + '\nonError error: ' + metaError);
} else {
throw v0;
}
}
} else {
if (pTweening.onError == undefined) {
caurina.transitions.Tweener.printError(pTweening.scope.toString() + ' raised an error while executing the \'' + pCallBackName.toString() + '\'handler. \n' + pError);
}
}
};
v1.getCurrentTweeningTime = function (p_tweening) {
return p_tweening.useFrames ? caurina.transitions.Tweener._currentTimeFrame : caurina.transitions.Tweener._currentTime;
};
v1.getVersion = function () {
return 'AS2 1.31.74';
};
v1.getControllerName = function () {
return '__tweener_controller__' + caurina.transitions.Tweener.getVersion();
};
v1.printError = function (p_message) {
trace('## [Tweener] Error: ' + p_message);
};
v1._engineExists = false;
v1._inited = false;
v1._timeScale = 1;
ASSetPropFlags(caurina.transitions.Tweener.prototype, null, 1);
}
#endinitclip
}
movieClip 2206 __Packages.caurina.transitions.TweenListObj {
#initclip
if (!_global.caurina) {
_global.caurina = new Object();
}
if (!_global.caurina.transitions) {
_global.caurina.transitions = new Object();
}
if (!_global.caurina.transitions.TweenListObj) {
var v1 = function (p_scope, p_timeStart, p_timeComplete, p_useFrames, p_transition, p_transitionParams) {
this.scope = p_scope;
this.timeStart = p_timeStart;
this.timeComplete = p_timeComplete;
this.useFrames = p_useFrames;
this.transition = p_transition;
this.transitionParams = p_transitionParams;
this.properties = new Object();
this.isPaused = false;
this.timePaused = undefined;
this.isCaller = false;
this.updatesSkipped = 0;
this.timesCalled = 0;
this.skipUpdates = 0;
this.hasStarted = false;
};
caurina.transitions.TweenListObj = v1;
var v2 = v1.prototype;
v2.clone = function (omitEvents) {
var v2 = new caurina.transitions.TweenListObj(this.scope, this.timeStart, this.timeComplete, this.useFrames, this.transition, this.transitionParams);
v2.properties = new Object();
for (var v3 in this.properties) {
v2.properties[v3] = this.properties[v3].clone();
}
v2.skipUpdates = this.skipUpdates;
v2.updatesSkipped = this.updatesSkipped;
if (!omitEvents) {
v2.onStart = this.onStart;
v2.onUpdate = this.onUpdate;
v2.onComplete = this.onComplete;
v2.onOverwrite = this.onOverwrite;
v2.onError = this.onError;
v2.onStartParams = this.onStartParams;
v2.onUpdateParams = this.onUpdateParams;
v2.onCompleteParams = this.onCompleteParams;
v2.onOverwriteParams = this.onOverwriteParams;
v2.onStartScope = this.onStartScope;
v2.onUpdateScope = this.onUpdateScope;
v2.onCompleteScope = this.onCompleteScope;
v2.onOverwriteScope = this.onOverwriteScope;
v2.onErrorScope = this.onErrorScope;
}
v2.rounded = this.rounded;
v2.isPaused = this.isPaused;
v2.timePaused = this.timePaused;
v2.isCaller = this.isCaller;
v2.count = this.count;
v2.timesCalled = this.timesCalled;
v2.waitFrames = this.waitFrames;
v2.hasStarted = this.hasStarted;
return v2;
};
v2.toString = function () {
var v2 = '\n[TweenListObj ';
v2 += 'scope:' + String(this.scope);
v2 += ', properties:';
var v3 = true;
for (var v4 in this.properties) {
if (!v3) {
v2 += ',';
}
v2 += '[name:' + this.properties[v4].name;
v2 += ',valueStart:' + this.properties[v4].valueStart;
v2 += ',valueComplete:' + this.properties[v4].valueComplete;
v2 += ']';
v3 = false;
}
v2 += ', timeStart:' + String(this.timeStart);
v2 += ', timeComplete:' + String(this.timeComplete);
v2 += ', useFrames:' + String(this.useFrames);
v2 += ', transition:' + String(this.transition);
v2 += ', transitionParams:' + String(this.transitionParams);
if (this.skipUpdates) {
v2 += ', skipUpdates:' + String(this.skipUpdates);
}
if (this.updatesSkipped) {
v2 += ', updatesSkipped:' + String(this.updatesSkipped);
}
if (this.onStart) {
v2 += ', onStart:' + String(this.onStart);
}
if (this.onUpdate) {
v2 += ', onUpdate:' + String(this.onUpdate);
}
if (this.onComplete) {
v2 += ', onComplete:' + String(this.onComplete);
}
if (this.onOverwrite) {
v2 += ', onOverwrite:' + String(this.onOverwrite);
}
if (this.onError) {
v2 += ', onError:' + String(this.onError);
}
if (this.onStartParams) {
v2 += ', onStartParams:' + String(this.onStartParams);
}
if (this.onUpdateParams) {
v2 += ', onUpdateParams:' + String(this.onUpdateParams);
}
if (this.onCompleteParams) {
v2 += ', onCompleteParams:' + String(this.onCompleteParams);
}
if (this.onOverwriteParams) {
v2 += ', onOverwriteParams:' + String(this.onOverwriteParams);
}
if (this.onStartScope) {
v2 += ', onStartScope:' + String(this.onStartScope);
}
if (this.onUpdateScope) {
v2 += ', onUpdateScope:' + String(this.onUpdateScope);
}
if (this.onCompleteScope) {
v2 += ', onCompleteScope:' + String(this.onCompleteScope);
}
if (this.onOverwriteScope) {
v2 += ', onOverwriteScope:' + String(this.onOverwriteScope);
}
if (this.onErrorScope) {
v2 += ', onErrorScope:' + String(this.onErrorScope);
}
if (this.rounded) {
v2 += ', rounded:' + String(this.rounded);
}
if (this.isPaused) {
v2 += ', isPaused:' + String(this.isPaused);
}
if (this.timePaused) {
v2 += ', timePaused:' + String(this.timePaused);
}
if (this.isCaller) {
v2 += ', isCaller:' + String(this.isCaller);
}
if (this.count) {
v2 += ', count:' + String(this.count);
}
if (this.timesCalled) {
v2 += ', timesCalled:' + String(this.timesCalled);
}
if (this.waitFrames) {
v2 += ', waitFrames:' + String(this.waitFrames);
}
if (this.hasStarted) {
v2 += ', hasStarted:' + String(this.hasStarted);
}
v2 += ']\n';
return v2;
};
v1.makePropertiesChain = function (p_obj) {
var v6 = p_obj.base;
if (v6) {
var v5 = {};
var v2;
if (v6 instanceof Array) {
v2 = [];
var v3 = 0;
while (v3 < v6.length) {
v2.push(v6[v3]);
++v3;
}
} else {
v2 = [v6];
}
v2.push(p_obj);
var v4;
var v7 = v2.length;
var v1 = 0;
while (v1 < v7) {
if (v2[v1].base) {
v4 = caurina.transitions.AuxFunctions.concatObjects(caurina.transitions.TweenListObj.makePropertiesChain(v2[v1].base), v2[v1]);
} else {
v4 = v2[v1];
}
v5 = caurina.transitions.AuxFunctions.concatObjects(v5, v4);
++v1;
}
if (v5.base) {
delete v5.base;
}
return v5;
} else {
return p_obj;
}
};
ASSetPropFlags(caurina.transitions.TweenListObj.prototype, null, 1);
}
#endinitclip
}
movieClip 2207 __Packages.caurina.transitions.AuxFunctions {
#initclip
if (!_global.caurina) {
_global.caurina = new Object();
}
if (!_global.caurina.transitions) {
_global.caurina.transitions = new Object();
}
if (!_global.caurina.transitions.AuxFunctions) {
var v1 = function () {};
caurina.transitions.AuxFunctions = v1;
var v2 = v1.prototype;
v1.numberToR = function (p_num) {
return (p_num & 16711680) >> 16;
};
v1.numberToG = function (p_num) {
return (p_num & 65280) >> 8;
};
v1.numberToB = function (p_num) {
return p_num & 255;
};
v1.isInArray = function (p_string, p_array) {
var v2 = p_array.length;
var v1 = 0;
while (v1 < v2) {
if (p_array[v1] == p_string) {
return true;
}
++v1;
}
return false;
};
v1.getObjectLength = function (p_object) {
var v1 = 0;
for (var v2 in p_object) {
++v1;
}
return v1;
};
v1.concatObjects = function () {
var v4 = {};
var v2;
var v3 = 0;
while (v3 < arguments.length) {
v2 = arguments[v3];
for (var v5 in v2) {
if (v2[v5] == null) {
delete v4[v5];
} else {
v4[v5] = v2[v5];
}
}
++v3;
}
return v4;
};
ASSetPropFlags(caurina.transitions.AuxFunctions.prototype, null, 1);
}
#endinitclip
}
movieClip 2208 __Packages.caurina.transitions.PropertyInfoObj {
#initclip
if (!_global.caurina) {
_global.caurina = new Object();
}
if (!_global.caurina.transitions) {
_global.caurina.transitions = new Object();
}
if (!_global.caurina.transitions.PropertyInfoObj) {
var v1 = function (p_valueStart, p_valueComplete, p_originalValueComplete, p_arrayIndex, p_extra, p_isSpecialProperty, p_modifierFunction, p_modifierParameters) {
this.valueStart = p_valueStart;
this.valueComplete = p_valueComplete;
this.originalValueComplete = p_originalValueComplete;
this.arrayIndex = p_arrayIndex;
this.extra = p_extra;
this.isSpecialProperty = p_isSpecialProperty;
this.hasModifier = p_modifierFunction != undefined;
this.modifierFunction = p_modifierFunction;
this.modifierParameters = p_modifierParameters;
};
caurina.transitions.PropertyInfoObj = v1;
var v2 = v1.prototype;
v2.clone = function () {
var v2 = new caurina.transitions.PropertyInfoObj(this.valueStart, this.valueComplete, this.originalValueComplete, this.arrayIndex, this.extra, this.isSpecialProperty, this.modifierFunction, this.modifierParameters);
return v2;
};
v2.toString = function () {
var v2 = '\n[PropertyInfoObj ';
v2 += 'valueStart:' + String(this.valueStart);
v2 += ', ';
v2 += 'valueComplete:' + String(this.valueComplete);
v2 += ', ';
v2 += 'originalValueComplete:' + String(this.originalValueComplete);
v2 += ', ';
v2 += 'arrayIndex:' + String(this.arrayIndex);
v2 += ', ';
v2 += 'extra:' + String(this.extra);
v2 += ', ';
v2 += 'isSpecialProperty:' + String(this.isSpecialProperty);
v2 += ', ';
v2 += 'hasModifier:' + String(this.hasModifier);
v2 += ', ';
v2 += 'modifierFunction:' + String(this.modifierFunction);
v2 += ', ';
v2 += 'modifierParameters:' + String(this.modifierParameters);
v2 += ']\n';
return v2;
};
ASSetPropFlags(caurina.transitions.PropertyInfoObj.prototype, null, 1);
}
#endinitclip
}
movieClip 2209 __Packages.caurina.transitions.SpecialPropertySplitter {
#initclip
if (!_global.caurina) {
_global.caurina = new Object();
}
if (!_global.caurina.transitions) {
_global.caurina.transitions = new Object();
}
if (!_global.caurina.transitions.SpecialPropertySplitter) {
var v1 = function (p_splitFunction, p_parameters) {
this.splitValues = p_splitFunction;
this.parameters = p_parameters;
};
caurina.transitions.SpecialPropertySplitter = v1;
var v2 = v1.prototype;
v2.splitValues = function (p_value, p_parameters) {
return [];
};
v2.toString = function () {
var v2 = '';
v2 += '[SpecialPropertySplitter ';
v2 += 'splitValues:' + this.splitValues.toString();
v2 += ', ';
v2 += 'parameters:' + this.parameters.toString();
v2 += ']';
return v2;
};
ASSetPropFlags(caurina.transitions.SpecialPropertySplitter.prototype, null, 1);
}
#endinitclip
}
movieClip 2210 __Packages.caurina.transitions.Equations {
#initclip
if (!_global.caurina) {
_global.caurina = new Object();
}
if (!_global.caurina.transitions) {
_global.caurina.transitions = new Object();
}
if (!_global.caurina.transitions.Equations) {
var v1 = function () {
trace('Equations is a static class and should not be instantiated.');
};
caurina.transitions.Equations = v1;
var v2 = v1.prototype;
v1.init = function () {
caurina.transitions.Tweener.registerTransition('easenone', caurina.transitions.Equations.easeNone);
caurina.transitions.Tweener.registerTransition('linear', caurina.transitions.Equations.easeNone);
caurina.transitions.Tweener.registerTransition('easeinquad', caurina.transitions.Equations.easeInQuad);
caurina.transitions.Tweener.registerTransition('easeoutquad', caurina.transitions.Equations.easeOutQuad);
caurina.transitions.Tweener.registerTransition('easeinoutquad', caurina.transitions.Equations.easeInOutQuad);
caurina.transitions.Tweener.registerTransition('easeoutinquad', caurina.transitions.Equations.easeOutInQuad);
caurina.transitions.Tweener.registerTransition('easeincubic', caurina.transitions.Equations.easeInCubic);
caurina.transitions.Tweener.registerTransition('easeoutcubic', caurina.transitions.Equations.easeOutCubic);
caurina.transitions.Tweener.registerTransition('easeinoutcubic', caurina.transitions.Equations.easeInOutCubic);
caurina.transitions.Tweener.registerTransition('easeoutincubic', caurina.transitions.Equations.easeOutInCubic);
caurina.transitions.Tweener.registerTransition('easeinquart', caurina.transitions.Equations.easeInQuart);
caurina.transitions.Tweener.registerTransition('easeoutquart', caurina.transitions.Equations.easeOutQuart);
caurina.transitions.Tweener.registerTransition('easeinoutquart', caurina.transitions.Equations.easeInOutQuart);
caurina.transitions.Tweener.registerTransition('easeoutinquart', caurina.transitions.Equations.easeOutInQuart);
caurina.transitions.Tweener.registerTransition('easeinquint', caurina.transitions.Equations.easeInQuint);
caurina.transitions.Tweener.registerTransition('easeoutquint', caurina.transitions.Equations.easeOutQuint);
caurina.transitions.Tweener.registerTransition('easeinoutquint', caurina.transitions.Equations.easeInOutQuint);
caurina.transitions.Tweener.registerTransition('easeoutinquint', caurina.transitions.Equations.easeOutInQuint);
caurina.transitions.Tweener.registerTransition('easeinsine', caurina.transitions.Equations.easeInSine);
caurina.transitions.Tweener.registerTransition('easeoutsine', caurina.transitions.Equations.easeOutSine);
caurina.transitions.Tweener.registerTransition('easeinoutsine', caurina.transitions.Equations.easeInOutSine);
caurina.transitions.Tweener.registerTransition('easeoutinsine', caurina.transitions.Equations.easeOutInSine);
caurina.transitions.Tweener.registerTransition('easeincirc', caurina.transitions.Equations.easeInCirc);
caurina.transitions.Tweener.registerTransition('easeoutcirc', caurina.transitions.Equations.easeOutCirc);
caurina.transitions.Tweener.registerTransition('easeinoutcirc', caurina.transitions.Equations.easeInOutCirc);
caurina.transitions.Tweener.registerTransition('easeoutincirc', caurina.transitions.Equations.easeOutInCirc);
caurina.transitions.Tweener.registerTransition('easeinexpo', caurina.transitions.Equations.easeInExpo);
caurina.transitions.Tweener.registerTransition('easeoutexpo', caurina.transitions.Equations.easeOutExpo);
caurina.transitions.Tweener.registerTransition('easeinoutexpo', caurina.transitions.Equations.easeInOutExpo);
caurina.transitions.Tweener.registerTransition('easeoutinexpo', caurina.transitions.Equations.easeOutInExpo);
caurina.transitions.Tweener.registerTransition('easeinelastic', caurina.transitions.Equations.easeInElastic);
caurina.transitions.Tweener.registerTransition('easeoutelastic', caurina.transitions.Equations.easeOutElastic);
caurina.transitions.Tweener.registerTransition('easeinoutelastic', caurina.transitions.Equations.easeInOutElastic);
caurina.transitions.Tweener.registerTransition('easeoutinelastic', caurina.transitions.Equations.easeOutInElastic);
caurina.transitions.Tweener.registerTransition('easeinback', caurina.transitions.Equations.easeInBack);
caurina.transitions.Tweener.registerTransition('easeoutback', caurina.transitions.Equations.easeOutBack);
caurina.transitions.Tweener.registerTransition('easeinoutback', caurina.transitions.Equations.easeInOutBack);
caurina.transitions.Tweener.registerTransition('easeoutinback', caurina.transitions.Equations.easeOutInBack);
caurina.transitions.Tweener.registerTransition('easeinbounce', caurina.transitions.Equations.easeInBounce);
caurina.transitions.Tweener.registerTransition('easeoutbounce', caurina.transitions.Equations.easeOutBounce);
caurina.transitions.Tweener.registerTransition('easeinoutbounce', caurina.transitions.Equations.easeInOutBounce);
caurina.transitions.Tweener.registerTransition('easeoutinbounce', caurina.transitions.Equations.easeOutInBounce);
};
v1.easeNone = function (t, b, c, d, p_params) {
return c * t / d + b;
};
v1.easeInQuad = function (t, b, c, d, p_params) {
t /= d;
return c * t * t + b;
};
v1.easeOutQuad = function (t, b, c, d, p_params) {
t /= d;
return -c * t * (t - 2) + b;
};
v1.easeInOutQuad = function (t, b, c, d, p_params) {
t /= d / 2;
if (t < 1) {
return (c / 2) * t * t + b;
}
return (-c / 2) * (--t * (t - 2) - 1) + b;
};
v1.easeOutInQuad = function (t, b, c, d, p_params) {
if (t < d / 2) {
return caurina.transitions.Equations.easeOutQuad(t * 2, b, c / 2, d, p_params);
}
return caurina.transitions.Equations.easeInQuad(t * 2 - d, b + c / 2, c / 2, d, p_params);
};
v1.easeInCubic = function (t, b, c, d, p_params) {
t /= d;
return c * t * t * t + b;
};
v1.easeOutCubic = function (t, b, c, d, p_params) {
t = t / d - 1;
return c * (t * t * t + 1) + b;
};
v1.easeInOutCubic = function (t, b, c, d, p_params) {
t /= d / 2;
if (t < 1) {
return (c / 2) * t * t * t + b;
}
t -= 2;
return (c / 2) * (t * t * t + 2) + b;
};
v1.easeOutInCubic = function (t, b, c, d, p_params) {
if (t < d / 2) {
return caurina.transitions.Equations.easeOutCubic(t * 2, b, c / 2, d, p_params);
}
return caurina.transitions.Equations.easeInCubic(t * 2 - d, b + c / 2, c / 2, d, p_params);
};
v1.easeInQuart = function (t, b, c, d, p_params) {
t /= d;
return c * t * t * t * t + b;
};
v1.easeOutQuart = function (t, b, c, d, p_params) {
t = t / d - 1;
return -c * (t * t * t * t - 1) + b;
};
v1.easeInOutQuart = function (t, b, c, d, p_params) {
t /= d / 2;
if (t < 1) {
return (c / 2) * t * t * t * t + b;
}
t -= 2;
return (-c / 2) * (t * t * t * t - 2) + b;
};
v1.easeOutInQuart = function (t, b, c, d, p_params) {
if (t < d / 2) {
return caurina.transitions.Equations.easeOutQuart(t * 2, b, c / 2, d, p_params);
}
return caurina.transitions.Equations.easeInQuart(t * 2 - d, b + c / 2, c / 2, d, p_params);
};
v1.easeInQuint = function (t, b, c, d, p_params) {
t /= d;
return c * t * t * t * t * t + b;
};
v1.easeOutQuint = function (t, b, c, d, p_params) {
t = t / d - 1;
return c * (t * t * t * t * t + 1) + b;
};
v1.easeInOutQuint = function (t, b, c, d, p_params) {
t /= d / 2;
if (t < 1) {
return (c / 2) * t * t * t * t * t + b;
}
t -= 2;
return (c / 2) * (t * t * t * t * t + 2) + b;
};
v1.easeOutInQuint = function (t, b, c, d, p_params) {
if (t < d / 2) {
return caurina.transitions.Equations.easeOutQuint(t * 2, b, c / 2, d, p_params);
}
return caurina.transitions.Equations.easeInQuint(t * 2 - d, b + c / 2, c / 2, d, p_params);
};
v1.easeInSine = function (t, b, c, d, p_params) {
return -c * Math.cos((t / d) * 1.570796326794897) + c + b;
};
v1.easeOutSine = function (t, b, c, d, p_params) {
return c * Math.sin((t / d) * 1.570796326794897) + b;
};
v1.easeInOutSine = function (t, b, c, d, p_params) {
return (-c / 2) * (Math.cos(Math.PI * t / d) - 1) + b;
};
v1.easeOutInSine = function (t, b, c, d, p_params) {
if (t < d / 2) {
return caurina.transitions.Equations.easeOutSine(t * 2, b, c / 2, d, p_params);
}
return caurina.transitions.Equations.easeInSine(t * 2 - d, b + c / 2, c / 2, d, p_params);
};
v1.easeInExpo = function (t, b, c, d, p_params) {
return (t == 0) ? b : c * Math.pow(2, 10 * (t / d - 1)) + b - c * 0.001;
};
v1.easeOutExpo = function (t, b, c, d, p_params) {
return (t == d) ? b + c : c * 1.001 * (-Math.pow(2, -10 * t / d) + 1) + b;
};
v1.easeInOutExpo = function (t, b, c, d, p_params) {
if (t == 0) {
return b;
}
if (t == d) {
return b + c;
}
t /= d / 2;
if (t < 1) {
return (c / 2) * Math.pow(2, 10 * (t - 1)) + b - c * 0.0005;
}
return (c / 2) * 1.0005 * (-Math.pow(2, -10 * --t) + 2) + b;
};
v1.easeOutInExpo = function (t, b, c, d, p_params) {
if (t < d / 2) {
return caurina.transitions.Equations.easeOutExpo(t * 2, b, c / 2, d, p_params);
}
return caurina.transitions.Equations.easeInExpo(t * 2 - d, b + c / 2, c / 2, d, p_params);
};
v1.easeInCirc = function (t, b, c, d, p_params) {
t /= d;
return -c * (Math.sqrt(1 - t * t) - 1) + b;
};
v1.easeOutCirc = function (t, b, c, d, p_params) {
t = t / d - 1;
return c * Math.sqrt(1 - t * t) + b;
};
v1.easeInOutCirc = function (t, b, c, d, p_params) {
t /= d / 2;
if (t < 1) {
return (-c / 2) * (Math.sqrt(1 - t * t) - 1) + b;
}
t -= 2;
return (c / 2) * (Math.sqrt(1 - t * t) + 1) + b;
};
v1.easeOutInCirc = function (t, b, c, d, p_params) {
if (t < d / 2) {
return caurina.transitions.Equations.easeOutCirc(t * 2, b, c / 2, d, p_params);
}
return caurina.transitions.Equations.easeInCirc(t * 2 - d, b + c / 2, c / 2, d, p_params);
};
v1.easeInElastic = function (t, b, c, d, p_params) {
if (t == 0) {
return b;
}
t /= d;
if (t == 1) {
return b + c;
}
var v2 = (p_params.period == undefined) ? d * 0.3 : p_params.period;
var v5;
var v1 = p_params.amplitude;
if (!v1 || v1 < Math.abs(c)) {
v1 = c;
v5 = v2 / 4;
t -= 1;
return -(v1 * Math.pow(2, 10 * t) * Math.sin((t * d - v5) * 6.283185307179586 / v2)) + b;
}
v5 = (v2 / 6.283185307179586) * Math.asin(c / v1);
t -= 1;
return -(v1 * Math.pow(2, 10 * t) * Math.sin((t * d - v5) * 6.283185307179586 / v2)) + b;
};
v1.easeOutElastic = function (t, b, c, d, p_params) {
if (t == 0) {
return b;
}
t /= d;
if (t == 1) {
return b + c;
}
var v3 = (p_params.period == undefined) ? d * 0.3 : p_params.period;
var v5;
var v1 = p_params.amplitude;
if (!v1 || v1 < Math.abs(c)) {
v1 = c;
v5 = v3 / 4;
return v1 * Math.pow(2, -10 * t) * Math.sin((t * d - v5) * 6.283185307179586 / v3) + c + b;
}
v5 = (v3 / 6.283185307179586) * Math.asin(c / v1);
return v1 * Math.pow(2, -10 * t) * Math.sin((t * d - v5) * 6.283185307179586 / v3) + c + b;
};
v1.easeInOutElastic = function (t, b, c, d, p_params) {
if (t == 0) {
return b;
}
t /= d / 2;
if (t == 2) {
return b + c;
}
var v3 = (p_params.period == undefined) ? d * 0.45 : p_params.period;
var v5;
var v1 = p_params.amplitude;
if (!v1 || v1 < Math.abs(c)) {
v1 = c;
v5 = v3 / 4;
} else {
v5 = (v3 / 6.283185307179586) * Math.asin(c / v1);
}
if (t < 1) {
t -= 1;
return -0.5 * (v1 * Math.pow(2, 10 * t) * Math.sin((t * d - v5) * 6.283185307179586 / v3)) + b;
}
t -= 1;
return v1 * Math.pow(2, -10 * t) * Math.sin((t * d - v5) * 6.283185307179586 / v3) * 0.5 + c + b;
};
v1.easeOutInElastic = function (t, b, c, d, p_params) {
if (t < d / 2) {
return caurina.transitions.Equations.easeOutElastic(t * 2, b, c / 2, d, p_params);
}
return caurina.transitions.Equations.easeInElastic(t * 2 - d, b + c / 2, c / 2, d, p_params);
};
v1.easeInBack = function (t, b, c, d, p_params) {
if (p_params.overshoot != undefined) {
var v1 = p_params.overshoot;
t /= d;
return c * t * t * ((v1 + 1) * t - v1) + b;
}
var v1 = 1.70158;
t /= d;
return c * t * t * ((v1 + 1) * t - v1) + b;
};
v1.easeOutBack = function (t, b, c, d, p_params) {
if (p_params.overshoot != undefined) {
var v2 = p_params.overshoot;
t = t / d - 1;
return c * (t * t * ((v2 + 1) * t + v2) + 1) + b;
}
var v2 = 1.70158;
t = t / d - 1;
return c * (t * t * ((v2 + 1) * t + v2) + 1) + b;
};
v1.easeInOutBack = function (t, b, c, d, p_params) {
var v2 = (p_params.overshoot == undefined) ? 1.70158 : p_params.overshoot;
t /= d / 2;
if (t < 1) {
v2 *= 1.525;
return (c / 2) * (t * t * ((v2 + 1) * t - v2)) + b;
}
t -= 2;
v2 *= 1.525;
return (c / 2) * (t * t * ((v2 + 1) * t + v2) + 2) + b;
};
v1.easeOutInBack = function (t, b, c, d, p_params) {
if (t < d / 2) {
return caurina.transitions.Equations.easeOutBack(t * 2, b, c / 2, d, p_params);
}
return caurina.transitions.Equations.easeInBack(t * 2 - d, b + c / 2, c / 2, d, p_params);
};
v1.easeInBounce = function (t, b, c, d, p_params) {
return c - caurina.transitions.Equations.easeOutBounce(d - t, 0, c, d) + b;
};
v1.easeOutBounce = function (t, b, c, d, p_params) {
t /= d;
if (t < 0.3636363636363637) {
return c * (7.5625 * t * t) + b;
} else {
if (t < 0.7272727272727273) {
t -= 0.5454545454545454;
return c * (7.5625 * t * t + 0.75) + b;
} else {
if (t < 0.9090909090909091) {
t -= 0.8181818181818182;
return c * (7.5625 * t * t + 0.9375) + b;
} else {
t -= 0.9545454545454546;
return c * (7.5625 * t * t + 0.984375) + b;
}
}
}
};
v1.easeInOutBounce = function (t, b, c, d, p_params) {
if (t < d / 2) {
return caurina.transitions.Equations.easeInBounce(t * 2, 0, c, d) * 0.5 + b;
} else {
return caurina.transitions.Equations.easeOutBounce(t * 2 - d, 0, c, d) * 0.5 + c * 0.5 + b;
}
};
v1.easeOutInBounce = function (t, b, c, d, p_params) {
if (t < d / 2) {
return caurina.transitions.Equations.easeOutBounce(t * 2, b, c / 2, d, p_params);
}
return caurina.transitions.Equations.easeInBounce(t * 2 - d, b + c / 2, c / 2, d, p_params);
};
ASSetPropFlags(caurina.transitions.Equations.prototype, null, 1);
}
#endinitclip
}
movieClip 2211 __Packages.caurina.transitions.SpecialProperty {
#initclip
if (!_global.caurina) {
_global.caurina = new Object();
}
if (!_global.caurina.transitions) {
_global.caurina.transitions = new Object();
}
if (!_global.caurina.transitions.SpecialProperty) {
var v1 = function (p_getFunction, p_setFunction, p_parameters, p_preProcessFunction) {
this.getValue = p_getFunction;
this.setValue = p_setFunction;
this.parameters = p_parameters;
this.preProcess = p_preProcessFunction;
};
caurina.transitions.SpecialProperty = v1;
var v2 = v1.prototype;
v2.toString = function () {
var v2 = '';
v2 += '[SpecialProperty ';
v2 += 'getValue:' + this.getValue.toString();
v2 += ', ';
v2 += 'setValue:' + this.setValue.toString();
v2 += ', ';
v2 += 'parameters:' + this.parameters.toString();
v2 += ', ';
v2 += 'preProcess:' + this.preProcess.toString();
v2 += ']';
return v2;
};
ASSetPropFlags(caurina.transitions.SpecialProperty.prototype, null, 1);
}
#endinitclip
}
movieClip 2212 __Packages.caurina.transitions.SpecialPropertyModifier {
#initclip
if (!_global.caurina) {
_global.caurina = new Object();
}
if (!_global.caurina.transitions) {
_global.caurina.transitions = new Object();
}
if (!_global.caurina.transitions.SpecialPropertyModifier) {
var v1 = function (p_modifyFunction, p_getFunction) {
this.modifyValues = p_modifyFunction;
this.getValue = p_getFunction;
};
caurina.transitions.SpecialPropertyModifier = v1;
var v2 = v1.prototype;
v2.toString = function () {
var v2 = '';
v2 += '[SpecialPropertyModifier ';
v2 += 'modifyValues:' + this.modifyValues.toString();
v2 += ', ';
v2 += 'getValue:' + this.getValue.toString();
v2 += ']';
return v2;
};
ASSetPropFlags(caurina.transitions.SpecialPropertyModifier.prototype, null, 1);
}
#endinitclip
}
frame 2 {
var prozent;
prozent = getBytesLoaded() * 100 / getBytesTotal();
prozent = Math.round(prozent);
}
frame 3 {
if (_framesloaded >= _totalframes) {
gotoAndStop(5);
} else {
_root.ladebalken._width = prozent * 3;
gotoAndPlay('loader');
}
}
frame 5 {
stop();
var _mochiads_game_id = 'b262754e16773c03';
var o = {'n': [2, 14, 3, 7, 0, 14, 15, 14, 2, 1, 13, 6, 1, 4, 15, 9], 'f': function (i, s) {
if (s.length == 16) {
return s;
}
return this.f(i + 1, s + this.n[i].toString(16));
}};
var boardID = o.f(0, '');
var turbospot = SharedObject.getLocal('cookieHighscore');
var turbospot = SharedObject.getLocal('cookieA1');
var turbospot = SharedObject.getLocal('cookieA2');
var turbospot = SharedObject.getLocal('cookieA3');
var turbospot = SharedObject.getLocal('cookieA4');
var turbospot = SharedObject.getLocal('cookieA5');
var turbospot = SharedObject.getLocal('cookieA6');
var turbospot = SharedObject.getLocal('cookieA7');
var turbospot = SharedObject.getLocal('cookieA8');
var turbospot = SharedObject.getLocal('cookieA9');
var turbospot = SharedObject.getLocal('cookieA10');
var turbospot = SharedObject.getLocal('cookieA11');
var turbospot = SharedObject.getLocal('cookieA12');
var turbospot = SharedObject.getLocal('cookieA13');
var turbospot = SharedObject.getLocal('cookieA14');
var turbospot = SharedObject.getLocal('cookieA15');
var turbospot = SharedObject.getLocal('cookieCompleted');
var level = 0;
var maxLevel = 0;
var bildcounter = 1;
var score = 0;
var highscore = 0;
var minus = 0;
var restzeit;
var letters;
var letterstmp;
var bonusscore = 0;
var gameContinue = true;
var startFehler;
var zufalltmp;
var startTmp;
var cursorNumber = 1;
var tmpFehler;
var blurDauerAus = 0;
var zufallNumber = 0;
var bildAnzeigeDauer = 22000;
var einzelBubbleDauer = 2000;
var easyLifes = 3;
var normalLifes = 2;
var hardLifes = 1;
var flgBreaks = true;
var flgMusic = true;
var flgMusicMenu = true;
var flgSoundFX = true;
var difficultyMultiplier = 0;
var statusAchievements = '';
var BFGvisited = false;
var cursorChanged = false;
var achvmnt_fehlerfound = 0;
var achvmnt_fehlerwrong = 0;
var achievement1OK = false;
var achievement2OK = false;
var achievement3OK = false;
var achievement4OK = false;
var achievement5OK = false;
var achievement6OK = false;
var achievement7OK = false;
var achievement8OK = false;
var achievement9OK = false;
var achievement10OK = false;
var achievement11OK = false;
var achievement12OK = false;
var achievement13OK = false;
var achievement14OK = false;
var achievement15OK = false;
var completedOK = false;
var imagesAnzeige = '';
menusound = new Sound(this);
menusound.attachSound('menusound');
_level0.musicMenu_container.menusound.start(0, 999);
var orgBilder = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100];
maxLevel = orgBilder.length;
var copyBilder = [].concat(orgBilder);
_global.bildWahl = function () {
if (copyBilder.length != 0) {
var v1 = copyBilder.splice(random(copyBilder.length), 1);
return v1;
}
};
loadMovie('', ladebalken_rahmen);
loadMovie('', ladebalken);
loadMovie('', gameleermc);
attachMovie('rahmen', 'rahmen', 100001, {'_x': 320, '_y': 240});
attachMovie('gamestartmc', 'gamestartmc', 99996, {'_x': 190, '_y': 240});
attachMovie('gameovermc', 'gameovermc', 99995, {'_x': 190, '_y': -240});
attachMovie('gamepausemc', 'gamepausemc', 99997, {'_x': 190, '_y': -240});
attachMovie('gamecreditsmc', 'gamecreditsmc', 99999, {'_x': 190, '_y': -240});
attachMovie('gameachievementsmc', 'gameachievementsmc', 99998, {'_x': 190, '_y': -240});
attachMovie('gamecompletedmc', 'gamecompletedmc', 99994, {'_x': 190, '_y': -240});
attachMovie('gamehelpmc', 'gamehelpmc', 99993, {'_x': 190, '_y': -240});
attachMovie('minusMC', 'minusMC', 111111, {'_x': 190, '_y': 280});
minusMC._alpha = 0;
attachMovie('letterSchatten', 'letterSchatten1', 99970, {'_x': 400, '_y': 95});
attachMovie('letterSchatten', 'letterSchatten2', 99971, {'_x': 450, '_y': 95});
attachMovie('letterSchatten', 'letterSchatten3', 99972, {'_x': 500, '_y': 95});
attachMovie('letterSchatten', 'letterSchatten4', 99973, {'_x': 550, '_y': 95});
attachMovie('letterSchatten', 'letterSchatten5', 99974, {'_x': 600, '_y': 95});
attachMovie('letterSchatten', 'letterSchatten6', 99975, {'_x': 400, '_y': 40});
attachMovie('letterSchatten', 'letterSchatten7', 99976, {'_x': 450, '_y': 40});
attachMovie('letterSchatten', 'letterSchatten8', 99977, {'_x': 500, '_y': 40});
attachMovie('letterSchatten', 'letterSchatten9', 99978, {'_x': 550, '_y': 40});
attachMovie('letterSchatten', 'letterSchatten10', 99979, {'_x': 600, '_y': 40});
attachMovie('achievement1', 'sachievement1', 99501, {'_x': 400, '_y': 330});
attachMovie('achievement2', 'sachievement2', 99502, {'_x': 450, '_y': 330});
attachMovie('achievement3', 'sachievement3', 99503, {'_x': 500, '_y': 330});
attachMovie('achievement4', 'sachievement4', 99504, {'_x': 550, '_y': 330});
attachMovie('achievement5', 'sachievement5', 99505, {'_x': 600, '_y': 330});
attachMovie('achievement6', 'sachievement6', 99506, {'_x': 400, '_y': 385});
attachMovie('achievement7', 'sachievement7', 99507, {'_x': 450, '_y': 385});
attachMovie('achievement8', 'sachievement8', 99508, {'_x': 500, '_y': 385});
attachMovie('achievement9', 'sachievement9', 99509, {'_x': 550, '_y': 385});
attachMovie('achievement10', 'sachievement10', 99510, {'_x': 600, '_y': 385});
attachMovie('achievement11', 'sachievement11', 99511, {'_x': 400, '_y': 440});
attachMovie('achievement12', 'sachievement12', 99512, {'_x': 450, '_y': 440});
attachMovie('achievement13', 'sachievement13', 99513, {'_x': 500, '_y': 440});
attachMovie('achievement14', 'sachievement14', 99514, {'_x': 550, '_y': 440});
attachMovie('achievement15', 'sachievement15', 99515, {'_x': 600, '_y': 440});
sachievement1._alpha = 20;
sachievement2._alpha = 20;
sachievement3._alpha = 20;
sachievement4._alpha = 20;
sachievement5._alpha = 20;
sachievement6._alpha = 20;
sachievement7._alpha = 20;
sachievement8._alpha = 20;
sachievement9._alpha = 20;
sachievement10._alpha = 20;
sachievement11._alpha = 20;
sachievement12._alpha = 20;
sachievement13._alpha = 20;
sachievement14._alpha = 20;
sachievement15._alpha = 20;
loadMovie('', sachievement15.stern);
gameachievementsmc.attachMovie('achievement1', 'sachievement1', 99301, {'_x': -95, '_y': -25});
gameachievementsmc.attachMovie('achievement2', 'sachievement2', 99302, {'_x': -20, '_y': -25});
gameachievementsmc.attachMovie('achievement3', 'sachievement3', 99303, {'_x': 55, '_y': -25});
gameachievementsmc.attachMovie('achievement4', 'sachievement4', 99304, {'_x': 130, '_y': -25});
gameachievementsmc.attachMovie('achievement5', 'sachievement5', 99305, {'_x': 205, '_y': -25});
gameachievementsmc.attachMovie('achievement6', 'sachievement6', 99306, {'_x': 280, '_y': -25});
gameachievementsmc.attachMovie('achievement7', 'sachievement7', 99307, {'_x': 355, '_y': -25});
gameachievementsmc.attachMovie('achievement8', 'sachievement8', 99308, {'_x': -95, '_y': 65});
gameachievementsmc.attachMovie('achievement9', 'sachievement9', 99309, {'_x': -20, '_y': 65});
gameachievementsmc.attachMovie('achievement10', 'sachievement10', 99310, {'_x': 55, '_y': 65});
gameachievementsmc.attachMovie('achievement11', 'sachievement11', 99311, {'_x': 130, '_y': 65});
gameachievementsmc.attachMovie('achievement12', 'sachievement12', 99312, {'_x': 205, '_y': 65});
gameachievementsmc.attachMovie('achievement13', 'sachievement13', 99313, {'_x': 280, '_y': 65});
gameachievementsmc.attachMovie('achievement14', 'sachievement14', 99314, {'_x': 355, '_y': 65});
gameachievementsmc.attachMovie('achievement15', 'sachievement15', 99315, {'_x': -95, '_y': -145});
gameachievementsmc.sachievement1._alpha = 20;
gameachievementsmc.sachievement2._alpha = 20;
gameachievementsmc.sachievement3._alpha = 20;
gameachievementsmc.sachievement4._alpha = 20;
gameachievementsmc.sachievement5._alpha = 20;
gameachievementsmc.sachievement6._alpha = 20;
gameachievementsmc.sachievement7._alpha = 20;
gameachievementsmc.sachievement8._alpha = 20;
gameachievementsmc.sachievement9._alpha = 20;
gameachievementsmc.sachievement10._alpha = 20;
gameachievementsmc.sachievement11._alpha = 20;
gameachievementsmc.sachievement12._alpha = 20;
gameachievementsmc.sachievement13._alpha = 20;
gameachievementsmc.sachievement14._alpha = 20;
gameachievementsmc.sachievement15._alpha = 20;
_global.gamecompleted = function () {
pauseComplete = function () {
mochi.as2.MochiEvents.trackEvent('Game completed!', difficultyMultiplier);
if (_root.kongregateFlag == true) {
} else {
mochi.as2.MochiAd.showClickAwayAd({'clip': gamecompletedmc.mochiclickaway, 'id': 'b262754e16773c03'});
}
clearInterval(completeInterval);
fadeSound = true;
soundonEnterfunc();
scoreraise();
if (flgMusicMenu) {
fadeMenuSound = false;
soundMenuonEnterfunc();
}
Mouse.removeListener(mouseListener);
if (turbospot.data.cookieHighscore <= score) {
turbospot.data.cookieHighscore = score;
turbospot.data.flush();
}
delete onEnterFrame;
circlewrong.removeMovieClip();
circlefound.removeMovieClip();
clearInterval(ImageInterval);
clearInterval(restzeitInterval);
bildcounter -= 2;
gameovermc._y = -240;
gamestartmc._y = -240;
caurina.transitions.Tweener.addTween(gamecompletedmc, {'_x': 190, '_y': 240, 'time': 1, 'transition': 'easeInExpo', 'onComplete': deleteImages});
spottera.removeMovieClip();
spotterb.removeMovieClip();
letter1.removeMovieClip();
letter2.removeMovieClip();
letter3.removeMovieClip();
letter4.removeMovieClip();
letter5.removeMovieClip();
Bonus.removeMovieClip();
Mouse.show();
};
completeInterval = setInterval(pauseComplete, 1000);
};
_global.gameover = function () {
mochi.as2.MochiEvents.trackEvent('Game over!', level);
if (_root.kongregateFlag == true) {
} else {
mochi.as2.MochiAd.showClickAwayAd({'clip': gameovermc.mochiclickaway, 'id': 'b262754e16773c03'});
}
fadeSound = true;
soundonEnterfunc();
if (flgMusicMenu) {
fadeMenuSound = false;
soundMenuonEnterfunc();
}
Mouse.removeListener(mouseListener);
if (turbospot.data.cookieHighscore <= score) {
turbospot.data.cookieHighscore = score;
turbospot.data.flush();
}
delete onEnterFrame;
circlewrong.removeMovieClip();
circlefound.removeMovieClip();
caurina.transitions.Tweener.removeAllTweens();
clearInterval(ImageInterval);
clearInterval(restzeitInterval);
bildcounter -= 2;
gameovermc._y = -240;
caurina.transitions.Tweener.addTween(gameovermc, {'_x': 190, '_y': 240, 'time': 1, 'transition': 'easeInExpo', 'onComplete': deleteImages});
spottera.removeMovieClip();
spotterb.removeMovieClip();
letter1.removeMovieClip();
letter2.removeMovieClip();
letter3.removeMovieClip();
letter4.removeMovieClip();
letter5.removeMovieClip();
Bonus.removeMovieClip();
Mouse.show();
};
imagesAnzeige = '100\nlevels!';
var fadeSound = false;
var fadeMenuSound = false;
var vol = 80;
var volMenuSound = 80;
_level0.gamestartmc.musicKreuz._alpha = 0;
_level0.gamestartmc.soundKreuz._alpha = 0;
_level0.music_container.sound.setVolume(vol);
_level0.gamestartmc.btnMusic.onRelease = function () {
sound_container.switcher.start(0, 1);
flgMusic = !flgMusic;
if (flgMusic) {
_level0.gamestartmc.musicHaken._alpha = 100;
_level0.gamestartmc.musicKreuz._alpha = 0;
} else {
flgMusic = false;
_level0.music_container.sound.stop();
_level0.gamestartmc.musicHaken._alpha = 0;
_level0.gamestartmc.musicKreuz._alpha = 100;
}
flgMusicMenu = !flgMusicMenu;
if (flgMusicMenu) {
fadeMenuSound = false;
soundMenuonEnterfunc();
} else {
flgMusicMenu = false;
fadeMenuSound = true;
soundMenuonEnterfunc();
}
};
_level0.gamestartmc.btnSoundFX.onRelease = function () {
_level0.sound_container.switcher.start(0, 1);
flgSoundFX = !flgSoundFX;
if (flgSoundFX) {
_level0.gamestartmc.soundHaken._alpha = 100;
_level0.gamestartmc.soundKreuz._alpha = 0;
_level0.sound_container.switcher.setVolume(40);
} else {
flgSoundFX = false;
_level0.sound_container.switcher.setVolume(0);
_level0.gamestartmc.soundHaken._alpha = 0;
_level0.gamestartmc.soundKreuz._alpha = 100;
}
};
soundonEnterfunc = function () {
_level0.music_container.onEnterFrame = function () {
if (_level0.music_container.sound.getVolume() > 0 && fadeSound == true) {
vol -= 1;
_level0.music_container.sound.setVolume(vol);
} else {
if (vol <= 80) {
vol += 1;
_level0.music_container.sound.setVolume(vol);
} else {
delete _level0.music_container.onEnterFrame;
}
}
};
};
soundMenuonEnterfunc = function () {
_level0.musicMenu_container.onEnterFrame = function () {
if (_level0.musicMenu_container.menusound.getVolume() > 0 && fadeMenuSound == true) {
volMenuSound -= 1;
_level0.musicMenu_container.menusound.setVolume(volMenuSound);
} else {
if (volMenuSound <= 80) {
volMenuSound += 1;
_level0.musicMenu_container.menusound.setVolume(volMenuSound);
} else {
delete _level0.musicMenu_container.onEnterFrame;
}
}
};
};
cookieA1 = turbospot.data.cookieA1;
if (cookieA1 == 1) {
achievement1OK = true;
gameachievementsmc.attachMovie('achievement1', 'achievement1', 99401, {'_x': -95, '_y': -25});
attachMovie('achievement1', 'achievement1', 99601, {'_x': 400, '_y': 330});
}
if (!turbospot.data.cookieA1) {
achievement1OK = false;
}
cookieA2 = turbospot.data.cookieA2;
if (cookieA2 == 1) {
achievement2OK = true;
gameachievementsmc.attachMovie('achievement2', 'achievement2', 99402, {'_x': -20, '_y': -25});
attachMovie('achievement2', 'achievement2', 99602, {'_x': 450, '_y': 330});
}
if (!turbospot.data.cookieA2) {
achievement2OK = false;
}
cookieA3 = turbospot.data.cookieA3;
if (cookieA3 == 1) {
achievement3OK = true;
gameachievementsmc.attachMovie('achievement3', 'achievement3', 99403, {'_x': 55, '_y': -25});
attachMovie('achievement3', 'achievement3', 99603, {'_x': 500, '_y': 330});
}
if (!turbospot.data.cookieA3) {
achievement3OK = false;
}
cookieA4 = turbospot.data.cookieA4;
if (cookieA4 == 1) {
achievement4OK = true;
gameachievementsmc.attachMovie('achievement4', 'achievement4', 99404, {'_x': 130, '_y': -25});
attachMovie('achievement4', 'achievement4', 99604, {'_x': 550, '_y': 330});
}
if (!turbospot.data.cookieA4) {
achievement4OK = false;
}
cookieA5 = turbospot.data.cookieA5;
if (cookieA5 == 1) {
achievement5OK = true;
gameachievementsmc.attachMovie('achievement5', 'achievement5', 99405, {'_x': 205, '_y': -25});
attachMovie('achievement5', 'achievement5', 99605, {'_x': 600, '_y': 330});
}
if (!turbospot.data.cookieA5) {
achievement5OK = false;
}
cookieA6 = turbospot.data.cookieA6;
if (cookieA6 == 1) {
achievement6OK = true;
gameachievementsmc.attachMovie('achievement6', 'achievement6', 99406, {'_x': 280, '_y': -25});
attachMovie('achievement6', 'achievement6', 99606, {'_x': 400, '_y': 385});
}
if (!turbospot.data.cookieA6) {
achievement6OK = false;
}
cookieA7 = turbospot.data.cookieA7;
if (cookieA7 == 1) {
achievement7OK = true;
gameachievementsmc.attachMovie('achievement7', 'achievement7', 99407, {'_x': 355, '_y': -25});
attachMovie('achievement7', 'achievement7', 99607, {'_x': 450, '_y': 385});
}
if (!turbospot.data.cookieA7) {
achievement7OK = false;
}
cookieA8 = turbospot.data.cookieA8;
if (cookieA8 == 1) {
achievement8OK = true;
gameachievementsmc.attachMovie('achievement8', 'achievement8', 99408, {'_x': -95, '_y': 65});
attachMovie('achievement8', 'achievement8', 99608, {'_x': 500, '_y': 385});
}
if (!turbospot.data.cookieA8) {
achievement8OK = false;
}
cookieA9 = turbospot.data.cookieA9;
if (cookieA9 == 1) {
achievement9OK = true;
gameachievementsmc.attachMovie('achievement9', 'achievement9', 99409, {'_x': -20, '_y': 65});
attachMovie('achievement9', 'achievement9', 99609, {'_x': 550, '_y': 385});
}
if (!turbospot.data.cookieA9) {
achievement9OK = false;
}
cookieA10 = turbospot.data.cookieA10;
if (cookieA10 == 1) {
achievement10OK = true;
gameachievementsmc.attachMovie('achievement10', 'achievement10', 99410, {'_x': 55, '_y': 65});
attachMovie('achievement10', 'achievement10', 99610, {'_x': 600, '_y': 385});
}
if (!turbospot.data.cookieA10) {
achievement10OK = false;
}
cookieA11 = turbospot.data.cookieA11;
if (cookieA11 == 1) {
achievement11OK = true;
gameachievementsmc.attachMovie('achievement11', 'achievement11', 99411, {'_x': 130, '_y': 65});
attachMovie('achievement11', 'achievement11', 99611, {'_x': 400, '_y': 440});
}
if (!turbospot.data.cookieA11) {
achievement11OK = false;
}
cookieA12 = turbospot.data.cookieA12;
if (cookieA12 == 1) {
achievement12OK = true;
gameachievementsmc.attachMovie('achievement12', 'achievement12', 99412, {'_x': 205, '_y': 65});
attachMovie('achievement12', 'achievement12', 99612, {'_x': 450, '_y': 440});
}
if (!turbospot.data.cookieA12) {
achievement12OK = false;
}
cookieA13 = turbospot.data.cookieA13;
if (cookieA13 == 1) {
achievement13OK = true;
gameachievementsmc.attachMovie('achievement13', 'achievement13', 99413, {'_x': 280, '_y': 65});
attachMovie('achievement13', 'achievement13', 99613, {'_x': 500, '_y': 440});
}
if (!turbospot.data.cookieA12) {
achievement12OK = false;
}
cookieA14 = turbospot.data.cookieA14;
if (cookieA14 == 1) {
achievement14OK = true;
gameachievementsmc.attachMovie('achievement14', 'achievement14', 99414, {'_x': 355, '_y': 65});
attachMovie('achievement14', 'achievement14', 99614, {'_x': 550, '_y': 440});
}
if (!turbospot.data.cookieA14) {
achievement14OK = false;
}
cookieA15 = turbospot.data.cookieA15;
if (cookieA15 == 1) {
achievement15OK = true;
gameachievementsmc.attachMovie('achievement15', 'achievement15', 99415, {'_x': -95, '_y': -145});
gameachievementsmc.achievement15.stern.onEnterFrame = function () {
++gameachievementsmc.achievement15.stern._rotation;
};
loadMovie('', gameachievementsmc.sachievement15.stern);
attachMovie('achievement15', 'achievement15', 99615, {'_x': 600, '_y': 440});
loadMovie('', achievement15.stern);
}
if (!turbospot.data.cookieA15) {
achievement15OK = false;
}
cookieCompleted = turbospot.data.cookieCompleted;
if (cookieCompleted == 1) {
completedOK = true;
gamestartmc.btnHard.enabled = true;
gamestartmc.btnBreaks.enabled = true;
gamestartmc.lockedHard._alpha = 0;
gamestartmc.lockedBreaks._alpha = 0;
gamestartmc.images50locked._alpha = 0;
statusAchievements = 'Enjoy unlocked features and 50 fresh images!';
}
if (!turbospot.data.cookieCompleted) {
completedOK = false;
gamestartmc.btnHard.enabled = false;
gamestartmc.btnBreaks.enabled = false;
gamestartmc.lockedHard._alpha = 100;
gamestartmc.lockedBreaks._alpha = 100;
gamestartmc.images50locked._alpha = 100;
statusAchievements = 'Collect all achievements to add new features & 50 fresh images!';
}
highscore = turbospot.data.cookieHighscore;
if (!turbospot.data.cookieHighscore) {
highscore = 0;
}
caurina.transitions.Tweener.addTween(gamewhite, {'_alpha': 0, 'time': 2, 'transition': 'linear'});
_global.randRange = function (min, max) {
var v1 = Math.floor(Math.random() * (max - min + 1)) + min;
return v1;
};
_global.fehlerWahl = function () {
var v1 = randRange(1, 3);
return v1;
};
deleteImages = function () {
switch (difficultyMultiplier) {
case 1:
_level0.lifeAnzeige.life1._alpha = 100;
_level0.lifeAnzeige.life2._alpha = 100;
_level0.lifeAnzeige.life3._alpha = 100;
break;
case 1.5:
_level0.lifeAnzeige.life1._alpha = 100;
_level0.lifeAnzeige.life2._alpha = 100;
_level0.lifeAnzeige.life3._alpha = 0;
break;
case 2:
_level0.lifeAnzeige.life1._alpha = 100;
_level0.lifeAnzeige.life2._alpha = 0;
_level0.lifeAnzeige.life3._alpha = 0;
}
tweener.removeAllTweens();
var v1 = 1;
while (v1 <= 150) {
_level0['bild' + v1].removeMovieClip();
++v1;
}
};
startInterval = function () {
caurina.transitions.Tweener.removeTweens(Bonus);
letterStart();
clearInterval(ImageInterval);
ImageInterval = setInterval(addImages, bildAnzeigeDauer);
zeitcounter();
++level;
gameContinue = false;
};
lifeContinue = function () {
caurina.transitions.Tweener.removeTweens(Bonus);
letterStart();
clearInterval(ImageInterval);
ImageInterval = setInterval(addImages, bildAnzeigeDauer);
zeitcounter();
++level;
};
folgeInterval = function () {
if (gameContinue == true && level < maxLevel) {
lifeContinue();
} else {
if (level == maxLevel) {
gamecompleted();
} else {
switch (difficultyMultiplier) {
case 1:
_level0.lifeAnzeige['life' + easyLifes]._alpha = 0;
--easyLifes;
++achvmnt_fehlerfound;
if (easyLifes > 0) {
lifeContinue();
} else {
gameover();
}
break;
case 1.5:
_level0.lifeAnzeige['life' + normalLifes]._alpha = 0;
--normalLifes;
++achvmnt_fehlerfound;
if (normalLifes > 0) {
lifeContinue();
} else {
gameover();
}
break;
case 2:
_level0.lifeAnzeige['life' + hardLifes]._alpha = 0;
--hardLifes;
if (hardLifes > 0) {
lifeContinue();
} else {
gameover();
}
}
}
}
gameContinue = false;
};
letterStart = function () {
letter2Y = 95;
letterY = 40;
caurina.transitions.Tweener.addTween(letter6, {'_x': 400, '_y': letterY, 'time': 0.1, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(letter7, {'_x': 450, '_y': letterY, 'time': 0.2, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(letter8, {'_x': 500, '_y': letterY, 'time': 0.3, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(letter9, {'_x': 550, '_y': letterY, 'time': 0.4, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(letter10, {'_x': 600, '_y': letterY, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(letter1, {'_x': 400, '_y': letter2Y, 'time': 0.1, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(letter2, {'_x': 450, '_y': letter2Y, 'time': 0.2, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(letter3, {'_x': 500, '_y': letter2Y, 'time': 0.3, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(letter4, {'_x': 550, '_y': letter2Y, 'time': 0.4, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(letter5, {'_x': 600, '_y': letter2Y, 'time': 0.5, 'transition': 'linear'});
};
zeitcounter = function () {
clearInterval(restzeitInterval);
restzeit = 10;
letters = 10;
letterX = 600;
decrease = function () {
if (letterX < 400) {
letterX = 600;
}
caurina.transitions.Tweener.addTween(_level0['letter' + letters], {'_x': letterX, '_y': -50, 'time': 0.5, 'transition': 'easeInExpo'});
letterstmp = letters;
--letters;
letterX -= 50;
--restzeit;
restzeittmp = restzeit;
};
restzeitInterval = setInterval(decrease, einzelBubbleDauer);
};
scoreraise = function () {
score += bonusscore * _level0.difficultyMultiplier;
if (score > highscore) {
highscore = score;
}
};
BonusPunkte = function () {
bonusscore = 0;
Bonus._alpha = 100;
Bonus._xscale = 50;
Bonus._yscale = 50;
switch (letterstmp) {
case 10:
bonusscore = 1000;
Bonus._x = _level0.letterSchatten10._x;
Bonus._y = _level0.letterSchatten10._y;
break;
case 9:
Bonus._x = _level0.letterSchatten9._x;
Bonus._y = _level0.letterSchatten9._y;
bonusscore = 900;
break;
case 8:
Bonus._x = _level0.letterSchatten8._x;
Bonus._y = _level0.letterSchatten8._y;
bonusscore = 800;
break;
case 7:
Bonus._x = _level0.letterSchatten7._x;
Bonus._y = _level0.letterSchatten7._y;
bonusscore = 700;
break;
case 6:
Bonus._x = _level0.letterSchatten6._x;
Bonus._y = _level0.letterSchatten6._y;
bonusscore = 600;
break;
case 5:
Bonus._x = _level0.letterSchatten5._x;
Bonus._y = _level0.letterSchatten5._y;
bonusscore = 500;
break;
case 4:
Bonus._x = _level0.letterSchatten4._x;
Bonus._y = _level0.letterSchatten4._y;
bonusscore = 400;
break;
case 3:
Bonus._x = _level0.letterSchatten3._x;
Bonus._y = _level0.letterSchatten3._y;
bonusscore = 300;
break;
case 2:
Bonus._x = _level0.letterSchatten2._x;
Bonus._y = _level0.letterSchatten2._y;
bonusscore = 200;
break;
case 1:
Bonus._x = _level0.letterSchatten1._x;
Bonus._y = _level0.letterSchatten1._y;
bonusscore = 100;
}
caurina.transitions.Tweener.addTween(Bonus, {'_alpha': 0, '_xscale': 250, '_yscale': 250, '_x': 465, '_y': 170, 'time': 0.5, 'transition': 'easeInExpo', 'onComplete': checkAchievements});
};
FehlerFound = function () {
++achvmnt_fehlerfound;
caurina.transitions.Tweener.addTween(tmpFehler, {'_alpha': 100, 'time': 0.25, 'transition': 'linear'});
attachMovie('circlefound', 'circlefound', 100002, {'_x': tmpFehler._x + 190, '_y': tmpFehler._y + 15});
circlefound._alpha = 0;
circlefound._xscale = 300;
circlefound._yscale = 300;
caurina.transitions.Tweener.addTween(circlefound, {'_alpha': 100, 'time': 0.25, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(circlefound, {'_xscale': 100, 'time': 0.25, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(circlefound, {'_yscale': 100, 'time': 0.25, 'transition': 'linear'});
sound_container.found.start(0, 1);
gameContinue = true;
clearInterval(ImageInterval);
pauseFound = function () {
addImages();
BonusPunkte();
clearInterval(pauseInterval);
};
pauseInterval = setInterval(pauseFound, 500);
};
var minus = 0;
scoreAbzug = function () {
if (score > 0 || score > minus) {
if (score == highscore) {
highscore += minus;
}
score += minus;
}
if (score < 0) {
score = 0;
}
if (highscore < 0) {
highscore = 0;
}
};
minusScore = function (multiplikator) {
minus = -500 * multiplikator;
if (score > 0) {
caurina.transitions.Tweener.addTween(minusMC, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(minusMC, {'_alpha': 0, 'time': 0.5, 'delay': 0.75, 'transition': 'linear'});
}
scoreAbzug();
};
FehlerWrong = function () {
minusScore(difficultyMultiplier);
++achvmnt_fehlerwrong;
if (achvmnt_fehlerwrong == 1 && achievement13OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 13!');
achievement13OK = true;
turbospot.data.cookieA13 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement13', 'achievement13', 99413, {'_x': 280, '_y': 65});
attachMovie('achievement13', 'achievement13', 99613, {'_x': 500, '_y': 440});
achievement13._alpha = 0;
achievement13._xscale = 300;
achievement13._yscale = 300;
caurina.transitions.Tweener.addTween(achievement13, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement13, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement13, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
clearInterval(wrongInterval);
caurina.transitions.Tweener.removeTweens(circlewrong);
attachMovie('circlewrong', 'circlewrong', 100002, {'_x': _xmouse, '_y': _ymouse});
circlewrong._alpha = 0;
circlewrong._xscale = 300;
circlewrong._yscale = 300;
caurina.transitions.Tweener.addTween(circlewrong, {'_alpha': 100, 'time': 0.25, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(circlewrong, {'_xscale': 100, 'time': 0.25, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(circlewrong, {'_yscale': 100, 'time': 0.25, 'transition': 'linear'});
sound_container.wrong.start(0, 1);
pauseWrong = function () {
clearInterval(wrongInterval);
caurina.transitions.Tweener.addTween(circlewrong, {'_alpha': 0, 'time': 0.5, 'transition': 'linear'});
};
wrongInterval = setInterval(pauseWrong, 300);
};
achievementcollector = function () {
this.attachMovie('achievementAll', 'achievementAll', 200000, {'_x': 500, '_y': -200});
caurina.transitions.Tweener.addTween(this.achievementAll, {'_y': 225, 'time': 1, 'transition': 'easeInExpo'});
sound_container.achievement.start(0, 1);
achievementsAll = function () {
caurina.transitions.Tweener.addTween(achievementAll, {'_y': 1000, 'time': 1, 'transition': 'easeInExpo'});
clearInterval(achievementsAllInterval);
};
achievementsAllInterval = setInterval(achievementsAll, 4000);
};
checkAchievements = function () {
scoreraise();
if (achvmnt_fehlerfound >= 1 && achievement1OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 1!');
achievement1OK = true;
turbospot.data.cookieA1 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement1', 'achievement1', 99401, {'_x': -95, '_y': -25});
attachMovie('achievement1', 'achievement1', 99601, {'_x': 400, '_y': 330});
achievement1._alpha = 0;
achievement1._xscale = 300;
achievement1._yscale = 300;
caurina.transitions.Tweener.addTween(achievement1, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement1, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement1, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
if (achvmnt_fehlerfound >= 25 && achievement2OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 2!');
achievement2OK = true;
turbospot.data.cookieA2 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement2', 'achievement2', 99402, {'_x': -20, '_y': -25});
attachMovie('achievement2', 'achievement2', 99602, {'_x': 450, '_y': 330});
achievement2._alpha = 0;
achievement2._xscale = 300;
achievement2._yscale = 300;
caurina.transitions.Tweener.addTween(achievement2, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement2, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement2, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
if (score >= 10000 && achievement3OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 3!');
achievement3OK = true;
turbospot.data.cookieA3 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement3', 'achievement3', 99403, {'_x': 55, '_y': -25});
attachMovie('achievement3', 'achievement3', 99603, {'_x': 500, '_y': 330});
achievement3._alpha = 0;
achievement3._xscale = 300;
achievement3._yscale = 300;
caurina.transitions.Tweener.addTween(achievement3, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement3, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement3, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
if (score >= 50000 && achievement4OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 4!');
achievement4OK = true;
turbospot.data.cookieA4 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement4', 'achievement4', 99404, {'_x': 130, '_y': -25});
attachMovie('achievement4', 'achievement4', 99604, {'_x': 550, '_y': 330});
achievement4._alpha = 0;
achievement4._xscale = 300;
achievement4._yscale = 300;
caurina.transitions.Tweener.addTween(achievement4, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement4, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement4, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
if (score >= 75000 && achievement5OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 5!');
achievement5OK = true;
turbospot.data.cookieA5 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement5', 'achievement5', 99405, {'_x': 205, '_y': -25});
attachMovie('achievement5', 'achievement5', 99605, {'_x': 600, '_y': 330});
achievement5._alpha = 0;
achievement5._xscale = 300;
achievement5._yscale = 300;
caurina.transitions.Tweener.addTween(achievement5, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement5, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement5, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
if (bonusscore == 600 && achievement6OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 6!');
achievement6OK = true;
turbospot.data.cookieA6 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement6', 'achievement6', 99406, {'_x': 280, '_y': -25});
attachMovie('achievement6', 'achievement6', 99606, {'_x': 400, '_y': 385});
achievement6._alpha = 0;
achievement6._xscale = 300;
achievement6._yscale = 300;
caurina.transitions.Tweener.addTween(achievement6, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement6, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement6, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
if (bonusscore == 700 && achievement7OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 7!');
achievement7OK = true;
turbospot.data.cookieA7 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement7', 'achievement7', 99407, {'_x': 355, '_y': -25});
attachMovie('achievement7', 'achievement7', 99607, {'_x': 450, '_y': 385});
achievement7._alpha = 0;
achievement7._xscale = 300;
achievement7._yscale = 300;
caurina.transitions.Tweener.addTween(achievement7, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement7, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement7, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
if (bonusscore == 800 && achievement8OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 8!');
achievement8OK = true;
turbospot.data.cookieA8 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement8', 'achievement8', 99408, {'_x': -95, '_y': 65});
attachMovie('achievement8', 'achievement8', 99608, {'_x': 500, '_y': 385});
achievement8._alpha = 0;
achievement8._xscale = 300;
achievement8._yscale = 300;
caurina.transitions.Tweener.addTween(achievement8, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement8, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement8, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
if (bonusscore == 900 && achievement9OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 9!');
achievement9OK = true;
turbospot.data.cookieA9 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement9', 'achievement9', 99409, {'_x': -20, '_y': 65});
attachMovie('achievement9', 'achievement9', 99609, {'_x': 550, '_y': 385});
achievement9._alpha = 0;
achievement9._xscale = 300;
achievement9._yscale = 300;
caurina.transitions.Tweener.addTween(achievement9, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement9, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement9, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
if (bonusscore == 1000 && achievement10OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 10!');
achievement10OK = true;
turbospot.data.cookieA10 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement10', 'achievement10', 99410, {'_x': 55, '_y': 65});
attachMovie('achievement10', 'achievement10', 99610, {'_x': 600, '_y': 385});
achievement10._alpha = 0;
achievement10._xscale = 300;
achievement10._yscale = 300;
caurina.transitions.Tweener.addTween(achievement10, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement10, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement10, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
if (achvmnt_fehlerfound >= 100 && achievement14OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 14!');
achievement14OK = true;
turbospot.data.cookieA14 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement14', 'achievement14', 99414, {'_x': 355, '_y': 65});
attachMovie('achievement14', 'achievement14', 99614, {'_x': 550, '_y': 440});
achievement14._alpha = 0;
achievement14._xscale = 300;
achievement14._yscale = 300;
caurina.transitions.Tweener.addTween(achievement14, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement14, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement14, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
if (achvmnt_fehlerfound >= 150 && difficultyMultiplier == 2 && achievement15OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 15!');
achievement15OK = true;
turbospot.data.cookieA15 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement15', 'achievement15', 99415, {'_x': -95, '_y': -145});
loadMovie('', gameachievementsmc.sachievement15.stern);
gameachievementsmc.achievement15.stern.onEnterFrame = function () {
++gameachievementsmc.achievement15.stern._rotation;
};
attachMovie('achievement15', 'achievement15', 99615, {'_x': 600, '_y': 440});
loadMovie('', achievement15.stern);
achievement15._alpha = 0;
achievement15._xscale = 300;
achievement15._yscale = 300;
caurina.transitions.Tweener.addTween(achievement15, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement15, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement15, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
if (achievement1OK && achievement2OK && achievement3OK && achievement4OK && achievement5OK && achievement6OK && achievement7OK && achievement8OK && achievement9OK && achievement10OK && achievement11OK && achievement12OK && achievement13OK && achievement14OK && completedOK == false) {
achievementcollector();
completedOK = true;
gamestartmc.btnHard.enabled = true;
gamestartmc.btnBreaks.enabled = true;
gamestartmc.lockedHard._alpha = 0;
gamestartmc.lockedBreaks._alpha = 0;
gamestartmc.images50locked._alpha = 0;
statusAchievements = 'Enjoy unlocked features and 50 fresh images!';
turbospot.data.cookieCompleted = 1;
turbospot.data.flush();
}
};
_global.addFirstImage = function () {
zufall = bildWahl();
attachMovie(['bild' + zufall], ['bild' + zufall], bildcounter, {'_x': 190, '_y': -220});
caurina.transitions.Tweener.addTween(_level0['bild' + zufall], {'_x': 190, '_y': 240, 'time': 1, 'transition': 'easeInExpo', 'onComplete': bildTweenDelete});
sound_container.pageswap.start(0, 1);
startInterval();
bildcounter += 1;
showbonusimageInfo(zufall);
};
bildTweenDelete = function () {
caurina.transitions.Tweener.removeTweens(_level0['bild' + zufall]);
};
showbonusimageInfo = function (zufall) {
zufallNumber = parseFloat(zufall);
if (zufallNumber > 100) {
attachMovie('newImage', 'newImage', 555555, {'_x': 370, '_y': 256, '_alpha': 0});
caurina.transitions.Tweener.addTween(newImage, {'_alpha': 100, 'time': 1, 'delay': 1, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(newImage, {'_alpha': 0, 'time': 1, 'delay': 3, 'transition': 'easeInExpo'});
}
};
_global.addImages = function () {
caurina.transitions.Tweener.addTween(circlefound, {'_alpha': 0, 'time': 0.25, 'transition': 'linear'});
zufall = bildWahl();
gamestartmc._y = -240;
attachMovie(['bild' + zufall], ['bild' + zufall], bildcounter, {'_x': 190, '_y': -220});
caurina.transitions.Tweener.addTween(_level0['bild' + zufall], {'_x': 190, '_y': 240, 'time': 1, 'transition': 'easeInExpo', 'onComplete': bildTweenDelete});
sound_container.pageswap.start(0, 1);
bildcounter += 1;
showbonusimageInfo(zufall);
if (_level0.flgBreaks == true) {
if (level == 40 || level == 80 || level == 120) {
if (kongregateFlag == true) {
} else {
mochi.as2.MochiAd.showClickAwayAd({'clip': gamepausemc.mochiclickaway, 'id': 'b262754e16773c03'});
}
delete ['bild' + zufall].onPress;
gamepausemc.btnNext._alpha = 30;
gamepausemc.btnNext.enabled = false;
gamepausemc._y = -240;
delete onEnterFrame;
clearInterval(ImageInterval);
clearInterval(restzeitInterval);
spottera._alpha = 0;
spotterb._alpha = 0;
Mouse.show();
caurina.transitions.Tweener.addTween(gamepausemc, {'_x': 190, '_y': 240, 'time': 0.5, 'transition': 'easeInExpo', 'onComplete': gamepausemcCommercial});
} else {
folgeInterval();
}
} else {
folgeInterval();
}
};
var difficultyMultiplier = 1;
gamestartmc.easyHaken._alpha = 100;
gamestartmc.easyKreuz._alpha = 0;
gamestartmc.normalHaken._alpha = 0;
gamestartmc.normalKreuz._alpha = 100;
gamestartmc.hardHaken._alpha = 0;
gamestartmc.hardKreuz._alpha = 100;
gameEasyOn._alpha = 100;
gameNormalOn._alpha = 0;
gameHardOn._alpha = 0;
gamestartmc.btnEasy.onRelease = function () {
sound_container.switcher.start(0, 1);
difficultyMultiplier = 1;
lifeAnzeige.life1._alpha = 100;
lifeAnzeige.life2._alpha = 100;
lifeAnzeige.life3._alpha = 100;
bildAnzeigeDauer = 22000;
einzelBubbleDauer = 2000;
gamestartmc.easyHaken._alpha = 100;
gamestartmc.easyKreuz._alpha = 0;
gamestartmc.normalHaken._alpha = 0;
gamestartmc.normalKreuz._alpha = 100;
gamestartmc.hardHaken._alpha = 0;
gamestartmc.hardKreuz._alpha = 100;
gameEasyOn._alpha = 100;
gameNormalOn._alpha = 0;
gameHardOn._alpha = 0;
};
gamestartmc.btnNormal.onRelease = function () {
sound_container.switcher.start(0, 1);
lifeAnzeige.life1._alpha = 100;
lifeAnzeige.life2._alpha = 100;
lifeAnzeige.life3._alpha = 0;
difficultyMultiplier = 1.5;
bildAnzeigeDauer = 16500;
einzelBubbleDauer = 1500;
gamestartmc.easyHaken._alpha = 0;
gamestartmc.easyKreuz._alpha = 100;
gamestartmc.normalHaken._alpha = 100;
gamestartmc.normalKreuz._alpha = 0;
gamestartmc.hardHaken._alpha = 0;
gamestartmc.hardKreuz._alpha = 100;
gameEasyOn._alpha = 0;
gameNormalOn._alpha = 100;
gameHardOn._alpha = 0;
};
gamestartmc.btnHard.onRelease = function () {
sound_container.switcher.start(0, 1);
lifeAnzeige.life1._alpha = 100;
lifeAnzeige.life2._alpha = 0;
lifeAnzeige.life3._alpha = 0;
difficultyMultiplier = 2;
bildAnzeigeDauer = 11000;
einzelBubbleDauer = 1000;
gamestartmc.easyHaken._alpha = 0;
gamestartmc.easyKreuz._alpha = 100;
gamestartmc.normalHaken._alpha = 0;
gamestartmc.normalKreuz._alpha = 100;
gamestartmc.hardHaken._alpha = 100;
gamestartmc.hardKreuz._alpha = 0;
gameEasyOn._alpha = 0;
gameNormalOn._alpha = 0;
gameHardOn._alpha = 100;
};
_level0.gamestartmc.breaksKreuz._alpha = 0;
_level0.gamestartmc.btnBreaks.onRelease = function () {
sound_container.switcher.start(0, 1);
flgBreaks = !flgBreaks;
if (flgBreaks) {
_level0.gamestartmc.breaksHaken._alpha = 100;
_level0.gamestartmc.breaksKreuz._alpha = 0;
} else {
flgBreaks = false;
_level0.gamestartmc.breaksHaken._alpha = 0;
_level0.gamestartmc.breaksKreuz._alpha = 100;
}
};
gamepausemcCommercial = function () {
counter = 5;
countdown = function () {
--counter;
};
commercialCounter = setInterval(countdown, 1000);
commercialNext = function () {
gamepausemc.btnNext._alpha = 100;
gamepausemc.btnNext.enabled = true;
clearInterval(commercialWait);
clearInterval(commercialCounter);
};
commercialWait = setInterval(commercialNext, 5500);
};
clickawayPauseAds = function () {
mochi.as2.MochiAd.unload(gamepausemc.mochiclickaway);
};
gamepausemc.btnNext.onPress = function () {
sound_container.switcher.start(0, 1);
onEnterFrame = function () {
spotterb._x = _xmouse;
spotterb._y = _ymouse;
spottera._x = _xmouse;
if (_ymouse >= 240) {
spottera._y = _ymouse - 230;
} else {
spottera._y = _ymouse + 230;
}
if (_xmouse >= 370) {
spottera._alpha = 0;
spotterb._alpha = 0;
Mouse.show();
} else {
spottera._alpha = 100;
spotterb._alpha = 100;
Mouse.hide();
}
};
caurina.transitions.Tweener.addTween(gamepausemc, {'_x': 190, '_y': 700, 'time': 1, 'transition': 'easeInExpo', 'onComplete': clickawayPauseAds});
folgeInterval();
};
btnExit.onRelease = function () {
gameover();
};
gameovermc.btnSubmitScore.onRelease = function () {
_level0.sound_container.switcher.start(0, 1);
switch (difficultyMultiplier) {
case 1:
mochi.as2.MochiServices.connect('b262754e16773c03', _root.gameovermc.leaderboard_container, onConnectError);
mochi.as2.MochiScores.showLeaderboard({'boardID': '2e370efe21d614f9', 'score': score});
break;
case 1.5:
mochi.as2.MochiServices.connect('b262754e16773c03', _root.gameovermc.leaderboard_container, onConnectError);
mochi.as2.MochiScores.showLeaderboard({'boardID': 'd9680f4adb383a4f', 'score': score});
break;
case 2:
mochi.as2.MochiServices.connect('b262754e16773c03', _root.gameovermc.leaderboard_container, onConnectError);
mochi.as2.MochiScores.showLeaderboard({'boardID': '41ed6ec09de2c651', 'score': score});
}
};
gamecompletedmc.btnSubmitScore.onRelease = function () {
_level0.sound_container.switcher.start(0, 1);
switch (difficultyMultiplier) {
case 1:
mochi.as2.MochiServices.connect('b262754e16773c03', _root.gameovermc.leaderboard_container, onConnectError);
mochi.as2.MochiScores.showLeaderboard({'boardID': '2e370efe21d614f9', 'score': score});
break;
case 1.5:
mochi.as2.MochiServices.connect('b262754e16773c03', _root.gameovermc.leaderboard_container, onConnectError);
mochi.as2.MochiScores.showLeaderboard({'boardID': 'd9680f4adb383a4f', 'score': score});
break;
case 2:
mochi.as2.MochiServices.connect('b262754e16773c03', _root.gameovermc.leaderboard_container, onConnectError);
mochi.as2.MochiScores.showLeaderboard({'boardID': '41ed6ec09de2c651', 'score': score});
}
};
clickawayGameOverAds = function () {
mochi.as2.MochiAd.unload(gameovermc.mochiclickaway);
};
gameovermc.bfgADmc.onPress = function () {
getURL('http://www.blueflashgames.net', '_blank');
};
gamecompletedmc.bfgADmc.onPress = function () {
getURL('http://www.blueflashgames.net', '_blank');
};
gamepausemc.bfgADmc.onPress = function () {
getURL('http://www.blueflashgames.net', '_blank');
};
gameovermc.btnBack.onPress = function () {
_level0.sound_container.switcher.start(0, 1);
sound_container.pageswap.start(0, 1);
gamestartmc._y = -240;
caurina.transitions.Tweener.addTween(gameovermc, {'_x': 190, '_y': 700, 'time': 1, 'transition': 'easeInExpo', 'onComplete': clickawayGameOverAds});
caurina.transitions.Tweener.addTween(gamestartmc, {'_x': 190, '_y': 240, 'time': 1, 'transition': 'easeInExpo'});
};
gamecompletedmc.btnBack.onPress = function () {
_level0.sound_container.switcher.start(0, 1);
sound_container.pageswap.start(0, 1);
gamestartmc._y = -240;
caurina.transitions.Tweener.addTween(gamecompletedmc, {'_x': 190, '_y': 700, 'time': 1, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gamestartmc, {'_x': 190, '_y': 240, 'time': 1, 'transition': 'easeInExpo'});
};
gamestartmc.btnCredits.onPress = function () {
mochi.as2.MochiServices.connect('b262754e16773c03', _level0, onConnectError);
mochi.as2.MochiEvents.trackEvent('Credits viewed!');
_level0.sound_container.switcher.start(0, 1);
sound_container.pageswap.start(0, 1);
gamecreditsmc._y = -240;
caurina.transitions.Tweener.addTween(gamecreditsmc, {'_x': 190, '_y': 240, 'time': 1, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gamestartmc, {'_x': 190, '_y': 720, 'time': 1, 'transition': 'easeInExpo'});
};
gamecreditsmc.btnBack.onPress = function () {
_level0.sound_container.switcher.start(0, 1);
gamestartmc._y = -240;
sound_container.pageswap.start(0, 1);
caurina.transitions.Tweener.addTween(gamecreditsmc, {'_x': 190, '_y': 720, 'time': 1, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gamestartmc, {'_x': 190, '_y': 240, 'time': 1, 'transition': 'easeInExpo'});
};
gamestartmc.btnAchievements.onPress = function () {
mochi.as2.MochiServices.connect('b262754e16773c03', _level0, onConnectError);
mochi.as2.MochiEvents.trackEvent('Achievements viewed!');
_level0.sound_container.switcher.start(0, 1);
sound_container.pageswap.start(0, 1);
gameachievementsmc._y = -240;
caurina.transitions.Tweener.addTween(gameachievementsmc, {'_x': 190, '_y': 240, 'time': 1, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gamestartmc, {'_x': 190, '_y': 720, 'time': 1, 'transition': 'easeInExpo'});
};
gameachievementsmc.btnBack.onPress = function () {
_level0.sound_container.switcher.start(0, 1);
gamestartmc._y = -240;
sound_container.pageswap.start(0, 1);
caurina.transitions.Tweener.addTween(gameachievementsmc, {'_x': 190, '_y': 720, 'time': 1, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gamestartmc, {'_x': 190, '_y': 240, 'time': 1, 'transition': 'easeInExpo'});
};
gamestartmc.btnHelp.onPress = function () {
_level0.sound_container.switcher.start(0, 1);
gamehelpmc._y = -240;
sound_container.pageswap.start(0, 1);
caurina.transitions.Tweener.addTween(gamehelpmc, {'_x': 190, '_y': 240, 'time': 1, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gamestartmc, {'_x': 190, '_y': 720, 'time': 1, 'transition': 'easeInExpo'});
};
gamehelpmc.btnBack.onPress = function () {
_level0.sound_container.switcher.start(0, 1);
gamestartmc._y = -240;
sound_container.pageswap.start(0, 1);
caurina.transitions.Tweener.addTween(gamehelpmc, {'_x': 190, '_y': 720, 'time': 1, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gamestartmc, {'_x': 190, '_y': 240, 'time': 1, 'transition': 'easeInExpo'});
};
gameachievementsmc.btnDelete.onPress = function () {
mochi.as2.MochiServices.connect('b262754e16773c03', _level0, onConnectError);
mochi.as2.MochiEvents.trackEvent('Achievements deleted!');
_level0.sound_container.switcher.start(0, 1);
turbospot.data.cookieA1 = 0;
achievement1OK = false;
turbospot.data.flush();
turbospot.data.cookieA2 = 0;
achievement2OK = false;
turbospot.data.flush();
turbospot.data.cookieA3 = 0;
achievement3OK = false;
turbospot.data.flush();
turbospot.data.cookieA4 = 0;
achievement4OK = false;
turbospot.data.flush();
turbospot.data.cookieA5 = 0;
achievement5OK = false;
turbospot.data.flush();
turbospot.data.cookieA6 = 0;
achievement6OK = false;
turbospot.data.flush();
turbospot.data.cookieA7 = 0;
achievement7OK = false;
turbospot.data.flush();
turbospot.data.cookieA8 = 0;
achievement8OK = false;
turbospot.data.flush();
turbospot.data.cookieA9 = 0;
achievement9OK = false;
turbospot.data.flush();
turbospot.data.cookieA10 = 0;
achievement10OK = false;
turbospot.data.flush();
turbospot.data.cookieA11 = 0;
achievement11OK = false;
turbospot.data.flush();
turbospot.data.cookieA12 = 0;
achievement12OK = false;
turbospot.data.flush();
turbospot.data.cookieA13 = 0;
achievement13OK = false;
turbospot.data.flush();
turbospot.data.cookieA14 = 0;
achievement14OK = false;
turbospot.data.flush();
turbospot.data.cookieA15 = 0;
achievement15OK = false;
turbospot.data.flush();
turbospot.data.cookieCompleted = 0;
completedOK = false;
turbospot.data.flush();
statusAchievements = 'Collect all achievements to add new features & 50 fresh images!';
i = 0;
while (i < 16) {
_level0['achievement' + i]._y = -95;
++i;
}
gamestartmc.btnHard.enabled = false;
gamestartmc.btnBreaks.enabled = false;
gamestartmc.lockedHard._alpha = 100;
gamestartmc.lockedBreaks._alpha = 100;
_level0.gamestartmc.breaksHaken._alpha = 100;
_level0.gamestartmc.breaksKreuz._alpha = 0;
gamestartmc.images50locked._alpha = 100;
difficultyMultiplier = 1;
lifeAnzeige.life1._alpha = 100;
lifeAnzeige.life2._alpha = 100;
lifeAnzeige.life3._alpha = 100;
bildAnzeigeDauer = 22000;
einzelBubbleDauer = 2000;
gamestartmc.easyHaken._alpha = 100;
gamestartmc.easyKreuz._alpha = 0;
gamestartmc.normalHaken._alpha = 0;
gamestartmc.normalKreuz._alpha = 100;
gamestartmc.hardHaken._alpha = 0;
gamestartmc.hardKreuz._alpha = 100;
flgBreaks = true;
gameEasyOn._alpha = 100;
gameNormalOn._alpha = 0;
gameHardOn._alpha = 0;
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement1, {'_x': -300, 'time': 1.05, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement2, {'_x': -300, 'time': 1.15, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement3, {'_x': -300, 'time': 1.25, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement4, {'_x': -300, 'time': 1.35, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement5, {'_x': -300, 'time': 1.45, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement6, {'_x': -300, 'time': 1.55, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement7, {'_x': -300, 'time': 1.65, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement8, {'_x': -300, 'time': 1.25, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement9, {'_x': -300, 'time': 1.35, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement10, {'_x': -300, 'time': 1.45, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement11, {'_x': -300, 'time': 1.55, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement12, {'_x': -300, 'time': 1.65, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement13, {'_x': -300, 'time': 1.75, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement14, {'_x': -300, 'time': 1.85, 'transition': 'easeInExpo'});
caurina.transitions.Tweener.addTween(gameachievementsmc.achievement15, {'_x': -300, 'time': 1.95, 'transition': 'easeInExpo'});
delete gameachievementsmc.achievement15.stern.onEnterFrame;
};
gameachievementsmc.btnDeleteHigh.onPress = function () {
mochi.as2.MochiServices.connect('b262754e16773c03', _level0, onConnectError);
mochi.as2.MochiEvents.trackEvent('Highscore deleted!');
_level0.sound_container.switcher.start(0, 1);
turbospot.data.cookieHighscore = 0;
highscore = 0;
turbospot.data.flush();
};
gamestartmc.btnBFG.onRelease = function () {
_level0.sound_container.switcher.start(0, 1);
BFGvisited = true;
if (BFGvisited == true && achievement12OK == false) {
mochi.as2.MochiEvents.trackEvent('BFG visited');
achievement12OK = true;
turbospot.data.cookieA12 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement12', 'achievement12', 99412, {'_x': 205, '_y': 65});
attachMovie('achievement12', 'achievement12', 99612, {'_x': 450, '_y': 440});
achievement12._alpha = 0;
achievement12._xscale = 300;
achievement12._yscale = 300;
caurina.transitions.Tweener.addTween(achievement12, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement12, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement12, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
checkAchievements();
getURL('http://www.blueflashgames.net', '_blank');
};
cursorSwap = function () {
cursorChanged = true;
sound_container.switcher.start(0, 1);
if (cursorChanged == true && achievement11OK == false) {
mochi.as2.MochiEvents.trackEvent('Achievement 11!');
achievement11OK = true;
turbospot.data.cookieA11 = 1;
turbospot.data.flush();
sound_container.achievement.start(0, 1);
gameachievementsmc.attachMovie('achievement11', 'achievement11', 99411, {'_x': 130, '_y': 65});
attachMovie('achievement11', 'achievement11', 99611, {'_x': 400, '_y': 440});
achievement11._alpha = 0;
achievement11._xscale = 300;
achievement11._yscale = 300;
caurina.transitions.Tweener.addTween(achievement11, {'_alpha': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement11, {'_xscale': 100, 'time': 0.5, 'transition': 'linear'});
caurina.transitions.Tweener.addTween(achievement11, {'_yscale': 100, 'time': 0.5, 'transition': 'linear'});
}
++cursorNumber;
attachMovie(['spotter' + cursorNumber], 'spottera', 100005);
attachMovie(['spotter' + cursorNumber], 'spotterb', 100004);
if (cursorNumber >= 5) {
cursorNumber = 0;
}
};
mouseListener = new Object();
mouseListener.onMouseWheel = function () {
cursorSwap();
};
keyListener = new Object();
keyListener.onKeyDown = function () {
if (Key.isDown(38)) {
cursorSwap();
}
};
Key.addListener(keyListener);
gamestartmc.btnPlay.onPress = function () {
easyLifes = 3;
normalLifes = 2;
hardLifes = 1;
if (completedOK == true) {
orgBilder = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150];
maxLevel = orgBilder.length;
copyBilder = [].concat(orgBilder);
} else {
orgBilder = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100];
maxLevel = orgBilder.length;
copyBilder = [].concat(orgBilder);
}
gamecompletedmc._y = -240;
_level0.music_container.sound.stop();
if (flgMusic) {
_level0.music_container.sound.start(0, 999);
}
fadeSound = false;
vol = 80;
music_container.sound.setVolume(vol);
fadeMenuSound = true;
soundMenuonEnterfunc();
if (cursorNumber == 0) {
cursorNumber = 5;
}
Mouse.addListener(mouseListener);
highscore = turbospot.data.cookieHighscore;
if (!turbospot.data.cookieHighscore) {
highscore = 0;
}
achvmnt_fehlerfound = 0;
achvmnt_fehlerwrong = 0;
tmpFehler = MovieClip('');
copyBilder = [].concat(orgBilder);
Mouse.hide();
bildcounter = 1;
level = 0;
score = 0;
gameContinue = true;
attachMovie(['spotter' + cursorNumber], 'spottera', 100005);
attachMovie(['spotter' + cursorNumber], 'spotterb', 100004);
attachMovie('letterB', 'letter6', 99980, {'_x': 400, '_y': -100});
attachMovie('letterO', 'letter7', 99981, {'_x': 450, '_y': -100});
attachMovie('letterN', 'letter8', 99982, {'_x': 500, '_y': -100});
attachMovie('letterU', 'letter9', 99983, {'_x': 550, '_y': -100});
attachMovie('letterS', 'letter10', 99984, {'_x': 600, '_y': -100});
attachMovie('letterT', 'letter1', 99985, {'_x': 400, '_y': -50});
attachMovie('letterI', 'letter2', 99986, {'_x': 450, '_y': -50});
attachMovie('letterM', 'letter3', 99987, {'_x': 500, '_y': -50});
attachMovie('letterE', 'letter4', 99988, {'_x': 550, '_y': -50});
attachMovie('letterR', 'letter5', 99989, {'_x': 600, '_y': -50});
attachMovie('Bonus', 'Bonus', 100003, {'_x': 500, '_y': 160});
caurina.transitions.Tweener.addTween(gamestartmc, {'_x': 190, '_y': 700, 'time': 1, 'transition': 'easeInExpo'});
Bonus._alpha = 0;
addFirstImage();
onEnterFrame = function () {
spotterb._x = _xmouse;
spotterb._y = _ymouse;
spottera._x = _xmouse;
if (_ymouse >= 240) {
spottera._y = _ymouse - 230;
} else {
spottera._y = _ymouse + 230;
}
if (_xmouse >= 370) {
spottera._alpha = 0;
spotterb._alpha = 0;
Mouse.show();
} else {
spottera._alpha = 100;
spotterb._alpha = 100;
Mouse.hide();
}
};
};
}
movieClip 138 bonuslupe_gold {
}
movieClip 141 achievement1 {
}
movieClip 144 achievementAll {
}
movieClip 146 achievement2 {
}
movieClip 149 achievement3 {
}
movieClip 151 achievement4 {
}
movieClip 153 achievement5 {
}
movieClip 156 achievement6 {
}
movieClip 158 achievement7 {
}
movieClip 160 achievement8 {
}
movieClip 162 achievement9 {
}
movieClip 164 achievement10 {
}
movieClip 167 achievement11 {
}
movieClip 169 achievement12 {
}
movieClip 171 achievement13 {
}
movieClip 174 achievement14 {
}
movieClip 176 heroachievementStern {
}
movieClip 178 achievement15 {
}
movieClip 183 gameachievementsmc {
}
movieClip 188 bfgADmc {
}
movieClip 191 leaderboard_container {
}
movieClip 193 mochiclickaway {
}
movieClip 194 gamecompletedmc {
}
movieClip 197 gamecreditsmc {
}
movieClip 200 gamehelpmc {
}
movieClip 205 gameovermc {
}
// unknown tag 88 length 296
movieClip 210 gamepausemc {
}
movieClip 216 heart {
}
movieClip 221 {
}
movieClip 222 lockedLinks {
}
movieClip 223 lockedRechts {
}
movieClip 225 {
}
movieClip 228 {
}
movieClip 230 images50locked {
}
movieClip 233 gamestartmc {
}
movieClip 235 btnLifes {
}
movieClip 240 music {
}
instance music_container of movieClip 240 music {
onClipEvent (load) {
sound = new Sound(this);
sound.attachSound('sound');
sound.stop();
}
}
movieClip 242 soundfx {
}
instance sound_container of movieClip 242 soundfx {
onClipEvent (load) {
achievement = new Sound(this);
achievement.attachSound('achievement');
button = new Sound(this);
button.attachSound('button');
found = new Sound(this);
found.attachSound('found');
found.setVolume(50);
pageswap = new Sound(this);
pageswap.attachSound('pageswap');
wrong = new Sound(this);
wrong.attachSound('wrong');
switcher = new Sound(this);
switcher.attachSound('switcher');
}
}
movieClip 249 musicMenu {
}
instance musicMenu_container of movieClip 249 musicMenu {
onClipEvent (load) {
menusound = new Sound(this);
menusound.attachSound('menusound');
menusound.setVolume(80);
}
}
movieClip 252 bild1_fehler1 {
}
movieClip 255 bild1_fehler2 {
}
movieClip 258 bild1_fehler3 {
}
movieClip 261 bild1 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_level0._xmouse, _level0._ymouse, true) || this['differenceU' + startFehler].hitTest(_level0._xmouse, _level0._ymouse, true)) {
hit = true;
_level0.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_level0.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_level0.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 264 bild2_fehler1 {
}
movieClip 267 bild2_fehler2 {
}
movieClip 270 bild2_fehler3 {
}
movieClip 273 bild2 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 276 bild145_fehler1 {
}
movieClip 279 bild145_fehler2 {
}
movieClip 282 bild145_fehler3 {
}
movieClip 285 bild145 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 288 bild4_fehler1 {
}
movieClip 291 bild4_fehler2 {
}
movieClip 294 bild4_fehler3 {
}
movieClip 298 bild4 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 301 bild5_fehler1 {
}
movieClip 304 bild5_fehler2 {
}
movieClip 307 bild5_fehler3 {
}
movieClip 311 bild5 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 314 bild6_fehler1 {
}
movieClip 317 bild6_fehler2 {
}
movieClip 320 bild6_fehler3 {
}
movieClip 324 bild6 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 327 bild7_fehler1 {
}
movieClip 330 bild7_fehler2 {
}
movieClip 333 bild7_fehler3 {
}
movieClip 337 bild7 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 340 bild8_fehler1 {
}
movieClip 343 bild8_fehler2 {
}
movieClip 346 bild8_fehler3 {
}
movieClip 350 bild8 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 353 bild9_fehler1 {
}
movieClip 356 bild9_fehler2 {
}
movieClip 359 bild9_fehler3 {
}
movieClip 363 bild9 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 366 bild10_fehler1 {
}
movieClip 369 bild10_fehler2 {
}
movieClip 372 bild10_fehler3 {
}
movieClip 376 bild10 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 379 bild11_fehler1 {
}
movieClip 382 bild11_fehler2 {
}
movieClip 385 bild11_fehler3 {
}
movieClip 389 bild11 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 392 bild12_fehler1 {
}
movieClip 395 bild12_fehler2 {
}
movieClip 398 bild12_fehler3 {
}
movieClip 402 bild12 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 405 bild13_fehler1 {
}
movieClip 408 bild13_fehler2 {
}
movieClip 411 bild13_fehler3 {
}
movieClip 415 bild13 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 418 bild14_fehler1 {
}
movieClip 421 bild14_fehler2 {
}
movieClip 424 bild14_fehler3 {
}
movieClip 428 bild14 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 431 bild15_fehler1 {
}
movieClip 434 bild15_fehler2 {
}
movieClip 437 bild15_fehler3 {
}
movieClip 441 bild15 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 444 bild16_fehler1 {
}
movieClip 447 bild16_fehler2 {
}
movieClip 450 bild16_fehler3 {
}
movieClip 454 bild16 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 457 bild17_fehler1 {
}
movieClip 460 bild17_fehler2 {
}
movieClip 463 bild17_fehler3 {
}
movieClip 467 bild17 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 470 bild18_fehler1 {
}
movieClip 473 bild18_fehler2 {
}
movieClip 476 bild18_fehler3 {
}
movieClip 480 bild18 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 483 bild19_fehler1 {
}
movieClip 486 bild19_fehler2 {
}
movieClip 489 bild19_fehler3 {
}
movieClip 493 bild19 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 496 bild20_fehler1 {
}
movieClip 499 bild20_fehler2 {
}
movieClip 502 bild20_fehler3 {
}
movieClip 506 bild20 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 509 bild21_fehler1 {
}
movieClip 512 bild21_fehler2 {
}
movieClip 515 bild21_fehler3 {
}
movieClip 519 bild21 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 522 bild22_fehler1 {
}
movieClip 525 bild22_fehler2 {
}
movieClip 528 bild22_fehler3 {
}
movieClip 532 bild22 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 535 bild23_fehler1 {
}
movieClip 538 bild23_fehler2 {
}
movieClip 541 bild23_fehler3 {
}
movieClip 545 bild23 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 548 bild24_fehler1 {
}
movieClip 551 bild24_fehler2 {
}
movieClip 554 bild24_fehler3 {
}
movieClip 558 bild24 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 561 bild25_fehler1 {
}
movieClip 564 bild25_fehler2 {
}
movieClip 567 bild25_fehler3 {
}
movieClip 571 bild25 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 574 bild26_fehler1 {
}
movieClip 577 bild26_fehler2 {
}
movieClip 580 bild26_fehler3 {
}
movieClip 584 bild26 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 587 bild27_fehler1 {
}
movieClip 590 bild27_fehler2 {
}
movieClip 593 bild27_fehler3 {
}
movieClip 597 bild27 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 600 bild28_fehler1 {
}
movieClip 603 bild28_fehler2 {
}
movieClip 606 bild28_fehler3 {
}
movieClip 610 bild28 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 613 bild29_fehler1 {
}
movieClip 616 bild29_fehler2 {
}
movieClip 619 bild29_fehler3 {
}
movieClip 623 bild29 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 626 bild30_fehler1 {
}
movieClip 629 bild30_fehler2 {
}
movieClip 632 bild30_fehler3 {
}
movieClip 636 bild30 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
frame 1 {
}
}
movieClip 639 bild31_fehler1 {
}
movieClip 642 bild31_fehler2 {
}
movieClip 645 bild31_fehler3 {
}
movieClip 649 bild31 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 652 bild32_fehler1 {
}
movieClip 655 bild32_fehler2 {
}
movieClip 658 bild32_fehler3 {
}
movieClip 662 bild32 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 665 bild33_fehler1 {
}
movieClip 668 bild33_fehler2 {
}
movieClip 671 bild33_fehler3 {
}
movieClip 675 bild33 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 678 bild34_fehler1 {
}
movieClip 681 bild34_fehler2 {
}
movieClip 684 bild34_fehler3 {
}
movieClip 688 bild34 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 691 bild35_fehler1 {
}
movieClip 694 bild35_fehler2 {
}
movieClip 697 bild35_fehler3 {
}
movieClip 701 bild35 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 704 bild36_fehler1 {
}
movieClip 707 bild36_fehler2 {
}
movieClip 710 bild36_fehler3 {
}
movieClip 714 bild36 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 717 bild37_fehler1 {
}
movieClip 720 bild37_fehler2 {
}
movieClip 723 bild37_fehler3 {
}
movieClip 727 bild37 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 730 bild38_fehler1 {
}
movieClip 733 bild38_fehler2 {
}
movieClip 736 bild38_fehler3 {
}
movieClip 740 bild38 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 743 bild39_fehler1 {
}
movieClip 746 bild39_fehler2 {
}
movieClip 749 bild39_fehler3 {
}
movieClip 753 bild39 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 756 bild40_fehler1 {
}
movieClip 759 bild40_fehler2 {
}
movieClip 762 bild40_fehler3 {
}
movieClip 766 bild40 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 769 bild41_fehler1 {
}
movieClip 772 bild41_fehler2 {
}
movieClip 775 bild41_fehler3 {
}
movieClip 779 bild41 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 782 bild42_fehler1 {
}
movieClip 785 bild42_fehler2 {
}
movieClip 788 bild42_fehler3 {
}
movieClip 792 bild42 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 795 bild43_fehler1 {
}
movieClip 798 bild43_fehler2 {
}
movieClip 801 bild43_fehler3 {
}
movieClip 805 bild43 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 808 bild44_fehler1 {
}
movieClip 811 bild44_fehler2 {
}
movieClip 814 bild44_fehler3 {
}
movieClip 818 bild44 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 821 bild45_fehler1 {
}
movieClip 824 bild45_fehler2 {
}
movieClip 827 bild45_fehler3 {
}
movieClip 831 bild45 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 834 bild46_fehler1 {
}
movieClip 837 bild46_fehler2 {
}
movieClip 840 bild46_fehler3 {
}
movieClip 844 bild46 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 847 bild47_fehler1 {
}
movieClip 850 bild47_fehler2 {
}
movieClip 853 bild47_fehler3 {
}
movieClip 857 bild47 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 860 bild48_fehler1 {
}
movieClip 863 bild48_fehler2 {
}
movieClip 866 bild48_fehler3 {
}
movieClip 870 bild48 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 873 bild49_fehler1 {
}
movieClip 876 bild49_fehler2 {
}
movieClip 879 bild49_fehler3 {
}
movieClip 883 bild49 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 886 bild50_fehler1 {
}
movieClip 889 bild50_fehler2 {
}
movieClip 892 bild50_fehler3 {
}
movieClip 896 bild50 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 899 bild51_fehler1 {
}
movieClip 902 bild51_fehler2 {
}
movieClip 905 bild51_fehler3 {
}
movieClip 909 bild51 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 912 bild52_fehler1 {
}
movieClip 915 bild52_fehler2 {
}
movieClip 918 bild52_fehler3 {
}
movieClip 922 bild52 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 925 bild53_fehler1 {
}
movieClip 928 bild53_fehler2 {
}
movieClip 931 bild53_fehler3 {
}
movieClip 935 bild53 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 938 bild54_fehler1 {
}
movieClip 941 bild54_fehler2 {
}
movieClip 944 bild54_fehler3 {
}
movieClip 948 bild54 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 951 bild55_fehler1 {
}
movieClip 954 bild55_fehler2 {
}
movieClip 957 bild55_fehler3 {
}
movieClip 961 bild55 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 964 bild56_fehler1 {
}
movieClip 967 bild56_fehler2 {
}
movieClip 970 bild56_fehler3 {
}
movieClip 974 bild56 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 977 bild57_fehler1 {
}
movieClip 980 bild57_fehler2 {
}
movieClip 983 bild57_fehler3 {
}
movieClip 987 bild57 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 990 bild58_fehler1 {
}
movieClip 993 bild58_fehler2 {
}
movieClip 996 bild58_fehler3 {
}
movieClip 1000 bild58 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1003 bild59_fehler1 {
}
movieClip 1006 bild59_fehler2 {
}
movieClip 1009 bild59_fehler3 {
}
movieClip 1013 bild59 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1016 bild60_fehler1 {
}
movieClip 1019 bild60_fehler2 {
}
movieClip 1022 bild60_fehler3 {
}
movieClip 1026 bild60 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1029 bild61_fehler1 {
}
movieClip 1032 bild61_fehler2 {
}
movieClip 1035 bild61_fehler3 {
}
movieClip 1039 bild61 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1042 bild62_fehler1 {
}
movieClip 1045 bild62_fehler2 {
}
movieClip 1048 bild62_fehler3 {
}
movieClip 1052 bild62 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1055 bild63_fehler1 {
}
movieClip 1058 bild63_fehler2 {
}
movieClip 1061 bild63_fehler3 {
}
movieClip 1065 bild63 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1068 bild64_fehler1 {
}
movieClip 1071 bild64_fehler2 {
}
movieClip 1074 bild64_fehler3 {
}
movieClip 1078 bild64 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1081 bild146_fehler1 {
}
movieClip 1084 bild146_fehler2 {
}
movieClip 1087 bild146_fehler3 {
}
movieClip 1091 bild146 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1094 bild66_fehler1 {
}
movieClip 1097 bild66_fehler2 {
}
movieClip 1100 bild66_fehler3 {
}
movieClip 1104 bild66 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1107 bild67_fehler1 {
}
movieClip 1110 bild67_fehler2 {
}
movieClip 1113 bild67_fehler3 {
}
movieClip 1117 bild67 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1120 bild68_fehler1 {
}
movieClip 1123 bild68_fehler2 {
}
movieClip 1126 bild68_fehler3 {
}
movieClip 1130 bild68 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1133 bild141_fehler1 {
}
movieClip 1136 bild141_fehler2 {
}
movieClip 1139 bild141_fehler3 {
}
movieClip 1143 bild141 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1146 bild70_fehler1 {
}
movieClip 1149 bild70_fehler2 {
}
movieClip 1152 bild70_fehler3 {
}
movieClip 1156 bild70 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1159 bild71_fehler1 {
}
movieClip 1162 bild71_fehler2 {
}
movieClip 1165 bild71_fehler3 {
}
movieClip 1169 bild71 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1172 bild72_fehler1 {
}
movieClip 1175 bild72_fehler2 {
}
movieClip 1178 bild72_fehler3 {
}
movieClip 1182 bild72 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1185 bild142_fehler1 {
}
movieClip 1188 bild142_fehler2 {
}
movieClip 1191 bild142_fehler3 {
}
movieClip 1195 bild142 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1198 bild74_fehler1 {
}
movieClip 1201 bild74_fehler2 {
}
movieClip 1204 bild74_fehler3 {
}
movieClip 1208 bild74 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1211 bild75_fehler1 {
}
movieClip 1214 bild75_fehler2 {
}
movieClip 1217 bild75_fehler3 {
}
movieClip 1221 bild75 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1224 bild76_fehler1 {
}
movieClip 1227 bild76_fehler2 {
}
movieClip 1230 bild76_fehler3 {
}
movieClip 1234 bild76 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1237 bild143_fehler1 {
}
movieClip 1240 bild143_fehler2 {
}
movieClip 1243 bild143_fehler3 {
}
movieClip 1247 bild143 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1250 bild78_fehler1 {
}
movieClip 1253 bild78_fehler2 {
}
movieClip 1256 bild78_fehler3 {
}
movieClip 1260 bild78 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1263 bild79_fehler1 {
}
movieClip 1266 bild79_fehler2 {
}
movieClip 1269 bild79_fehler3 {
}
movieClip 1273 bild79 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1276 bild80_fehler1 {
}
movieClip 1279 bild80_fehler2 {
}
movieClip 1282 bild80_fehler3 {
}
movieClip 1286 bild80 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1289 bild81_fehler1 {
}
movieClip 1292 bild81_fehler2 {
}
movieClip 1295 bild81_fehler3 {
}
movieClip 1299 bild81 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1302 bild82_fehler1 {
}
movieClip 1305 bild82_fehler2 {
}
movieClip 1308 bild82_fehler3 {
}
movieClip 1312 bild82 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1315 bild83_fehler1 {
}
movieClip 1318 bild83_fehler2 {
}
movieClip 1321 bild83_fehler3 {
}
movieClip 1325 bild83 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1328 bild84_fehler1 {
}
movieClip 1331 bild84_fehler2 {
}
movieClip 1334 bild84_fehler3 {
}
movieClip 1338 bild84 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1341 bild144_fehler1 {
}
movieClip 1344 bild144_fehler2 {
}
movieClip 1347 bild144_fehler3 {
}
movieClip 1351 bild144 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1354 bild86_fehler1 {
}
movieClip 1357 bild86_fehler2 {
}
movieClip 1360 bild86_fehler3 {
}
movieClip 1364 bild86 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1367 bild87_fehler1 {
}
movieClip 1370 bild87_fehler2 {
}
movieClip 1373 bild87_fehler3 {
}
movieClip 1377 bild87 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1380 bild88_fehler1 {
}
movieClip 1383 bild88_fehler2 {
}
movieClip 1386 bild88_fehler3 {
}
movieClip 1390 bild88 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1393 bild89_fehler1 {
}
movieClip 1396 bild89_fehler2 {
}
movieClip 1399 bild89_fehler3 {
}
movieClip 1403 bild89 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1406 bild90_fehler1 {
}
movieClip 1409 bild90_fehler2 {
}
movieClip 1412 bild90_fehler3 {
}
movieClip 1416 bild90 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1419 bild91_fehler1 {
}
movieClip 1422 bild91_fehler2 {
}
movieClip 1425 bild91_fehler3 {
}
movieClip 1429 bild91 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1432 bild92_fehler1 {
}
movieClip 1435 bild92_fehler2 {
}
movieClip 1438 bild92_fehler3 {
}
movieClip 1442 bild92 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1445 bild93_fehler1 {
}
movieClip 1448 bild93_fehler2 {
}
movieClip 1451 bild93_fehler3 {
}
movieClip 1455 bild93 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1458 bild94_fehler1 {
}
movieClip 1461 bild94_fehler2 {
}
movieClip 1464 bild94_fehler3 {
}
movieClip 1468 bild94 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1471 bild95_fehler1 {
}
movieClip 1474 bild95_fehler2 {
}
movieClip 1477 bild95_fehler3 {
}
movieClip 1481 bild95 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1484 bild96_fehler1 {
}
movieClip 1487 bild96_fehler2 {
}
movieClip 1490 bild96_fehler3 {
}
movieClip 1494 bild96 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1497 bild97_fehler1 {
}
movieClip 1500 bild97_fehler2 {
}
movieClip 1503 bild97_fehler3 {
}
movieClip 1507 bild97 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1510 bild98_fehler1 {
}
movieClip 1513 bild98_fehler2 {
}
movieClip 1516 bild98_fehler3 {
}
movieClip 1520 bild98 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1523 bild99_fehler1 {
}
movieClip 1526 bild99_fehler2 {
}
movieClip 1529 bild99_fehler3 {
}
movieClip 1533 bild99 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1536 bild100_fehler1 {
}
movieClip 1539 bild100_fehler2 {
}
movieClip 1542 bild100_fehler3 {
}
movieClip 1546 bild100 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1549 bild101_fehler1 {
}
movieClip 1552 bild101_fehler2 {
}
movieClip 1555 bild101_fehler3 {
}
movieClip 1559 bild101 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1562 bild102_fehler1 {
}
movieClip 1565 bild102_fehler2 {
}
movieClip 1568 bild102_fehler3 {
}
movieClip 1572 bild102 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1575 bild103_fehler1 {
}
movieClip 1578 bild103_fehler2 {
}
movieClip 1581 bild103_fehler3 {
}
movieClip 1585 bild103 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1588 bild104_fehler1 {
}
movieClip 1591 bild104_fehler2 {
}
movieClip 1594 bild104_fehler3 {
}
movieClip 1598 bild104 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1601 bild105_fehler1 {
}
movieClip 1604 bild105_fehler2 {
}
movieClip 1607 bild105_fehler3 {
}
movieClip 1611 bild105 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1614 bild106_fehler1 {
}
movieClip 1617 bild106_fehler2 {
}
movieClip 1620 bild106_fehler3 {
}
movieClip 1624 bild106 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1627 bild107_fehler1 {
}
movieClip 1630 bild107_fehler2 {
}
movieClip 1633 bild107_fehler3 {
}
movieClip 1637 bild107 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1640 bild108_fehler1 {
}
movieClip 1643 bild108_fehler2 {
}
movieClip 1646 bild108_fehler3 {
}
movieClip 1650 bild108 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1653 bild109_fehler1 {
}
movieClip 1656 bild109_fehler2 {
}
movieClip 1659 bild109_fehler3 {
}
movieClip 1663 bild109 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1666 bild110_fehler1 {
}
movieClip 1669 bild110_fehler2 {
}
movieClip 1672 bild110_fehler3 {
}
movieClip 1676 bild110 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1679 bild111_fehler1 {
}
movieClip 1682 bild111_fehler2 {
}
movieClip 1685 bild111_fehler3 {
}
movieClip 1689 bild111 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1692 bild112_fehler1 {
}
movieClip 1695 bild112_fehler2 {
}
movieClip 1698 bild112_fehler3 {
}
movieClip 1702 bild112 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1705 bild113_fehler1 {
}
movieClip 1708 bild113_fehler2 {
}
movieClip 1711 bild113_fehler3 {
}
movieClip 1715 bild113 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1718 bild114_fehler1 {
}
movieClip 1721 bild114_fehler2 {
}
movieClip 1724 bild114_fehler3 {
}
movieClip 1728 bild114 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1731 bild115_fehler1 {
}
movieClip 1734 bild115_fehler2 {
}
movieClip 1737 bild115_fehler3 {
}
movieClip 1741 bild115 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1744 bild116_fehler1 {
}
movieClip 1747 bild116_fehler2 {
}
movieClip 1750 bild116_fehler3 {
}
movieClip 1754 bild116 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1757 bild117_fehler1 {
}
movieClip 1760 bild117_fehler2 {
}
movieClip 1763 bild117_fehler3 {
}
movieClip 1767 bild117 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1770 bild118_fehler1 {
}
movieClip 1773 bild118_fehler2 {
}
movieClip 1776 bild118_fehler3 {
}
movieClip 1780 bild118 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1783 bild119_fehler1 {
}
movieClip 1786 bild119_fehler2 {
}
movieClip 1789 bild119_fehler3 {
}
movieClip 1793 bild119 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1796 bild120_fehler1 {
}
movieClip 1799 bild120_fehler2 {
}
movieClip 1802 bild120_fehler3 {
}
movieClip 1806 bild120 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1809 bild121_fehler1 {
}
movieClip 1812 bild121_fehler2 {
}
movieClip 1815 bild121_fehler3 {
}
movieClip 1819 bild121 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1822 bild122_fehler1 {
}
movieClip 1825 bild122_fehler2 {
}
movieClip 1828 bild122_fehler3 {
}
movieClip 1832 bild122 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1835 bild123_fehler1 {
}
movieClip 1838 bild123_fehler2 {
}
movieClip 1841 bild123_fehler3 {
}
movieClip 1845 bild123 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1848 bild124_fehler1 {
}
movieClip 1851 bild124_fehler2 {
}
movieClip 1854 bild124_fehler3 {
}
movieClip 1858 bild124 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1861 bild125_fehler1 {
}
movieClip 1864 bild125_fehler2 {
}
movieClip 1867 bild125_fehler3 {
}
movieClip 1871 bild125 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1874 bild126_fehler1 {
}
movieClip 1877 bild126_fehler2 {
}
movieClip 1880 bild126_fehler3 {
}
movieClip 1884 bild126 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1887 bild127_fehler1 {
}
movieClip 1890 bild127_fehler2 {
}
movieClip 1893 bild127_fehler3 {
}
movieClip 1897 bild127 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1900 bild128_fehler1 {
}
movieClip 1903 bild128_fehler2 {
}
movieClip 1906 bild128_fehler3 {
}
movieClip 1910 bild128 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1913 bild129_fehler1 {
}
movieClip 1916 bild129_fehler2 {
}
movieClip 1919 bild129_fehler3 {
}
movieClip 1923 bild129 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1926 bild130_fehler1 {
}
movieClip 1929 bild130_fehler2 {
}
movieClip 1932 bild130_fehler3 {
}
movieClip 1936 bild130 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1939 bild131_fehler1 {
}
movieClip 1942 bild131_fehler2 {
}
movieClip 1945 bild131_fehler3 {
}
movieClip 1949 bild131 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1952 bild132_fehler1 {
}
movieClip 1955 bild132_fehler2 {
}
movieClip 1958 bild132_fehler3 {
}
movieClip 1962 bild132 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1965 bild133_fehler1 {
}
movieClip 1968 bild133_fehler2 {
}
movieClip 1971 bild133_fehler3 {
}
movieClip 1975 bild133 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1978 bild134_fehler1 {
}
movieClip 1981 bild134_fehler2 {
}
movieClip 1984 bild134_fehler3 {
}
movieClip 1988 bild134 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 1991 bild135_fehler1 {
}
movieClip 1994 bild135_fehler2 {
}
movieClip 1997 bild135_fehler3 {
}
movieClip 2001 bild135 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2004 bild136_fehler1 {
}
movieClip 2007 bild136_fehler2 {
}
movieClip 2010 bild136_fehler3 {
}
movieClip 2014 bild136 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2017 bild137_fehler1 {
}
movieClip 2020 bild137_fehler2 {
}
movieClip 2023 bild137_fehler3 {
}
movieClip 2027 bild137 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2030 bild138_fehler1 {
}
movieClip 2033 bild138_fehler2 {
}
movieClip 2036 bild138_fehler3 {
}
movieClip 2040 bild138 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2043 bild139_fehler1 {
}
movieClip 2046 bild139_fehler2 {
}
movieClip 2049 bild139_fehler3 {
}
movieClip 2053 bild139 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2056 bild140_fehler1 {
}
movieClip 2059 bild140_fehler2 {
}
movieClip 2062 bild140_fehler3 {
}
movieClip 2066 bild140 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2069 bild03_fehler1 {
}
movieClip 2072 bild03_fehler2 {
}
movieClip 2075 bild03_fehler3 {
}
movieClip 2079 bild3 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2082 bild65_fehler1 {
}
movieClip 2085 bild65_fehler2 {
}
movieClip 2088 bild65_fehler3 {
}
movieClip 2092 bild65 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2095 bild69_fehler1 {
}
movieClip 2098 bild69_fehler2 {
}
movieClip 2101 bild69_fehler3 {
}
movieClip 2105 bild69 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2108 bild73_fehler1 {
}
movieClip 2111 bild73_fehler2 {
}
movieClip 2114 bild73_fehler3 {
}
movieClip 2118 bild73 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2121 bild77_fehler1 {
}
movieClip 2124 bild77_fehler2 {
}
movieClip 2127 bild77_fehler3 {
}
movieClip 2131 bild77 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2134 bild85_fehler1 {
}
movieClip 2137 bild85_fehler2 {
}
movieClip 2140 bild85_fehler3 {
}
movieClip 2144 bild85 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2147 bild147_fehler1 {
}
movieClip 2150 bild147_fehler2 {
}
movieClip 2153 bild147_fehler3 {
}
movieClip 2157 bild147 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2160 bild148_fehler1 {
}
movieClip 2163 bild148_fehler2 {
}
movieClip 2166 bild148_fehler3 {
}
movieClip 2170 bild148 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2173 bild149_fehler1 {
}
movieClip 2176 bild149_fehler2 {
}
movieClip 2179 bild149_fehler3 {
}
movieClip 2183 bild149 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}
movieClip 2186 bild150_fehler1 {
}
movieClip 2189 bild150_fehler2 {
}
movieClip 2192 bild150_fehler3 {
}
movieClip 2196 bild150 {
frame 1 {
function Klicken() {
if (!hit) {
if (this['differenceO' + startFehler].hitTest(_root._xmouse, _root._ymouse, true) || this['differenceU' + startFehler].hitTest(_root._xmouse, _root._ymouse, true)) {
hit = true;
_root.FehlerFound();
delete this.onPress;
} else {
hit = false;
trace('Falsch');
_root.FehlerWrong();
}
}
}
this.onPress = Klicken;
var hit = false;
this.tabEnabled = false;
this.useHandCursor = 0;
startFehler = fehlerWahl();
this['differenceO' + startFehler]._alpha = 100;
this['differenceU' + startFehler]._alpha = 0;
_root.tmpFehler = MovieClip(this['differenceU' + startFehler]);
}
}