Frame 1
Stage.showMenu = false;
Instance of Symbol 50 MovieClip "monkey" in Frame 1
onClipEvent (load) {
_root.stop();
}
Frame 2
if (false) {
}
Frame 30
stopAllSounds();
_root.monkeyloader.inner.nextFrame();
stop();
Frame 31
stop();
Frame 32
stop();
Frame 33
stop();
var dojowurst;
dojowurst = setInterval(function () {
if (_root.steuer == 1) {
_root.tornado.inner.prevFrame();
_root.power.prevFrame();
_root.tornado.inner.prevFrame();
_root.power.prevFrame();
}
updateAfterEvent();
}, 170);
myListener = new Object();
myListener.onKeyUp = function () {
if (Key.getCode() == 13) {
if (steuer == 1) {
_root.ding.play();
_root.tornado.inner.nextFrame();
_root.power.nextFrame();
_root.tornado.inner.nextFrame();
_root.power.nextFrame();
}
}
};
Key.addListener(myListener);
Frame 34
warning = new Sound();
warning.attachSound("warning");
earthquake = new Sound();
earthquake.attachSound("earthquake");
radio = new Sound();
radio.attachSound("radio");
train = new Sound();
train.attachSound("train");
cheer = new Sound();
cheer.attachSound("cheer");
police = new Sound();
police.attachSound("police");
_root.levler.inner.play();
_root.levler.inner.level = 1;
_root.destruction.uhr.level = 1;
var schnelligkeit = 150;
var ueberschuss = 0;
var oelfeld = 0;
var jacky = 0;
var steuer = 1;
var exit = 0;
var kraft = 0;
var polizei = 0;
var bulle1 = 1;
var bulle2 = 1;
var abteile = 0;
_global.sp = 11;
_global.steuer = 1;
_root.twister._x = 270;
_root.twister._y = 309;
_root.prebut.gotoAndStop(1);
_root.steuer = 1;
var zug = 1;
var waggonser = 0;
stop();
Instance of Symbol 636 MovieClip "twister" in Frame 34
onClipEvent (enterFrame) {
if (steuer == 1) {
if (Key.isDown(68)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x >= -902) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x - sp;
_root.city2._x = _root.city2._x - sp;
_root.radar.houses._x = _root.radar.houses._x - (sp * 0.2);
}
if ((_root._city2._x >= -902) && (_root.twister._x <= 270)) {
_root.twister._x = _root.twister._x + sp;
if (_root.twister._x >= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x <= -902) {
_root.city._x = -902;
_root.city2._x = -902;
if (_root.twister._x <= 540) {
_root.twister._x = _root.twister._x + sp;
}
}
} else if (Key.isDown(39)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x >= -902) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x - sp;
_root.city2._x = _root.city2._x - sp;
_root.radar.houses._x = _root.radar.houses._x - (sp * 0.2);
}
if ((_root._city2._x >= -902) && (_root.twister._x <= 270)) {
_root.twister._x = _root.twister._x + sp;
if (_root.twister._x >= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x <= -902) {
_root.city._x = -902;
_root.city2._x = -902;
if (_root.twister._x <= 540) {
_root.twister._x = _root.twister._x + sp;
}
}
}
if (Key.isDown(65)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x <= 673) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x + sp;
_root.city2._x = _root.city2._x + sp;
_root.radar.houses._x = _root.radar.houses._x + (sp * 0.2);
}
if ((_root._city2._x >= 673) && (_root.twister._x >= 270)) {
_root.twister._x = _root.twister._x - sp;
if (_root.twister._x <= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x >= 673) {
_root.city._x = 673;
_root.city2._x = 673;
if (_root.twister._x >= 10) {
_root.twister._x = _root.twister._x - sp;
}
}
} else if (Key.isDown(37)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x <= 673) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x + sp;
_root.city2._x = _root.city2._x + sp;
_root.radar.houses._x = _root.radar.houses._x + (sp * 0.2);
}
if ((_root._city2._x >= 673) && (_root.twister._x >= 270)) {
_root.twister._x = _root.twister._x - sp;
if (_root.twister._x <= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x >= 673) {
_root.city._x = 673;
_root.city2._x = 673;
if (_root.twister._x >= 10) {
_root.twister._x = _root.twister._x - sp;
}
}
}
if (Key.isDown(87)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y <= 530) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y + sp;
_root.city2._y = _root.city2._y + sp;
_root.radar.houses._y = _root.radar.houses._y + (sp * 0.2);
}
if ((_root._city2._y >= 530) && (_root.twister._y >= 309)) {
_root.twister._y = _root.twister._y - sp;
if (_root.twister._y <= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y >= 530) {
_root.city._y = 530;
_root.city2._y = 530;
if (_root.twister._y >= 10) {
_root.twister._y = _root.twister._y - sp;
}
}
} else if (Key.isDown(38)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y <= 530) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y + sp;
_root.city2._y = _root.city2._y + sp;
_root.radar.houses._y = _root.radar.houses._y + (sp * 0.2);
}
if ((_root._city2._y >= 530) && (_root.twister._y >= 309)) {
_root.twister._y = _root.twister._y - sp;
if (_root.twister._y <= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y >= 530) {
_root.city._y = 530;
_root.city2._y = 530;
if (_root.twister._y >= 10) {
_root.twister._y = _root.twister._y - sp;
}
}
}
if (Key.isDown(83)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y >= -334) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y - sp;
_root.city2._y = _root.city2._y - sp;
_root.radar.houses._y = _root.radar.houses._y - (sp * 0.2);
}
if ((_root._city2._y <= -334) && (_root.twister._y <= 309)) {
_root.twister._y = _root.twister._y + sp;
if (_root.twister._y >= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y <= -334) {
_root.city._y = -334;
_root.city2._y = -334;
if (_root.twister._y <= 460) {
_root.twister._y = _root.twister._y + sp;
}
}
} else if (Key.isDown(40)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y >= -334) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y - sp;
_root.city2._y = _root.city2._y - sp;
_root.radar.houses._y = _root.radar.houses._y - (sp * 0.2);
}
if ((_root._city2._y <= -334) && (_root.twister._y <= 309)) {
_root.twister._y = _root.twister._y + sp;
if (_root.twister._y >= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y <= -334) {
_root.city._y = -334;
_root.city2._y = -334;
if (_root.twister._y <= 460) {
_root.twister._y = _root.twister._y + sp;
}
}
}
}
}
Instance of Symbol 729 MovieClip "tornado" in Frame 34
onClipEvent (enterFrame) {
this._x = _root.twister._x;
this._y = _root.twister._y;
}
Frame 36
_root.destruction.uhr.level = 3;
_root.destruction.dollar.play();
_root.studio.gotoAndStop(1);
_root.levler.inner.level = 2;
_root.levler.inner.play();
var wheely = 0;
var kraft = 0;
var polizei = 0;
var bulle1 = 1;
var bulle2 = 1;
_global.sp = 11;
_global.steuer = 1;
_root.twister._x = 270;
_root.twister._y = 309;
_quality = "low";
var zug = 1;
var waggonser = 0;
_root.prebut.gotoAndStop(1);
_root.steuer = 1;
stop();
Instance of Symbol 636 MovieClip "twister" in Frame 36
onClipEvent (enterFrame) {
if (steuer == 1) {
if (Key.isDown(68)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x >= -902) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x - sp;
_root.city2._x = _root.city2._x - sp;
_root.radar.houses._x = _root.radar.houses._x - (sp * 0.2);
}
if ((_root._city2._x >= -902) && (_root.twister._x <= 270)) {
_root.twister._x = _root.twister._x + sp;
if (_root.twister._x >= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x <= -902) {
_root.city._x = -902;
_root.city2._x = -902;
if (_root.twister._x <= 540) {
_root.twister._x = _root.twister._x + sp;
}
}
} else if (Key.isDown(39)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x >= -902) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x - sp;
_root.city2._x = _root.city2._x - sp;
_root.radar.houses._x = _root.radar.houses._x - (sp * 0.2);
}
if ((_root._city2._x >= -902) && (_root.twister._x <= 270)) {
_root.twister._x = _root.twister._x + sp;
if (_root.twister._x >= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x <= -902) {
_root.city._x = -902;
_root.city2._x = -902;
if (_root.twister._x <= 540) {
_root.twister._x = _root.twister._x + sp;
}
}
}
if (Key.isDown(65)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x <= 673) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x + sp;
_root.city2._x = _root.city2._x + sp;
_root.radar.houses._x = _root.radar.houses._x + (sp * 0.2);
}
if ((_root._city2._x >= 673) && (_root.twister._x >= 270)) {
_root.twister._x = _root.twister._x - sp;
if (_root.twister._x <= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x >= 673) {
_root.city._x = 673;
_root.city2._x = 673;
if (_root.twister._x >= 10) {
_root.twister._x = _root.twister._x - sp;
}
}
} else if (Key.isDown(37)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x <= 673) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x + sp;
_root.city2._x = _root.city2._x + sp;
_root.radar.houses._x = _root.radar.houses._x + (sp * 0.2);
}
if ((_root._city2._x >= 673) && (_root.twister._x >= 270)) {
_root.twister._x = _root.twister._x - sp;
if (_root.twister._x <= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x >= 673) {
_root.city._x = 673;
_root.city2._x = 673;
if (_root.twister._x >= 10) {
_root.twister._x = _root.twister._x - sp;
}
}
}
if (Key.isDown(87)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y <= 530) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y + sp;
_root.city2._y = _root.city2._y + sp;
_root.radar.houses._y = _root.radar.houses._y + (sp * 0.2);
}
if ((_root._city2._y >= 530) && (_root.twister._y >= 309)) {
_root.twister._y = _root.twister._y - sp;
if (_root.twister._y <= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y >= 530) {
_root.city._y = 530;
_root.city2._y = 530;
if (_root.twister._y >= 10) {
_root.twister._y = _root.twister._y - sp;
}
}
} else if (Key.isDown(38)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y <= 530) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y + sp;
_root.city2._y = _root.city2._y + sp;
_root.radar.houses._y = _root.radar.houses._y + (sp * 0.2);
}
if ((_root._city2._y >= 530) && (_root.twister._y >= 309)) {
_root.twister._y = _root.twister._y - sp;
if (_root.twister._y <= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y >= 530) {
_root.city._y = 530;
_root.city2._y = 530;
if (_root.twister._y >= 10) {
_root.twister._y = _root.twister._y - sp;
}
}
}
if (Key.isDown(83)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y >= -334) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y - sp;
_root.city2._y = _root.city2._y - sp;
_root.radar.houses._y = _root.radar.houses._y - (sp * 0.2);
}
if ((_root._city2._y <= -334) && (_root.twister._y <= 309)) {
_root.twister._y = _root.twister._y + sp;
if (_root.twister._y >= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y <= -334) {
_root.city._y = -334;
_root.city2._y = -334;
if (_root.twister._y <= 460) {
_root.twister._y = _root.twister._y + sp;
}
}
} else if (Key.isDown(40)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y >= -334) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y - sp;
_root.city2._y = _root.city2._y - sp;
_root.radar.houses._y = _root.radar.houses._y - (sp * 0.2);
}
if ((_root._city2._y <= -334) && (_root.twister._y <= 309)) {
_root.twister._y = _root.twister._y + sp;
if (_root.twister._y >= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y <= -334) {
_root.city._y = -334;
_root.city2._y = -334;
if (_root.twister._y <= 460) {
_root.twister._y = _root.twister._y + sp;
}
}
}
}
}
Instance of Symbol 729 MovieClip "tornado" in Frame 36
onClipEvent (enterFrame) {
this._x = _root.twister._x;
this._y = _root.twister._y;
}
Frame 38
_root.destruction.uhr.level = 3;
_root.destruction.dollar.play();
_root.studio.gotoAndStop(1);
_root.levler.inner.level = 3;
_root.levler.inner.play();
var oelfeld = 1;
var kraft = 0;
var polizei = 0;
var bulle1 = 1;
var bulle2 = 1;
_global.sp = 11;
_global.steuer = 1;
_root.twister._x = 270;
_root.twister._y = 309;
_quality = "low";
var zug = 1;
var waggonser = 0;
_root.prebut.gotoAndStop(1);
_root.steuer = 1;
stop();
Instance of Symbol 636 MovieClip "twister" in Frame 38
onClipEvent (enterFrame) {
if (steuer == 1) {
if (Key.isDown(68)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x >= -902) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x - sp;
_root.city2._x = _root.city2._x - sp;
_root.radar.houses._x = _root.radar.houses._x - (sp * 0.2);
}
if ((_root._city2._x >= -902) && (_root.twister._x <= 270)) {
_root.twister._x = _root.twister._x + sp;
if (_root.twister._x >= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x <= -902) {
_root.city._x = -902;
_root.city2._x = -902;
if (_root.twister._x <= 540) {
_root.twister._x = _root.twister._x + sp;
}
}
} else if (Key.isDown(39)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x >= -902) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x - sp;
_root.city2._x = _root.city2._x - sp;
_root.radar.houses._x = _root.radar.houses._x - (sp * 0.2);
}
if ((_root._city2._x >= -902) && (_root.twister._x <= 270)) {
_root.twister._x = _root.twister._x + sp;
if (_root.twister._x >= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x <= -902) {
_root.city._x = -902;
_root.city2._x = -902;
if (_root.twister._x <= 540) {
_root.twister._x = _root.twister._x + sp;
}
}
}
if (Key.isDown(65)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x <= 673) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x + sp;
_root.city2._x = _root.city2._x + sp;
_root.radar.houses._x = _root.radar.houses._x + (sp * 0.2);
}
if ((_root._city2._x >= 673) && (_root.twister._x >= 270)) {
_root.twister._x = _root.twister._x - sp;
if (_root.twister._x <= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x >= 673) {
_root.city._x = 673;
_root.city2._x = 673;
if (_root.twister._x >= 10) {
_root.twister._x = _root.twister._x - sp;
}
}
} else if (Key.isDown(37)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x <= 673) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x + sp;
_root.city2._x = _root.city2._x + sp;
_root.radar.houses._x = _root.radar.houses._x + (sp * 0.2);
}
if ((_root._city2._x >= 673) && (_root.twister._x >= 270)) {
_root.twister._x = _root.twister._x - sp;
if (_root.twister._x <= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x >= 673) {
_root.city._x = 673;
_root.city2._x = 673;
if (_root.twister._x >= 10) {
_root.twister._x = _root.twister._x - sp;
}
}
}
if (Key.isDown(87)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y <= 530) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y + sp;
_root.city2._y = _root.city2._y + sp;
_root.radar.houses._y = _root.radar.houses._y + (sp * 0.2);
}
if ((_root._city2._y >= 530) && (_root.twister._y >= 309)) {
_root.twister._y = _root.twister._y - sp;
if (_root.twister._y <= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y >= 530) {
_root.city._y = 530;
_root.city2._y = 530;
if (_root.twister._y >= 10) {
_root.twister._y = _root.twister._y - sp;
}
}
} else if (Key.isDown(38)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y <= 530) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y + sp;
_root.city2._y = _root.city2._y + sp;
_root.radar.houses._y = _root.radar.houses._y + (sp * 0.2);
}
if ((_root._city2._y >= 530) && (_root.twister._y >= 309)) {
_root.twister._y = _root.twister._y - sp;
if (_root.twister._y <= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y >= 530) {
_root.city._y = 530;
_root.city2._y = 530;
if (_root.twister._y >= 10) {
_root.twister._y = _root.twister._y - sp;
}
}
}
if (Key.isDown(83)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y >= -334) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y - sp;
_root.city2._y = _root.city2._y - sp;
_root.radar.houses._y = _root.radar.houses._y - (sp * 0.2);
}
if ((_root._city2._y <= -334) && (_root.twister._y <= 309)) {
_root.twister._y = _root.twister._y + sp;
if (_root.twister._y >= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y <= -334) {
_root.city._y = -334;
_root.city2._y = -334;
if (_root.twister._y <= 460) {
_root.twister._y = _root.twister._y + sp;
}
}
} else if (Key.isDown(40)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y >= -334) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y - sp;
_root.city2._y = _root.city2._y - sp;
_root.radar.houses._y = _root.radar.houses._y - (sp * 0.2);
}
if ((_root._city2._y <= -334) && (_root.twister._y <= 309)) {
_root.twister._y = _root.twister._y + sp;
if (_root.twister._y >= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y <= -334) {
_root.city._y = -334;
_root.city2._y = -334;
if (_root.twister._y <= 460) {
_root.twister._y = _root.twister._y + sp;
}
}
}
}
}
Instance of Symbol 729 MovieClip "tornado" in Frame 38
onClipEvent (enterFrame) {
this._x = _root.twister._x;
this._y = _root.twister._y;
}
Frame 40
_root.destruction.uhr.level = 3;
_root.destruction.dollar.play();
_root.studio.gotoAndStop(1);
_root.levler.inner.level = 4;
_root.levler.inner.play();
var oelfeld = 0;
var kraft = 0;
var polizei = 0;
var bulle1 = 1;
var bulle2 = 1;
_global.sp = 11;
_global.steuer = 1;
_root.twister._x = 270;
_root.twister._y = 309;
_quality = "low";
var zug = 1;
var waggonser = 0;
_root.prebut.gotoAndStop(1);
_root.steuer = 1;
stop();
Instance of Symbol 636 MovieClip "twister" in Frame 40
onClipEvent (enterFrame) {
if (steuer == 1) {
if (Key.isDown(68)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x >= -902) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x - sp;
_root.city2._x = _root.city2._x - sp;
_root.radar.houses._x = _root.radar.houses._x - (sp * 0.2);
}
if ((_root._city2._x >= -902) && (_root.twister._x <= 270)) {
_root.twister._x = _root.twister._x + sp;
if (_root.twister._x >= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x <= -902) {
_root.city._x = -902;
_root.city2._x = -902;
if (_root.twister._x <= 540) {
_root.twister._x = _root.twister._x + sp;
}
}
} else if (Key.isDown(39)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x >= -902) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x - sp;
_root.city2._x = _root.city2._x - sp;
_root.radar.houses._x = _root.radar.houses._x - (sp * 0.2);
}
if ((_root._city2._x >= -902) && (_root.twister._x <= 270)) {
_root.twister._x = _root.twister._x + sp;
if (_root.twister._x >= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x <= -902) {
_root.city._x = -902;
_root.city2._x = -902;
if (_root.twister._x <= 540) {
_root.twister._x = _root.twister._x + sp;
}
}
}
if (Key.isDown(65)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x <= 673) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x + sp;
_root.city2._x = _root.city2._x + sp;
_root.radar.houses._x = _root.radar.houses._x + (sp * 0.2);
}
if ((_root._city2._x >= 673) && (_root.twister._x >= 270)) {
_root.twister._x = _root.twister._x - sp;
if (_root.twister._x <= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x >= 673) {
_root.city._x = 673;
_root.city2._x = 673;
if (_root.twister._x >= 10) {
_root.twister._x = _root.twister._x - sp;
}
}
} else if (Key.isDown(37)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x <= 673) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x + sp;
_root.city2._x = _root.city2._x + sp;
_root.radar.houses._x = _root.radar.houses._x + (sp * 0.2);
}
if ((_root._city2._x >= 673) && (_root.twister._x >= 270)) {
_root.twister._x = _root.twister._x - sp;
if (_root.twister._x <= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x >= 673) {
_root.city._x = 673;
_root.city2._x = 673;
if (_root.twister._x >= 10) {
_root.twister._x = _root.twister._x - sp;
}
}
}
if (Key.isDown(87)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y <= 530) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y + sp;
_root.city2._y = _root.city2._y + sp;
_root.radar.houses._y = _root.radar.houses._y + (sp * 0.2);
}
if ((_root._city2._y >= 530) && (_root.twister._y >= 309)) {
_root.twister._y = _root.twister._y - sp;
if (_root.twister._y <= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y >= 530) {
_root.city._y = 530;
_root.city2._y = 530;
if (_root.twister._y >= 10) {
_root.twister._y = _root.twister._y - sp;
}
}
} else if (Key.isDown(38)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y <= 530) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y + sp;
_root.city2._y = _root.city2._y + sp;
_root.radar.houses._y = _root.radar.houses._y + (sp * 0.2);
}
if ((_root._city2._y >= 530) && (_root.twister._y >= 309)) {
_root.twister._y = _root.twister._y - sp;
if (_root.twister._y <= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y >= 530) {
_root.city._y = 530;
_root.city2._y = 530;
if (_root.twister._y >= 10) {
_root.twister._y = _root.twister._y - sp;
}
}
}
if (Key.isDown(83)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y >= -334) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y - sp;
_root.city2._y = _root.city2._y - sp;
_root.radar.houses._y = _root.radar.houses._y - (sp * 0.2);
}
if ((_root._city2._y <= -334) && (_root.twister._y <= 309)) {
_root.twister._y = _root.twister._y + sp;
if (_root.twister._y >= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y <= -334) {
_root.city._y = -334;
_root.city2._y = -334;
if (_root.twister._y <= 460) {
_root.twister._y = _root.twister._y + sp;
}
}
} else if (Key.isDown(40)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y >= -334) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y - sp;
_root.city2._y = _root.city2._y - sp;
_root.radar.houses._y = _root.radar.houses._y - (sp * 0.2);
}
if ((_root._city2._y <= -334) && (_root.twister._y <= 309)) {
_root.twister._y = _root.twister._y + sp;
if (_root.twister._y >= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y <= -334) {
_root.city._y = -334;
_root.city2._y = -334;
if (_root.twister._y <= 460) {
_root.twister._y = _root.twister._y + sp;
}
}
}
}
}
Instance of Symbol 729 MovieClip "tornado" in Frame 40
onClipEvent (enterFrame) {
this._x = _root.twister._x;
this._y = _root.twister._y;
}
Frame 42
_root.destruction.uhr.level = 3;
_root.destruction.dollar.play();
_root.studio.gotoAndStop(1);
_root.levler.inner.level = 5;
_root.levler.inner.play();
var kraft = 0;
var polizei = 0;
var bulle1 = 1;
var bulle2 = 1;
_global.sp = 11;
_global.steuer = 1;
_root.twister._x = 270;
_root.twister._y = 309;
_quality = "low";
var zug = 1;
var waggonser = 0;
_root.prebut.gotoAndStop(1);
_root.steuer = 1;
stop();
var schlot = 0;
var slope1 = 0;
var slope2 = 0;
var slope3 = 0;
var slope4 = 0;
var kraft = 0;
_global.sp = 11;
_global.steuer = 1;
_root.twister._x = 270;
_root.twister._y = 309;
warning = new Sound();
warning.attachSound("warning");
earthquake = new Sound();
earthquake.attachSound("earthquake");
radio = new Sound();
radio.attachSound("radio");
train = new Sound();
train.attachSound("train");
police = new Sound();
police.attachSound("police");
shipengine = new Sound();
shipengine.attachSound("shipengine");
_root.shipengine.start(0, 999);
_quality = "medium";
Instance of Symbol 636 MovieClip "twister" in Frame 42
onClipEvent (enterFrame) {
if (steuer == 1) {
if (Key.isDown(68)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x >= -902) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x - sp;
_root.city2._x = _root.city2._x - sp;
_root.radar.houses._x = _root.radar.houses._x - (sp * 0.2);
}
if ((_root._city2._x >= -902) && (_root.twister._x <= 270)) {
_root.twister._x = _root.twister._x + sp;
if (_root.twister._x >= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x <= -902) {
_root.city._x = -902;
_root.city2._x = -902;
if (_root.twister._x <= 540) {
_root.twister._x = _root.twister._x + sp;
}
}
} else if (Key.isDown(39)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x >= -902) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x - sp;
_root.city2._x = _root.city2._x - sp;
_root.radar.houses._x = _root.radar.houses._x - (sp * 0.2);
}
if ((_root._city2._x >= -902) && (_root.twister._x <= 270)) {
_root.twister._x = _root.twister._x + sp;
if (_root.twister._x >= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x <= -902) {
_root.city._x = -902;
_root.city2._x = -902;
if (_root.twister._x <= 540) {
_root.twister._x = _root.twister._x + sp;
}
}
}
if (Key.isDown(65)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x <= 673) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x + sp;
_root.city2._x = _root.city2._x + sp;
_root.radar.houses._x = _root.radar.houses._x + (sp * 0.2);
}
if ((_root._city2._x >= 673) && (_root.twister._x >= 270)) {
_root.twister._x = _root.twister._x - sp;
if (_root.twister._x <= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x >= 673) {
_root.city._x = 673;
_root.city2._x = 673;
if (_root.twister._x >= 10) {
_root.twister._x = _root.twister._x - sp;
}
}
} else if (Key.isDown(37)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._x <= 673) && (_root.twister._x == 270)) {
_root.city._x = _root.city._x + sp;
_root.city2._x = _root.city2._x + sp;
_root.radar.houses._x = _root.radar.houses._x + (sp * 0.2);
}
if ((_root._city2._x >= 673) && (_root.twister._x >= 270)) {
_root.twister._x = _root.twister._x - sp;
if (_root.twister._x <= 270) {
_root.twister._x = 270;
}
}
if (_root.city2._x >= 673) {
_root.city._x = 673;
_root.city2._x = 673;
if (_root.twister._x >= 10) {
_root.twister._x = _root.twister._x - sp;
}
}
}
if (Key.isDown(87)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y <= 530) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y + sp;
_root.city2._y = _root.city2._y + sp;
_root.radar.houses._y = _root.radar.houses._y + (sp * 0.2);
}
if ((_root._city2._y >= 530) && (_root.twister._y >= 309)) {
_root.twister._y = _root.twister._y - sp;
if (_root.twister._y <= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y >= 530) {
_root.city._y = 530;
_root.city2._y = 530;
if (_root.twister._y >= 10) {
_root.twister._y = _root.twister._y - sp;
}
}
} else if (Key.isDown(38)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y <= 530) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y + sp;
_root.city2._y = _root.city2._y + sp;
_root.radar.houses._y = _root.radar.houses._y + (sp * 0.2);
}
if ((_root._city2._y >= 530) && (_root.twister._y >= 309)) {
_root.twister._y = _root.twister._y - sp;
if (_root.twister._y <= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y >= 530) {
_root.city._y = 530;
_root.city2._y = 530;
if (_root.twister._y >= 10) {
_root.twister._y = _root.twister._y - sp;
}
}
}
if (Key.isDown(83)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y >= -334) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y - sp;
_root.city2._y = _root.city2._y - sp;
_root.radar.houses._y = _root.radar.houses._y - (sp * 0.2);
}
if ((_root._city2._y <= -334) && (_root.twister._y <= 309)) {
_root.twister._y = _root.twister._y + sp;
if (_root.twister._y >= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y <= -334) {
_root.city._y = -334;
_root.city2._y = -334;
if (_root.twister._y <= 460) {
_root.twister._y = _root.twister._y + sp;
}
}
} else if (Key.isDown(40)) {
_root.wasd.gotoAndPlay(1);
if ((_root._city2._y >= -334) && (_root.twister._y == 309)) {
_root.city._y = _root.city._y - sp;
_root.city2._y = _root.city2._y - sp;
_root.radar.houses._y = _root.radar.houses._y - (sp * 0.2);
}
if ((_root._city2._y <= -334) && (_root.twister._y <= 309)) {
_root.twister._y = _root.twister._y + sp;
if (_root.twister._y >= 309) {
_root.twister._y = 309;
}
}
if (_root.city2._y <= -334) {
_root.city._y = -334;
_root.city2._y = -334;
if (_root.twister._y <= 460) {
_root.twister._y = _root.twister._y + sp;
}
}
}
}
}
Instance of Symbol 729 MovieClip "tornado" in Frame 42
onClipEvent (enterFrame) {
this._x = _root.twister._x;
this._y = _root.twister._y;
}
Frame 63
stopAllSounds();
gotoAndStop (34);
Symbol 33 Button
on (release) {
_root.nextFrame();
}
Symbol 34 MovieClip Frame 1
stop();
Instance of Symbol 22 MovieClip "wurst" in Symbol 34 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.monkey.inner.wurst.bar._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (_root.monkey.inner.wurst.bar._xscale == 100) {
_root.play();
}
}
Symbol 49 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 1
gotoAndPlay (2);
Instance of Symbol 20 MovieClip in Symbol 50 MovieClip Frame 1
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 50 MovieClip Frame 132
stop();
Instance of Symbol 49 MovieClip in Symbol 50 MovieClip Frame 132
onClipEvent (enterFrame) {
chance = random(90);
if (chance == 1) {
play();
}
}
Symbol 59 Button
on (release) {
_root.play();
}
Symbol 60 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 1
stop();
Instance of Symbol 66 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (enterFrame) {
chance = random(90);
if (chance == 1) {
play();
}
}
Instance of Symbol 67 MovieClip in Symbol 68 MovieClip Frame 1
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 86 Button
on (keyPress "<Enter>") {
gotoAndStop ("yup");
}
Symbol 90 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 50
stop();
Symbol 136 MovieClip Frame 23
_root.fenster.turm.play();
_root.fenster.wolke.inner.play();
Symbol 136 MovieClip Frame 42
_root.fenster.hahn._x = _root.fenster.hahn._x + 5;
_root.fenster.stange._x = _root.fenster.stange._x + 5;
_root.fenster.dach._x = _root.fenster.dach._x + 5;
Symbol 136 MovieClip Frame 43
_root.fenster.hahn._x = _root.fenster.hahn._x - 5;
_root.fenster.stange._x = _root.fenster.stange._x - 5;
_root.fenster.dach._x = _root.fenster.dach._x - 5;
Symbol 136 MovieClip Frame 44
_root.fenster.hahn._x = _root.fenster.hahn._x + 5;
_root.fenster.stange._x = _root.fenster.stange._x + 5;
_root.fenster.dach._x = _root.fenster.dach._x + 5;
Symbol 136 MovieClip Frame 45
_root.fenster.hahn._x = _root.fenster.hahn._x - 5;
_root.fenster.stange._x = _root.fenster.stange._x - 5;
_root.fenster.dach._x = _root.fenster.dach._x - 5;
Symbol 136 MovieClip Frame 46
_root.fenster.hahn._x = _root.fenster.hahn._x + 5;
_root.fenster.stange._x = _root.fenster.stange._x + 5;
_root.fenster.dach._x = _root.fenster.dach._x + 5;
Symbol 136 MovieClip Frame 47
_root.fenster.hahn._x = _root.fenster.hahn._x - 5;
_root.fenster.stange._x = _root.fenster.stange._x - 5;
_root.fenster.dach._x = _root.fenster.dach._x - 5;
Symbol 136 MovieClip Frame 48
_root.fenster.hahn._x = _root.fenster.hahn._x + 8;
_root.fenster.stange._x = _root.fenster.stange._x + 8;
_root.fenster.dach._x = _root.fenster.dach._x + 8;
Symbol 136 MovieClip Frame 49
_root.fenster.hahn._x = _root.fenster.hahn._x - 8;
_root.fenster.stange._x = _root.fenster.stange._x - 8;
_root.fenster.dach._x = _root.fenster.dach._x - 8;
Symbol 136 MovieClip Frame 50
_root.fenster.hahn._x = _root.fenster.hahn._x + 8;
_root.fenster.stange._x = _root.fenster.stange._x + 8;
_root.fenster.dach._x = _root.fenster.dach._x + 8;
Symbol 136 MovieClip Frame 51
_root.fenster.hahn._x = _root.fenster.hahn._x - 8;
_root.fenster.stange._x = _root.fenster.stange._x - 8;
_root.fenster.dach._x = _root.fenster.dach._x - 8;
Symbol 136 MovieClip Frame 52
_root.fenster.hahn._x = _root.fenster.hahn._x + 5;
_root.fenster.stange._x = _root.fenster.stange._x + 5;
_root.fenster.dach._x = _root.fenster.dach._x + 5;
Symbol 136 MovieClip Frame 53
_root.fenster.hahn._x = _root.fenster.hahn._x - 5;
_root.fenster.stange._x = _root.fenster.stange._x - 5;
_root.fenster.dach._x = _root.fenster.dach._x - 5;
Symbol 136 MovieClip Frame 54
_root.fenster.hahn._x = _root.fenster.hahn._x + 5;
_root.fenster.stange._x = _root.fenster.stange._x + 5;
_root.fenster.dach._x = _root.fenster.dach._x + 5;
Symbol 136 MovieClip Frame 55
_root.fenster.hahn._x = _root.fenster.hahn._x - 5;
_root.fenster.stange._x = _root.fenster.stange._x - 5;
_root.fenster.dach._x = _root.fenster.dach._x - 5;
Symbol 136 MovieClip Frame 56
_root.fenster.hahn._x = _root.fenster.hahn._x + 5;
_root.fenster.stange._x = _root.fenster.stange._x + 5;
_root.fenster.dach._x = _root.fenster.dach._x + 5;
Symbol 136 MovieClip Frame 57
_root.fenster.hahn._x = _root.fenster.hahn._x - 5;
_root.fenster.stange._x = _root.fenster.stange._x - 5;
_root.fenster.dach._x = _root.fenster.dach._x - 5;
Symbol 136 MovieClip Frame 58
_root.fenster.hahn._x = _root.fenster.hahn._x + 5;
_root.fenster.stange._x = _root.fenster.stange._x + 5;
_root.fenster.dach._x = _root.fenster.dach._x + 5;
Symbol 136 MovieClip Frame 59
_root.fenster.hahn._x = _root.fenster.hahn._x - 5;
_root.fenster.stange._x = _root.fenster.stange._x - 5;
_root.fenster.dach._x = _root.fenster.dach._x - 5;
Symbol 136 MovieClip Frame 60
_root.fenster.hahn._x = _root.fenster.hahn._x + 5;
_root.fenster.stange._x = _root.fenster.stange._x + 5;
_root.fenster.dach._x = _root.fenster.dach._x + 5;
Symbol 136 MovieClip Frame 61
_root.fenster.hahn._x = _root.fenster.hahn._x - 5;
_root.fenster.stange._x = _root.fenster.stange._x - 5;
_root.fenster.dach._x = _root.fenster.dach._x - 5;
Symbol 136 MovieClip Frame 62
_root.fenster.hahn._x = _root.fenster.hahn._x + 5;
_root.fenster.stange._x = _root.fenster.stange._x + 5;
_root.fenster.dach._x = _root.fenster.dach._x + 5;
Symbol 136 MovieClip Frame 63
_root.fenster.hahn._x = _root.fenster.hahn._x - 5;
_root.fenster.stange._x = _root.fenster.stange._x - 5;
_root.fenster.dach._x = _root.fenster.dach._x - 5;
Symbol 136 MovieClip Frame 64
_root.fenster.hahn._x = _root.fenster.hahn._x + 5;
_root.fenster.stange._x = _root.fenster.stange._x + 5;
_root.fenster.dach._x = _root.fenster.dach._x + 5;
Symbol 136 MovieClip Frame 65
_root.fenster.hahn._x = _root.fenster.hahn._x - 5;
_root.fenster.stange._x = _root.fenster.stange._x - 5;
_root.fenster.dach._x = _root.fenster.dach._x - 5;
Symbol 136 MovieClip Frame 91
stop();
Symbol 138 MovieClip Frame 15
_root.inni.eck1.play();
_root.inni.eck2.play();
_root.inni.eck3.play();
_root.inni.eck4.play();
Symbol 138 MovieClip Frame 122
_root.inni.eck1.play();
_root.inni.eck2.play();
_root.inni.eck3.play();
_root.inni.eck4.play();
Symbol 138 MovieClip Frame 134
Symbol 138 MovieClip Frame 143
_root.nextFrame();
Symbol 143 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 3
_root.bild.play();
_root.knoepfe.play();
Symbol 148 MovieClip Frame 231
stop();
Symbol 148 MovieClip Frame 233
gotoAndPlay ("loop");
Symbol 150 Button
on (keyPress "1") {
stopAllSounds();
play();
}
Symbol 151 Button
on (keyPress "1") {
play();
}
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 15
_root.go.play();
Symbol 162 Button
on (press) {
_root.play();
}
on (keyPress "<Enter>") {
_root.play();
}
Symbol 166 Button
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 170 Button
on (press) {
_root.credits.play();
}
Symbol 174 Button
on (release) {
getURL ("http://scores.crazymonkeygames.com/hs/listscores.php?id=265", "_blank");
}
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 15
stop();
Symbol 179 MovieClip Frame 4
stop();
Symbol 180 Button
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 182 MovieClip Frame 4
stop();
Symbol 184 Button
on (release) {
getURL ("http://www.mausland.de", "_blank");
}
Symbol 186 Button
on (press) {
_root.credits.gotoAndStop(1);
}
Symbol 234 Button
on (release) {
getURL ("http://www.mausland.de", "_blank");
}
Symbol 243 Button
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 247 MovieClip Frame 1
stop();
Symbol 247 MovieClip Frame 9
stop();
Symbol 250 Button
on (keyPress "<Enter>") {
stopAllSounds();
play();
}
Symbol 292 MovieClip Frame 7
stop();
Symbol 317 MovieClip Frame 1
stop();
Symbol 317 MovieClip Frame 2
_root.tornado.inner.inner2.police.play();
_root.speedup.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 23511;
_root.destruction.dollar.s23511.play();
_root.dollarshake.play();
stop();
Symbol 318 MovieClip Frame 1
stop();
Instance of Symbol 317 MovieClip "car2" in Symbol 319 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
_root.city.car1.stop();
_root.bulle1 = 0;
_root.city.car1.wsss.gotoAndStop(2);
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.hit)) {
_root.policesiren.gotoAndPlay(2);
}
}
Instance of Symbol 318 MovieClip "wsss" in Symbol 319 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.city.zug1)) {
_root.city.car1.stop();
} else if (this.hitTest(_root.city.zug2)) {
_root.city.car1.stop();
} else if (this.hitTest(_root.city.zug3)) {
_root.city.car1.stop();
} else if (this.hitTest(_root.city.zug4)) {
_root.city.car1.stop();
} else if (this.hitTest(_root.city.zug5)) {
_root.city.car1.stop();
} else if (this.hitTest(_root.city.zug6)) {
_root.city.car1.stop();
} else if (_root.bulle1 == 1) {
_root.city.car1.play();
}
}
Instance of Symbol 317 MovieClip "car2" in Symbol 319 MovieClip Frame 170
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
_root.city.car1.stop();
_root.bulle1 = 0;
_root.city.car1.wsss.gotoAndStop(2);
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.hit)) {
_root.policesiren.gotoAndPlay(2);
}
}
Symbol 323 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 3
_root.tornado.inner.inner2.baum.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 657;
_root.dollarshake.play();
_root.destruction.dollar.s657.play();
zufall = random(5);
if (zufall == 3) {
_root.timebonus.play();
}
Symbol 325 MovieClip Frame 21
stop();
Symbol 328 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 3
_root.tornado.inner.inner2.baum2.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 757;
_root.dollarshake.play();
_root.destruction.dollar.s757.play();
zufall = random(6);
if (zufall == 2) {
_root.timebonus.play();
}
if (zufall == 4) {
if (_root.jacky == 0) {
_root.jackpot.play();
}
}
Symbol 329 MovieClip Frame 21
stop();
Symbol 337 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 4
gotoAndStop (1);
Symbol 337 MovieClip Frame 7
gotoAndStop (1);
Symbol 337 MovieClip Frame 10
gotoAndStop (1);
Symbol 346 MovieClip Frame 1
zufall = random(3);
if (zufall == 2) {
gotoAndStop (2);
}
stop();
Symbol 347 MovieClip Frame 1
stop();
Symbol 347 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.tornado.inner.inner2.gewaechshaus.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 77346;
_root.destruction.dollar.s77346.play();
_root.dollarshake.play();
stop();
Instance of Symbol 349 MovieClip in Symbol 350 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.nextFrame();
_root.city.grow5.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 358 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 4
gotoAndStop (1);
Symbol 358 MovieClip Frame 7
gotoAndStop (1);
Symbol 358 MovieClip Frame 10
gotoAndStop (1);
Symbol 370 MovieClip Frame 13
stop();
Symbol 371 MovieClip Frame 1
stop();
Instance of Symbol 359 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.nextFrame();
_root.city.wasser2.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 371 MovieClip Frame 101
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.boom5.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 77346;
_root.destruction.dollar.s77346.play();
_root.dollarshake.play();
stop();
Symbol 380 MovieClip Frame 1
stop();
Symbol 380 MovieClip Frame 4
gotoAndStop (1);
Symbol 380 MovieClip Frame 7
gotoAndStop (1);
Symbol 380 MovieClip Frame 10
gotoAndStop (1);
Symbol 387 MovieClip Frame 1
zufall = random(2);
if (zufall == 1) {
gotoAndStop (2);
}
stop();
Symbol 414 MovieClip Frame 2
_root.cheer._alpha = 100;
_root.cheery.play();
Symbol 416 MovieClip Frame 1
Symbol 416 MovieClip Frame 29
stop();
Symbol 417 MovieClip Frame 1
stop();
Instance of Symbol 381 MovieClip in Symbol 417 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.nextFrame();
_root.city.gas3.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 417 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 428 MovieClip Frame 1
stop();
Symbol 428 MovieClip Frame 4
gotoAndStop (1);
Symbol 428 MovieClip Frame 7
gotoAndStop (1);
Symbol 428 MovieClip Frame 10
gotoAndStop (1);
Symbol 433 MovieClip Frame 1
zufall = random(3);
if (zufall == 2) {
gotoAndStop (2);
}
stop();
Symbol 434 MovieClip Frame 1
stop();
Symbol 434 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.tornado.inner.inner2.mittel.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 77346;
_root.destruction.dollar.s77346.play();
_root.dollarshake.play();
stop();
Instance of Symbol 435 MovieClip in Symbol 436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.nextFrame();
_root.city.mittel1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 442 MovieClip Frame 1
stop();
Symbol 443 MovieClip Frame 1
stop();
Symbol 443 MovieClip Frame 3
_root.tornado.inner.inner2.ampel.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 657;
_root.dollarshake.play();
_root.destruction.dollar.s657.play();
zufall = random(6);
if (zufall == 2) {
_root.timebonus.play();
}
Symbol 443 MovieClip Frame 21
stop();
Symbol 452 MovieClip Frame 1
stop();
Symbol 452 MovieClip Frame 4
gotoAndStop (1);
Symbol 452 MovieClip Frame 7
gotoAndStop (1);
Symbol 452 MovieClip Frame 10
gotoAndStop (1);
Symbol 456 MovieClip Frame 1
zufall = random(3);
if (zufall == 2) {
gotoAndStop (2);
}
stop();
Symbol 457 MovieClip Frame 1
stop();
Symbol 457 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.tornado.inner.inner2.haus.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 77346;
_root.destruction.dollar.s77346.play();
_root.dollarshake.play();
stop();
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.nextFrame();
_root.city.klein1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 458 MovieClip in Symbol 460 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.nextFrame();
_root.city.klein4.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 469 MovieClip Frame 1
stop();
Symbol 469 MovieClip Frame 4
gotoAndStop (1);
Symbol 469 MovieClip Frame 7
gotoAndStop (1);
Symbol 469 MovieClip Frame 10
gotoAndStop (1);
Symbol 470 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.tornado.inner.inner2.mill.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 43357;
_root.destruction.dollar.s43357.play();
_root.dollarshake.play();
stop();
Instance of Symbol 471 MovieClip in Symbol 472 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.nextFrame();
_root.city.mill5.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 480 MovieClip Frame 1
stop();
Symbol 480 MovieClip Frame 4
gotoAndStop (1);
Symbol 480 MovieClip Frame 7
gotoAndStop (1);
Symbol 480 MovieClip Frame 10
gotoAndStop (1);
Symbol 484 MovieClip Frame 1
zufall = random(3);
if (zufall == 2) {
gotoAndStop (2);
}
stop();
Symbol 485 MovieClip Frame 1
stop();
Symbol 485 MovieClip Frame 101
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.boom9.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 376998;
_root.destruction.dollar.s376998.play();
_root.dollarshake.play();
stop();
Instance of Symbol 486 MovieClip in Symbol 487 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.nextFrame();
_root.city.church1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 458 MovieClip in Symbol 488 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.nextFrame();
_root.city.klein10.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 435 MovieClip in Symbol 489 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.nextFrame();
_root.city.mittel2.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 458 MovieClip in Symbol 490 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.nextFrame();
_root.city.klein3.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 499 MovieClip Frame 1
stop();
Symbol 499 MovieClip Frame 4
gotoAndStop (1);
Symbol 499 MovieClip Frame 7
gotoAndStop (1);
Symbol 499 MovieClip Frame 10
gotoAndStop (1);
Symbol 504 MovieClip Frame 1
zufall = random(2);
if (zufall == 1) {
gotoAndStop (2);
}
stop();
Symbol 526 MovieClip Frame 2
_root.cheer._alpha = 100;
_root.cheery.play();
Symbol 526 MovieClip Frame 23
_root.wackel.play();
Symbol 528 MovieClip Frame 1
_root.blitz.play();
Symbol 528 MovieClip Frame 32
_root.city.plant1.hausi.nextFrame();
stop();
Symbol 529 MovieClip Frame 1
stop();
Instance of Symbol 500 MovieClip in Symbol 529 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.nextFrame();
_root.city.gas1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 529 MovieClip Frame 131
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 488999;
_root.destruction.dollar.s488999.play();
_root.dollarshake.play();
stop();
Instance of Symbol 458 MovieClip in Symbol 531 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.nextFrame();
_root.city.klein2.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 471 MovieClip in Symbol 532 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.nextFrame();
_root.city.mill4.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 535 MovieClip Frame 1
stop();
Symbol 536 MovieClip Frame 1
stop();
Symbol 536 MovieClip Frame 3
_root.tornado.inner.inner2.tele.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 657;
_root.dollarshake.play();
_root.destruction.dollar.s657.play();
zufall = random(6);
if (zufall == 2) {
_root.timebonus.play();
}
Symbol 536 MovieClip Frame 21
stop();
Symbol 537 MovieClip Frame 1
stop();
Instance of Symbol 381 MovieClip in Symbol 537 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.nextFrame();
_root.city.gas6.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 537 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 541 MovieClip Frame 1
stop();
Symbol 542 MovieClip Frame 1
stop();
Symbol 542 MovieClip Frame 3
_root.tornado.inner.inner2.teepee.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 657;
_root.dollarshake.play();
_root.destruction.dollar.s657.play();
zufall = random(6);
if (zufall == 2) {
_root.timebonus.play();
}
if (zufall == 4) {
if (_root.jacky == 0) {
_root.jackpot.play();
}
}
Symbol 542 MovieClip Frame 21
stop();
Symbol 552 MovieClip Frame 1
stop();
Symbol 552 MovieClip Frame 4
gotoAndStop (1);
Symbol 552 MovieClip Frame 7
gotoAndStop (1);
Symbol 552 MovieClip Frame 10
gotoAndStop (1);
Symbol 559 MovieClip Frame 1
zufall = random(2);
if (zufall == 1) {
gotoAndStop (2);
}
stop();
Symbol 560 MovieClip Frame 1
stop();
Instance of Symbol 553 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.nextFrame();
_root.city.motel.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 560 MovieClip Frame 261
_root.destruction.nextFrame();
_root.tornado.inner.inner2.gondel.play();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 488999;
_root.destruction.dollar.s488999.play();
_root.dollarshake.play();
_root.motelbroke.play();
stop();
Symbol 565 MovieClip Frame 1
stop();
Symbol 565 MovieClip Frame 2
_root.tornado.inner.inner2.gruen.play();
zufall = random(4);
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
if (zufall == 2) {
_root.timebonus.play();
}
stop();
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 443 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
this.play();
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 536 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
this.play();
}
}
Instance of Symbol 329 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 542 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 542 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 542 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 565 MovieClip "rgbcar2po" in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Symbol 572 MovieClip Frame 1
stop();
Symbol 572 MovieClip Frame 2
_root.boom._x = _root.twister._x;
_root.boom._y = _root.twister._y;
Symbol 572 MovieClip Frame 3
_root.city._x = _root.city._x + 30;
Symbol 572 MovieClip Frame 4
_root.city._x = _root.city._x - 30;
Symbol 590 MovieClip Frame 1
stop();
Symbol 590 MovieClip Frame 2
_root.boom2._x = _root.twister._x;
_root.boom2._y = _root.twister._y;
Symbol 590 MovieClip Frame 3
_root.city._x = _root.city._x + 30;
Symbol 590 MovieClip Frame 4
_root.city._x = _root.city._x - 30;
Symbol 600 MovieClip Frame 1
stop();
Symbol 600 MovieClip Frame 2
_root.boom3._x = _root.twister._x;
_root.boom3._y = _root.twister._y;
Symbol 600 MovieClip Frame 3
_root.city._x = _root.city._x + 30;
Symbol 600 MovieClip Frame 4
_root.city._x = _root.city._x - 30;
Symbol 602 MovieClip Frame 1
stop();
Symbol 602 MovieClip Frame 2
_root.train.start(0, 0);
Symbol 604 MovieClip Frame 1
_root.police.stop("police");
stop();
Symbol 607 MovieClip Frame 1
stop();
Symbol 607 MovieClip Frame 2
_root.destruction.dollar._y = _root.destruction.dollar._y + 15;
_root.destruction.dollar.blink.play();
Symbol 607 MovieClip Frame 3
_root.destruction.dollar._y = _root.destruction.dollar._y - 30;
Symbol 607 MovieClip Frame 4
_root.destruction.dollar._y = _root.destruction.dollar._y + 15;
Symbol 607 MovieClip Frame 5
_root.destruction.dollar._y = _root.destruction.dollar._y + 5;
_root.destruction.dollar.blink.play();
Symbol 607 MovieClip Frame 6
_root.destruction.dollar._y = _root.destruction.dollar._y - 10;
Symbol 607 MovieClip Frame 7
_root.destruction.dollar._y = _root.destruction.dollar._y + 5;
Symbol 609 MovieClip Frame 1
stop();
Symbol 609 MovieClip Frame 2
_root.uhr._y = _root.uhr._y + 15;
Symbol 609 MovieClip Frame 3
_root.uhr._y = _root.uhr._y - 30;
Symbol 609 MovieClip Frame 4
_root.uhr._y = _root.uhr._y + 15;
Symbol 609 MovieClip Frame 5
_root.uhr._y = _root.uhr._y + 5;
Symbol 609 MovieClip Frame 6
_root.uhr._y = _root.uhr._y - 10;
Symbol 609 MovieClip Frame 7
_root.uhr._y = _root.uhr._y + 5;
Symbol 615 MovieClip Frame 1
stop();
Symbol 615 MovieClip Frame 2
_root.boom5._x = _root.twister._x;
_root.boom5._y = _root.twister._y;
Symbol 615 MovieClip Frame 3
_root.city._x = _root.city._x + 30;
Symbol 615 MovieClip Frame 4
_root.city._x = _root.city._x - 30;
Symbol 621 MovieClip Frame 1
stop();
Symbol 621 MovieClip Frame 2
_root.boom9._x = _root.twister._x;
_root.boom9._y = _root.twister._y;
Symbol 621 MovieClip Frame 3
_root.city._x = _root.city._x + 30;
Symbol 621 MovieClip Frame 4
_root.city._x = _root.city._x - 30;
Symbol 633 MovieClip Frame 1
stop();
Symbol 633 MovieClip Frame 2
_root.motelbroke._x = _root.twister._x;
_root.motelbroke._y = _root.twister._y;
Symbol 633 MovieClip Frame 3
_root.city._x = _root.city._x + 30;
Symbol 633 MovieClip Frame 4
_root.city._x = _root.city._x - 30;
Symbol 635 MovieClip Frame 1
stop();
Symbol 636 MovieClip Frame 1
stop();
Symbol 652 MovieClip Frame 1
stop();
Symbol 657 MovieClip Frame 1
stop();
Symbol 660 MovieClip Frame 1
stop();
Symbol 664 MovieClip Frame 1
stop();
Symbol 667 MovieClip Frame 1
stop();
Symbol 672 MovieClip Frame 1
stop();
Symbol 676 MovieClip Frame 1
stop();
Symbol 679 MovieClip Frame 1
stop();
Symbol 685 MovieClip Frame 1
stop();
Symbol 689 MovieClip Frame 1
stop();
Symbol 694 MovieClip Frame 1
stop();
Symbol 697 MovieClip Frame 1
stop();
Symbol 701 MovieClip Frame 1
stop();
Symbol 705 MovieClip Frame 1
stop();
Symbol 708 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 1
stop();
Symbol 715 MovieClip Frame 1
stop();
Symbol 719 MovieClip Frame 1
stop();
Symbol 722 MovieClip Frame 1
stop();
Symbol 726 MovieClip Frame 1
stop();
Symbol 728 MovieClip Frame 1
stop();
Symbol 728 MovieClip Frame 29
_root.tornado.inner.inner2.shit1.gotoAndStop(1);
Symbol 728 MovieClip Frame 30
_root.tornado.inner.inner2.shit1.gotoAndStop(2);
Symbol 729 MovieClip Frame 1
stop();
Symbol 731 MovieClip Frame 1
stop();
Symbol 746 MovieClip Frame 1
_root.city._y = _root.city._y + 1;
play();
Symbol 746 MovieClip Frame 2
_root.city._y = _root.city._y - 1;
_root.power.shake.gotoAndPlay(1);
Symbol 747 MovieClip Frame 1
_root.city._y = _root.city._y + 3;
play();
Symbol 747 MovieClip Frame 2
_root.city._y = _root.city._y - 3;
_root.power.shake.gotoAndPlay(1);
Symbol 749 MovieClip Frame 51
_root.wackel.play();
Symbol 754 MovieClip Frame 1
stop();
Symbol 755 MovieClip Frame 1
_root.city._y = _root.city._y + 5;
play();
Symbol 755 MovieClip Frame 2
_root.city._y = _root.city._y - 5;
_root.power.shake.gotoAndPlay(1);
Symbol 763 MovieClip Frame 31
stop();
Symbol 769 MovieClip Frame 5
_root.earthquake.start(0, 999);
stop();
Symbol 770 MovieClip Frame 1
var mahnung = 0;
stop();
Symbol 770 MovieClip Frame 5
_root.kraft = 0;
Symbol 770 MovieClip Frame 6
_root.kraft = 1;
Symbol 770 MovieClip Frame 10
_root.kraft = 1;
Symbol 770 MovieClip Frame 11
_root.kraft = 2;
Symbol 770 MovieClip Frame 15
_root.warning.stop("earthquake");
if (mahnung == 1) {
_root.sp = _root.sp - 6;
mahnung = 0;
}
_root.kraft = 2;
Symbol 770 MovieClip Frame 16
_root.kraft = 3;
_root.sp = _root.sp + 6;
mahnung = 1;
Symbol 774 MovieClip Frame 1
stop();
Symbol 774 MovieClip Frame 2
_root.waggonser = 0;
Symbol 774 MovieClip Frame 350
_root.zug = 1;
_root.city.zug6.gotoAndPlay(1);
_root.city.zug5.gotoAndPlay(1);
_root.city.zug4.gotoAndPlay(1);
_root.city.zug3.gotoAndPlay(1);
_root.city.zug2.gotoAndPlay(1);
_root.city.zug1.gotoAndPlay(1);
_root.city.zug6.inner.gotoAndStop(1);
_root.city.zug5.inner.gotoAndStop(1);
_root.city.zug4.inner.gotoAndStop(1);
_root.city.zug3.inner.gotoAndStop(1);
_root.city.zug2.inner.gotoAndStop(1);
_root.city.zug1.inner.gotoAndStop(1);
Symbol 783 MovieClip Frame 55
stop();
Symbol 791 MovieClip Frame 1
var score = 0;
Symbol 792 MovieClip Frame 1
_root.uhr.inner.time = 20;
stop();
Symbol 792 MovieClip Frame 31
_root.uhr.inner.time = _root.uhr.inner.time - 1;
if (_root.uhr.inner.time == 3) {
_root.kuckuck.play();
}
if (_root.uhr.inner.time == 2) {
_root.kuckuck.play();
}
if (_root.uhr.inner.time == 1) {
_root.kuckuck.play();
}
if (_root.uhr.inner.time <= 0) {
stopAllSounds();
_root.auszeit.gotoAndStop("gameover");
_root.power.button.stop();
_global.steuer = 0;
_root.uhr.stop();
_root.button.stop();
_root.power.sound0.stop();
_root.power.sound1.stop();
_root.power.sound2.stop();
_root.power.sound3.stop();
_root.power.sound4.stop();
_root.power.sound2.soundclip.stop();
_root.power.sound3.soundclip.stop();
_root.twister.gotoAndStop(2);
_root.power.shake2.gotoAndStop(3);
_root.power.red.stop();
_root.tornado.inner.inner2.spasti.stop();
_root.tornado.inner.inner2.shit1.inner.stop();
_root.uhr.inner.gotoAndStop(2);
_root.destruction.uhr.gotoAndStop(2);
_root.destruction.dollar.gotoAndStop(2);
} else if (_root.uhr.inner.time >= 1) {
gotoAndPlay (2);
}
Symbol 798 MovieClip Frame 1
stop();
Symbol 798 MovieClip Frame 17
_global.steuer = 0;
stopAllSounds();
_root.levler.inner.gotoAndStop(2);
_root.auszeit.gotoAndStop("completed");
_root.prebut.gotoAndStop(2);
_root.uhr.stop();
_root.ueberschuss = _root.uhr.inner.time;
_root.smashing.inner.stop();
_root.power.button.stop();
_root.power.sound0.stop();
_root.power.sound1.stop();
_root.power.sound2.stop();
_root.power.sound3.stop();
_root.power.sound4.stop();
_root.button.stop();
_root.power.sound2.soundclip.stop();
_root.power.sound3.soundclip.stop();
_root.twister.gotoAndStop(2);
_root.power.shake2.gotoAndStop(3);
_root.power.red.stop();
_root.tornado.inner.inner2.spasti.stop();
_root.tornado.inner.inner2.shit1.inner.stop();
_root.uhr.inner.gotoAndStop(2);
_root.destruction.uhr.gotoAndStop(2);
_root.destruction.dollar.gotoAndStop(2);
Symbol 808 MovieClip Frame 1
stop();
Symbol 814 MovieClip Frame 1
var score = 0;
Symbol 821 MovieClip Frame 1
stop();
Symbol 823 MovieClip Frame 1
stop();
Symbol 825 MovieClip Frame 1
stop();
Symbol 827 MovieClip Frame 1
stop();
Symbol 829 MovieClip Frame 1
stop();
Symbol 831 MovieClip Frame 1
stop();
Symbol 833 MovieClip Frame 1
stop();
Symbol 835 MovieClip Frame 1
stop();
Symbol 837 MovieClip Frame 1
stop();
Symbol 839 MovieClip Frame 1
stop();
Symbol 841 MovieClip Frame 1
stop();
Symbol 843 MovieClip Frame 1
stop();
Symbol 845 MovieClip Frame 1
stop();
Symbol 848 MovieClip Frame 1
var score = 0;
Symbol 848 MovieClip Frame 7
gotoAndPlay (2);
Symbol 855 MovieClip Frame 1
stop();
Symbol 866 MovieClip Frame 1
_root.power.maximume._alpha = 100;
stop();
Symbol 866 MovieClip Frame 2
_root.uhr.inner.time = _root.uhr.inner.time + 2;
Instance of Symbol 859 MovieClip in Symbol 866 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.power.maximume._alpha = 0;
}
Symbol 866 MovieClip Frame 7
_root.power.maximume.gotoAndStop("weg");
Symbol 866 MovieClip Frame 10
_root.uhrshake.play();
Symbol 866 MovieClip Frame 23
_root.power.maximume._alpha = 100;
Symbol 868 MovieClip Frame 1
_root.timebonus._alpha = 0;
Symbol 868 MovieClip Frame 2
_root.timebonus._alpha = 0;
Symbol 872 MovieClip Frame 1
_root.timebonus._alpha = 100;
stop();
Symbol 872 MovieClip Frame 7
_global.sp = _global.sp + 4;
Symbol 883 MovieClip Frame 5
_quality = "medium";
Symbol 883 MovieClip Frame 28
_root.uhr.play();
_quality = "low";
stop();
Symbol 889 MovieClip Frame 1
if (_root.oelfeld == 1) {
gotoAndStop (2);
}
stop();
Symbol 910 MovieClip Frame 1
stop();
Symbol 913 MovieClip Frame 1
eins = _root.uhr.inner.time;
zwei = 0;
drei = _root.destruction.dollar.score;
Symbol 913 MovieClip Frame 3
if (eins == 0) {
gotoAndPlay ("auszahlung");
}
Symbol 913 MovieClip Frame 5
_root.auszeit.inner.bonus.einsa._y = _root.auszeit.inner.bonus.einsa._y + 4;
_root.auszeit.inner.bonus.zweia._y = _root.auszeit.inner.bonus.zweia._y + 4;
Symbol 913 MovieClip Frame 7
if (eins >= 1) {
eins = eins - 1;
zwei = zwei + 2000;
}
_root.auszeit.inner.bonus.einsa._y = _root.auszeit.inner.bonus.einsa._y - 4;
_root.auszeit.inner.bonus.zweia._y = _root.auszeit.inner.bonus.zweia._y - 4;
_root.auszeit.inner.bonus.pfeil.gotoAndStop(2);
gotoAndPlay (3);
Symbol 913 MovieClip Frame 14
drei = drei + zwei;
_root.destruction.dollar.score = _root.destruction.dollar.score + _root.auszeit.inner.bonus.zwei;
_root.auszeit.inner.bonus.dreia._y = _root.auszeit.inner.bonus.dreia._y + 15;
_root.dollarshake.play();
Symbol 913 MovieClip Frame 16
_root.auszeit.inner.bonus.dreia._y = _root.auszeit.inner.bonus.dreia._y - 15;
Symbol 913 MovieClip Frame 50
_root.auszeit.inner.nextFrame();
stop();
Symbol 915 Button
on (keyPress "<Space>") {
stopAllSounds();
_root.exit = 0;
_root.destruction.gotoAndStop(1);
_root.play();
}
Symbol 927 MovieClip Frame 2
_root.uhr.stop();
Symbol 927 MovieClip Frame 15
zahl = 4;
_root.cheer.play();
_root.wasd.gotoAndStop(1);
_root.studio.gotoAndStop("weg");
_root.exit = 1;
_root.uhr.stop();
Instance of Symbol 889 MovieClip in Symbol 927 MovieClip Frame 15
onClipEvent (enterFrame) {
_root.studio._alpha = 0;
_root.cheery._alpha = 0;
_root.kuckuck._alpha = 0;
_root.wackel._alpha = 0;
_root.uhr.stop();
}
Symbol 927 MovieClip Frame 45
stop();
Symbol 927 MovieClip Frame 46
stop();
Symbol 969 Button
on (keyPress "a") {
gotoAndStop (2);
}
on (keyPress "d") {
gotoAndStop (3);
}
on (keyPress "<Space>") {
gotoAndPlay (4);
}
Symbol 971 Button
on (press) {
gotoAndStop (2);
}
Symbol 972 Button
on (press) {
gotoAndStop (3);
}
Symbol 973 Button
on (press) {
gotoAndPlay (4);
}
Symbol 977 MovieClip Frame 1
_root.wasd.gotoAndStop(1);
_root.button.stop();
stop();
Symbol 977 MovieClip Frame 2
_root.roulette.color = 1;
Symbol 977 MovieClip Frame 3
_root.roulette.color = 2;
Symbol 977 MovieClip Frame 14
_root.auszeit.roulette.play();
Symbol 995 MovieClip Frame 1
Symbol 995 MovieClip Frame 2
_root.auszeit.inner.wurst.neusco._y = _root.auszeit.inner.wurst.neusco._y + 10;
Symbol 995 MovieClip Frame 3
_root.auszeit.inner.wurst.neusco._y = _root.auszeit.inner.wurst.neusco._y - 20;
Symbol 995 MovieClip Frame 4
_root.auszeit.inner.wurst.neusco._y = _root.auszeit.inner.wurst.neusco._y + 20;
Symbol 995 MovieClip Frame 5
_root.auszeit.inner.wurst.neusco._y = _root.auszeit.inner.wurst.neusco._y - 20;
Symbol 995 MovieClip Frame 6
_root.auszeit.inner.wurst.neusco._y = _root.auszeit.inner.wurst.neusco._y + 10;
Symbol 995 MovieClip Frame 31
_root.cheer.stop("cheer");
_root.auszeit.inner.play();
_root.auszeit.roulette.gotoAndStop(1);
Symbol 1019 MovieClip Frame 30
_root.cheer.stop("cheer");
_root.auszeit.inner.play();
_root.auszeit.roulette.gotoAndStop(1);
Symbol 1020 MovieClip Frame 1
stop();
Symbol 1023 MovieClip Frame 1
if (_root.exit == 0) {
_quality = "medium";
}
stop();
Symbol 1023 MovieClip Frame 41
_root.cheer.start(0, 999);
Symbol 1023 MovieClip Frame 42
var color = 1;
_quality = "high";
stop();
_global.steuer = 0;
_root.studio.reporter.stop();
_root.city.transp.stop();
_root.city.transp2.stop();
_root.city.car.stop();
_root.city.car2.stop();
_root.uhr.stop();
_root.button.stop();
_root.power.sound0.stop();
_root.power.sound1.stop();
_root.power.sound2.stop();
_root.power.sound3.stop();
_root.power.sound4.stop();
_root.power.sound2.soundclip.stop();
_root.power.sound3.soundclip.stop();
_root.twister.gotoAndStop(2);
_root.power.shake2.gotoAndStop(3);
_root.power.red.stop();
_root.tornado.inner.inner2.spasti.stop();
_root.tornado.inner.inner2.shit1.inner.stop();
Symbol 1023 MovieClip Frame 43
zufall = random(2);
Symbol 1023 MovieClip Frame 71
if (zufall == 0) {
gotoAndStop ("red");
}
if (zufall == 1) {
gotoAndStop ("black");
}
Symbol 1023 MovieClip Frame 72
if (_root.auszeit.roulette.color == 1) {
_root.auszeit.roulette.winner.gotoAndStop(1);
_root.destruction.dollar.score = _root.destruction.dollar.score * 2;
_root.auszeit.inner.wurst.neuerscore = _root.auszeit.inner.wurst.neuerscore * 2;
_root.dollarshake.play();
} else if (_root.auszeit.roulette.color == 2) {
_root.auszeit.roulette.winner.gotoAndStop(2);
}
Symbol 1023 MovieClip Frame 73
if (_root.auszeit.roulette.color == 2) {
_root.auszeit.roulette.winner.gotoAndStop(1);
_root.destruction.dollar.score = _root.destruction.dollar.score * 2;
_root.auszeit.inner.wurst.neuerscore = _root.auszeit.inner.wurst.neuerscore * 2;
_root.dollarshake.play();
} else if (_root.auszeit.roulette.color == 1) {
_root.auszeit.roulette.winner.gotoAndStop(2);
}
Symbol 1031 Button
on (release) {
_root.auszeit.inner.wurst.messagebox.gotoAndStop("sending");
Tosend = new LoadVars();
Tosend.name = _root.auszeit.inner.wurst.playerName;
Tosend.score = _root.auszeit.inner.wurst.playerScore;
Tosend.gameId = "265";
Tosend.gameVersion = "1.0";
Tosend.key = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((random(3).toString() + random(4).toString()) + random(7).toString()) + random(6).toString()) + random(2).toString()) + random(1).toString()) + random(6).toString()) + random(0).toString()) + random(7).toString()) + random(4).toString()) + random(7).toString()) + random(7).toString()) + random(4).toString()) + random(2).toString()) + random(4).toString()) + random(2).toString()) + random(3).toString()) + random(7).toString()) + random(2).toString()) + random(7).toString()) + random(0).toString()) + random(4).toString()) + random(0).toString()) + random(6).toString()) + random(3).toString()) + random(6).toString()) + random(5).toString()) + random(5).toString()) + random(5).toString()) + random(4).toString()) + random(4).toString()) + random(9).toString()) + random(8).toString()) + random(1).toString()) + random(5).toString()) + random(0).toString()) + random(3).toString()) + random(1).toString()) + random(0).toString()) + random(1).toString()) + random(6).toString()) + random(7).toString()) + random(8).toString()) + random(1).toString()) + random(0).toString()) + random(2).toString()) + random(3).toString()) + random(4).toString()) + random(0).toString()) + random(5).toString()) + random(1).toString()) + random(1).toString()) + random(0).toString()) + random(1).toString()) + random(7).toString()) + random(4).toString()) + random(8).toString()) + random(3).toString()) + random(9).toString()) + random(4).toString()) + random(7).toString()) + random(4).toString()) + random(3).toString()) + random(6).toString()) + random(6).toString()) + random(9).toString()) + random(6).toString()) + random(9).toString()) + random(1).toString()) + random(7).toString()) + random(0).toString()) + random(7).toString()) + random(5).toString()) + random(8).toString()) + random(9).toString()) + random(5).toString()) + random(1).toString()) + random(2).toString()) + random(9).toString()) + random(2).toString()) + random(8).toString()) + random(1).toString()) + random(3).toString()) + random(9).toString()) + random(3).toString()) + random(1).toString()) + random(4).toString()) + random(2).toString()) + random(4).toString()) + random(4).toString()) + random(6).toString()) + random(2).toString()) + random(8).toString()) + random(0).toString()) + random(8).toString()) + random(4).toString()) + random(0).toString()) + random(5).toString()) + random(3).toString()) + random(1).toString()) + random(2).toString()) + random(4).toString()) + random(9).toString()) + random(8).toString()) + random(2).toString()) + random(8).toString()) + random(3).toString()) + random(4).toString()) + random(1).toString()) + random(3).toString()) + random(6).toString()) + random(0).toString()) + random(5).toString()) + random(9).toString()) + random(0).toString()) + random(8).toString()) + random(0).toString()) + random(4).toString()) + random(1).toString()) + random(5).toString()) + random(8).toString()) + random(8).toString()) + random(7).toString()) + random(6).toString()) + random(9).toString()) + random(6).toString()) + random(0).toString()) + random(9).toString();
Tosend.sendAndLoad("http://scores.crazymonkeygames.com/hs/regscores.php", Tosend, "POST");
Tosend.onLoad = function (ok) {
if (ok) {
if (this.ok == 1) {
_root.auszeit.inner.wurst.messagebox.gotoAndStop("sucess");
getURL ("http://scores.crazymonkeygames.com/hs/listscores.php?id=265", "_BLANK");
} else if (this.ok == 0) {
_root.auszeit.inner.wurst.messagebox.gotoAndStop("problem");
} else if (this.ok == 2) {
_root.auszeit.inner.wurst.messagebox.gotoAndStop("update");
getURL ("http://scores.crazymonkeygames.com/hs/pleaseupdate.php", "_blank");
}
}
};
_root.auszeit.inner.wurst.nextFrame;
}
Symbol 1042 Button
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 1045 Button
on (press) {
_root.exit = 0;
_quality = "medium";
_root.gotoAndStop("restart");
}
Symbol 1055 MovieClip Frame 1
stop();
Symbol 1059 MovieClip Frame 1
stop();
Symbol 1062 MovieClip Frame 1
stop();
Symbol 1067 MovieClip Frame 1
stop();
Symbol 1067 MovieClip Frame 2
_root.auszeit.inner.wurst.gotoAndStop(2);
Symbol 1067 MovieClip Frame 3
_root.auszeit.inner.wurst.gotoAndStop(2);
Symbol 1067 MovieClip Frame 4
_root.auszeit.inner.wurst.gotoAndStop(2);
Symbol 1067 MovieClip Frame 5
_root.auszeit.inner.wurst.gotoAndStop(2);
Symbol 1069 Button
on (release) {
getURL ("http://scores.crazymonkeygames.com/hs/listscores.php?id=265", "_blank");
}
Symbol 1071 Button
on (press) {
_root.exit = 0;
_quality = "medium";
_root.gotoAndStop("restart");
}
Symbol 1072 MovieClip Frame 1
var playerName = "";
var playerScore = _root.destruction.dollar.score;
var myData = SharedObject.getLocal("myData");
if (myData.data.alterscoreb == undefined) {
alterscore = 0;
} else {
alterscore = myData.data.alterscoreb;
}
var myData = SharedObject.getLocal("myData");
myData.data.alterscoreb = playerScore;
myData.data.flush();
stop();
Symbol 1073 MovieClip Frame 3
_root.wasd.gotoAndStop(1);
_root.studio._alpha = 0;
_root.power.maximume.gotoAndStop("weg");
_root.studio.reporter._alpha = 0;
_root.studio.reporter.stop();
_root.schiff.stop();
_quality = "high";
_root.exit = 1;
stop();
Instance of Symbol 1072 MovieClip "wurst" in Symbol 1073 MovieClip Frame 3
onClipEvent (enterFrame) {
_root.studio._alpha = 0;
_root.cheery._alpha = 0;
_root.wackel._alpha = 0;
}
Symbol 1073 MovieClip Frame 4
stop();
Symbol 1073 MovieClip Frame 5
stop();
Symbol 1073 MovieClip Frame 6
stop();
Symbol 1073 MovieClip Frame 7
stop();
Symbol 1074 MovieClip Frame 1
_root.kuckuck._alpha = 100;
_root.prebut.gotoAndStop(1);
stop();
Symbol 1074 MovieClip Frame 2
_root.steuer = 0;
stop();
Symbol 1074 MovieClip Frame 3
_root.steuer = 0;
stop();
Symbol 1080 MovieClip Frame 1
stop();
Symbol 1080 MovieClip Frame 10
_root.train.start(0, 0);
Symbol 1080 MovieClip Frame 30
_root.destruction.dollar.score = _root.destruction.dollar.score + 376998;
Symbol 1080 MovieClip Frame 50
_root.timebonus._alpha = 100;
Symbol 1113 MovieClip Frame 1
stop();
Symbol 1122 MovieClip Frame 1
stop();
Symbol 1122 MovieClip Frame 6
_root.studio._alpha = 0;
Symbol 1122 MovieClip Frame 7
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 8
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 9
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 10
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 11
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 12
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 13
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 14
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 15
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 16
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 17
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 18
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 19
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 20
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 21
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 22
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 23
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 24
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 25
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 26
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 27
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 28
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 29
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 30
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 31
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 32
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 33
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 34
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 35
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
Symbol 1122 MovieClip Frame 36
_root.studio._alpha = 0;
_root.power.shake2.rific.gotoAndStop(1);
Symbol 1122 MovieClip Frame 38
_root.studio._alpha = 100;
Symbol 1133 MovieClip Frame 1
_root.studio._alpha = 100;
_root.cheery._alpha = 100;
stop();
Instance of Symbol 1132 MovieClip in Symbol 1133 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.studio._alpha = 0;
_root.cheery._alpha = 0;
}
Symbol 1150 MovieClip Frame 1
if (_root.uhr.inner.time == 5) {
gotoAndStop ("fuenf");
}
if (_root.uhr.inner.time == 3) {
gotoAndStop ("drei");
}
if (_root.uhr.inner.time == 2) {
gotoAndStop ("zwei");
}
if (_root.uhr.inner.time == 1) {
gotoAndStop ("eins");
}
Symbol 1151 MovieClip Frame 1
_root.studio._alpha = 100;
_root.cheery._alpha = 100;
_root.wackel._alpha = 100;
_root.power.shake2.rific.gotoAndStop(1);
stop();
Symbol 1151 MovieClip Frame 2
_root.uhr.stop();
Instance of Symbol 1137 MovieClip in Symbol 1151 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.studio._alpha = 0;
_root.cheery._alpha = 0;
_root.wackel._alpha = 0;
_root.power.shake2.rific.gotoAndStop(2);
}
Symbol 1151 MovieClip Frame 9
_root.uhr.play();
Symbol 1153 MovieClip Frame 1
stop();
Symbol 1153 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.tornado.inner.inner2.gewaechshaus.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 77346;
_root.destruction.dollar.s77346.play();
_root.dollarshake.play();
stop();
Instance of Symbol 349 MovieClip in Symbol 1154 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.nextFrame();
_root.city.grow1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1155 MovieClip Frame 1
stop();
Symbol 1155 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.tornado.inner.inner2.gewaechshaus.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 77346;
_root.destruction.dollar.s77346.play();
_root.dollarshake.play();
stop();
Instance of Symbol 349 MovieClip in Symbol 1156 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.nextFrame();
_root.city.grow2.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1157 MovieClip Frame 1
stop();
Symbol 1157 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.tornado.inner.inner2.gewaechshaus.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 77346;
_root.destruction.dollar.s77346.play();
_root.dollarshake.play();
stop();
Instance of Symbol 349 MovieClip in Symbol 1158 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.nextFrame();
_root.city.grow3.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1159 MovieClip Frame 1
stop();
Symbol 1159 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.tornado.inner.inner2.gewaechshaus.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 77346;
_root.destruction.dollar.s77346.play();
_root.dollarshake.play();
stop();
Instance of Symbol 349 MovieClip in Symbol 1160 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.nextFrame();
_root.city.grow4.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1168 MovieClip Frame 1
stop();
Symbol 1168 MovieClip Frame 2
_root.tornado.inner.inner2.orange.play();
zufall = random(4);
_root.destruction.dollar.score = _root.destruction.dollar.score + 13035;
_root.destruction.dollar.s13035.play();
_root.dollarshake.play();
if (zufall == 2) {
_root.timebonus.play();
}
if (zufall == 4) {
_root.jackpot.play();
}
stop();
Symbol 1172 MovieClip Frame 1
stop();
Symbol 1172 MovieClip Frame 2
_root.tornado.inner.inner2.violett.play();
zufall = random(4);
_root.destruction.dollar.score = _root.destruction.dollar.score + 11339;
_root.destruction.dollar.s11339.play();
_root.dollarshake.play();
if (zufall == 2) {
_root.timebonus.play();
}
stop();
Instance of Symbol 565 MovieClip "rgbcar2l" in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 565 MovieClip "car2wqe" in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1168 MovieClip "rcar2eer" in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1168 MovieClip "car2fdgdfgiz" in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1172 MovieClip "blauemaxs" in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1172 MovieClip "blae3umaxa" in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1172 MovieClip "blauaaaqmaxg" in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 565 MovieClip "rgbcar2po" in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1168 MovieClip "rcar2eercvcvcv" in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1172 MovieClip "blauemaxcv" in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Symbol 1181 MovieClip Frame 1
stop();
Symbol 1181 MovieClip Frame 4
gotoAndStop (1);
Symbol 1181 MovieClip Frame 7
gotoAndStop (1);
Symbol 1181 MovieClip Frame 10
gotoAndStop (1);
Symbol 1185 MovieClip Frame 1
zufall = random(3);
if (zufall == 2) {
gotoAndStop (2);
}
stop();
Symbol 1186 MovieClip Frame 1
stop();
Symbol 1186 MovieClip Frame 101
_root.destruction.nextFrame();
_root.wheely = 1;
_root.linebar.nextFrame();
_root.boom2.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 245643;
_root.destruction.dollar.s245643.play();
stop();
Instance of Symbol 1187 MovieClip in Symbol 1188 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 565 MovieClip "rgbcar2l" in Symbol 1192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 565 MovieClip "car2wqe" in Symbol 1192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1168 MovieClip "rcar2eer" in Symbol 1192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1168 MovieClip "car2fdgdfgiz" in Symbol 1192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1172 MovieClip "blauemaxs" in Symbol 1192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1172 MovieClip "blauaaaqmaxg" in Symbol 1192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 565 MovieClip "rgbcar2po" in Symbol 1192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1168 MovieClip "rcar2eercvcvcv" in Symbol 1192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Symbol 1197 MovieClip Frame 1
stop();
Symbol 1197 MovieClip Frame 2
_root.destruction.dollar.score = _root.destruction.dollar.score + 23511;
_root.destruction.dollar.s23511.play();
_root.dollarshake.play();
zufall = random(6);
if (zufall == 2) {
_root.timebonus.play();
}
_root.waggonser = _root.waggonser + 1;
if (_root.waggonser >= 6) {
_root.trainbonus.play();
_root.zugneu.play();
}
_root.tornado.inner.inner2.waggon.play();
Symbol 1198 MovieClip Frame 1
if (_root.zug == 0) {
stop();
}
Instance of Symbol 1197 MovieClip "inner" in Symbol 1198 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 2) {
this.gotoAndStop(2);
}
}
}
Symbol 1201 MovieClip Frame 1
stop();
Symbol 1201 MovieClip Frame 2
_root.city.zug6.stop();
_root.destruction.dollar.score = _root.destruction.dollar.score + 23511;
_root.destruction.dollar.s23511.play();
_root.dollarshake.play();
_root.zug = 0;
zufall = random(6);
if (zufall == 2) {
_root.timebonus.play();
}
_root.waggonser = _root.waggonser + 1;
if (_root.waggonser >= 6) {
_root.trainbonus.play();
_root.zugneu.play();
}
_root.tornado.inner.inner2.waggon.play();
Symbol 1202 MovieClip Frame 1
if (_root.zug == 0) {
stop();
}
Instance of Symbol 1201 MovieClip "inner" in Symbol 1202 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 2) {
this.gotoAndStop(2);
}
}
}
Symbol 1205 MovieClip Frame 1
stop();
Symbol 1205 MovieClip Frame 2
_root.city.zug5.stop();
_root.city.zug6.stop();
_root.destruction.dollar.score = _root.destruction.dollar.score + 23511;
_root.destruction.dollar.s23511.play();
_root.dollarshake.play();
_root.zug = 0;
zufall = random(6);
if (zufall == 2) {
_root.timebonus.play();
}
_root.waggonser = _root.waggonser + 1;
if (_root.waggonser >= 6) {
_root.trainbonus.play();
_root.zugneu.play();
}
_root.tornado.inner.inner2.waggon.play();
Symbol 1206 MovieClip Frame 1
if (_root.zug == 0) {
stop();
}
Instance of Symbol 1205 MovieClip "inner" in Symbol 1206 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 2) {
this.gotoAndStop(2);
}
}
}
Symbol 1209 MovieClip Frame 1
stop();
Symbol 1209 MovieClip Frame 2
_root.city.zug4.stop();
_root.city.zug5.stop();
_root.city.zug6.stop();
_root.destruction.dollar.score = _root.destruction.dollar.score + 23511;
_root.destruction.dollar.s23511.play();
_root.dollarshake.play();
_root.zug = 0;
zufall = random(6);
if (zufall == 2) {
_root.timebonus.play();
}
_root.waggonser = _root.waggonser + 1;
if (_root.waggonser >= 6) {
_root.trainbonus.play();
_root.zugneu.play();
}
_root.tornado.inner.inner2.waggon.play();
Symbol 1210 MovieClip Frame 1
if (_root.zug == 0) {
stop();
}
Instance of Symbol 1209 MovieClip "inner" in Symbol 1210 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 2) {
this.gotoAndStop(2);
}
}
}
Symbol 1213 MovieClip Frame 1
stop();
Symbol 1213 MovieClip Frame 2
_root.city.zug3.stop();
_root.city.zug4.stop();
_root.city.zug5.stop();
_root.city.zug6.stop();
_root.zug = 0;
_root.destruction.dollar.score = _root.destruction.dollar.score + 23511;
_root.destruction.dollar.s23511.play();
_root.dollarshake.play();
zufall = random(6);
if (zufall == 2) {
_root.timebonus.play();
}
_root.waggonser = _root.waggonser + 1;
if (_root.waggonser >= 6) {
_root.trainbonus.play();
_root.zugneu.play();
}
_root.tornado.inner.inner2.waggon.play();
Symbol 1214 MovieClip Frame 1
if (_root.zug == 0) {
stop();
}
Instance of Symbol 1213 MovieClip "inner" in Symbol 1214 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 2) {
this.gotoAndStop(2);
}
}
}
Symbol 1216 MovieClip Frame 1
stop();
Symbol 1217 MovieClip Frame 1
stop();
Symbol 1217 MovieClip Frame 2
_root.city.zug2.stop();
_root.city.zug3.stop();
_root.city.zug4.stop();
_root.city.zug5.stop();
_root.city.zug6.stop();
_root.zug = 0;
zufall = random(6);
_root.destruction.dollar.score = _root.destruction.dollar.score + 43357;
_root.destruction.dollar.s43357.play();
_root.dollarshake.play();
if (zufall == 2) {
_root.timebonus.play();
}
_root.waggonser = _root.waggonser + 1;
if (_root.waggonser >= 6) {
_root.trainbonus.play();
_root.zugneu.play();
}
_root.train.stop("train");
_root.tornado.inner.inner2.lok.play();
Symbol 1218 MovieClip Frame 1
stop();
Symbol 1219 MovieClip Frame 1
stop();
Instance of Symbol 1217 MovieClip "inner" in Symbol 1219 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 2) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.hit) && (_root.exit == 0)) {
_root.trainsound.play();
}
}
Instance of Symbol 1218 MovieClip "wssss" in Symbol 1219 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.city.zug2)) {
_root.city.zug1.stop();
} else if (this.hitTest(_root.city.zug3)) {
_root.city.zug1.stop();
} else if (this.hitTest(_root.city.zug4)) {
_root.city.zug1.stop();
} else if (this.hitTest(_root.city.zug5)) {
_root.city.zug1.stop();
} else if (this.hitTest(_root.city.zug6)) {
_root.city.zug1.stop();
} else {
_root.zug = 0;
_root.waggonser = 0;
_root.city.zug2.inner.gotoAndStop(1);
_root.city.zug3.inner.gotoAndStop(1);
_root.city.zug4.inner.gotoAndStop(1);
_root.city.zug5.inner.gotoAndStop(1);
_root.city.zug6.inner.gotoAndStop(1);
_root.city.zug2.gotoAndPlay(2);
_root.city.zug3.gotoAndPlay(2);
_root.city.zug4.gotoAndPlay(2);
_root.city.zug5.gotoAndPlay(2);
_root.city.zug6.gotoAndPlay(2);
_root.city.zug1.gotoAndPlay(2);
}
}
Symbol 1219 MovieClip Frame 2
_root.waggonser = 0;
Instance of Symbol 1217 MovieClip "inner" in Symbol 1219 MovieClip Frame 140
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 2) {
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.hit)) {
_root.trainsound.play();
}
}
Instance of Symbol 317 MovieClip "car2" in Symbol 1220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
_root.city.car2.stop();
_root.city.car2.wsss.gotoAndStop(2);
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.hit)) {
_root.policesiren.gotoAndPlay(2);
}
}
Instance of Symbol 318 MovieClip "wsss" in Symbol 1220 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.city.zug1)) {
_root.city.car2.stop();
} else if (this.hitTest(_root.city.zug2)) {
_root.city.car2.stop();
} else if (this.hitTest(_root.city.zug3)) {
_root.city.car2.stop();
} else if (this.hitTest(_root.city.zug4)) {
_root.city.car2.stop();
} else if (this.hitTest(_root.city.zug5)) {
_root.city.car2.stop();
} else if (this.hitTest(_root.city.zug6)) {
_root.city.car2.stop();
} else {
_root.city.car2.play();
}
}
Symbol 1223 MovieClip Frame 1
stop();
Symbol 1223 MovieClip Frame 2
_root.tornado.inner.inner2.transp.play();
if (_root.jacky == 0) {
_root.jackpot.play();
}
stop();
Symbol 1224 MovieClip Frame 1
stop();
Instance of Symbol 1223 MovieClip "car2" in Symbol 1225 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 2) {
_root.city.transp.stop();
_root.city.transp.wsss.gotoAndStop(2);
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1224 MovieClip "wsss" in Symbol 1225 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.city.zug1)) {
_root.city.transp.stop();
} else if (this.hitTest(_root.city.zug2)) {
_root.city.transp.stop();
} else if (this.hitTest(_root.city.zug3)) {
_root.city.transp.stop();
} else if (this.hitTest(_root.city.zug4)) {
_root.city.transp.stop();
} else if (this.hitTest(_root.city.zug5)) {
_root.city.transp.stop();
} else if (this.hitTest(_root.city.zug6)) {
_root.city.transp.stop();
} else {
_root.city.transp.play();
}
}
Instance of Symbol 1223 MovieClip "car2" in Symbol 1225 MovieClip Frame 643
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
_root.city.car2.stop();
_root.city.car2.wsss.gotoAndStop(2);
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1223 MovieClip "car2" in Symbol 1225 MovieClip Frame 811
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
_root.city.car2.stop();
_root.city.car2.wsss.gotoAndStop(2);
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.hit)) {
_root.policesiren.gotoAndPlay(2);
}
}
Symbol 1227 MovieClip Frame 1
stop();
Symbol 1227 MovieClip Frame 2
_root.tornado.inner.inner2.transp.play();
if (_root.jacky == 0) {
_root.jackpot.play();
}
stop();
Instance of Symbol 1227 MovieClip "car2" in Symbol 1228 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 2) {
_root.city.transp2.stop();
_root.city.transp2.wsss.gotoAndStop(2);
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1218 MovieClip "wsss" in Symbol 1228 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.city.zug1)) {
_root.city.transp2.stop();
} else if (this.hitTest(_root.city.zug2)) {
_root.city.transp2.stop();
} else if (this.hitTest(_root.city.zug3)) {
_root.city.transp2.stop();
} else if (this.hitTest(_root.city.zug4)) {
_root.city.transp2.stop();
} else if (this.hitTest(_root.city.zug5)) {
_root.city.transp2.stop();
} else if (this.hitTest(_root.city.zug6)) {
_root.city.transp2.stop();
} else {
_root.city.transp2.play();
}
}
Instance of Symbol 1227 MovieClip "car2" in Symbol 1228 MovieClip Frame 890
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
_root.city.car2.stop();
_root.city.car2.wsss.gotoAndStop(2);
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.hit)) {
_root.policesiren.gotoAndPlay(2);
}
}
Symbol 1239 MovieClip Frame 1
stop();
Symbol 1239 MovieClip Frame 4
gotoAndStop (1);
Symbol 1239 MovieClip Frame 7
gotoAndStop (1);
Symbol 1239 MovieClip Frame 10
gotoAndStop (1);
Symbol 1247 MovieClip Frame 1
zufall = random(2);
if (zufall == 1) {
gotoAndStop (2);
}
stop();
Symbol 1270 MovieClip Frame 2
_root.cheery.play();
Symbol 1270 MovieClip Frame 26
Symbol 1271 MovieClip Frame 1
_root.blitz.play();
Symbol 1271 MovieClip Frame 32
_root.city.plant1.hausi.nextFrame();
stop();
Symbol 1272 MovieClip Frame 1
stop();
Instance of Symbol 1240 MovieClip in Symbol 1272 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.nextFrame();
_root.city.shuttle.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1272 MovieClip Frame 200
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 488999;
_root.destruction.dollar.s488999.play();
_root.dollarshake.play();
stop();
Symbol 1274 MovieClip Frame 1
stop();
Instance of Symbol 381 MovieClip in Symbol 1274 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.nextFrame();
_root.city.gas4.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1274 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1283 MovieClip Frame 1
stop();
Symbol 1283 MovieClip Frame 4
gotoAndStop (1);
Symbol 1283 MovieClip Frame 7
gotoAndStop (1);
Symbol 1283 MovieClip Frame 10
gotoAndStop (1);
Symbol 1285 MovieClip Frame 1
stop();
Symbol 1285 MovieClip Frame 101
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.boom.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 376998;
_root.destruction.dollar.s376998.play();
_root.dollarshake.play();
stop();
Instance of Symbol 1286 MovieClip in Symbol 1287 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.nextFrame();
_root.city.haus2.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 1286 MovieClip in Symbol 1288 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.nextFrame();
_root.city.haus1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 1286 MovieClip in Symbol 1289 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.nextFrame();
_root.city.haus10.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 1286 MovieClip in Symbol 1290 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.nextFrame();
_root.city.haus5.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 1286 MovieClip in Symbol 1291 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.nextFrame();
_root.city.haus7.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 1286 MovieClip in Symbol 1292 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.nextFrame();
_root.city.haus3.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 1286 MovieClip in Symbol 1293 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.nextFrame();
_root.city.haus6.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 1286 MovieClip in Symbol 1294 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.nextFrame();
_root.city.haus8.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 471 MovieClip in Symbol 1295 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill2.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 471 MovieClip in Symbol 1296 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.nextFrame();
_root.city.mill1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 458 MovieClip in Symbol 1297 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.nextFrame();
_root.city.klein9.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1305 MovieClip Frame 1
stop();
Symbol 1305 MovieClip Frame 4
gotoAndStop (1);
Symbol 1305 MovieClip Frame 7
gotoAndStop (1);
Symbol 1305 MovieClip Frame 10
gotoAndStop (1);
Symbol 1309 MovieClip Frame 1
zufall = random(3);
if (zufall == 2) {
gotoAndStop (2);
}
stop();
Symbol 1310 MovieClip Frame 1
stop();
Symbol 1310 MovieClip Frame 131
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.boom3.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 226334;
_root.destruction.dollar.s226334.play();
_root.dollarshake.play();
stop();
Instance of Symbol 1311 MovieClip in Symbol 1312 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.nextFrame();
_root.city.mart1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 435 MovieClip in Symbol 1315 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.nextFrame();
_root.city.mittel3.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1323 MovieClip Frame 1
stop();
Symbol 1323 MovieClip Frame 4
gotoAndStop (1);
Symbol 1323 MovieClip Frame 7
gotoAndStop (1);
Symbol 1323 MovieClip Frame 10
gotoAndStop (1);
Symbol 1328 MovieClip Frame 1
zufall = random(3);
if (zufall == 2) {
gotoAndStop (2);
}
stop();
Symbol 1329 MovieClip Frame 1
stop();
Symbol 1329 MovieClip Frame 101
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.parkboom.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 376998;
_root.destruction.dollar.s376998.play();
_root.dollarshake.play();
stop();
Instance of Symbol 1330 MovieClip in Symbol 1331 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.nextFrame();
_root.city.park1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 458 MovieClip in Symbol 1332 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.nextFrame();
_root.city.klein5.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1338 MovieClip Frame 1
stop();
Instance of Symbol 1338 MovieClip in Symbol 1339 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.wheely == 1) {
this.gotoAndStop(2);
}
}
Symbol 1344 MovieClip Frame 1
stop();
Symbol 1344 MovieClip Frame 4
gotoAndStop (1);
Symbol 1344 MovieClip Frame 7
gotoAndStop (1);
Symbol 1344 MovieClip Frame 10
gotoAndStop (1);
Symbol 1351 MovieClip Frame 1
zufall = random(2);
if (zufall == 1) {
gotoAndStop (2);
}
stop();
Symbol 1352 MovieClip Frame 1
stop();
Instance of Symbol 1345 MovieClip in Symbol 1352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1352 MovieClip Frame 261
_root.destruction.nextFrame();
_root.tornado.inner.inner2.gondel.play();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 488999;
_root.destruction.dollar.s488999.play();
_root.dollarshake.play();
_root.wheelbroke.play();
stop();
Symbol 1361 MovieClip Frame 1
stop();
Symbol 1361 MovieClip Frame 4
gotoAndStop (1);
Symbol 1361 MovieClip Frame 7
gotoAndStop (1);
Symbol 1361 MovieClip Frame 10
gotoAndStop (1);
Symbol 1366 MovieClip Frame 1
zufall = random(2);
if (zufall == 1) {
gotoAndStop (2);
}
stop();
Symbol 1388 MovieClip Frame 2
_root.cheery.play();
Symbol 1388 MovieClip Frame 27
stop();
Symbol 1389 MovieClip Frame 1
_root.blitz.play();
Symbol 1389 MovieClip Frame 45
_root.wackel.play();
stop();
Symbol 1390 MovieClip Frame 1
stop();
Instance of Symbol 1362 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.nextFrame();
_root.city.plant1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1390 MovieClip Frame 322
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 488999;
_root.destruction.dollar.s488999.play();
_root.dollarshake.play();
stop();
Instance of Symbol 542 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
this.play();
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 542 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 542 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 443 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
this.play();
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 536 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 536 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 443 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 542 MovieClip in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Symbol 1398 MovieClip Frame 1
stop();
Symbol 1398 MovieClip Frame 2
_root.parkboom._x = _root.twister._x;
_root.parkboom._y = _root.twister._y;
Symbol 1398 MovieClip Frame 3
_root.city._x = _root.city._x + 30;
Symbol 1398 MovieClip Frame 4
_root.city._x = _root.city._x - 30;
Symbol 1405 MovieClip Frame 1
stop();
Symbol 1405 MovieClip Frame 2
_root.wheelbroke._x = _root.twister._x;
_root.wheelbroke._y = _root.twister._y;
Symbol 1405 MovieClip Frame 3
_root.city._x = _root.city._x + 30;
Symbol 1405 MovieClip Frame 4
_root.city._x = _root.city._x - 30;
Symbol 1407 MovieClip Frame 1
stop();
Symbol 1407 MovieClip Frame 39
_global.steuer = 0;
stopAllSounds();
_root.auszeit.gotoAndStop("completed");
_root.uhr.stop();
_root.levler.inner.gotoAndStop(2);
_root.prebut.gotoAndStop(2);
_root.ueberschuss = _root.uhr.inner.time;
_root.smashing.inner.stop();
_root.power.button.stop();
_root.power.sound0.stop();
_root.power.sound1.stop();
_root.power.sound2.stop();
_root.power.sound3.stop();
_root.power.sound4.stop();
_root.button.stop();
_root.power.sound2.soundclip.stop();
_root.power.sound3.soundclip.stop();
_root.twister.gotoAndStop(2);
_root.power.shake2.gotoAndStop(3);
_root.power.red.stop();
_root.tornado.inner.inner2.spasti.stop();
_root.tornado.inner.inner2.shit1.inner.stop();
_root.uhr.inner.gotoAndStop(2);
_root.destruction.uhr.gotoAndStop(2);
_root.destruction.dollar.gotoAndStop(2);
Symbol 1410 MovieClip Frame 1
stop();
Symbol 1411 MovieClip Frame 1
stop();
Symbol 1411 MovieClip Frame 3
_root.tornado.inner.inner2.baum2.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 757;
_root.dollarshake.play();
_root.destruction.dollar.s757.play();
_root.timebonus.play();
Symbol 1411 MovieClip Frame 21
stop();
Symbol 1415 MovieClip Frame 1
stop();
Symbol 1416 MovieClip Frame 1
stop();
Symbol 1416 MovieClip Frame 3
_root.tornado.inner.inner2.palme.play();
zufall = random(6);
if (zufall == 2) {
_root.timebonus.play();
}
if (zufall == 5) {
if (_root.jacky == 0) {
_root.jackpot.play();
}
}
Symbol 1416 MovieClip Frame 21
stop();
Symbol 1428 MovieClip Frame 1
stop();
Symbol 1428 MovieClip Frame 4
gotoAndStop (1);
Symbol 1428 MovieClip Frame 7
gotoAndStop (1);
Symbol 1428 MovieClip Frame 10
gotoAndStop (1);
Symbol 1433 MovieClip Frame 1
zufall = random(2);
if (zufall == 1) {
gotoAndStop (2);
}
stop();
Symbol 1454 MovieClip Frame 2
_root.cheery.play();
Symbol 1455 MovieClip Frame 1
Symbol 1455 MovieClip Frame 29
stop();
Symbol 1456 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip in Symbol 1456 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.nextFrame();
_root.city.rig13.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1456 MovieClip Frame 90
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1458 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip in Symbol 1458 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.nextFrame();
_root.city.rig12.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1458 MovieClip Frame 90
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1460 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip in Symbol 1460 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.nextFrame();
_root.city.rig11.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1460 MovieClip Frame 90
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1462 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip in Symbol 1462 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.nextFrame();
_root.city.rig1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1462 MovieClip Frame 90
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1464 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip in Symbol 1464 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.nextFrame();
_root.city.rig2.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1464 MovieClip Frame 90
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1466 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip in Symbol 1466 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.nextFrame();
_root.city.rig3.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1466 MovieClip Frame 91
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1468 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip in Symbol 1468 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.nextFrame();
_root.city.rig4.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1468 MovieClip Frame 90
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1470 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip in Symbol 1470 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.nextFrame();
_root.city.rig5.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1470 MovieClip Frame 90
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1472 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip in Symbol 1472 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.nextFrame();
_root.city.rig6.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1472 MovieClip Frame 90
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1474 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip in Symbol 1474 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.nextFrame();
_root.city.rig7.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1474 MovieClip Frame 90
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1476 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip in Symbol 1476 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.nextFrame();
_root.city.rig8.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1476 MovieClip Frame 90
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1478 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip in Symbol 1478 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.nextFrame();
_root.city.rig9.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1478 MovieClip Frame 90
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1480 MovieClip Frame 1
stop();
Instance of Symbol 1429 MovieClip in Symbol 1480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.nextFrame();
_root.city.rig10.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1480 MovieClip Frame 90
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Instance of Symbol 1411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Symbol 1488 MovieClip Frame 1
stop();
Symbol 1488 MovieClip Frame 2
_root.boom4._x = _root.twister._x;
_root.boom4._y = _root.twister._y;
Symbol 1488 MovieClip Frame 3
_root.city._x = _root.city._x + 30;
Symbol 1488 MovieClip Frame 4
_root.city._x = _root.city._x - 30;
Symbol 1498 MovieClip Frame 1
stop();
Symbol 1498 MovieClip Frame 2
_root.boom6._x = _root.twister._x;
_root.boom6._y = _root.twister._y;
Symbol 1498 MovieClip Frame 3
_root.city._x = _root.city._x + 30;
Symbol 1498 MovieClip Frame 4
_root.city._x = _root.city._x - 30;
Symbol 1507 MovieClip Frame 1
stop();
Symbol 1507 MovieClip Frame 2
_root.boom7._x = _root.twister._x;
_root.boom7._y = _root.twister._y;
Symbol 1507 MovieClip Frame 3
_root.city._x = _root.city._x + 30;
Symbol 1507 MovieClip Frame 4
_root.city._x = _root.city._x - 30;
Symbol 1516 MovieClip Frame 1
stop();
Symbol 1516 MovieClip Frame 2
_root.boom8._x = _root.twister._x;
_root.boom8._y = _root.twister._y;
Symbol 1516 MovieClip Frame 3
_root.city._x = _root.city._x + 30;
Symbol 1516 MovieClip Frame 4
_root.city._x = _root.city._x - 30;
Symbol 1527 MovieClip Frame 1
stop();
Symbol 1527 MovieClip Frame 2
_root.donutkaputt._x = _root.twister._x;
_root.donutkaputt._y = _root.twister._y;
Symbol 1527 MovieClip Frame 3
_root.city._x = _root.city._x + 30;
Symbol 1527 MovieClip Frame 4
_root.city._x = _root.city._x - 30;
Symbol 1529 MovieClip Frame 1
stop();
Symbol 1529 MovieClip Frame 14
_global.steuer = 0;
stopAllSounds();
_root.levler.inner.gotoAndStop(2);
_root.auszeit.gotoAndStop("completed");
_root.prebut.gotoAndStop(2);
_root.uhr.stop();
_root.ueberschuss = _root.uhr.inner.time;
_root.smashing.inner.stop();
_root.power.button.stop();
_root.power.sound0.stop();
_root.power.sound1.stop();
_root.power.sound2.stop();
_root.power.sound3.stop();
_root.power.sound4.stop();
_root.button.stop();
_root.power.sound2.soundclip.stop();
_root.power.sound3.soundclip.stop();
_root.twister.gotoAndStop(2);
_root.power.shake2.gotoAndStop(3);
_root.power.red.stop();
_root.tornado.inner.inner2.spasti.stop();
_root.tornado.inner.inner2.shit1.inner.stop();
_root.uhr.inner.gotoAndStop(2);
_root.destruction.uhr.gotoAndStop(2);
_root.destruction.dollar.gotoAndStop(2);
Symbol 1530 MovieClip Frame 1
_root.uhr.inner.time = 10;
stop();
Symbol 1530 MovieClip Frame 31
_root.uhr.inner.time = _root.uhr.inner.time - 1;
if (_root.uhr.inner.time == 3) {
_root.kuckuck.play();
}
if (_root.uhr.inner.time == 2) {
_root.kuckuck.play();
}
if (_root.uhr.inner.time == 1) {
_root.kuckuck.play();
}
if (_root.uhr.inner.time <= 0) {
stopAllSounds();
_root.auszeit.gotoAndStop("gameover");
_root.power.button.stop();
_global.steuer = 0;
_root.uhr.stop();
_root.button.stop();
_root.power.sound0.stop();
_root.power.sound1.stop();
_root.power.sound2.stop();
_root.power.sound3.stop();
_root.power.sound4.stop();
_root.power.sound2.soundclip.stop();
_root.power.sound3.soundclip.stop();
_root.twister.gotoAndStop(2);
_root.power.shake2.gotoAndStop(3);
_root.power.red.stop();
_root.tornado.inner.inner2.spasti.stop();
_root.tornado.inner.inner2.shit1.inner.stop();
_root.uhr.inner.gotoAndStop(2);
_root.destruction.uhr.gotoAndStop(2);
_root.destruction.dollar.gotoAndStop(2);
} else if (_root.uhr.inner.time >= 1) {
gotoAndPlay (2);
}
Instance of Symbol 471 MovieClip in Symbol 1532 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill2.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.nextFrame();
_root.city.mill3.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1545 MovieClip Frame 1
stop();
Symbol 1545 MovieClip Frame 4
gotoAndStop (1);
Symbol 1545 MovieClip Frame 7
gotoAndStop (1);
Symbol 1545 MovieClip Frame 10
gotoAndStop (1);
Symbol 1552 MovieClip Frame 1
zufall = random(2);
if (zufall == 1) {
gotoAndStop (2);
}
stop();
Symbol 1553 MovieClip Frame 1
stop();
Instance of Symbol 1546 MovieClip in Symbol 1553 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.nextFrame();
_root.city.eiffel1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1553 MovieClip Frame 300
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 488999;
_root.destruction.dollar.s488999.play();
_root.dollarshake.play();
_root.boom4.play();
stop();
Instance of Symbol 1172 MovieClip "blae3umaxa" in Symbol 1554 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1172 MovieClip "blauemaxcv" in Symbol 1554 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Symbol 1564 MovieClip Frame 1
stop();
Symbol 1564 MovieClip Frame 4
gotoAndStop (1);
Symbol 1564 MovieClip Frame 7
gotoAndStop (1);
Symbol 1564 MovieClip Frame 10
gotoAndStop (1);
Symbol 1570 MovieClip Frame 1
zufall = random(2);
if (zufall == 1) {
gotoAndStop (2);
}
stop();
Symbol 1571 MovieClip Frame 1
stop();
Instance of Symbol 1565 MovieClip in Symbol 1571 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.nextFrame();
_root.city.koloss1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1571 MovieClip Frame 301
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 488999;
_root.destruction.dollar.s488999.play();
_root.dollarshake.play();
_root.boom8.play();
stop();
Symbol 1573 MovieClip Frame 1
stop();
Instance of Symbol 381 MovieClip in Symbol 1573 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.nextFrame();
_root.city.gas11.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1573 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1575 MovieClip Frame 1
stop();
Instance of Symbol 381 MovieClip in Symbol 1575 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.nextFrame();
_root.city.gas10.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1575 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1578 MovieClip Frame 1
stop();
Instance of Symbol 1577 MovieClip in Symbol 1578 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.nextFrame();
_root.city.wasser.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1578 MovieClip Frame 202
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.boom5.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 77346;
_root.destruction.dollar.s77346.play();
_root.dollarshake.play();
stop();
Symbol 1588 MovieClip Frame 1
stop();
Symbol 1588 MovieClip Frame 4
gotoAndStop (1);
Symbol 1588 MovieClip Frame 7
gotoAndStop (1);
Symbol 1588 MovieClip Frame 10
gotoAndStop (1);
Symbol 1592 MovieClip Frame 1
zufall = random(3);
if (zufall == 2) {
gotoAndStop (2);
}
stop();
Symbol 1593 MovieClip Frame 1
stop();
Symbol 1593 MovieClip Frame 61
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.boom6.play();
_root.tornado.inner.inner2.clown.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 226334;
_root.destruction.dollar.s226334.play();
_root.dollarshake.play();
stop();
Instance of Symbol 1594 MovieClip in Symbol 1595 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.nextFrame();
_root.city.circus2.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1606 MovieClip Frame 1
stop();
Symbol 1606 MovieClip Frame 4
gotoAndStop (1);
Symbol 1606 MovieClip Frame 7
gotoAndStop (1);
Symbol 1606 MovieClip Frame 10
gotoAndStop (1);
Symbol 1610 MovieClip Frame 1
zufall = random(3);
if (zufall == 2) {
gotoAndStop (2);
}
stop();
Symbol 1611 MovieClip Frame 1
stop();
Symbol 1611 MovieClip Frame 241
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.boom7.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 226334;
_root.destruction.dollar.s226334.play();
_root.dollarshake.play();
stop();
Instance of Symbol 1612 MovieClip in Symbol 1613 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.nextFrame();
_root.city.burg1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 1612 MovieClip in Symbol 1614 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.nextFrame();
_root.city.burg2.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 1612 MovieClip in Symbol 1615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.nextFrame();
_root.city.burg5.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 1594 MovieClip in Symbol 1616 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.nextFrame();
_root.city.circus1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Instance of Symbol 1286 MovieClip in Symbol 1617 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.nextFrame();
_root.city.haus4.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1625 MovieClip Frame 1
stop();
Symbol 1625 MovieClip Frame 4
gotoAndStop (1);
Symbol 1625 MovieClip Frame 7
gotoAndStop (1);
Symbol 1625 MovieClip Frame 10
gotoAndStop (1);
Symbol 1626 MovieClip Frame 1
stop();
Symbol 1626 MovieClip Frame 101
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.donutkaputt.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 245643;
_root.destruction.dollar.s245643.play();
stop();
Instance of Symbol 1187 MovieClip in Symbol 1627 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.nextFrame();
_root.city.donalds1.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1628 MovieClip Frame 1
stop();
Instance of Symbol 381 MovieClip in Symbol 1628 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.nextFrame();
_root.city.gas7.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1628 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1630 MovieClip Frame 1
stop();
Instance of Symbol 381 MovieClip in Symbol 1630 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.nextFrame();
_root.city.gas8.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1630 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1632 MovieClip Frame 1
stop();
Instance of Symbol 381 MovieClip in Symbol 1632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.nextFrame();
_root.city.gas9.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1632 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Symbol 1634 MovieClip Frame 1
stop();
Symbol 1634 MovieClip Frame 101
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.donutkaputt.play();
_root.destruction.dollar.score = _root.destruction.dollar.score + 245643;
_root.destruction.dollar.s245643.play();
stop();
Instance of Symbol 1187 MovieClip in Symbol 1635 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.nextFrame();
_root.city.donalds2.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1642 MovieClip Frame 1
stop();
Symbol 1642 MovieClip Frame 4
gotoAndStop (1);
Symbol 1642 MovieClip Frame 7
gotoAndStop (1);
Symbol 1642 MovieClip Frame 10
gotoAndStop (1);
Symbol 1649 MovieClip Frame 1
zufall = random(2);
if (zufall == 1) {
gotoAndStop (2);
}
stop();
Symbol 1650 MovieClip Frame 1
stop();
Instance of Symbol 1643 MovieClip in Symbol 1650 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.nextFrame();
_root.city.wonderwheel.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1650 MovieClip Frame 261
_root.destruction.nextFrame();
_root.tornado.inner.inner2.gondel.play();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 488999;
_root.destruction.dollar.s488999.play();
_root.dollarshake.play();
_root.wheelbroke.play();
stop();
Symbol 1653 MovieClip Frame 1
stop();
Instance of Symbol 1362 MovieClip in Symbol 1653 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.nextFrame();
_root.city.plant2.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1653 MovieClip Frame 321
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 488999;
_root.destruction.dollar.s488999.play();
_root.dollarshake.play();
stop();
Symbol 1655 MovieClip Frame 1
stop();
Instance of Symbol 381 MovieClip in Symbol 1655 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.nextFrame();
_root.city.gas5.hausi.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1655 MovieClip Frame 51
_root.destruction.nextFrame();
_root.linebar.nextFrame();
_root.destruction.dollar.score = _root.destruction.dollar.score + 14632;
_root.destruction.dollar.s14632.play();
_root.dollarshake.play();
stop();
Instance of Symbol 542 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 542 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 542 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 542 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
this.play();
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 443 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 443 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 536 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
this.play();
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 325 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 565 MovieClip "rgbcar2po7" in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1168 MovieClip "rcar2eer" in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1172 MovieClip "blauaaaqmaxg" in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1172 MovieClip "blauaaaqmaxg" in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 565 MovieClip "rgbcar2l" in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft >= 1) {
this.gotoAndStop(2);
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1416 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 329 MovieClip in Symbol 1657 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Symbol 1659 MovieClip Frame 1
stop();
Symbol 1659 MovieClip Frame 43
_global.steuer = 0;
stopAllSounds();
_root.levler.inner.gotoAndStop(2);
_root.auszeit.gotoAndStop("completed");
_root.prebut.gotoAndStop(2);
_root.uhr.stop();
_root.ueberschuss = _root.uhr.inner.time;
_root.smashing.inner.stop();
_root.power.button.stop();
_root.power.sound0.stop();
_root.power.sound1.stop();
_root.power.sound2.stop();
_root.power.sound3.stop();
_root.power.sound4.stop();
_root.button.stop();
_root.power.sound2.soundclip.stop();
_root.power.sound3.soundclip.stop();
_root.twister.gotoAndStop(2);
_root.power.shake2.gotoAndStop(3);
_root.power.red.stop();
_root.tornado.inner.inner2.spasti.stop();
_root.tornado.inner.inner2.shit1.inner.stop();
_root.uhr.inner.gotoAndStop(2);
_root.destruction.uhr.gotoAndStop(2);
_root.destruction.dollar.gotoAndStop(2);
Symbol 1674 MovieClip Frame 1
stop();
Symbol 1674 MovieClip Frame 101
_root.tornado.inner.inner2.beiboot.play();
stop();
Instance of Symbol 1675 MovieClip in Symbol 1676 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.slope1 == 1) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
}
Instance of Symbol 1675 MovieClip in Symbol 1677 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.slope2 == 1) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
}
Instance of Symbol 1675 MovieClip in Symbol 1678 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.slope3 == 1) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
}
Instance of Symbol 1675 MovieClip in Symbol 1679 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.slope4 == 1) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
}
Symbol 1689 MovieClip Frame 1
stop();
Symbol 1689 MovieClip Frame 4
gotoAndStop (1);
Symbol 1689 MovieClip Frame 7
gotoAndStop (1);
Symbol 1689 MovieClip Frame 10
gotoAndStop (1);
Symbol 1698 MovieClip Frame 1
Symbol 1698 MovieClip Frame 2
_root.boss._x = _root.boss._x + 30;
Symbol 1698 MovieClip Frame 3
_root.boss._x = _root.boss._x - 30;
Symbol 1698 MovieClip Frame 8
stop();
Symbol 1701 MovieClip Frame 1
zufall = random(3);
if (zufall == 2) {
gotoAndStop (2);
}
stop();
Symbol 1702 MovieClip Frame 1
stop();
Instance of Symbol 1690 MovieClip in Symbol 1702 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_rootboss.boss2.inner.inner2.schorn.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schorn.schorn2.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1702 MovieClip Frame 501
_root.schlot = _root.schlot + 1;
_root.linebar.nextFrame();
_root.slope1 = 1;
if (_root.schlot >= 4) {
_root.boss.stop();
_root.boss.boss2.inner.gotoAndPlay(2);
_root.boom.play();
}
Symbol 1704 MovieClip Frame 1
stop();
Instance of Symbol 1690 MovieClip in Symbol 1704 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornb.schorn2.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1704 MovieClip Frame 501
_root.schlot = _root.schlot + 1;
_root.slope1 = 1;
_root.linebar.nextFrame();
if (_root.schlot >= 4) {
_root.boss.stop();
_root.boss.boss2.inner.gotoAndPlay(2);
_root.boom.play();
}
Symbol 1706 MovieClip Frame 1
stop();
Instance of Symbol 1690 MovieClip in Symbol 1706 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornc.schorn2.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1706 MovieClip Frame 501
_root.schlot = _root.schlot + 1;
_root.slope1 = 1;
_root.linebar.nextFrame();
if (_root.schlot >= 4) {
_root.boss.stop();
_root.boss.boss2.inner.gotoAndPlay(2);
_root.boom.play();
}
Symbol 1708 MovieClip Frame 1
stop();
Instance of Symbol 1690 MovieClip in Symbol 1708 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.inner.gotoAndPlay("shake1");
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.inner.gotoAndPlay("shake2");
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.schornd.schorn2.inner.gotoAndPlay("shake3");
}
}
}
Symbol 1708 MovieClip Frame 501
_root.schlot = _root.schlot + 1;
_root.slope1 = 1;
_root.linebar.nextFrame();
if (_root.schlot >= 4) {
_root.boss.stop();
_root.boss.boss2.inner.gotoAndPlay(2);
_root.boom.play();
}
Symbol 1726 MovieClip Frame 1
stop();
Symbol 1726 MovieClip Frame 101
_root.tornado.inner.inner2.beiboot.play();
stop();
Instance of Symbol 1727 MovieClip in Symbol 1728 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
Instance of Symbol 1675 MovieClip in Symbol 1729 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
Instance of Symbol 1675 MovieClip in Symbol 1730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
Instance of Symbol 1675 MovieClip in Symbol 1731 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
Symbol 1755 MovieClip Frame 27
stop();
Symbol 1756 MovieClip Frame 1
_root.blitz.play();
Symbol 1756 MovieClip Frame 32
_root.city.plant1.hausi.nextFrame();
stop();
Symbol 1763 MovieClip Frame 1
stop();
Symbol 1763 MovieClip Frame 101
_root.tornado.inner.inner2.beiboot.play();
stop();
Instance of Symbol 1764 MovieClip in Symbol 1765 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.slope3 == 1) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot7.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
}
Instance of Symbol 1764 MovieClip in Symbol 1766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.slope4 == 1) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot8.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
}
Instance of Symbol 1764 MovieClip in Symbol 1776 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot3.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
Instance of Symbol 1764 MovieClip in Symbol 1777 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot4.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
Instance of Symbol 1764 MovieClip in Symbol 1780 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.slope1 == 1) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot5.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
}
Instance of Symbol 1764 MovieClip in Symbol 1781 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.slope2 == 1) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot6.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
}
Symbol 1786 MovieClip Frame 1
stop();
Symbol 1786 MovieClip Frame 101
_root.tornado.inner.inner2.beiboot.play();
stop();
Instance of Symbol 1787 MovieClip in Symbol 1788 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot1.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
Instance of Symbol 1764 MovieClip in Symbol 1789 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.boss.boss2.inner.inner2.beiboot2.schorn2.nextFrame();
_root.shake3.gotoAndPlay(2);
}
}
}
Symbol 1791 MovieClip Frame 1
stop();
Instance of Symbol 1733 MovieClip in Symbol 1791 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.shake3.gotoAndPlay(2);
}
}
}
Instance of Symbol 1733 MovieClip in Symbol 1791 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 1) {
_root.shake1.gotoAndPlay(2);
}
if (_root.kraft == 2) {
_root.shake2.gotoAndPlay(2);
}
if (_root.kraft == 3) {
_root.shake3.gotoAndPlay(2);
}
}
}
Symbol 1791 MovieClip Frame 2
_root.waterstripes.stop();
Symbol 1791 MovieClip Frame 36
_global.steuer = 0;
stopAllSounds();
_root.auszeit.gotoAndStop("completed");
_root.uhr.stop();
_root.destruction.dollar.score = _root.destruction.dollar.score + 488999;
_root.destruction.dollar.s488999.play();
_root.smashing.inner.stop();
_root.power.button.stop();
_root.power.sound0.stop();
_root.power.sound1.stop();
_root.power.sound2.stop();
_root.power.sound3.stop();
_root.power.sound4.stop();
_root.button.stop();
_root.power.sound2.soundclip.stop();
_root.power.sound3.soundclip.stop();
_root.twister.gotoAndStop(2);
_root.power.shake2.gotoAndStop(3);
_root.power.red.stop();
_root.tornado.inner.inner2.spasti.stop();
_root.tornado.inner.inner2.shit1.inner.stop();
_root.uhr.inner.gotoAndStop(2);
_root.destruction.uhr.gotoAndStop(2);
_root.destruction.dollar.gotoAndStop(2);
stop();
Symbol 1799 MovieClip Frame 1
stop();
Symbol 1800 MovieClip Frame 1
stop();
Symbol 1800 MovieClip Frame 3
_root.tornado.inner.inner2.palme.play();
_root.timebonus.play();
Symbol 1800 MovieClip Frame 21
stop();
Instance of Symbol 1800 MovieClip in Symbol 1801 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Instance of Symbol 1800 MovieClip in Symbol 1801 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.twister)) {
if (_root.kraft == 0) {
this.inner.play();
}
if (_root.kraft >= 1) {
this.play();
}
}
}
Symbol 1802 MovieClip Frame 36
stop();
Symbol 1803 MovieClip Frame 375
gotoAndPlay ("go");
Symbol 1805 MovieClip Frame 1
_root.boss._x = _root.boss._x + 5;
if (_root.boss._x >= 326) {
_root.boss._x = 326;
}
Symbol 1805 MovieClip Frame 2
_root.boss._x = _root.boss._x - 5;
if (_root.boss._x >= 326) {
_root.boss._x = 326;
}
Symbol 1806 MovieClip Frame 1
stop();
Symbol 1808 MovieClip Frame 1
_root.boss._x = _root.boss._x + 10;
if (_root.boss._x >= 326) {
_root.boss._x = 326;
}
Symbol 1808 MovieClip Frame 2
_root.boss._x = _root.boss._x - 10;
if (_root.boss._x >= 326) {
_root.boss._x = 326;
}
Symbol 1809 MovieClip Frame 1
stop();
Symbol 1811 MovieClip Frame 1
_root.boss._x = _root.boss._x + 18;
if (_root.boss._x >= 326) {
_root.boss._x = 326;
}
Symbol 1811 MovieClip Frame 2
_root.boss._x = _root.boss._x - 18;
if (_root.boss._x >= 326) {
_root.boss._x = 326;
}
Symbol 1812 MovieClip Frame 1
stop();
Symbol 1820 MovieClip Frame 1
xachse = _root.power._x;
yachse = _root.power._y;
Symbol 1821 MovieClip Frame 1
_root.uhr.inner.time = 20;
stop();
Symbol 1821 MovieClip Frame 31
_root.uhr.inner.time = _root.uhr.inner.time - 1;
if (_root.uhr.inner.time == 3) {
_root.kuckuck.play();
}
if (_root.uhr.inner.time == 2) {
_root.kuckuck.play();
}
if (_root.uhr.inner.time == 1) {
_root.kuckuck.play();
}
if (_root.uhr.inner.time <= 0) {
stopAllSounds();
_root.auszeit.gotoAndStop("gameover");
_root.power.button.stop();
_global.steuer = 0;
_root.uhr.stop();
_root.power.sound0.stop();
_root.power.sound1.stop();
_root.power.sound2.stop();
_root.power.sound3.stop();
_root.power.sound4.stop();
_root.power.sound2.soundclip.stop();
_root.power.sound3.soundclip.stop();
_root.twister.gotoAndStop(2);
_root.power.shake2.gotoAndStop(3);
_root.power.red.stop();
_root.tornado.inner.inner2.spasti.stop();
_root.tornado.inner.inner2.shit1.inner.stop();
} else if (_root.uhr.inner.time >= 1) {
gotoAndPlay (2);
}
Symbol 1825 MovieClip Frame 1
stop();
Symbol 1825 MovieClip Frame 5
_root.uhr.stop();
_root.levler.inner.gotoAndStop(2);
_root.prebut.gotoAndStop(2);
Symbol 1842 Button
on (press) {
_root.exit = 0;
_quality = "medium";
_root.cheer.stop("cheer");
_root.gotoAndStop("restart");
}
Symbol 1846 Button
on (press) {
_root.exit = 0;
_quality = "medium";
_root.cheer.stop("cheer");
_root.gotoAndStop("restart");
}
Symbol 1847 MovieClip Frame 1
var playerName = "";
var playerScore = _root.destruction.dollar.score;
var myData = SharedObject.getLocal("myData");
if (myData.data.alterscoreb == undefined) {
alterscore = 0;
} else {
alterscore = myData.data.alterscoreb;
}
var myData = SharedObject.getLocal("myData");
myData.data.alterscoreb = playerScore;
myData.data.flush();
stop();
Symbol 1848 MovieClip Frame 2
_root.uhr.stop();
Symbol 1848 MovieClip Frame 15
_root.cheer.play();
_root.wasd.gotoAndStop(1);
_root.studio.gotoAndStop("weg");
_root.schiff.stop();
Instance of Symbol 1828 MovieClip in Symbol 1848 MovieClip Frame 15
onClipEvent (enterFrame) {
_root.studio._alpha = 0;
_root.cheery._alpha = 0;
_root.kuckuck._alpha = 0;
_root.wackel._alpha = 0;
_root.uhr.stop();
}
Instance of Symbol 1829 MovieClip in Symbol 1848 MovieClip Frame 15
onClipEvent (enterFrame) {
_root.studio._alpha = 0;
_root.cheery._alpha = 0;
_root.kuckuck._alpha = 0;
_root.wackel._alpha = 0;
_root.uhr.stop();
}
Symbol 1848 MovieClip Frame 100
_quality = "high";
stop();
Symbol 1849 MovieClip Frame 1
_root.kuckuck._alpha = 100;
_root.prebut.gotoAndStop(1);
stop();
Symbol 1849 MovieClip Frame 2
stop();
Symbol 1849 MovieClip Frame 3
stop();
Symbol 1852 MovieClip Frame 1
_root.power.maximume.gotoAndStop("weg");
Symbol 1852 MovieClip Frame 2
_root.power.maximume.gotoAndStop("weg");
Symbol 1852 MovieClip Frame 3
_root.power.maximume.gotoAndStop("weg");
Symbol 1852 MovieClip Frame 4
_root.power.maximume.gotoAndStop("weg");
Symbol 1852 MovieClip Frame 5
_root.power.maximume.gotoAndStop("weg");
Symbol 1852 MovieClip Frame 6
_root.power.maximume.gotoAndStop("weg");
Symbol 1853 MovieClip Frame 157
stop();