Frame 1
prosent = "0%";
nedlastet = ("0 of " + (Math.round((getBytesTotal() / 1024) * 1000) / 1000)) + " Kb";
Instance of Symbol 107 MovieClip "loadbar" in Frame 1
onClipEvent (enterFrame) {
thexscale = (_parent.getBytesLoaded() / _parent.getBytesTotal()) * 100;
this._xscale = thexscale;
}
Frame 2
prosent = Math.floor((getBytesLoaded() / getBytesTotal()) * 100) + "%";
nedlastet = (((Math.round((getBytesLoaded() / 1024) * 1000) / 1000) + " Kb of ") + (Math.round((getBytesTotal() / 1024) * 1000) / 1000)) + " Kb total Loaded.";
if (getBytesLoaded() == getBytesTotal()) {
prosent = "100%";
nedlastet = (((Math.round((getBytesLoaded() / 1024) * 1000) / 1000) + " Kb of ") + (Math.round((getBytesTotal() / 1024) * 1000) / 1000)) + " Kb total Loaded.";
gotoAndPlay (4);
}
Frame 3
gotoAndPlay (2);
Frame 4
play();
Frame 5
_root.oppcode = 38;
_root.nedcode = 40;
_root.venstrecode = 37;
_root["h\u00F8yrecode"] = 39;
_root.skytcode = 32;
_root.oppacode = 87;
_root.nedacode = 83;
_root.venstreacode = 68;
_root["h\u00F8yreacode"] = 65;
_root.skytacode = 20;
Frame 6
_root.oncecheat = false;
String.prototype.addCommas = function () {
var _local3 = this.length;
var _local2 = "";
var _local1 = 0;
while (_local1 <= _local3) {
_local2 = this.charAt(_local3 - _local1) + _local2;
if ((((_local1 % 3) == 0) && (_local1 > 0)) && (_local1 < _local3)) {
_local2 = "," + _local2;
}
_local1++;
}
return(_local2);
};
game_so = SharedObject.getLocal("neavePacman");
score = 0;
_root.livb = 4;
_root.liv = 4;
stop();
_quality = "BEST";
Instance of Symbol 140 MovieClip "minderball1" in Frame 6
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 140 MovieClip "minderball2" in Frame 6
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 140 MovieClip "minstball3" in Frame 6
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 140 MovieClip "minstball4" in Frame 6
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minderball1" in Frame 6
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minderball3" in Frame 6
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minstball5" in Frame 6
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minstball6" in Frame 6
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minstball1" in Frame 6
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
if (hitTest(_parent.brikke1)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.brikke2)) {
right = false;
}
if (hitTest(_parent.brikke3)) {
right = true;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minstball2" in Frame 6
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minderball4" in Frame 6
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minstball7" in Frame 6
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
if (hitTest(_parent.brikke1)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.brikke2)) {
right = false;
}
if (hitTest(_parent.brikke3)) {
right = true;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minstball8" in Frame 6
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Frame 7
stop();
Frame 8
_root.score = 0;
Frame 9
stop();
Frame 10
nextFrame();
Frame 11
stopAllSounds();
stop();
name_txt.restrict = "A-Z 0-9.\\-";
name_txt.text = game_so.data.playerName;
Selection.setFocus(name_txt);
Selection.setSelection(name_txt.length, name_txt.length);
Frame 12
stop();
showScores = function () {
var _local2 = 10;
while (_local2 > 0) {
var _local3 = scoreboard_lv["name" + (page + _local2)];
var s = scoreboard_lv["score" + (page + _local2)];
var _local1 = this[("line" + _local2) + "_mc"];
_local1.rank_txt.text = (page + _local2) + ".";
_local1.name_txt.text = (_local3.length ? (_local3.toUpperCase()) : "...");
_local1.score_txt.text = (s.length ? (s.addCommas()) : "...");
_local1.rank_txt.textColor = (_local1.name_txt.textColor = (_local1.score_txt.textColor = ((game_so.data.playerName.length && (_local3.toUpperCase() == game_so.data.playerName.toUpperCase())) ? 16777011 : 16777215)));
_local1._visible = true;
loading_mc._visible = false;
_local2--;
}
};
page = 0;
maxScore = 250;
scoreboard_lv = new LoadVars();
if ((score > 0) && (game_so.data.playerName.length > 0)) {
scoreboard_lv.score = score;
scoreboard_lv.name = game_so.data.playerName.toLowerCase();
}
scoreboard_lv.game = "pang";
scoreboard_lv.sendAndLoad("http://www.muttski-software.com/muttski_score.php", scoreboard_lv, "POST");
scoreboard_lv.onLoad = function (success) {
if (success) {
if (Boolean(scoreboard_lv.success)) {
next_btn._visible = true;
if (scoreboard_lv.maxScore.length > 0) {
maxScore = Number(scoreboard_lv.maxScore);
}
showScores();
} else {
loading_mc.errorMsg = scoreboard_lv.errorMsg.toUpperCase();
loading_mc.gotoAndStop(2);
}
} else {
loading_mc.errorMsg = "COULD NOT ACCESS SCORES.";
loading_mc.gotoAndStop(2);
}
};
score = 0;
next_btn._visible = (last_btn._visible = false);
Frame 13
_root.oncecheat = true;
nextFrame();
Frame 14
stop();
Frame 15
stop();
Frame 16
prevFrame();
Frame 17
nextFrame();
Frame 18
stop();
Frame 19
stop();
Frame 20
prevFrame();
Frame 21
stop();
Symbol 6 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1
function FUIComponentClass() {
this.init();
}
FUIComponentClass.prototype = new MovieClip();
FUIComponentClass.prototype.init = function () {
var _local1 = this;
var _local3 = _global;
_local1.enable = true;
_local1.focused = false;
_local1.useHandCursor = false;
_local1._accImpl = new Object();
_local1._accImpl.stub = true;
_local1.styleTable = new Array();
if (_local3.globalStyleFormat == undefined) {
_local3.globalStyleFormat = new FStyleFormat();
globalStyleFormat.isGlobal = true;
_local3._focusControl = new Object();
_local3._focusControl.onSetFocus = function (oldFocus, newFocus) {
oldFocus.myOnKillFocus();
newFocus.myOnSetFocus();
};
Selection.addListener(_local3._focusControl);
}
if (_local1._name != undefined) {
_local1._focusrect = false;
_local1.tabEnabled = true;
_local1.focusEnabled = true;
_local1.tabChildren = false;
_local1.tabFocused = true;
if (_local1.hostStyle == undefined) {
globalStyleFormat.addListener(_local1);
} else {
_local1.styleTable = _local1.hostStyle;
}
_local1.deadPreview._visible = false;
_local1.deadPreview._width = (_local1.deadPreview._height = 1);
_local1.methodTable = new Object();
_local1.keyListener = new Object();
_local1.keyListener.controller = _local1;
_local1.keyListener.onKeyDown = function () {
this.controller.myOnKeyDown();
};
_local1.keyListener.onKeyUp = function () {
this.controller.myOnKeyUp();
};
for (var _local2 in _local1.styleFormat_prm) {
_local1.setStyleProperty(_local2, _local1.styleFormat_prm[_local2]);
}
}
};
FUIComponentClass.prototype.setEnabled = function (enabledFlag) {
var _local1 = this;
_local1.enable = ((arguments.length > 0) ? (enabledFlag) : true);
_local1.tabEnabled = (_local1.focusEnabled = enabledFlag);
if ((!_local1.enable) && (_local1.focused)) {
Selection.setFocus(undefined);
}
};
FUIComponentClass.prototype.getEnabled = function () {
return(this.enable);
};
FUIComponentClass.prototype.setSize = function (w, h) {
var _local1 = this;
_local1.width = w;
_local1.height = h;
_local1.focusRect.removeMovieClip();
};
FUIComponentClass.prototype.setChangeHandler = function (chng, obj) {
var _local1 = this;
_local1.handlerObj = ((obj == undefined) ? (_local1._parent) : (obj));
_local1.changeHandler = chng;
};
FUIComponentClass.prototype.invalidate = function (methodName) {
var _local1 = this;
_local1.methodTable[methodName] = true;
_local1.onEnterFrame = _local1.cleanUI;
};
FUIComponentClass.prototype.cleanUI = function () {
var _local1 = this;
if (_local1.methodTable.setSize) {
_local1.setSize(_local1.width, _local1.height);
} else {
_local1.cleanUINotSize();
}
_local1.methodTable = new Object();
delete _local1.onEnterFrame;
};
FUIComponentClass.prototype.cleanUINotSize = function () {
var _local1 = this;
for (var _local2 in _local1.methodTable) {
_local1[_local2]();
}
};
FUIComponentClass.prototype.drawRect = function (x, y, w, h) {
var _local1 = this;
var _local2 = y;
var _local3 = x;
var inner = _local1.styleTable.focusRectInner.value;
var outer = _local1.styleTable.focusRectOuter.value;
if (inner == undefined) {
inner = 16777215 /* 0xFFFFFF */;
}
if (outer == undefined) {
outer = 0;
}
_local1.createEmptyMovieClip("focusRect", 1000);
_local1.focusRect.controller = _local1;
_local1.focusRect.lineStyle(1, outer);
_local1.focusRect.moveTo(_local3, _local2);
_local1.focusRect.lineTo(_local3 + w, _local2);
_local1.focusRect.lineTo(_local3 + w, _local2 + h);
_local1.focusRect.lineTo(_local3, _local2 + h);
_local1.focusRect.lineTo(_local3, _local2);
_local1.focusRect.lineStyle(1, inner);
_local1.focusRect.moveTo(_local3 + 1, _local2 + 1);
_local1.focusRect.lineTo((_local3 + w) - 1, _local2 + 1);
_local1.focusRect.lineTo((_local3 + w) - 1, (_local2 + h) - 1);
_local1.focusRect.lineTo(_local3 + 1, (_local2 + h) - 1);
_local1.focusRect.lineTo(_local3 + 1, _local2 + 1);
};
FUIComponentClass.prototype.pressFocus = function () {
var _local1 = this;
_local1.tabFocused = false;
_local1.focusRect.removeMovieClip();
Selection.setFocus(_local1);
};
FUIComponentClass.prototype.drawFocusRect = function () {
var _local1 = this;
_local1.drawRect(-2, -2, _local1.width + 4, _local1.height + 4);
};
FUIComponentClass.prototype.myOnSetFocus = function () {
var _local1 = this;
_local1.focused = true;
Key.addListener(_local1.keyListener);
if (_local1.tabFocused) {
_local1.drawFocusRect();
}
};
FUIComponentClass.prototype.myOnKillFocus = function () {
var _local1 = this;
_local1.tabFocused = true;
_local1.focused = false;
_local1.focusRect.removeMovieClip();
Key.removeListener(_local1.keyListener);
};
FUIComponentClass.prototype.executeCallBack = function () {
var _local1 = this;
_local1.handlerObj[_local1.changeHandler](_local1);
};
FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) {
this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal);
};
FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) {
var _local1 = this;
var _local2 = propName;
if (value == "") {
} else {
var tmpValue = parseInt(value);
if (!isNaN(tmpValue)) {
value = tmpValue;
}
var global = ((arguments.length > 2) ? (isGlobal) : false);
if (_local1.styleTable[_local2] == undefined) {
_local1.styleTable[_local2] = new Object();
_local1.styleTable[_local2].useGlobal = true;
}
if (_local1.styleTable[_local2].useGlobal || (!global)) {
_local1.styleTable[_local2].value = value;
if (_local1.setCustomStyleProperty(_local2, value)) {
} else if (_local2 == "embedFonts") {
_local1.invalidate("setSize");
} else if (_local2.subString(0, 4) == "text") {
if (_local1.textStyle == undefined) {
_local1.textStyle = new TextFormat();
}
var textProp = _local2.subString(4, _local2.length);
_local1.textStyle[textProp] = value;
_local1.invalidate("setSize");
} else {
for (var j in _local1.styleTable[_local2].coloredMCs) {
var _local3 = new Color(_local1.styleTable[_local2].coloredMCs[j]);
if (_local1.styleTable[_local2].value == undefined) {
var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
_local3.setTransform(myTObj);
} else {
_local3.setRGB(value);
}
}
}
_local1.styleTable[_local2].useGlobal = global;
}
}
};
FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) {
var _local1 = this;
var _local2 = propName;
if (_local1.styleTable[_local2] == undefined) {
_local1.styleTable[_local2] = new Object();
_local1.styleTable[_local2].useGlobal = true;
}
if (_local1.styleTable[_local2].coloredMCs == undefined) {
_local1.styleTable[_local2].coloredMCs = new Object();
}
_local1.styleTable[_local2].coloredMCs[skinMCRef] = skinMCRef;
if (_local1.styleTable[_local2].value != undefined) {
var _local3 = new Color(skinMCRef);
_local3.setRGB(_local1.styleTable[_local2].value);
}
};
_global.FStyleFormat = function () {
var _local1 = arguments;
var _local2 = this;
_local2.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true};
_local2.listeners = new Object();
_local2.isGlobal = false;
if (_local1.length > 0) {
for (var _local3 in _local1[0]) {
_local2[_local3] = _local1[0][_local3];
}
}
};
_global.FStyleFormat.prototype = new Object();
FStyleFormat.prototype.addListener = function () {
var _local1 = this;
var _local2 = 0;
while (_local2 < arguments.length) {
var _local3 = arguments[_local2];
_local1.listeners[arguments[_local2]] = _local3;
for (var i in _local1) {
if (_local1.isAStyle(i)) {
_local3.updateStyleProperty(_local1, i.toString());
}
}
_local2++;
}
};
FStyleFormat.prototype.removeListener = function (component) {
var _local1 = this;
var _local2 = component;
_local1.listeners[_local2] = undefined;
for (var prop in _local1) {
if (_local1.isAStyle(prop)) {
if (_local2.styleTable[prop].useGlobal == _local1.isGlobal) {
_local2.styleTable[prop].useGlobal = true;
var _local3 = (_local1.isGlobal ? undefined : (globalStyleFormat[prop]));
_local2.setStyleProperty(prop, _local3, true);
}
}
}
};
FStyleFormat.prototype.applyChanges = function () {
var _local1 = this;
var _local2 = arguments;
var count = 0;
for (var i in _local1.listeners) {
var _local3 = _local1.listeners[i];
if (_local2.length > 0) {
var j = 0;
while (j < _local2.length) {
if (_local1.isAStyle(_local2[j])) {
_local3.updateStyleProperty(_local1, _local2[j]);
}
j++;
}
} else {
for (var j in _local1) {
if (_local1.isAStyle(j)) {
_local3.updateStyleProperty(_local1, j.toString());
}
}
}
}
};
FStyleFormat.prototype.isAStyle = function (name) {
return((this.nonStyles[name] ? false : true));
};
#endinitclip
Symbol 19 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "arrow");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 29 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "arrow");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 38 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "foregroundDisabled");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 39 MovieClip [UpArrow] Frame 1
stop();
Symbol 39 MovieClip [UpArrow] Frame 2
stop();
Symbol 39 MovieClip [UpArrow] Frame 3
stop();
Symbol 46 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 53 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 58 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(highlight3D_mc, "highlight3D");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
Symbol 59 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 67 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "arrow");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 75 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "arrow");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 83 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(arrow_mc, "foregroundDisabled");
component.registerSkinElement(face_mc, "face");
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 84 MovieClip [DownArrow] Frame 1
stop();
Symbol 84 MovieClip [DownArrow] Frame 2
stop();
Symbol 84 MovieClip [DownArrow] Frame 3
stop();
Symbol 91 MovieClip Frame 1
var component = _parent;
component.registerSkinElement(track_mc, "scrollTrack");
Symbol 92 MovieClip [FScrollBarSymbol] Frame 1
#initclip 2
FScrollBarClass = function () {
var _local1 = this;
if (_local1._height == 4) {
} else {
_local1.init();
_local1.minPos = (_local1.maxPos = (_local1.pageSize = (_local1.largeScroll = 0)));
_local1.smallScroll = 1;
_local1.width = (_local1.horizontal ? (_local1._width) : (_local1._height));
_local1._xscale = (_local1._yscale = 100);
_local1.setScrollPosition(0);
_local1.tabEnabled = false;
if (_local1._targetInstanceName.length > 0) {
_local1.setScrollTarget(_local1._parent[_local1._targetInstanceName]);
}
_local1.tabChildren = false;
_local1.setSize(_local1.width);
}
};
FScrollBarClass.prototype = new FUIComponentClass();
FScrollBarClass.prototype.setHorizontal = function (flag) {
var _local1 = this;
var _local2 = flag;
if (_local1.horizontal && (!_local2)) {
_local1._xscale = 100;
_local1._rotation = 0;
} else if (_local2 && (!_local1.horizontal)) {
_local1._xscale = -100;
_local1._rotation = -90;
}
_local1.horizontal = _local2;
};
FScrollBarClass.prototype.setScrollProperties = function (pSize, mnPos, mxPos) {
var _local1 = this;
if (!_local1.enable) {
} else {
_local1.pageSize = pSize;
_local1.minPos = Math.max(mnPos, 0);
_local1.maxPos = Math.max(mxPos, 0);
_local1.scrollPosition = Math.max(_local1.minPos, _local1.scrollPosition);
_local1.scrollPosition = Math.min(_local1.maxPos, _local1.scrollPosition);
if ((_local1.maxPos - _local1.minPos) <= 0) {
_local1.scrollThumb_mc.removeMovieClip();
_local1.upArrow_mc.gotoAndStop(3);
_local1.downArrow_mc.gotoAndStop(3);
_local1.downArrow_mc.onPress = (_local1.downArrow_mc.onRelease = (_local1.downArrow_mc.onDragOut = null));
_local1.upArrow_mc.onPress = (_local1.upArrow_mc.onRelease = (_local1.upArrow_mc.onDragOut = null));
_local1.scrollTrack_mc.onPress = (_local1.scrollTrack_mc.onRelease = null);
_local1.scrollTrack_mc.onDragOut = (_local1.scrollTrack_mc.onRollOut = null);
_local1.scrollTrack_mc.useHandCursor = false;
} else {
var _local2 = _local1.getScrollPosition();
_local1.upArrow_mc.gotoAndStop(1);
_local1.downArrow_mc.gotoAndStop(1);
_local1.upArrow_mc.onPress = (_local1.upArrow_mc.onDragOver = _local1.startUpScroller);
_local1.upArrow_mc.onRelease = (_local1.upArrow_mc.onDragOut = _local1.stopScrolling);
_local1.downArrow_mc.onPress = (_local1.downArrow_mc.onDragOver = _local1.startDownScroller);
_local1.downArrow_mc.onRelease = (_local1.downArrow_mc.onDragOut = _local1.stopScrolling);
_local1.scrollTrack_mc.onPress = (_local1.scrollTrack_mc.onDragOver = _local1.startTrackScroller);
_local1.scrollTrack_mc.onRelease = _local1.stopScrolling;
_local1.scrollTrack_mc.onDragOut = _local1.stopScrolling;
_local1.scrollTrack_mc.onRollOut = _local1.stopScrolling;
_local1.scrollTrack_mc.useHandCursor = false;
_local1.attachMovie("ScrollThumb", "scrollThumb_mc", 3);
_local1.scrollThumb_mc._x = 0;
_local1.scrollThumb_mc._y = _local1.upArrow_mc._height;
_local1.scrollThumb_mc.onPress = _local1.startDragThumb;
_local1.scrollThumb_mc.controller = _local1;
_local1.scrollThumb_mc.onRelease = (_local1.scrollThumb_mc.onReleaseOutside = _local1.stopDragThumb);
_local1.scrollThumb_mc.useHandCursor = false;
_local1.thumbHeight = (_local1.pageSize / ((_local1.maxPos - _local1.minPos) + _local1.pageSize)) * _local1.trackSize;
_local1.thumbMid_mc = _local1.scrollThumb_mc.mc_sliderMid;
_local1.thumbTop_mc = _local1.scrollThumb_mc.mc_sliderTop;
_local1.thumbBot_mc = _local1.scrollThumb_mc.mc_sliderBot;
_local1.thumbHeight = Math.max(_local1.thumbHeight, 6);
_local1.midHeight = (_local1.thumbHeight - _local1.thumbTop_mc._height) - _local1.thumbBot_mc._height;
_local1.thumbMid_mc._yScale = (_local1.midHeight * 100) / _local1.thumbMid_mc._height;
_local1.thumbMid_mc._y = _local1.thumbTop_mc._height;
_local1.thumbBot_mc._y = _local1.thumbTop_mc._height + _local1.midHeight;
_local1.scrollTop = _local1.scrollThumb_mc._y;
_local1.trackHeight = _local1.trackSize - _local1.thumbHeight;
_local1.scrollBot = _local1.trackHeight + _local1.scrollTop;
_local2 = Math.min(_local2, _local1.maxPos);
_local1.setScrollPosition(Math.max(_local2, _local1.minPos));
}
}
};
FScrollBarClass.prototype.getScrollPosition = function () {
return(this.scrollPosition);
};
FScrollBarClass.prototype.setScrollPosition = function (pos) {
var _local1 = this;
var _local2 = pos;
_local1.scrollPosition = _local2;
if (_local1.scrollThumb_mc != undefined) {
_local2 = Math.min(_local2, _local1.maxPos);
_local2 = Math.max(_local2, _local1.minPos);
}
_local1.scrollThumb_mc._y = (((_local2 - _local1.minPos) * _local1.trackHeight) / (_local1.maxPos - _local1.minPos)) + _local1.scrollTop;
_local1.executeCallBack();
};
FScrollBarClass.prototype.setLargeScroll = function (lScroll) {
this.largeScroll = lScroll;
};
FScrollBarClass.prototype.setSmallScroll = function (sScroll) {
this.smallScroll = sScroll;
};
FScrollBarClass.prototype.setEnabled = function (enabledFlag) {
var _local1 = this;
var _local2 = enabledFlag;
var _local3 = _local1.enable;
if (_local2 && (!_local3)) {
_local1.enable = _local2;
if (_local1.textField != undefined) {
_local1.setScrollTarget(_local1.textField);
} else {
_local1.setScrollProperties(_local1.pageSize, _local1.cachedMinPos, _local1.cachedMaxPos);
_local1.setScrollPosition(_local1.cachedPos);
}
_local1.clickFilter = undefined;
} else if ((!_local2) && (_local3)) {
_local1.textField.removeListener(_local1);
_local1.cachedPos = _local1.getScrollPosition();
_local1.cachedMinPos = _local1.minPos;
_local1.cachedMaxPos = _local1.maxPos;
if (_local1.clickFilter == undefined) {
_local1.setScrollProperties(_local1.pageSize, 0, 0);
} else {
_local1.clickFilter = true;
}
_local1.enable = _local2;
}
};
FScrollBarClass.prototype.setSize = function (hgt) {
var _local1 = this;
if (_local1._height == 1) {
} else {
_local1.width = hgt;
_local1.scrollTrack_mc._yscale = 100;
_local1.scrollTrack_mc._yscale = (100 * _local1.width) / _local1.scrollTrack_mc._height;
if (_local1.upArrow_mc == undefined) {
_local1.attachMovie("UpArrow", "upArrow_mc", 1);
_local1.attachMovie("DownArrow", "downArrow_mc", 2);
_local1.downArrow_mc.controller = (_local1.upArrow_mc.controller = _local1);
_local1.upArrow_mc.useHandCursor = (_local1.downArrow_mc.useHandCursor = false);
_local1.upArrow_mc._x = (_local1.upArrow_mc._y = 0);
_local1.downArrow_mc._x = 0;
}
_local1.scrollTrack_mc.controller = _local1;
_local1.downArrow_mc._y = _local1.width - _local1.downArrow_mc._height;
_local1.trackSize = _local1.width - (2 * _local1.downArrow_mc._height);
if (_local1.textField != undefined) {
_local1.onTextChanged();
} else {
_local1.setScrollProperties(_local1.pageSize, _local1.minPos, _local1.maxPos);
}
}
};
FScrollBarClass.prototype.scrollIt = function (inc, mode) {
var _local1 = this;
var _local3 = _local1.smallScroll;
if (inc != "one") {
_local3 = ((_local1.largeScroll == 0) ? (_local1.pageSize) : (_local1.largeScroll));
}
var _local2 = _local1.getScrollPosition() + (mode * _local3);
if (_local2 > _local1.maxPos) {
_local2 = _local1.maxPos;
} else if (_local2 < _local1.minPos) {
_local2 = _local1.minPos;
}
_local1.setScrollPosition(_local2);
};
FScrollBarClass.prototype.startDragThumb = function () {
var _local1 = this;
_local1.lastY = _local1._ymouse;
_local1.onMouseMove = _local1.controller.dragThumb;
};
FScrollBarClass.prototype.dragThumb = function () {
var _local1 = this;
_local1.scrollMove = _local1._ymouse - _local1.lastY;
_local1.scrollMove = _local1.scrollMove + _local1._y;
if (_local1.scrollMove < _local1.controller.scrollTop) {
_local1.scrollMove = _local1.controller.scrollTop;
} else if (_local1.scrollMove > _local1.controller.scrollBot) {
_local1.scrollMove = _local1.controller.scrollBot;
}
_local1._y = _local1.scrollMove;
var _local2 = _local1.controller;
_local2.scrollPosition = Math.round(((_local2.maxPos - _local2.minPos) * (_local1._y - _local2.scrollTop)) / _local2.trackHeight) + _local2.minPos;
_local1.controller.isScrolling = true;
updateAfterEvent();
_local1.controller.executeCallBack();
};
FScrollBarClass.prototype.stopDragThumb = function () {
this.controller.isScrolling = false;
this.onMouseMove = null;
};
FScrollBarClass.prototype.startTrackScroller = function () {
var _local1 = this;
_local1.controller.trackScroller();
_local1.controller.scrolling = setInterval(_local1.controller, "scrollInterval", 500, "page", -1);
};
FScrollBarClass.prototype.scrollInterval = function (inc, mode) {
var _local1 = this;
var _local2 = inc;
clearInterval(_local1.scrolling);
if (_local2 == "page") {
_local1.trackScroller();
} else {
_local1.scrollIt(_local2, mode);
}
_local1.scrolling = setInterval(_local1, "scrollInterval", 35, _local2, mode);
};
FScrollBarClass.prototype.trackScroller = function () {
var _local1 = this;
if ((_local1.scrollThumb_mc._y + _local1.thumbHeight) < _local1._ymouse) {
_local1.scrollIt("page", 1);
} else if (_local1.scrollThumb_mc._y > _local1._ymouse) {
_local1.scrollIt("page", -1);
}
};
FScrollBarClass.prototype.stopScrolling = function () {
var _local1 = this;
_local1.controller.downArrow_mc.gotoAndStop(1);
_local1.controller.upArrow_mc.gotoAndStop(1);
clearInterval(_local1.controller.scrolling);
};
FScrollBarClass.prototype.startUpScroller = function () {
var _local1 = this;
_local1.controller.upArrow_mc.gotoAndStop(2);
_local1.controller.scrollIt("one", -1);
_local1.controller.scrolling = setInterval(_local1.controller, "scrollInterval", 500, "one", -1);
};
FScrollBarClass.prototype.startDownScroller = function () {
var _local1 = this;
_local1.controller.downArrow_mc.gotoAndStop(2);
_local1.controller.scrollIt("one", 1);
_local1.controller.scrolling = setInterval(_local1.controller, "scrollInterval", 500, "one", 1);
};
FScrollBarClass.prototype.setScrollTarget = function (tF) {
var _local1 = this;
var _local2 = tF;
if (_local2 == undefined) {
_local1.textField.removeListener(_local1);
delete _local1.textField[(_local1.horizontal ? "hScroller" : "vScroller")];
if ((_local1.textField.hScroller != undefined) && (_local1.textField.vScroller != undefined)) {
_local1.textField.unwatch("text");
_local1.textField.unwatch("htmltext");
}
}
_local1.textField = undefined;
if (!(_local2 instanceof TextField)) {
} else {
_local1.textField = _local2;
_local1.textField[(_local1.horizontal ? "hScroller" : "vScroller")] = _local1;
_local1.onTextChanged();
_local1.onChanged = function () {
this.onTextChanged();
};
_local1.onScroller = function () {
var _local1 = this;
if (!_local1.isScrolling) {
if (!_local1.horizontal) {
_local1.setScrollPosition(_local1.textField.scroll);
} else {
_local1.setScrollPosition(_local1.textField.hscroll);
}
}
};
_local1.textField.addListener(_local1);
_local1.textField.watch("text", _local1.callback);
_local1.textField.watch("htmlText", _local1.callback);
}
};
FScrollBarClass.prototype.callback = function (prop, oldVal, newVal) {
var _local1 = this;
clearInterval(_local1.hScroller.synchScroll);
clearInterval(_local1.vScroller.synchScroll);
_local1.hScroller.synchScroll = setInterval(_local1.hScroller, "onTextChanged", 50);
_local1.vScroller.synchScroll = setInterval(_local1.vScroller, "onTextChanged", 50);
return(newVal);
};
FScrollBarClass.prototype.onTextChanged = function () {
var _local1 = this;
if ((!_local1.enable) || (_local1.textField == undefined)) {
} else {
clearInterval(_local1.synchScroll);
if (_local1.horizontal) {
var _local2 = _local1.textField.hscroll;
_local1.setScrollProperties(_local1.textField._width, 0, _local1.textField.maxhscroll);
_local1.setScrollPosition(Math.min(_local2, _local1.textField.maxhscroll));
} else {
var _local2 = _local1.textField.scroll;
var _local3 = _local1.textField.bottomScroll - _local1.textField.scroll;
_local1.setScrollProperties(_local3, 1, _local1.textField.maxscroll);
_local1.setScrollPosition(Math.min(_local2, _local1.textField.maxscroll));
}
}
};
FScrollBarClass.prototype.executeCallBack = function () {
var _local1 = this;
if (_local1.textField == undefined) {
super.executeCallBack();
} else if (_local1.horizontal) {
_local1.textField.hscroll = _local1.getScrollPosition();
} else {
_local1.textField.scroll = _local1.getScrollPosition();
}
};
Object.registerClass("FScrollBarSymbol", FScrollBarClass);
#endinitclip
Symbol 96 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent;
component.registerSkinElement(boundingBox, "background");
stop();
Symbol 96 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled");
stop();
Symbol 100 MovieClip [FScrollPaneSymbol] Frame 1
#initclip 3
function FScrollPaneClass() {
var _local1 = this;
function boolToString(str) {
var _local1 = str;
if (_local1 == "false") {
return(false);
}
if (_local1 == "true") {
return(true);
}
return(_local1);
}
_local1.init();
_local1.width = _local1._width;
_local1.height = _local1._height;
_local1._xscale = (_local1._yscale = 100);
_local1.contentWidth = (_local1.contentHeight = 0);
if (_local1.hScroll == undefined) {
_local1.hScroll = (_local1.vScroll = "auto");
_local1.dragContent = false;
}
_local1.offset = new Object();
_local1.vScroll = boolToString(_local1.vScroll);
_local1.hScroll = boolToString(_local1.hScroll);
_local1.attachMovie("FScrollBarSymbol", "hScrollBar_mc", 100, {hostStyle:_local1.styleTable});
_local1.hScrollBar_mc.setHorizontal(true);
_local1.hScrollBar_mc.setSmallScroll(5);
_local1.hScrollBar_mc.setChangeHandler("onScroll", _local1);
_local1.attachMovie("FScrollBarSymbol", "vScrollBar_mc", 99, {hostStyle:_local1.styleTable});
_local1.vScrollBar_mc.setSmallScroll(5);
_local1.vScrollBar_mc.setChangeHandler("onScroll", _local1);
_local1.setSize(_local1.width, _local1.height);
if (_local1.scrollContent != "") {
_local1.setScrollContent(_local1.scrollContent);
}
_local1.setDragContent(_local1.dragContent);
}
FScrollPaneClass.prototype = new FUIComponentClass();
Object.registerClass("FScrollPaneSymbol", FScrollPaneClass);
FScrollPaneClass.prototype.getScrollContent = function () {
return(this.content_mc);
};
FScrollPaneClass.prototype.getPaneWidth = function () {
return(this.width);
};
FScrollPaneClass.prototype.getPaneHeight = function () {
return(this.height);
};
FScrollPaneClass.prototype.getScrollPosition = function () {
var _local1 = this;
var _local3 = ((_local1.hScrollBar_mc == undefined) ? 0 : (_local1.hScrollBar_mc.getScrollPosition()));
var _local2 = ((_local1.vScrollBar_mc == undefined) ? 0 : (_local1.vScrollBar_mc.getScrollPosition()));
return({x:_local3, y:_local2});
};
FScrollPaneClass.prototype.setScrollContent = function (target) {
var _local1 = this;
var _local2 = target;
_local1.offset.x = 0;
_local1.offset.y = 0;
if (_local1.content_mc != undefined) {
if (_local2 != _local1.content_mc) {
_local1.content_mc._visible = false;
_local1.content_mc.removeMovieClip();
_local1.content_mc.unloadMovie();
}
}
if (typeof(_local2) == "string") {
_local1.attachMovie(_local2, "tmp_mc", 3);
_local1.content_mc = _local1.tmp_mc;
} else if (_local2 == undefined) {
_local1.content_mc.unloadMovie();
} else {
_local1.content_mc = _local2;
}
_local1.localToGlobal(_local1.offset);
_local1.content_mc._parent.globalToLocal(_local1.offset);
_local1.content_mc._x = _local1.offset.x;
_local1.content_mc._y = _local1.offset.y;
var _local3 = _local1.content_mc.getBounds(_local1);
_local1.offset.x = -_local3.xMin;
_local1.offset.y = -_local3.yMin;
_local1.localToGlobal(_local1.offset);
_local1.content_mc._parent.globalToLocal(_local1.offset);
_local1.content_mc._x = _local1.offset.x;
_local1.content_mc._y = _local1.offset.y;
_local1.contentWidth = _local1.content_mc._width;
_local1.contentHeight = _local1.content_mc._height;
_local1.content_mc.setMask(_local1.mask_mc);
_local1.setSize(_local1.width, _local1.height);
};
FScrollPaneClass.prototype.setSize = function (w, h) {
var _local1 = this;
var _local2 = h;
var _local3 = w;
if (((arguments.length < 2) || (isNaN(_local3))) || (isNaN(_local2))) {
} else {
super.setSize(_local3, _local2);
_local1.width = Math.max(_local3, 60);
_local1.height = Math.max(_local2, 60);
_local1.boundingBox_mc._xscale = 100;
_local1.boundingBox_mc._yscale = 100;
_local1.boundingBox_mc._width = _local1.width;
_local1.boundingBox_mc._height = _local1.height;
_local1.setHandV();
_local1.initScrollBars();
if (_local1.mask_mc == undefined) {
_local1.attachMovie("FBoundingBoxSymbol", "mask_mc", 3000);
}
_local1.mask_mc._xscale = 100;
_local1.mask_mc._yscale = 100;
_local1.mask_mc._width = _local1.hWidth;
_local1.mask_mc._height = _local1.vHeight;
_local1.mask_mc._alpha = 0;
}
};
FScrollPaneClass.prototype.setScrollPosition = function (x, y) {
var _local1 = this;
var _local2 = y;
var _local3 = x;
_local3 = Math.max(_local1.hScrollBar_mc.minPos, _local3);
_local3 = Math.min(_local1.hScrollBar_mc.maxPos, _local3);
_local2 = Math.max(_local1.vScrollBar_mc.minPos, _local2);
_local2 = Math.min(_local1.vScrollBar_mc.maxPos, _local2);
_local1.hScrollBar_mc.setScrollPosition(_local3);
_local1.vScrollBar_mc.setScrollPosition(_local2);
};
FScrollPaneClass.prototype.refreshPane = function () {
this.setScrollContent(this.content_mc);
};
FScrollPaneClass.prototype.loadScrollContent = function (url, handler, location) {
var _local1 = this;
_local1.content_mc.removeMovieClip();
_local1.content_mc.unloadMovie();
_local1.content_mc._visible = 0;
_local1.loadContent.duplicateMovieClip("loadTemp", 3);
_local1.dupeFlag = true;
_local1.contentLoaded = function () {
var _local1 = this;
_local1.loadReady = false;
_local1.content_mc = _local1.loadTemp;
_local1.refreshPane();
_local1.executeCallBack();
};
_local1.setChangeHandler(handler, location);
_local1.loadTemp.loadMovie(url);
};
FScrollPaneClass.prototype.setHScroll = function (prop) {
var _local1 = this;
_local1.hScroll = prop;
_local1.setSize(_local1.width, _local1.height);
};
FScrollPaneClass.prototype.setVScroll = function (prop) {
var _local1 = this;
_local1.vScroll = prop;
_local1.setSize(_local1.width, _local1.height);
};
FScrollPaneClass.prototype.setDragContent = function (dragFlag) {
var _local1 = this;
if (dragFlag) {
_local1.boundingBox_mc.useHandCursor = true;
_local1.boundingBox_mc.onPress = function () {
this._parent.startDragLoop();
};
_local1.boundingBox_mc.tabEnabled = false;
_local1.boundingBox_mc.onRelease = (_local1.boundingBox_mc.onReleaseOutside = function () {
this._parent.pressFocus();
this._parent.onMouseMove = null;
});
} else {
delete _local1.boundingBox_mc.onPress;
_local1.boundingBox_mc.useHandCursor = false;
}
};
FScrollPaneClass.prototype.setSmallScroll = function (x, y) {
this.hScrollBar_mc.setSmallScroll(x);
this.vScrollBar_mc.setSmallScroll(y);
};
FScrollPaneClass.prototype.setHandV = function () {
var _local1 = this;
if ((((_local1.contentHeight - _local1.height) > 2) && (_local1.vScroll != false)) || (_local1.vScroll == true)) {
_local1.hWidth = _local1.width - _local1.vScrollBar_mc._width;
} else {
_local1.hWidth = _local1.width;
}
if ((((_local1.contentWidth - _local1.width) > 2) && (_local1.hScroll != false)) || (_local1.hScroll == true)) {
_local1.vHeight = _local1.height - _local1.hScrollBar_mc._height;
} else {
_local1.vHeight = _local1.height;
}
};
FScrollPaneClass.prototype.startDragLoop = function () {
var _local1 = this;
_local1.tabFocused = false;
_local1.myOnSetFocus();
_local1.lastX = _local1._xmouse;
_local1.lastY = _local1._ymouse;
_local1.onMouseMove = function () {
var _local1 = this;
_local1.scrollXMove = _local1.lastX - _local1._xmouse;
_local1.scrollYMove = _local1.lastY - _local1._ymouse;
_local1.scrollXMove = _local1.scrollXMove + _local1.hScrollBar_mc.getScrollPosition();
_local1.scrollYMove = _local1.scrollYMove + _local1.vScrollBar_mc.getScrollPosition();
_local1.setScrollPosition(_local1.scrollXMove, _local1.scrollYMove);
if ((_local1.scrollXMove < _local1.hScrollBar_mc.maxPos) && (_local1.scrollXMove > _local1.hScrollBar_mc.minPos)) {
_local1.lastX = _local1._xmouse;
}
if ((_local1.scrollYMove < _local1.vScrollBar_mc.maxPos) && (_local1.scrollYMove > _local1.vScrollBar_mc.minPos)) {
_local1.lastY = _local1._ymouse;
}
_local1.updateAfterEvent();
};
};
FScrollPaneClass.prototype.initScrollBars = function () {
var _local1 = this;
_local1.hScrollBar_mc._y = _local1.height - _local1.hScrollBar_mc._height;
_local1.hScrollBar_mc.setSize(_local1.hWidth);
_local1.hScrollBar_mc.setScrollProperties(_local1.hWidth, 0, _local1.contentWidth - _local1.hWidth);
_local1.vScrollBar_mc._visible = ((_local1.hWidth == _local1.width) ? false : true);
_local1.vScrollBar_mc._x = _local1.width - _local1.vScrollBar_mc._width;
_local1.vScrollBar_mc.setSize(_local1.vHeight);
_local1.vScrollBar_mc.setScrollProperties(_local1.vHeight, 0, _local1.contentHeight - _local1.vHeight);
_local1.hScrollBar_mc._visible = ((_local1.vHeight == _local1.height) ? false : true);
};
FScrollPaneClass.prototype.onScroll = function (component) {
var _local2 = this;
var _local3 = component;
var _local1 = _local3.getScrollPosition();
var XorY = ((_local3._name == "hScrollBar_mc") ? "x" : "y");
if (_local3._name == "hScrollBar_mc") {
_local2.content_mc._x = (-_local1) + _local2.offset.x;
} else {
_local2.content_mc._y = (-_local1) + _local2.offset.y;
}
};
FScrollPaneClass.prototype.myOnKeyDown = function () {
var _local1 = this;
var _local3 = _local1.hScrollBar_mc.getScrollPosition();
var _local2 = _local1.vScrollBar_mc.getScrollPosition();
if (_local1.hScrollBar_mc.maxPos > _local1.hScrollBar_mc.minPos) {
if (Key.isDown(37)) {
_local1.setScrollPosition(_local3 - 3, _local2);
} else if (Key.isDown(39)) {
_local1.setScrollPosition(_local3 + 3, _local2);
}
}
if (_local1.vScrollBar_mc.maxPos > _local1.vScrollBar_mc.minPos) {
if (Key.isDown(38)) {
_local1.setScrollPosition(_local3, _local2 - 3);
} else if (Key.isDown(40)) {
_local1.setScrollPosition(_local3, _local2 + 3);
} else if (Key.isDown(34)) {
_local1.setScrollPosition(_local3, _local2 + _local1.vScrollBar_mc.pageSize);
} else if (Key.isDown(33)) {
_local1.setScrollPosition(_local3, _local2 - _local1.vScrollBar_mc.pageSize);
}
}
};
#endinitclip
this.deadPreview._visible = false;
Instance of Symbol 92 MovieClip [FScrollBarSymbol] "scrollBarAsset" in Symbol 100 MovieClip [FScrollPaneSymbol] Frame 1
//component parameters
onClipEvent (initialize) {
_targetInstanceName = "";
horizontal = false;
}
Instance of Symbol 97 MovieClip "loadContent" in Symbol 100 MovieClip [FScrollPaneSymbol] Frame 1
onClipEvent (load) {
if (this._parent.loadReady) {
this._parent.contentLoaded();
delete this._parent.loadReady;
} else if (this._name != "loadContent") {
this._parent.loadReady = true;
}
}
Symbol 116 Button
on (release) {
getURL ("http://muttski-software.com", "_blank");
}
Symbol 150 Button
on (release) {
_root.score = 0;
_root.toplayer = false;
_root.oneplayer = true;
gotoAndPlay (8);
}
Symbol 152 Button
on (release) {
play();
}
Symbol 156 Button
on (release) {
_root.score = 0;
_root.toplayer = true;
_root.oneplayer = true;
gotoAndPlay (8);
}
Symbol 160 Button
on (release) {
gotoAndPlay (12);
}
Symbol 165 Button
on (release) {
gotoAndStop (21);
}
Symbol 169 Button
on (release) {
gotoAndPlay (6);
}
Symbol 173 Button
on (release) {
_root.opp = true;
}
Instance of Symbol 175 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
if (_root.oppcode == 37) {
lastKeyPressed = "Left";
} else if (_root.oppcode == 40) {
lastKeyPressed = "Down";
} else if (_root.oppcode == 38) {
lastKeyPressed = "Up";
} else if (_root.oppcode == 39) {
lastKeyPressed = "Right";
} else if (_root.oppcode == 39) {
lastKeyPressed = "Right";
} else if (_root.oppcode == 32) {
lastKeyPressed = "Space";
} else {
lastKeyPressed = String.fromCharCode(_root.oppcode);
}
}
onClipEvent (keyDown) {
if (_root.opp == true) {
lastKeyPressed = String.fromCharCode(_root.oppcode);
_root.oppcode = Key.getCode();
if (_root.oppcode == 37) {
lastKeyPressed = "Left";
}
if (_root.oppcode == 40) {
lastKeyPressed = "Down";
}
if (_root.oppcode == 38) {
lastKeyPressed = "Up";
}
if (_root.oppcode == 39) {
lastKeyPressed = "Right";
}
_root.opp = false;
}
}
Symbol 177 Button
on (release) {
_root.ned = true;
}
Instance of Symbol 179 MovieClip in Symbol 180 MovieClip Frame 1
onClipEvent (load) {
if (_root.nedcode == 37) {
lastKeyPressed = "Left";
} else if (_root.nedcode == 40) {
lastKeyPressed = "Down";
} else if (_root.nedcode == 38) {
lastKeyPressed = "Up";
} else if (_root.nedcode == 39) {
lastKeyPressed = "Right";
} else if (_root.nedcode == 39) {
lastKeyPressed = "Right";
} else if (_root.nedcode == 32) {
lastKeyPressed = "Space";
} else {
lastKeyPressed = String.fromCharCode(_root.nedcode);
}
}
onClipEvent (keyDown) {
if (_root.ned == true) {
lastKeyPressed = String.fromCharCode(Key.getAscii());
_root.nedcode = Key.getCode();
if (_root.nedcode == 37) {
lastKeyPressed = "Left";
}
if (_root.nedcode == 40) {
lastKeyPressed = "Down";
}
if (_root.nedcode == 38) {
lastKeyPressed = "Up";
}
if (_root.nedcode == 39) {
lastKeyPressed = "Right";
}
_root.ned = false;
}
}
Symbol 181 Button
on (release) {
_root.venstre = true;
}
Instance of Symbol 183 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (load) {
if (_root.venstrecode == 37) {
lastKeyPressed = "Left";
} else if (_root.venstrecode == 40) {
lastKeyPressed = "Down";
} else if (_root.venstrecode == 38) {
lastKeyPressed = "Up";
} else if (_root.venstrecode == 39) {
lastKeyPressed = "Right";
} else if (_root.venstrecode == 39) {
lastKeyPressed = "Right";
} else if (_root.venstrecode == 32) {
lastKeyPressed = "Space";
} else {
lastKeyPressed = String.fromCharCode(_root.venstrecode);
}
}
onClipEvent (keyDown) {
if (_root.venstre == true) {
lastKeyPressed = String.fromCharCode(Key.getAscii());
_root.venstrecode = Key.getCode();
if (_root.venstrecode == 37) {
lastKeyPressed = "Left";
}
if (_root.venstrecode == 40) {
lastKeyPressed = "Down";
}
if (_root.venstrecode == 38) {
lastKeyPressed = "Up";
}
if (_root.venstrecode == 39) {
lastKeyPressed = "Right";
}
_root.venstre = false;
}
}
Symbol 185 Button
on (release) {
_root["h\u00F8yre"] = true;
}
Instance of Symbol 187 MovieClip in Symbol 188 MovieClip Frame 1
onClipEvent (load) {
if (_root["h\u00F8yrecode"] == 37) {
lastKeyPressed = "Left";
} else if (_root["h\u00F8yrecode"] == 40) {
lastKeyPressed = "Down";
} else if (_root["h\u00F8yrecode"] == 38) {
lastKeyPressed = "Up";
} else if (_root["h\u00F8yrecode"] == 39) {
lastKeyPressed = "Right";
} else if (_root["h\u00F8yrecode"] == 39) {
lastKeyPressed = "Right";
} else if (_root["h\u00F8yrecode"] == 32) {
lastKeyPressed = "Space";
} else {
lastKeyPressed = String.fromCharCode(_root["h\u00F8yrecode"]);
}
}
onClipEvent (keyDown) {
if (_root["h\u00F8yre"] == true) {
lastKeyPressed = String.fromCharCode(Key.getAscii());
_root["h\u00F8yrecode"] = Key.getCode();
if (_root["h\u00F8yrecode"] == 37) {
lastKeyPressed = "Left";
}
if (_root["h\u00F8yrecode"] == 40) {
lastKeyPressed = "Down";
}
if (_root["h\u00F8yrecode"] == 38) {
lastKeyPressed = "Up";
}
if (_root["h\u00F8yrecode"] == 39) {
lastKeyPressed = "Right";
}
_root["h\u00F8yre"] = false;
}
}
Symbol 189 Button
on (release) {
_root.skyt = true;
}
Instance of Symbol 191 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) {
if (_root.skytcode == 37) {
lastKeyPressed = "Left";
} else if (_root.skytcode == 40) {
lastKeyPressed = "Down";
} else if (_root.skytcode == 38) {
lastKeyPressed = "Up";
} else if (_root.skytcode == 39) {
lastKeyPressed = "Right";
} else if (_root.skytcode == 39) {
lastKeyPressed = "Right";
} else if (_root.skytcode == 32) {
lastKeyPressed = "Space";
} else {
lastKeyPressed = String.fromCharCode(_root.skytcode);
}
}
onClipEvent (keyDown) {
if (_root.skyt == true) {
lastKeyPressed = String.fromCharCode(Key.getAscii());
_root.skytcode = Key.getCode();
if (_root.skytcode == 37) {
lastKeyPressed = "Left";
}
if (_root.skytcode == 40) {
lastKeyPressed = "Down";
}
if (_root.skytcode == 38) {
lastKeyPressed = "Up";
}
if (_root.skytcode == 39) {
lastKeyPressed = "Right";
}
if (_root.skytcode == 32) {
lastKeyPressed = "Space";
}
_root.skyt = false;
}
}
Symbol 199 Button
on (release) {
_root.oppa = true;
}
Instance of Symbol 201 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
if (_root.oppacode == 37) {
lastKeyPressed = "Left";
} else if (_root.oppacode == 40) {
lastKeyPressed = "Down";
} else if (_root.oppacode == 38) {
lastKeyPressed = "Up";
} else if (_root.oppacode == 39) {
lastKeyPressed = "Right";
} else if (_root.oppacode == 39) {
lastKeyPressed = "Right";
} else if (_root.oppacode == 32) {
lastKeyPressed = "Space";
} else {
lastKeyPressed = String.fromCharCode(_root.oppacode);
}
}
onClipEvent (keyDown) {
if (_root.oppa == true) {
lastKeyPressed = String.fromCharCode(Key.getAscii());
_root.oppacode = Key.getCode();
if (_root.oppacode == 37) {
lastKeyPressed = "Left";
}
if (_root.oppacode == 40) {
lastKeyPressed = "Down";
}
if (_root.oppacode == 38) {
lastKeyPressed = "Up";
}
if (_root.oppacode == 39) {
lastKeyPressed = "Right";
}
_root.oppa = false;
}
}
Symbol 203 Button
on (release) {
_root.neda = true;
}
Instance of Symbol 205 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (load) {
if (_root.nedacode == 37) {
lastKeyPressed = "Left";
} else if (_root.nedacode == 40) {
lastKeyPressed = "Down";
} else if (_root.nedacode == 38) {
lastKeyPressed = "Up";
} else if (_root.nedacode == 39) {
lastKeyPressed = "Right";
} else if (_root.nedacode == 39) {
lastKeyPressed = "Right";
} else if (_root.nedacode == 32) {
lastKeyPressed = "Space";
} else {
lastKeyPressed = String.fromCharCode(_root.nedacode);
}
}
onClipEvent (keyDown) {
if (_root.neda == true) {
lastKeyPressed = String.fromCharCode(Key.getAscii());
_root.nedacode = Key.getCode();
if (_root.nedacode == 37) {
lastKeyPressed = "Left";
}
if (_root.nedacode == 40) {
lastKeyPressed = "Down";
}
if (_root.nedacode == 38) {
lastKeyPressed = "Up";
}
if (_root.nedacode == 39) {
lastKeyPressed = "Right";
}
_root.neda = false;
}
}
Symbol 207 Button
on (release) {
_root.venstrea = true;
}
Instance of Symbol 209 MovieClip in Symbol 210 MovieClip Frame 1
onClipEvent (load) {
if (_root.venstreacode == 37) {
lastKeyPressed = "Left";
} else if (_root.venstreacode == 40) {
lastKeyPressed = "Down";
} else if (_root.venstreacode == 38) {
lastKeyPressed = "Up";
} else if (_root.venstreacode == 39) {
lastKeyPressed = "Right";
} else if (_root.venstreacode == 39) {
lastKeyPressed = "Right";
} else if (_root.venstreacode == 32) {
lastKeyPressed = "Space";
} else {
lastKeyPressed = String.fromCharCode(_root.venstreacode);
}
}
onClipEvent (keyDown) {
if (_root.venstrea == true) {
lastKeyPressed = String.fromCharCode(Key.getAscii());
_root.venstreacode = Key.getCode();
if (_root.venstreacode == 37) {
lastKeyPressed = "Left";
}
if (_root.venstreacode == 40) {
lastKeyPressed = "Down";
}
if (_root.venstreacode == 38) {
lastKeyPressed = "Up";
}
if (_root.venstreacode == 39) {
lastKeyPressed = "Right";
}
_root.venstrea = false;
}
}
Symbol 211 Button
on (release) {
_root["h\u00F8yrea"] = true;
}
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
if (_root["h\u00F8yreacode"] == 37) {
lastKeyPressed = "Left";
} else if (_root["h\u00F8yreacode"] == 40) {
lastKeyPressed = "Down";
} else if (_root["h\u00F8yreacode"] == 38) {
lastKeyPressed = "Up";
} else if (_root["h\u00F8yreacode"] == 39) {
lastKeyPressed = "Right";
} else if (_root["h\u00F8yreacode"] == 39) {
lastKeyPressed = "Right";
} else if (_root["h\u00F8yreacode"] == 32) {
lastKeyPressed = "Space";
} else {
lastKeyPressed = String.fromCharCode(_root["h\u00F8yreacode"]);
}
}
onClipEvent (keyDown) {
if (_root["h\u00F8yrea"] == true) {
lastKeyPressed = String.fromCharCode(Key.getAscii());
_root["h\u00F8yreacode"] = Key.getCode();
if (_root["h\u00F8yreacode"] == 37) {
lastKeyPressed = "Left";
}
if (_root["h\u00F8yreacode"] == 40) {
lastKeyPressed = "Down";
}
if (_root["h\u00F8yreacode"] == 38) {
lastKeyPressed = "Up";
}
if (_root["h\u00F8yreacode"] == 39) {
lastKeyPressed = "Right";
}
_root["h\u00F8yrea"] = false;
}
}
Symbol 215 Button
on (release) {
_root.skyta = true;
}
Instance of Symbol 217 MovieClip in Symbol 218 MovieClip Frame 1
onClipEvent (load) {
if (_root.skytacode == 20) {
lastKeyPressed = "caps";
} else if (_root.skytacode == 37) {
lastKeyPressed = "Left";
} else if (_root.skytacode == 40) {
lastKeyPressed = "Down";
} else if (_root.skytacode == 38) {
lastKeyPressed = "Up";
} else if (_root.skytacode == 39) {
lastKeyPressed = "Right";
} else if (_root.skytacode == 39) {
lastKeyPressed = "Right";
} else if (_root.skytacode == 32) {
lastKeyPressed = "Space";
} else {
lastKeyPressed = String.fromCharCode(_root.skytacode);
}
}
onClipEvent (keyDown) {
if (_root.skyta == true) {
lastKeyPressed = String.fromCharCode(Key.getAscii());
_root.skytacode = Key.getCode();
if (_root.skytacode == 37) {
lastKeyPressed = "Left";
}
if (_root.skytacode == 40) {
lastKeyPressed = "Down";
}
if (_root.skytacode == 38) {
lastKeyPressed = "Up";
}
if (_root.skytacode == 39) {
lastKeyPressed = "Right";
}
if (_root.skytacode == 32) {
lastKeyPressed = "Space";
}
_root.skyta = false;
}
}
Symbol 231 MovieClip Frame 1
tid = 0;
stop();
Symbol 231 MovieClip Frame 11
tid = 1;
stop();
Symbol 238 MovieClip Frame 1
tid = 0;
Symbol 238 MovieClip Frame 25
tid = 1;
stop();
Symbol 238 MovieClip Frame 51
tid = 2;
stop();
Symbol 238 MovieClip Frame 75
tid = 3;
stop();
Symbol 241 Button
on (release, keyPress "<Space>") {
play();
}
Symbol 254 MovieClip Frame 1
if (key.isDown(68)) {
this.play();
} else {
this.gotoAndStop(1);
}
Symbol 254 MovieClip Frame 9
if (key.isDown(68)) {
this.play();
} else {
this.gotoAndStop(1);
}
Symbol 255 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 1
tid = 0;
stop();
Symbol 270 MovieClip Frame 307
tid = 2;
stop();
Symbol 270 MovieClip Frame 330
this._x = 1000;
Symbol 270 MovieClip Frame 356
tid = 1;
Symbol 270 MovieClip Frame 399
gotoAndPlay (1);
Symbol 287 MovieClip Frame 1
tid = 0;
stop();
Symbol 287 MovieClip Frame 307
tid = 2;
stop();
Symbol 287 MovieClip Frame 330
this._x = 1000;
Symbol 287 MovieClip Frame 356
tid = 1;
Symbol 287 MovieClip Frame 399
gotoAndPlay (1);
Symbol 301 MovieClip Frame 1
if (key.isDown(39)) {
this.play();
} else {
this.gotoAndStop(1);
}
Symbol 301 MovieClip Frame 9
if (key.isDown(39)) {
this.play();
} else {
this.gotoAndStop(1);
}
Symbol 306 MovieClip Frame 1
if (key.isDown(37)) {
this.play();
} else {
this.gotoAndStop(1);
}
Symbol 306 MovieClip Frame 9
if (key.isDown(37)) {
this.play();
} else {
this.gotoAndStop(1);
}
Symbol 311 MovieClip Frame 40
gotoAndPlay (1);
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 2
stop();
Symbol 313 MovieClip Frame 3
stop();
Instance of Symbol 301 MovieClip "man" in Symbol 313 MovieClip Frame 3
/* no clip actions */
Symbol 313 MovieClip Frame 4
stop();
Instance of Symbol 306 MovieClip "man" in Symbol 313 MovieClip Frame 4
/* no clip actions */
Symbol 313 MovieClip Frame 5
stop();
Instance of Symbol 311 MovieClip in Symbol 313 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_parent.hitTest(_parent._parent.storball2)) {
_parent._parent.ball5._x = _parent._parent.storball2._x;
_parent._parent.ball5._y = _parent._parent.storball2._y;
_parent._parent.ball5.aktive = true;
_parent._parent.ball6._x = _parent._parent.storball2._x;
_parent._parent.ball6._y = _parent._parent.storball2._y;
_parent._parent.ball6.aktive = true;
_parent._parent.storball2._x = 10000;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 150;
_parent._parent.storball2._x = 10000;
_parent._parent.storball2.aktive = false;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.ball5)) {
_parent._parent.minderball5._x = _parent._parent.ball5._x + 5;
_parent._parent.minderball5._y = _parent._parent.ball5._y;
_parent._parent.minderball5.aktive = true;
_parent._parent.minderball6._x = _parent._parent.ball5._x;
_parent._parent.minderball6._y = _parent._parent.ball5._y;
_parent._parent.skudds._x = _parent._parent.ball5._x + 5;
_parent._parent.skudds._y = _parent._parent.ball5._y;
_parent._parent.minderball6.aktive = true;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball5._x = 10000;
_parent._parent.ball5.aktive = false;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.ball6)) {
_parent._parent.minderball7._x = _parent._parent.ball6._x + 5;
_parent._parent.minderball7._y = _parent._parent.ball6._y;
_parent._parent.minderball7.aktive = true;
_parent._parent.minderball8._x = _parent._parent.ball6._x;
_parent._parent.minderball8._y = _parent._parent.ball6._y;
_parent._parent.skudds._x = _parent._parent.ball6._x + 5;
_parent._parent.skudds._y = _parent._parent.ball6._y;
_parent._parent.minderball8.aktive = true;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball6._x = 10000;
_parent._parent.ball6.aktive = false;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball5)) {
_parent._parent.minstball9._x = _parent._parent.minderball5._x + 5;
_parent._parent.minstball9._y = _parent._parent.minderball5._y;
_parent._parent.minstball9.aktive = true;
_parent._parent.minstball10._x = _parent._parent.minderball5._x + 5;
_parent._parent.minstball10._y = _parent._parent.minderball5._y;
_parent._parent.minstball10.aktive = true;
_parent._parent.minderball5._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball5.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball6)) {
_parent._parent.minstball11._x = _parent._parent.minderball6._x + 5;
_parent._parent.minstball11._y = _parent._parent.minderball6._y;
_parent._parent.minstball11.aktive = true;
_parent._parent.minstball12._x = _parent._parent.minderball6._x + 5;
_parent._parent.minstball12._y = _parent._parent.minderball6._y;
_parent._parent.minstball12.aktive = true;
_parent._parent.minderball6._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball6.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball7)) {
_parent._parent.minstball13._x = _parent._parent.minderball7._x + 5;
_parent._parent.minstball13._y = _parent._parent.minderball7._y;
_parent._parent.minstball13.aktive = true;
_parent._parent.minstball14._x = _parent._parent.minderball7._x + 5;
_parent._parent.minstball14._y = _parent._parent.minderball7._y;
_parent._parent.minstball14.aktive = true;
_parent._parent.minderball7._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball7.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball8)) {
_parent._parent.minstball15._x = _parent._parent.minderball8._x + 5;
_parent._parent.minstball15._y = _parent._parent.minderball8._y;
_parent._parent.minstball15.aktive = true;
_parent._parent.minstball16._x = _parent._parent.minderball8._x + 5;
_parent._parent.minstball16._y = _parent._parent.minderball8._y;
_parent._parent.minstball16.aktive = true;
_parent._parent.minderball8._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball8.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.storball1)) {
_parent._parent.ball3._x = _parent._parent.storball1._x;
_parent._parent.ball3._y = _parent._parent.storball1._y;
_parent._parent.ball3.aktive = true;
_parent._parent.ball4._x = _parent._parent.storball1._x;
_parent._parent.ball4._y = _parent._parent.storball1._y;
_parent._parent.ball4.aktive = true;
_parent._parent.storball1._x = 10000;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 150;
_parent._parent.storball1._x = 10000;
_parent._parent.storball1.aktive = false;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.ball3)) {
_parent._parent.minderball1._x = _parent._parent.ball3._x + 5;
_parent._parent.minderball1._y = _parent._parent.ball3._y;
_parent._parent.minderball1.aktive = true;
_parent._parent.minderball2._x = _parent._parent.ball3._x;
_parent._parent.minderball2._y = _parent._parent.ball3._y;
_parent._parent.skudds._x = _parent._parent.ball3._x + 5;
_parent._parent.skudds._y = _parent._parent.ball3._y;
_parent._parent.minderball2.aktive = true;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball3._x = 10000;
_parent._parent.ball3.aktive = false;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.ball4)) {
_parent._parent.minderball3._x = _parent._parent.ball4._x + 5;
_parent._parent.minderball3._y = _parent._parent.ball4._y;
_parent._parent.minderball3.aktive = true;
_parent._parent.minderball4._x = _parent._parent.ball4._x;
_parent._parent.minderball4._y = _parent._parent.ball4._y;
_parent._parent.skudds._x = _parent._parent.ball4._x + 5;
_parent._parent.skudds._y = _parent._parent.ball4._y;
_parent._parent.minderball4.aktive = true;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball4._x = 10000;
_parent._parent.ball4.aktive = false;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball1)) {
_parent._parent.minstball1._x = _parent._parent.minderball1._x + 5;
_parent._parent.minstball1._y = _parent._parent.minderball1._y;
_parent._parent.minstball1.aktive = true;
_parent._parent.minstball2._x = _parent._parent.minderball1._x + 5;
_parent._parent.minstball2._y = _parent._parent.minderball1._y;
_parent._parent.minstball2.aktive = true;
_parent._parent.minderball1._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball1.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball2)) {
_parent._parent.minstball3._x = _parent._parent.minderball2._x + 5;
_parent._parent.minstball3._y = _parent._parent.minderball2._y;
_parent._parent.minstball3.aktive = true;
_parent._parent.minstball4._x = _parent._parent.minderball2._x + 5;
_parent._parent.minstball4._y = _parent._parent.minderball2._y;
_parent._parent.minstball4.aktive = true;
_parent._parent.minderball2._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball2.aktive = false;
root.score = root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball3)) {
_parent._parent.minstball5._x = _parent._parent.minderball3._x + 5;
_parent._parent.minstball5._y = _parent._parent.minderball3._y;
_parent._parent.minstball5.aktive = true;
_parent._parent.minstball6._x = _parent._parent.minderball3._x + 5;
_parent._parent.minstball6._y = _parent._parent.minderball3._y;
_parent._parent.minstball6.aktive = true;
_parent._parent.minderball3._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball3.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball4)) {
_parent._parent.minstball7._x = _parent._parent.minderball4._x + 5;
_parent._parent.minstball7._y = _parent._parent.minderball4._y;
_parent._parent.minstball7.aktive = true;
_parent._parent.minstball8._x = _parent._parent.minderball4._x + 5;
_parent._parent.minstball8._y = _parent._parent.minderball4._y;
_parent._parent.minstball8.aktive = true;
_parent._parent.minderball4._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball4.aktive = false;
root.score = root.score + 50;
_parent.gotoAndStop(1);
}
i = 1;
while (i <= 16) {
if (_parent.hitTest(_parent._parent["minstball" + i])) {
_parent._parent["minstball" + i]._x = 10000;
_parent._parent["minstball" + i].aktive = false;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 25;
_parent.gotoAndStop(1);
}
i++;
}
}
Symbol 313 MovieClip Frame 6
stop();
Symbol 313 MovieClip Frame 7
stop();
Instance of Symbol 301 MovieClip "man" in Symbol 313 MovieClip Frame 7
/* no clip actions */
Instance of Symbol 311 MovieClip in Symbol 313 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_parent.hitTest(_parent._parent.storball2)) {
_parent._parent.ball5._x = _parent._parent.storball2._x;
_parent._parent.ball5._y = _parent._parent.storball2._y;
_parent._parent.ball5.aktive = true;
_parent._parent.ball6._x = _parent._parent.storball2._x;
_parent._parent.ball6._y = _parent._parent.storball2._y;
_parent._parent.ball6.aktive = true;
_parent._parent.storball2._x = 10000;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 150;
_parent._parent.storball2._x = 10000;
_parent._parent.storball2.aktive = false;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.ball5)) {
_parent._parent.minderball5._x = _parent._parent.ball5._x + 5;
_parent._parent.minderball5._y = _parent._parent.ball5._y;
_parent._parent.minderball5.aktive = true;
_parent._parent.minderball6._x = _parent._parent.ball5._x;
_parent._parent.minderball6._y = _parent._parent.ball5._y;
_parent._parent.skudds._x = _parent._parent.ball5._x + 5;
_parent._parent.skudds._y = _parent._parent.ball5._y;
_parent._parent.minderball6.aktive = true;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball5._x = 10000;
_parent._parent.ball5.aktive = false;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.ball6)) {
_parent._parent.minderball7._x = _parent._parent.ball6._x + 5;
_parent._parent.minderball7._y = _parent._parent.ball6._y;
_parent._parent.minderball7.aktive = true;
_parent._parent.minderball8._x = _parent._parent.ball6._x;
_parent._parent.minderball8._y = _parent._parent.ball6._y;
_parent._parent.skudds._x = _parent._parent.ball6._x + 5;
_parent._parent.skudds._y = _parent._parent.ball6._y;
_parent._parent.minderball8.aktive = true;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball6._x = 10000;
_parent._parent.ball6.aktive = false;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball5)) {
_parent._parent.minstball9._x = _parent._parent.minderball5._x + 5;
_parent._parent.minstball9._y = _parent._parent.minderball5._y;
_parent._parent.minstball9.aktive = true;
_parent._parent.minstball10._x = _parent._parent.minderball5._x + 5;
_parent._parent.minstball10._y = _parent._parent.minderball5._y;
_parent._parent.minstball10.aktive = true;
_parent._parent.minderball5._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball5.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball6)) {
_parent._parent.minstball11._x = _parent._parent.minderball6._x + 5;
_parent._parent.minstball11._y = _parent._parent.minderball6._y;
_parent._parent.minstball11.aktive = true;
_parent._parent.minstball12._x = _parent._parent.minderball6._x + 5;
_parent._parent.minstball12._y = _parent._parent.minderball6._y;
_parent._parent.minstball12.aktive = true;
_parent._parent.minderball6._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball6.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball7)) {
_parent._parent.minstball13._x = _parent._parent.minderball7._x + 5;
_parent._parent.minstball13._y = _parent._parent.minderball7._y;
_parent._parent.minstball13.aktive = true;
_parent._parent.minstball14._x = _parent._parent.minderball7._x + 5;
_parent._parent.minstball14._y = _parent._parent.minderball7._y;
_parent._parent.minstball14.aktive = true;
_parent._parent.minderball7._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball7.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball8)) {
_parent._parent.minstball15._x = _parent._parent.minderball8._x + 5;
_parent._parent.minstball15._y = _parent._parent.minderball8._y;
_parent._parent.minstball15.aktive = true;
_parent._parent.minstball16._x = _parent._parent.minderball8._x + 5;
_parent._parent.minstball16._y = _parent._parent.minderball8._y;
_parent._parent.minstball16.aktive = true;
_parent._parent.minderball8._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball8.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.storball1)) {
_parent._parent.ball3._x = _parent._parent.storball1._x;
_parent._parent.ball3._y = _parent._parent.storball1._y;
_parent._parent.ball3.aktive = true;
_parent._parent.ball4._x = _parent._parent.storball1._x;
_parent._parent.ball4._y = _parent._parent.storball1._y;
_parent._parent.ball4.aktive = true;
_parent._parent.storball1._x = 10000;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 150;
_parent._parent.storball1._x = 10000;
_parent._parent.storball1.aktive = false;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.ball3)) {
_parent._parent.minderball1._x = _parent._parent.ball3._x + 5;
_parent._parent.minderball1._y = _parent._parent.ball3._y;
_parent._parent.minderball1.aktive = true;
_parent._parent.minderball2._x = _parent._parent.ball3._x;
_parent._parent.minderball2._y = _parent._parent.ball3._y;
_parent._parent.skudds._x = _parent._parent.ball3._x + 5;
_parent._parent.skudds._y = _parent._parent.ball3._y;
_parent._parent.minderball2.aktive = true;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball3._x = 10000;
_parent._parent.ball3.aktive = false;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.ball4)) {
_parent._parent.minderball3._x = _parent._parent.ball4._x + 5;
_parent._parent.minderball3._y = _parent._parent.ball4._y;
_parent._parent.minderball3.aktive = true;
_parent._parent.minderball4._x = _parent._parent.ball4._x;
_parent._parent.minderball4._y = _parent._parent.ball4._y;
_parent._parent.skudds._x = _parent._parent.ball4._x + 5;
_parent._parent.skudds._y = _parent._parent.ball4._y;
_parent._parent.minderball4.aktive = true;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball4._x = 10000;
_parent._parent.ball4.aktive = false;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball1)) {
_parent._parent.minstball1._x = _parent._parent.minderball1._x + 5;
_parent._parent.minstball1._y = _parent._parent.minderball1._y;
_parent._parent.minstball1.aktive = true;
_parent._parent.minstball2._x = _parent._parent.minderball1._x + 5;
_parent._parent.minstball2._y = _parent._parent.minderball1._y;
_parent._parent.minstball2.aktive = true;
_parent._parent.minderball1._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball1.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball2)) {
_parent._parent.minstball3._x = _parent._parent.minderball2._x + 5;
_parent._parent.minstball3._y = _parent._parent.minderball2._y;
_parent._parent.minstball3.aktive = true;
_parent._parent.minstball4._x = _parent._parent.minderball2._x + 5;
_parent._parent.minstball4._y = _parent._parent.minderball2._y;
_parent._parent.minstball4.aktive = true;
_parent._parent.minderball2._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball2.aktive = false;
root.score = root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball3)) {
_parent._parent.minstball5._x = _parent._parent.minderball3._x + 5;
_parent._parent.minstball5._y = _parent._parent.minderball3._y;
_parent._parent.minstball5.aktive = true;
_parent._parent.minstball6._x = _parent._parent.minderball3._x + 5;
_parent._parent.minstball6._y = _parent._parent.minderball3._y;
_parent._parent.minstball6.aktive = true;
_parent._parent.minderball3._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball3.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball4)) {
_parent._parent.minstball7._x = _parent._parent.minderball4._x + 5;
_parent._parent.minstball7._y = _parent._parent.minderball4._y;
_parent._parent.minstball7.aktive = true;
_parent._parent.minstball8._x = _parent._parent.minderball4._x + 5;
_parent._parent.minstball8._y = _parent._parent.minderball4._y;
_parent._parent.minstball8.aktive = true;
_parent._parent.minderball4._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball4.aktive = false;
root.score = root.score + 50;
_parent.gotoAndStop(3);
}
i = 1;
while (i <= 16) {
if (_parent.hitTest(_parent._parent["minstball" + i])) {
_parent._parent["minstball" + i]._x = 10000;
_parent._parent["minstball" + i].aktive = false;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 25;
_parent.gotoAndStop(3);
}
i++;
}
}
Symbol 313 MovieClip Frame 8
stop();
Instance of Symbol 306 MovieClip "man" in Symbol 313 MovieClip Frame 8
/* no clip actions */
Instance of Symbol 311 MovieClip in Symbol 313 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_parent.hitTest(_parent._parent.storball2)) {
_parent._parent.ball5._x = _parent._parent.storball2._x;
_parent._parent.ball5._y = _parent._parent.storball2._y;
_parent._parent.ball5.aktive = true;
_parent._parent.ball6._x = _parent._parent.storball2._x;
_parent._parent.ball6._y = _parent._parent.storball2._y;
_parent._parent.ball6.aktive = true;
_parent._parent.storball2._x = 10000;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 150;
_parent._parent.storball2._x = 10000;
_parent._parent.storball2.aktive = false;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.ball5)) {
_parent._parent.minderball5._x = _parent._parent.ball5._x + 5;
_parent._parent.minderball5._y = _parent._parent.ball5._y;
_parent._parent.minderball5.aktive = true;
_parent._parent.minderball6._x = _parent._parent.ball5._x;
_parent._parent.minderball6._y = _parent._parent.ball5._y;
_parent._parent.skudds._x = _parent._parent.ball5._x + 5;
_parent._parent.skudds._y = _parent._parent.ball5._y;
_parent._parent.minderball6.aktive = true;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball5._x = 10000;
_parent._parent.ball5.aktive = false;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.ball6)) {
_parent._parent.minderball7._x = _parent._parent.ball6._x + 5;
_parent._parent.minderball7._y = _parent._parent.ball6._y;
_parent._parent.minderball7.aktive = true;
_parent._parent.minderball8._x = _parent._parent.ball6._x;
_parent._parent.minderball8._y = _parent._parent.ball6._y;
_parent._parent.skudds._x = _parent._parent.ball6._x + 5;
_parent._parent.skudds._y = _parent._parent.ball6._y;
_parent._parent.minderball8.aktive = true;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball6._x = 10000;
_parent._parent.ball6.aktive = false;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball5)) {
_parent._parent.minstball9._x = _parent._parent.minderball5._x + 5;
_parent._parent.minstball9._y = _parent._parent.minderball5._y;
_parent._parent.minstball9.aktive = true;
_parent._parent.minstball10._x = _parent._parent.minderball5._x + 5;
_parent._parent.minstball10._y = _parent._parent.minderball5._y;
_parent._parent.minstball10.aktive = true;
_parent._parent.minderball5._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball5.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball6)) {
_parent._parent.minstball11._x = _parent._parent.minderball6._x + 5;
_parent._parent.minstball11._y = _parent._parent.minderball6._y;
_parent._parent.minstball11.aktive = true;
_parent._parent.minstball12._x = _parent._parent.minderball6._x + 5;
_parent._parent.minstball12._y = _parent._parent.minderball6._y;
_parent._parent.minstball12.aktive = true;
_parent._parent.minderball6._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball6.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball7)) {
_parent._parent.minstball13._x = _parent._parent.minderball7._x + 5;
_parent._parent.minstball13._y = _parent._parent.minderball7._y;
_parent._parent.minstball13.aktive = true;
_parent._parent.minstball14._x = _parent._parent.minderball7._x + 5;
_parent._parent.minstball14._y = _parent._parent.minderball7._y;
_parent._parent.minstball14.aktive = true;
_parent._parent.minderball7._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball7.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball8)) {
_parent._parent.minstball15._x = _parent._parent.minderball8._x + 5;
_parent._parent.minstball15._y = _parent._parent.minderball8._y;
_parent._parent.minstball15.aktive = true;
_parent._parent.minstball16._x = _parent._parent.minderball8._x + 5;
_parent._parent.minstball16._y = _parent._parent.minderball8._y;
_parent._parent.minstball16.aktive = true;
_parent._parent.minderball8._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball8.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.storball1)) {
_parent._parent.ball3._x = _parent._parent.storball1._x;
_parent._parent.ball3._y = _parent._parent.storball1._y;
_parent._parent.ball3.aktive = true;
_parent._parent.ball4._x = _parent._parent.storball1._x;
_parent._parent.ball4._y = _parent._parent.storball1._y;
_parent._parent.ball4.aktive = true;
_parent._parent.storball1._x = 10000;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 150;
_parent._parent.storball1._x = 10000;
_parent._parent.storball1.aktive = false;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.ball3)) {
_parent._parent.minderball1._x = _parent._parent.ball3._x + 5;
_parent._parent.minderball1._y = _parent._parent.ball3._y;
_parent._parent.minderball1.aktive = true;
_parent._parent.minderball2._x = _parent._parent.ball3._x;
_parent._parent.minderball2._y = _parent._parent.ball3._y;
_parent._parent.skudds._x = _parent._parent.ball3._x + 5;
_parent._parent.skudds._y = _parent._parent.ball3._y;
_parent._parent.minderball2.aktive = true;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball3._x = 10000;
_parent._parent.ball3.aktive = false;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.ball4)) {
_parent._parent.minderball3._x = _parent._parent.ball4._x + 5;
_parent._parent.minderball3._y = _parent._parent.ball4._y;
_parent._parent.minderball3.aktive = true;
_parent._parent.minderball4._x = _parent._parent.ball4._x;
_parent._parent.minderball4._y = _parent._parent.ball4._y;
_parent._parent.skudds._x = _parent._parent.ball4._x + 5;
_parent._parent.skudds._y = _parent._parent.ball4._y;
_parent._parent.minderball4.aktive = true;
_parent._parent.ting = random(3);
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball4._x = 10000;
_parent._parent.ball4.aktive = false;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball1)) {
_parent._parent.minstball1._x = _parent._parent.minderball1._x + 5;
_parent._parent.minstball1._y = _parent._parent.minderball1._y;
_parent._parent.minstball1.aktive = true;
_parent._parent.minstball2._x = _parent._parent.minderball1._x + 5;
_parent._parent.minstball2._y = _parent._parent.minderball1._y;
_parent._parent.minstball2.aktive = true;
_parent._parent.minderball1._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball1.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball2)) {
_parent._parent.minstball3._x = _parent._parent.minderball2._x + 5;
_parent._parent.minstball3._y = _parent._parent.minderball2._y;
_parent._parent.minstball3.aktive = true;
_parent._parent.minstball4._x = _parent._parent.minderball2._x + 5;
_parent._parent.minstball4._y = _parent._parent.minderball2._y;
_parent._parent.minstball4.aktive = true;
_parent._parent.minderball2._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball2.aktive = false;
root.score = root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball3)) {
_parent._parent.minstball5._x = _parent._parent.minderball3._x + 5;
_parent._parent.minstball5._y = _parent._parent.minderball3._y;
_parent._parent.minstball5.aktive = true;
_parent._parent.minstball6._x = _parent._parent.minderball3._x + 5;
_parent._parent.minstball6._y = _parent._parent.minderball3._y;
_parent._parent.minstball6.aktive = true;
_parent._parent.minderball3._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball3.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball4)) {
_parent._parent.minstball7._x = _parent._parent.minderball4._x + 5;
_parent._parent.minstball7._y = _parent._parent.minderball4._y;
_parent._parent.minstball7.aktive = true;
_parent._parent.minstball8._x = _parent._parent.minderball4._x + 5;
_parent._parent.minstball8._y = _parent._parent.minderball4._y;
_parent._parent.minstball8.aktive = true;
_parent._parent.minderball4._x = 10000;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball4.aktive = false;
root.score = root.score + 50;
_parent.gotoAndStop(4);
}
i = 1;
while (i <= 16) {
if (_parent.hitTest(_parent._parent["minstball" + i])) {
_parent._parent["minstball" + i]._x = 10000;
_parent._parent["minstball" + i].aktive = false;
_root.alife = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 25;
_parent.gotoAndStop(4);
}
i++;
}
}
Symbol 320 MovieClip Frame 1
if (key.isDown(65)) {
this.play();
} else {
this.gotoAndStop(1);
}
Symbol 320 MovieClip Frame 9
if (key.isDown(65)) {
this.play();
} else {
this.gotoAndStop(1);
}
Symbol 323 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 2
stop();
Symbol 323 MovieClip Frame 3
stop();
Instance of Symbol 254 MovieClip "man" in Symbol 323 MovieClip Frame 3
/* no clip actions */
Symbol 323 MovieClip Frame 4
stop();
Instance of Symbol 320 MovieClip "man" in Symbol 323 MovieClip Frame 4
/* no clip actions */
Symbol 323 MovieClip Frame 5
stop();
Instance of Symbol 311 MovieClip in Symbol 323 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_parent.hitTest(_parent._parent.storball2)) {
_parent._parent.ball5._x = _parent._parent.storball2._x;
_parent._parent.ball5._y = _parent._parent.storball2._y;
_parent._parent.ball5.aktive = true;
_parent._parent.ball6._x = _parent._parent.storball2._x;
_parent._parent.ball6._y = _parent._parent.storball2._y;
_parent._parent.ball6.aktive = true;
_parent._parent.storball2._x = 10000;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 150;
_parent._parent.storball2._x = 10000;
_parent._parent.storball2.aktive = false;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.ball5)) {
_parent._parent.minderball5._x = _parent._parent.ball5._x + 5;
_parent._parent.minderball5._y = _parent._parent.ball5._y;
_parent._parent.minderball5.aktive = true;
_parent._parent.minderball6._x = _parent._parent.ball5._x;
_parent._parent.minderball6._y = _parent._parent.ball5._y;
_parent._parent.skudds._x = _parent._parent.ball5._x + 5;
_parent._parent.skudds._y = _parent._parent.ball5._y;
_parent._parent.minderball6.aktive = true;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball5._x = 10000;
_parent._parent.ball5.aktive = false;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.ball6)) {
_parent._parent.minderball7._x = _parent._parent.ball6._x + 5;
_parent._parent.minderball7._y = _parent._parent.ball6._y;
_parent._parent.minderball7.aktive = true;
_parent._parent.minderball8._x = _parent._parent.ball6._x;
_parent._parent.minderball8._y = _parent._parent.ball6._y;
_parent._parent.skudds._x = _parent._parent.ball6._x + 5;
_parent._parent.skudds._y = _parent._parent.ball6._y;
_parent._parent.minderball8.aktive = true;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball6._x = 10000;
_parent._parent.ball6.aktive = false;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball5)) {
_parent._parent.minstball9._x = _parent._parent.minderball5._x + 5;
_parent._parent.minstball9._y = _parent._parent.minderball5._y;
_parent._parent.minstball9.aktive = true;
_parent._parent.minstball10._x = _parent._parent.minderball5._x + 5;
_parent._parent.minstball10._y = _parent._parent.minderball5._y;
_parent._parent.minstball10.aktive = true;
_parent._parent.minderball5._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball5.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball6)) {
_parent._parent.minstball11._x = _parent._parent.minderball6._x + 5;
_parent._parent.minstball11._y = _parent._parent.minderball6._y;
_parent._parent.minstball11.aktive = true;
_parent._parent.minstball12._x = _parent._parent.minderball6._x + 5;
_parent._parent.minstball12._y = _parent._parent.minderball6._y;
_parent._parent.minstball12.aktive = true;
_parent._parent.minderball6._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball6.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball7)) {
_parent._parent.minstball13._x = _parent._parent.minderball7._x + 5;
_parent._parent.minstball13._y = _parent._parent.minderball7._y;
_parent._parent.minstball13.aktive = true;
_parent._parent.minstball14._x = _parent._parent.minderball7._x + 5;
_parent._parent.minstball14._y = _parent._parent.minderball7._y;
_parent._parent.minstball14.aktive = true;
_parent._parent.minderball7._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball7.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball8)) {
_parent._parent.minstball15._x = _parent._parent.minderball8._x + 5;
_parent._parent.minstball15._y = _parent._parent.minderball8._y;
_parent._parent.minstball15.aktive = true;
_parent._parent.minstball16._x = _parent._parent.minderball8._x + 5;
_parent._parent.minstball16._y = _parent._parent.minderball8._y;
_parent._parent.minstball16.aktive = true;
_parent._parent.minderball8._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball8.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.storball1)) {
_parent._parent.ball3._x = _parent._parent.storball1._x;
_parent._parent.ball3._y = _parent._parent.storball1._y;
_parent._parent.ball3.aktive = true;
_parent._parent.ball4._x = _parent._parent.storball1._x;
_parent._parent.ball4._y = _parent._parent.storball1._y;
_parent._parent.ball4.aktive = true;
_parent._parent.storball1._x = 10000;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 150;
_parent._parent.storball1._x = 10000;
_parent._parent.storball1.aktive = false;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.ball3)) {
_parent._parent.minderball1._x = _parent._parent.ball3._x + 5;
_parent._parent.minderball1._y = _parent._parent.ball3._y;
_parent._parent.minderball1.aktive = true;
_parent._parent.minderball2._x = _parent._parent.ball3._x;
_parent._parent.minderball2._y = _parent._parent.ball3._y;
_parent._parent.skudds._x = _parent._parent.ball3._x + 5;
_parent._parent.skudds._y = _parent._parent.ball3._y;
_parent._parent.minderball2.aktive = true;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball3._x = 10000;
_parent._parent.ball3.aktive = false;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.ball4)) {
_parent._parent.minderball3._x = _parent._parent.ball4._x + 5;
_parent._parent.minderball3._y = _parent._parent.ball4._y;
_parent._parent.minderball3.aktive = true;
_parent._parent.minderball4._x = _parent._parent.ball4._x;
_parent._parent.minderball4._y = _parent._parent.ball4._y;
_parent._parent.skudds._x = _parent._parent.ball4._x + 5;
_parent._parent.skudds._y = _parent._parent.ball4._y;
_parent._parent.minderball4.aktive = true;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball4._x = 10000;
_parent._parent.ball4.aktive = false;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball1)) {
_parent._parent.minstball1._x = _parent._parent.minderball1._x + 5;
_parent._parent.minstball1._y = _parent._parent.minderball1._y;
_parent._parent.minstball1.aktive = true;
_parent._parent.minstball2._x = _parent._parent.minderball1._x + 5;
_parent._parent.minstball2._y = _parent._parent.minderball1._y;
_parent._parent.minstball2.aktive = true;
_parent._parent.minderball1._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball1.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball2)) {
_parent._parent.minstball3._x = _parent._parent.minderball2._x + 5;
_parent._parent.minstball3._y = _parent._parent.minderball2._y;
_parent._parent.minstball3.aktive = true;
_parent._parent.minstball4._x = _parent._parent.minderball2._x + 5;
_parent._parent.minstball4._y = _parent._parent.minderball2._y;
_parent._parent.minstball4.aktive = true;
_parent._parent.minderball2._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball2.aktive = false;
root.score = root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball3)) {
_parent._parent.minstball5._x = _parent._parent.minderball3._x + 5;
_parent._parent.minstball5._y = _parent._parent.minderball3._y;
_parent._parent.minstball5.aktive = true;
_parent._parent.minstball6._x = _parent._parent.minderball3._x + 5;
_parent._parent.minstball6._y = _parent._parent.minderball3._y;
_parent._parent.minstball6.aktive = true;
_parent._parent.minderball3._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball3.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(1);
}
if (_parent.hitTest(_parent._parent.minderball4)) {
_parent._parent.minstball7._x = _parent._parent.minderball4._x + 5;
_parent._parent.minstball7._y = _parent._parent.minderball4._y;
_parent._parent.minstball7.aktive = true;
_parent._parent.minstball8._x = _parent._parent.minderball4._x + 5;
_parent._parent.minstball8._y = _parent._parent.minderball4._y;
_parent._parent.minstball8.aktive = true;
_parent._parent.minderball4._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball4.aktive = false;
root.score = root.score + 50;
_parent.gotoAndStop(1);
}
i = 1;
while (i <= 16) {
if (_parent.hitTest(_parent._parent["minstball" + i])) {
_parent._parent["minstball" + i]._x = 10000;
_parent._parent["minstball" + i].aktive = false;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 25;
_parent.gotoAndStop(1);
}
i++;
}
}
Symbol 323 MovieClip Frame 6
stop();
Symbol 323 MovieClip Frame 7
stop();
Instance of Symbol 254 MovieClip "man" in Symbol 323 MovieClip Frame 7
/* no clip actions */
Instance of Symbol 311 MovieClip in Symbol 323 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_parent.hitTest(_parent._parent.storball2)) {
_parent._parent.ball5._x = _parent._parent.storball2._x;
_parent._parent.ball5._y = _parent._parent.storball2._y;
_parent._parent.ball5.aktive = true;
_parent._parent.ball6._x = _parent._parent.storball2._x;
_parent._parent.ball6._y = _parent._parent.storball2._y;
_parent._parent.ball6.aktive = true;
_parent._parent.storball2._x = 10000;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 150;
_parent._parent.storball2._x = 10000;
_parent._parent.storball2.aktive = false;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.ball5)) {
_parent._parent.minderball5._x = _parent._parent.ball5._x + 5;
_parent._parent.minderball5._y = _parent._parent.ball5._y;
_parent._parent.minderball5.aktive = true;
_parent._parent.minderball6._x = _parent._parent.ball5._x;
_parent._parent.minderball6._y = _parent._parent.ball5._y;
_parent._parent.skudds._x = _parent._parent.ball5._x + 5;
_parent._parent.skudds._y = _parent._parent.ball5._y;
_parent._parent.minderball6.aktive = true;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball5._x = 10000;
_parent._parent.ball5.aktive = false;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.ball6)) {
_parent._parent.minderball7._x = _parent._parent.ball6._x + 5;
_parent._parent.minderball7._y = _parent._parent.ball6._y;
_parent._parent.minderball7.aktive = true;
_parent._parent.minderball8._x = _parent._parent.ball6._x;
_parent._parent.minderball8._y = _parent._parent.ball6._y;
_parent._parent.skudds._x = _parent._parent.ball6._x + 5;
_parent._parent.skudds._y = _parent._parent.ball6._y;
_parent._parent.minderball8.aktive = true;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball6._x = 10000;
_parent._parent.ball6.aktive = false;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball5)) {
_parent._parent.minstball9._x = _parent._parent.minderball5._x + 5;
_parent._parent.minstball9._y = _parent._parent.minderball5._y;
_parent._parent.minstball9.aktive = true;
_parent._parent.minstball10._x = _parent._parent.minderball5._x + 5;
_parent._parent.minstball10._y = _parent._parent.minderball5._y;
_parent._parent.minstball10.aktive = true;
_parent._parent.minderball5._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball5.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball6)) {
_parent._parent.minstball11._x = _parent._parent.minderball6._x + 5;
_parent._parent.minstball11._y = _parent._parent.minderball6._y;
_parent._parent.minstball11.aktive = true;
_parent._parent.minstball12._x = _parent._parent.minderball6._x + 5;
_parent._parent.minstball12._y = _parent._parent.minderball6._y;
_parent._parent.minstball12.aktive = true;
_parent._parent.minderball6._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball6.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball7)) {
_parent._parent.minstball13._x = _parent._parent.minderball7._x + 5;
_parent._parent.minstball13._y = _parent._parent.minderball7._y;
_parent._parent.minstball13.aktive = true;
_parent._parent.minstball14._x = _parent._parent.minderball7._x + 5;
_parent._parent.minstball14._y = _parent._parent.minderball7._y;
_parent._parent.minstball14.aktive = true;
_parent._parent.minderball7._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball7.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball8)) {
_parent._parent.minstball15._x = _parent._parent.minderball8._x + 5;
_parent._parent.minstball15._y = _parent._parent.minderball8._y;
_parent._parent.minstball15.aktive = true;
_parent._parent.minstball16._x = _parent._parent.minderball8._x + 5;
_parent._parent.minstball16._y = _parent._parent.minderball8._y;
_parent._parent.minstball16.aktive = true;
_parent._parent.minderball8._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball8.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.storball1)) {
_parent._parent.ball3._x = _parent._parent.storball1._x;
_parent._parent.ball3._y = _parent._parent.storball1._y;
_parent._parent.ball3.aktive = true;
_parent._parent.ball4._x = _parent._parent.storball1._x;
_parent._parent.ball4._y = _parent._parent.storball1._y;
_parent._parent.ball4.aktive = true;
_parent._parent.storball1._x = 10000;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 150;
_parent._parent.storball1._x = 10000;
_parent._parent.storball1.aktive = false;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.ball3)) {
_parent._parent.minderball1._x = _parent._parent.ball3._x + 5;
_parent._parent.minderball1._y = _parent._parent.ball3._y;
_parent._parent.minderball1.aktive = true;
_parent._parent.minderball2._x = _parent._parent.ball3._x;
_parent._parent.minderball2._y = _parent._parent.ball3._y;
_parent._parent.skudds._x = _parent._parent.ball3._x + 5;
_parent._parent.skudds._y = _parent._parent.ball3._y;
_parent._parent.minderball2.aktive = true;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball3._x = 10000;
_parent._parent.ball3.aktive = false;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.ball4)) {
_parent._parent.minderball3._x = _parent._parent.ball4._x + 5;
_parent._parent.minderball3._y = _parent._parent.ball4._y;
_parent._parent.minderball3.aktive = true;
_parent._parent.minderball4._x = _parent._parent.ball4._x;
_parent._parent.minderball4._y = _parent._parent.ball4._y;
_parent._parent.skudds._x = _parent._parent.ball4._x + 5;
_parent._parent.skudds._y = _parent._parent.ball4._y;
_parent._parent.minderball4.aktive = true;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball4._x = 10000;
_parent._parent.ball4.aktive = false;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball1)) {
_parent._parent.minstball1._x = _parent._parent.minderball1._x + 5;
_parent._parent.minstball1._y = _parent._parent.minderball1._y;
_parent._parent.minstball1.aktive = true;
_parent._parent.minstball2._x = _parent._parent.minderball1._x + 5;
_parent._parent.minstball2._y = _parent._parent.minderball1._y;
_parent._parent.minstball2.aktive = true;
_parent._parent.minderball1._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball1.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball2)) {
_parent._parent.minstball3._x = _parent._parent.minderball2._x + 5;
_parent._parent.minstball3._y = _parent._parent.minderball2._y;
_parent._parent.minstball3.aktive = true;
_parent._parent.minstball4._x = _parent._parent.minderball2._x + 5;
_parent._parent.minstball4._y = _parent._parent.minderball2._y;
_parent._parent.minstball4.aktive = true;
_parent._parent.minderball2._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball2.aktive = false;
root.score = root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball3)) {
_parent._parent.minstball5._x = _parent._parent.minderball3._x + 5;
_parent._parent.minstball5._y = _parent._parent.minderball3._y;
_parent._parent.minstball5.aktive = true;
_parent._parent.minstball6._x = _parent._parent.minderball3._x + 5;
_parent._parent.minstball6._y = _parent._parent.minderball3._y;
_parent._parent.minstball6.aktive = true;
_parent._parent.minderball3._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball3.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(3);
}
if (_parent.hitTest(_parent._parent.minderball4)) {
_parent._parent.minstball7._x = _parent._parent.minderball4._x + 5;
_parent._parent.minstball7._y = _parent._parent.minderball4._y;
_parent._parent.minstball7.aktive = true;
_parent._parent.minstball8._x = _parent._parent.minderball4._x + 5;
_parent._parent.minstball8._y = _parent._parent.minderball4._y;
_parent._parent.minstball8.aktive = true;
_parent._parent.minderball4._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball4.aktive = false;
root.score = root.score + 50;
_parent.gotoAndStop(3);
}
i = 1;
while (i <= 16) {
if (_parent.hitTest(_parent._parent["minstball" + i])) {
_parent._parent["minstball" + i]._x = 10000;
_parent._parent["minstball" + i].aktive = false;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 25;
_parent.gotoAndStop(3);
}
i++;
}
}
Symbol 323 MovieClip Frame 8
stop();
Instance of Symbol 320 MovieClip "man" in Symbol 323 MovieClip Frame 8
/* no clip actions */
Instance of Symbol 311 MovieClip in Symbol 323 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_parent.hitTest(_parent._parent.storball2)) {
_parent._parent.ball5._x = _parent._parent.storball2._x;
_parent._parent.ball5._y = _parent._parent.storball2._y;
_parent._parent.ball5.aktive = true;
_parent._parent.ball6._x = _parent._parent.storball2._x;
_parent._parent.ball6._y = _parent._parent.storball2._y;
_parent._parent.ball6.aktive = true;
_parent._parent.storball2._x = 10000;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 150;
_parent._parent.storball2._x = 10000;
_parent._parent.storball2.aktive = false;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.ball5)) {
_parent._parent.minderball5._x = _parent._parent.ball5._x + 5;
_parent._parent.minderball5._y = _parent._parent.ball5._y;
_parent._parent.minderball5.aktive = true;
_parent._parent.minderball6._x = _parent._parent.ball5._x;
_parent._parent.minderball6._y = _parent._parent.ball5._y;
_parent._parent.skudds._x = _parent._parent.ball5._x + 5;
_parent._parent.skudds._y = _parent._parent.ball5._y;
_parent._parent.minderball6.aktive = true;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball5._x = 10000;
_parent._parent.ball5.aktive = false;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.ball6)) {
_parent._parent.minderball7._x = _parent._parent.ball6._x + 5;
_parent._parent.minderball7._y = _parent._parent.ball6._y;
_parent._parent.minderball7.aktive = true;
_parent._parent.minderball8._x = _parent._parent.ball6._x;
_parent._parent.minderball8._y = _parent._parent.ball6._y;
_parent._parent.skudds._x = _parent._parent.ball6._x + 5;
_parent._parent.skudds._y = _parent._parent.ball6._y;
_parent._parent.minderball8.aktive = true;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball6._x = 10000;
_parent._parent.ball6.aktive = false;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball5)) {
_parent._parent.minstball9._x = _parent._parent.minderball5._x + 5;
_parent._parent.minstball9._y = _parent._parent.minderball5._y;
_parent._parent.minstball9.aktive = true;
_parent._parent.minstball10._x = _parent._parent.minderball5._x + 5;
_parent._parent.minstball10._y = _parent._parent.minderball5._y;
_parent._parent.minstball10.aktive = true;
_parent._parent.minderball5._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball5.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball6)) {
_parent._parent.minstball11._x = _parent._parent.minderball6._x + 5;
_parent._parent.minstball11._y = _parent._parent.minderball6._y;
_parent._parent.minstball11.aktive = true;
_parent._parent.minstball12._x = _parent._parent.minderball6._x + 5;
_parent._parent.minstball12._y = _parent._parent.minderball6._y;
_parent._parent.minstball12.aktive = true;
_parent._parent.minderball6._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball6.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball7)) {
_parent._parent.minstball13._x = _parent._parent.minderball7._x + 5;
_parent._parent.minstball13._y = _parent._parent.minderball7._y;
_parent._parent.minstball13.aktive = true;
_parent._parent.minstball14._x = _parent._parent.minderball7._x + 5;
_parent._parent.minstball14._y = _parent._parent.minderball7._y;
_parent._parent.minstball14.aktive = true;
_parent._parent.minderball7._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball7.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball8)) {
_parent._parent.minstball15._x = _parent._parent.minderball8._x + 5;
_parent._parent.minstball15._y = _parent._parent.minderball8._y;
_parent._parent.minstball15.aktive = true;
_parent._parent.minstball16._x = _parent._parent.minderball8._x + 5;
_parent._parent.minstball16._y = _parent._parent.minderball8._y;
_parent._parent.minstball16.aktive = true;
_parent._parent.minderball8._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball8.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.storball1)) {
_parent._parent.ball3._x = _parent._parent.storball1._x;
_parent._parent.ball3._y = _parent._parent.storball1._y;
_parent._parent.ball3.aktive = true;
_parent._parent.ball4._x = _parent._parent.storball1._x;
_parent._parent.ball4._y = _parent._parent.storball1._y;
_parent._parent.ball4.aktive = true;
_parent._parent.storball1._x = 10000;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 150;
_parent._parent.storball1._x = 10000;
_parent._parent.storball1.aktive = false;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.ball3)) {
_parent._parent.minderball1._x = _parent._parent.ball3._x + 5;
_parent._parent.minderball1._y = _parent._parent.ball3._y;
_parent._parent.minderball1.aktive = true;
_parent._parent.minderball2._x = _parent._parent.ball3._x;
_parent._parent.minderball2._y = _parent._parent.ball3._y;
_parent._parent.skudds._x = _parent._parent.ball3._x + 5;
_parent._parent.skudds._y = _parent._parent.ball3._y;
_parent._parent.minderball2.aktive = true;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball3._x = 10000;
_parent._parent.ball3.aktive = false;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.ball4)) {
_parent._parent.minderball3._x = _parent._parent.ball4._x + 5;
_parent._parent.minderball3._y = _parent._parent.ball4._y;
_parent._parent.minderball3.aktive = true;
_parent._parent.minderball4._x = _parent._parent.ball4._x;
_parent._parent.minderball4._y = _parent._parent.ball4._y;
_parent._parent.skudds._x = _parent._parent.ball4._x + 5;
_parent._parent.skudds._y = _parent._parent.ball4._y;
_parent._parent.minderball4.aktive = true;
_parent._parent.ting = random(3);
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 100;
_parent._parent.ball4._x = 10000;
_parent._parent.ball4.aktive = false;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball1)) {
_parent._parent.minstball1._x = _parent._parent.minderball1._x + 5;
_parent._parent.minstball1._y = _parent._parent.minderball1._y;
_parent._parent.minstball1.aktive = true;
_parent._parent.minstball2._x = _parent._parent.minderball1._x + 5;
_parent._parent.minstball2._y = _parent._parent.minderball1._y;
_parent._parent.minstball2.aktive = true;
_parent._parent.minderball1._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball1.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball2)) {
_parent._parent.minstball3._x = _parent._parent.minderball2._x + 5;
_parent._parent.minstball3._y = _parent._parent.minderball2._y;
_parent._parent.minstball3.aktive = true;
_parent._parent.minstball4._x = _parent._parent.minderball2._x + 5;
_parent._parent.minstball4._y = _parent._parent.minderball2._y;
_parent._parent.minstball4.aktive = true;
_parent._parent.minderball2._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball2.aktive = false;
root.score = root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball3)) {
_parent._parent.minstball5._x = _parent._parent.minderball3._x + 5;
_parent._parent.minstball5._y = _parent._parent.minderball3._y;
_parent._parent.minstball5.aktive = true;
_parent._parent.minstball6._x = _parent._parent.minderball3._x + 5;
_parent._parent.minstball6._y = _parent._parent.minderball3._y;
_parent._parent.minstball6.aktive = true;
_parent._parent.minderball3._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball3.aktive = false;
_root.score = _root.score + 50;
_parent.gotoAndStop(4);
}
if (_parent.hitTest(_parent._parent.minderball4)) {
_parent._parent.minstball7._x = _parent._parent.minderball4._x + 5;
_parent._parent.minstball7._y = _parent._parent.minderball4._y;
_parent._parent.minstball7.aktive = true;
_parent._parent.minstball8._x = _parent._parent.minderball4._x + 5;
_parent._parent.minstball8._y = _parent._parent.minderball4._y;
_parent._parent.minstball8.aktive = true;
_parent._parent.minderball4._x = 10000;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_parent._parent.minderball4.aktive = false;
root.score = root.score + 50;
_parent.gotoAndStop(4);
}
i = 1;
while (i <= 16) {
if (_parent.hitTest(_parent._parent["minstball" + i])) {
_parent._parent["minstball" + i]._x = 10000;
_parent._parent["minstball" + i].aktive = false;
_root.alifeb = false;
_parent._parent.goalball = _parent._parent.goalball + 1;
_root.score = _root.score + 25;
_parent.gotoAndStop(4);
}
i++;
}
}
Symbol 328 MovieClip Frame 1
tid = 0;
stop();
Symbol 328 MovieClip Frame 143
tid = 1;
Symbol 328 MovieClip Frame 145
gotoAndStop (1);
Symbol 333 MovieClip Frame 1
_root.newshoot = 1;
stop();
Symbol 333 MovieClip Frame 2
_root.newshoot = 2;
Symbol 333 MovieClip Frame 61
stop();
Symbol 347 MovieClip Frame 1
stop();
Symbol 348 MovieClip Frame 1
tid = 1000;
stop();
Symbol 350 MovieClip Frame 1
tid = 1000;
stop();
Symbol 355 MovieClip Frame 1
tid = 0;
stop();
Symbol 355 MovieClip Frame 4
tid = 1;
stop();
Symbol 355 MovieClip Frame 17
tid = 2;
stop();
Symbol 355 MovieClip Frame 30
tid = 3;
stop();
Symbol 359 MovieClip Frame 1
tidb = 0;
stop();
Symbol 359 MovieClip Frame 143
tidb = 1;
Symbol 359 MovieClip Frame 145
gotoAndStop (1);
Symbol 381 MovieClip Frame 1
tid = 0;
stop();
Symbol 381 MovieClip Frame 330
tid = 1;
Symbol 382 MovieClip Frame 1
tid = 0;
stop();
Symbol 382 MovieClip Frame 331
tid = 1;
Symbol 384 Button
on (release, keyPress "<Space>") {
gotoAndPlay (1);
}
Symbol 387 Button
on (release, keyPress "<Space>") {
play();
}
Symbol 391 Button
on (release, keyPress "<Space>") {
gotoAndPlay ("level 2");
}
Symbol 392 MovieClip Frame 1
function load(component) {
component.setScrollPostion(10, 10);
}
display1.loadScrollContent("http://www.muttski-software.com/pangbilder/level6.jpg", "load", _root);
stop();
Instance of Symbol 100 MovieClip [FScrollPaneSymbol] "display1" in Symbol 392 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
scrollContent = "";
hScroll = "false";
vScroll = "false";
dragContent = false;
}
Symbol 393 MovieClip Frame 1
function load(component) {
component.setScrollPostion(10, 10);
}
display1.loadScrollContent("http://www.muttski-software.com/pangbilder/level7.jpg", "load", _root);
stop();
Instance of Symbol 100 MovieClip [FScrollPaneSymbol] "display1" in Symbol 393 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
scrollContent = "";
hScroll = "false";
vScroll = "false";
dragContent = false;
}
Symbol 394 MovieClip Frame 1
function load(component) {
component.setScrollPostion(10, 10);
}
display1.loadScrollContent("http://www.muttski-software.com/pangbilder/level8.jpg", "load", _root);
stop();
Instance of Symbol 100 MovieClip [FScrollPaneSymbol] "display1" in Symbol 394 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
scrollContent = "";
hScroll = "false";
vScroll = "false";
dragContent = false;
}
Symbol 395 MovieClip Frame 1
function load(component) {
component.setScrollPostion(10, 10);
}
display1.loadScrollContent("http://www.muttski-software.com/pangbilder/level9.jpg", "load", _root);
stop();
Instance of Symbol 100 MovieClip [FScrollPaneSymbol] "display1" in Symbol 395 MovieClip Frame 1
//component parameters
onClipEvent (initialize) {
scrollContent = "";
hScroll = "false";
vScroll = "false";
dragContent = false;
}
Symbol 401 Button
on (release, keyPress "<Space>") {
gotoAndPlay ("level 3");
}
Symbol 414 Button
on (release, keyPress "<Space>") {
gotoAndPlay ("level 4");
}
Symbol 423 MovieClip Frame 1
nextFrame();
Symbol 423 MovieClip Frame 2
stop();
Symbol 426 Button
on (release, keyPress "<Space>") {
gotoAndPlay ("level 5");
}
Symbol 430 Button
on (release, keyPress "<Space>") {
gotoAndPlay ("level 6");
}
Symbol 432 Button
on (release, keyPress "<Space>") {
play();
}
Symbol 437 Button
on (release, keyPress "<Space>") {
_parent.test.nextFrame();
gotoAndPlay ("level 7");
}
Symbol 441 Button
on (release, keyPress "<Space>") {
gotoAndPlay ("level 8");
}
Symbol 446 Button
on (release, keyPress "<Space>") {
gotoAndPlay ("level 9");
}
Symbol 449 Button
on (press) {
xm = _root.vb._xmouse - 2;
if (xm > 25) {
xm = 25;
}
if (xm < 0) {
xm = 0;
}
_root.vb.vbs._x = xm;
}
Symbol 452 Button
on (press) {
startDrag (_root.vb.vbs, false, 0, 0, 23, 0);
}
on (release) {
stopDrag();
}
Instance of Symbol 453 MovieClip "vbs" in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
vol = this._x / 0.28;
_parent._parent.musikk1.setVolume(vol);
}
Instance of Symbol 454 MovieClip "vb" in Symbol 455 MovieClip Frame 1
onClipEvent (load) {
_parent.musikk1 = new Sound();
_parent.musikk1.attachSound("musikk1");
_parent.musikk1.start(0, 999);
}
Symbol 455 MovieClip Frame 2
stop();
Symbol 467 MovieClip Frame 1
stop();
Symbol 473 Button
on (release, keyPress "<Space>") {
play();
}
on (rollOver, rollOut) {
_parent.level2text._visible = true;
}
Symbol 477 Button
on (release, keyPress "<Space>") {
play();
}
Symbol 493 MovieClip Frame 1
stopAllSounds();
socre = 0;
score = _root.score;
lyda = new Sound();
lyda.attachSound("BLOOP");
lyda.setVolume(10);
stop();
Instance of Symbol 233 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (load) {
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (_parent.bombetid.tid == 1) {
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
_parent.storball2._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball2._x + 5;
_parent.takskudd._y = _parent.storball2._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball2._x + 5;
_parent.pistolskudd._y = _parent.storball2._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball2._x + 5;
_parent.duala._y = _parent.storball2._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball2._x + 5;
_parent.defa._y = _parent.storball2._y;
_parent.defa.aktiv = true;
}
_parent.storball2._x = 10000;
_parent.storball2.aktive = false;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
}
_parent.bombetid.play();
}
if (_parent.bombetid.tid == 2) {
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball3._x + 5;
_parent.duala._y = _parent.ball3._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball3._x + 5;
_parent.defa._y = _parent.ball3._y;
_parent.defa.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball5._x + 5;
_parent.takskudd._y = _parent.ball5._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball5._x + 5;
_parent.pistolskudd._y = _parent.ball5._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball5._x + 5;
_parent.duala._y = _parent.ball5._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball5._x + 5;
_parent.defa._y = _parent.ball5._y;
_parent.defa.aktiv = true;
}
_parent.ball5._x = 10000;
_parent.ball5.aktive = false;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball6._x + 5;
_parent.takskudd._y = _parent.ball6._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball6._x + 5;
_parent.pistolskudd._y = _parent.ball6._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball6._x + 5;
_parent.duala._y = _parent.ball6._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball6._x + 5;
_parent.defa._y = _parent.ball6._y;
_parent.defa.aktiv = true;
}
_parent.ball6._x = 10000;
_parent.ball6.aktive = false;
}
_parent.bombetid.play();
}
if (_parent.bombetid.tid == 3) {
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball6.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
_parent.minderball7._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball7.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
_parent.bombetid.play();
aktive = false;
}
}
}
Instance of Symbol 247 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.liv < 0) {
if (_root.toplayer == false) {
_root.gotoAndPlay("highscore");
} else {
_root.oneplayer = false;
_root.type = 10;
}
}
if (_root.livb < 0) {
_root.toplayer = false;
_root.typeb = 10;
if (_root.liv < 0) {
_root.gotoAndPlay("highscore");
}
}
}
Instance of Symbol 247 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.liv < 1) {
this._y = -1000;
}
}
Instance of Symbol 247 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.liv < 2) {
this._y = -1000;
}
}
Instance of Symbol 247 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.liv < 3) {
this._y = -1000;
}
}
Instance of Symbol 247 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.liv < 4) {
this._y = -1000;
}
}
Instance of Symbol 247 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.liv < 5) {
this._y = -1000;
}
}
Instance of Symbol 254 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.livb < 5) {
this._y = -1000;
}
}
Instance of Symbol 254 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.livb < 4) {
this._y = -1000;
}
}
Instance of Symbol 254 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.livb < 3) {
this._y = -1000;
}
}
Instance of Symbol 254 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.livb < 1) {
this._y = -1000;
}
}
Instance of Symbol 254 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.livb < 2) {
this._y = -1000;
}
}
Instance of Symbol 270 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.typeb == 3) {
this._y = 246;
} else {
this._y = -1000;
}
}
Instance of Symbol 287 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.typeb == 2) {
this._y = 236;
} else {
this._y = -1000;
}
}
Instance of Symbol 270 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.type == 3) {
this._y = 246;
} else {
this._y = -1000;
}
}
Instance of Symbol 287 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.type == 2) {
this._y = 236;
} else {
this._y = -1000;
}
}
Instance of Symbol 289 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.typeb == 1) {
this._y = 231;
} else {
this._y = -1000;
}
}
Instance of Symbol 289 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.type == 1) {
this._y = 231;
} else {
this._y = -1000;
}
}
Instance of Symbol 291 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.dual == true) {
this._y = 224;
} else {
this._y = -1000;
}
}
Instance of Symbol 291 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.duala == true) {
this._y = 224;
} else {
this._y = -1000;
}
}
Symbol 493 MovieClip Frame 2
score = _root.score;
_root.level = 1;
if (key.isDown(20)) {
_root.toplayer = true;
}
pistolskudda = true;
_root.duala = false;
_root.dual = false;
_root.typeb = 1;
_root.type = 1;
stop();
goalball = 0;
if (goalball == 7) {
_parent.gotoAndPlay("finish1");
}
stop();
Instance of Symbol 140 MovieClip "ball3" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
gravetya = 8.7;
gravety = 8.7;
speed = 3;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 140 MovieClip "minderball1" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = false;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 140 MovieClip "minderball2" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = false;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 140 MovieClip "minstball1" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
aktive = false;
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 140 MovieClip "minstball2" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = false;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 140 MovieClip "minstball3" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = false;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 140 MovieClip "minstball4" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = false;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 313 MovieClip "figur" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
if (_root.oneplayer == false) {
this._x = 1000;
}
gravety = 10;
speed = 8;
hoppe = 2;
hopperett = true;
keyleft = true;
keyright = true;
}
onClipEvent (enterFrame) {
if (_root.oneplayer == true) {
this._y = this._y + gravety;
if (hitTest(_parent.gulv)) {
this._y = this._y - gravety;
hopperett = false;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
if (key.isDown(39)) {
this._x = this._x + speed;
ingen = false;
if (keyright == true) {
if (_root.alife == true) {
this.gotoAndPlay(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root.venstrecode)) {
this._x = this._x - speed;
ingen2 = false;
if (keyleft == true) {
if (_root.alife == true) {
this.gotoAndPlay(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root["h\u00F8yrecode"])) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root.venstrecode)) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
i = 3;
while (i <= 4) {
if (this.hitTest(_parent["ball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead");
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead");
}
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead");
}
}
i++;
}
}
}
Instance of Symbol 323 MovieClip "figur2" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
if (_root.toplayer == false) {
this._x = -1000;
}
gravety = 10;
speed = 8;
hoppe = 2;
hopperett = true;
keyleft = true;
keyright = true;
}
onClipEvent (enterFrame) {
if (_root.toplayer == true) {
this._y = this._y + gravety;
if (hitTest(_parent.gulv)) {
this._y = this._y - gravety;
hopperett = false;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
if (key.isDown(_root.venstreacode)) {
this._x = this._x + speed;
ingen = false;
if (keyright == true) {
if (_root.alifeb == true) {
this.gotoAndPlay(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root["h\u00F8yreacode"])) {
this._x = this._x - speed;
ingen2 = false;
if (keyleft == true) {
if (_root.alifeb == true) {
this.gotoAndPlay(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root.venstreacode)) {
} else if (_root.alifeb == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root["h\u00F8yreacode"])) {
} else if (_root.alifeb == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
i = 3;
while (i <= 3) {
if (this.hitTest(_parent["ball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead");
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead");
}
}
i++;
}
i = 1;
while (i <= 4) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else if (this.hitTest(_parent["minstball" + i])) {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("DEAD");
}
i++;
}
}
}
Instance of Symbol 333 MovieClip "skudd4" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 3)) {
this._y = -1000;
}
if (_root.type == 3) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
if (_parent.tid.tid == 1) {
this.gotoAndStop(1);
_parent.tid.gotoAndStop(1);
spacehit = true;
}
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
_parent.tid.play();
this.stop();
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.tid.gotoAndStop(1);
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.tid.gotoAndStop(1);
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
_parent.minderball1.aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.tid.gotoAndStop(1);
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
_parent.minderball2.aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent.tid.gotoAndStop(1);
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
Instance of Symbol 347 MovieClip "skudd1" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (_root.duala == true) {
if (_parent.tidb2.tid == 0) {
if (spacehit == true) {
_parent.tidb2.play();
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
} else if (spacehit == true) {
i = 1;
while (i < 2) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
i++;
}
skudd = true;
}
}
if (skudd == true) {
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball3._x + 5;
_parent.takskuddb._y = _parent.ball3._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball3._x + 5;
_parent.pistolskuddb._y = _parent.ball3._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball3._x + 5;
_parent.dualb._y = _parent.ball3._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball3._x + 5;
_parent.defb._y = _parent.ball3._y;
_parent.defb.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
Instance of Symbol 348 MovieClip "skudd6" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (_root.type == 2) {
if (_parent.skuddtid.tid == 0) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
}
Instance of Symbol 350 MovieClip "skudd11" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 2) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
}
Instance of Symbol 350 MovieClip "skudd8" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 1) {
if (key.isDown(32)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
}
Instance of Symbol 350 MovieClip "skudd12" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 3) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
}
Instance of Symbol 350 MovieClip "skudd14" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 4) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
}
Instance of Symbol 333 MovieClip "skudd5" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 3)) {
this._y = -1000;
}
if (_root.typeb == 3) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
if (_parent.tidb.tidb == 1) {
this.gotoAndStop(1);
spacehit = true;
}
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
_parent.tidb.play();
this.stop();
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.tid.gotoAndStop(1);
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.tid.gotoAndStop(1);
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
_parent.minderball1.aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.tid.gotoAndStop(1);
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
_parent.minderball2.aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent.tid.gotoAndStop(1);
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
Instance of Symbol 347 MovieClip "skudd2" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (_root.dual == true) {
if (_parent.tid2.tid == 0) {
if (spacehit == true) {
_parent.tid2.play();
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
skudd = true;
}
}
} else {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
if (skudd == true) {
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball3._x + 5;
_parent.duala._y = _parent.ball3._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball3._x + 5;
_parent.defa._y = _parent.ball3._y;
_parent.defa.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
Instance of Symbol 348 MovieClip "skudd7" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 0) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
}
Instance of Symbol 350 MovieClip "skuddd10" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 2) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
}
Instance of Symbol 350 MovieClip "skudd9" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 1) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
}
Instance of Symbol 350 MovieClip "skudd13" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 3) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
}
Instance of Symbol 350 MovieClip "skudd15" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 4) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
}
Instance of Symbol 347 MovieClip "skudd17" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (_root.duala == true) {
if (_parent.tidb2.tid == 1) {
if (spacehit == true) {
_parent.tidb2.play();
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
}
if (skudd == true) {
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball3._x + 5;
_parent.takskuddb._y = _parent.ball3._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball3._x + 5;
_parent.pistolskuddb._y = _parent.ball3._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball3._x + 5;
_parent.dualb._y = _parent.ball3._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball3._x + 5;
_parent.defb._y = _parent.ball3._y;
_parent.defb.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
Instance of Symbol 347 MovieClip "skudd16" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (_root.dual == true) {
if (_parent.tid2.tid == 1) {
if (spacehit == true) {
_parent.tid2.play();
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
}
if (skudd == true) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball3._x + 5;
_parent.duala._y = _parent.ball3._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball3._x + 5;
_parent.defa._y = _parent.ball3._y;
_parent.defa.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 7) {
_parent.gotoAndStop("finish1");
}
}
Instance of Symbol 270 MovieClip "takskudd" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 3;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 3;
}
}
Instance of Symbol 287 MovieClip "pistolskudd" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 2;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 2;
}
}
Instance of Symbol 270 MovieClip "takskuddb" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 3;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 3;
}
}
Instance of Symbol 287 MovieClip "pistolskuddb" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 2;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 2;
}
}
Instance of Symbol 381 MovieClip "duala" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.duala = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.dual = true;
}
}
Instance of Symbol 381 MovieClip "dualb" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.duala = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.dual = true;
}
}
Instance of Symbol 382 MovieClip "defb" in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.alife = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.alifeb = true;
}
}
Instance of Symbol 382 MovieClip in Symbol 493 MovieClip Frame 2
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.alife = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.alifeb = true;
}
}
Symbol 493 MovieClip Frame 3
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 4
prevFrame();
prevFrame();
Symbol 493 MovieClip Frame 5
stopAllSounds();
prevFrame();
stopAllSounds();
gotoAndPlay ("startlevel2");
Symbol 493 MovieClip Frame 6
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 7
_root.level = 2;
if (key.isDown(20)) {
_root.toplayer = true;
}
pistolskudda = true;
_root.duala = false;
_root.dual = false;
_root.typeb = 1;
_root.type = 1;
stop();
goalball = 0;
stop();
Instance of Symbol 143 MovieClip "ball3" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 8.7;
gravety = 0;
speed = 3;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minderball1" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minderball2" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minstball1" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minstball2" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minstball3" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minstball4" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "ball4" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 8.7;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minderball4" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minderball3" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minstball5" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minstball6" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minstball7" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 143 MovieClip "minstball8" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 313 MovieClip "figur" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
if (_root.oneplayer == false) {
this._x = 1000;
}
gravety = 10;
speed = 8;
hoppe = 2;
hopperett = true;
keyleft = true;
keyright = true;
}
onClipEvent (enterFrame) {
if (_root.oneplayer == true) {
this._y = this._y + gravety;
if (hitTest(_parent.gulv)) {
this._y = this._y - gravety;
hopperett = false;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
if (key.isDown(39)) {
this._x = this._x + speed;
ingen = false;
if (keyright == true) {
if (_root.alife == true) {
this.gotoAndPlay(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root.venstrecode)) {
this._x = this._x - speed;
ingen2 = false;
if (keyleft == true) {
if (_root.alife == true) {
this.gotoAndPlay(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root["h\u00F8yrecode"])) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root.venstrecode)) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
i = 3;
while (i <= 4) {
if (this.hitTest(_parent["ball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead2");
}
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead2");
}
}
i++;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead2");
}
}
i++;
}
}
}
Instance of Symbol 323 MovieClip "figur2" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
if (_root.toplayer == false) {
this._x = -1000;
}
gravety = 10;
speed = 8;
hoppe = 2;
hopperett = true;
keyleft = true;
keyright = true;
}
onClipEvent (enterFrame) {
if (_root.toplayer == true) {
this._y = this._y + gravety;
if (hitTest(_parent.gulv)) {
this._y = this._y - gravety;
hopperett = false;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
if (key.isDown(_root.venstreacode)) {
this._x = this._x + speed;
ingen = false;
if (keyright == true) {
if (_root.alifeb == true) {
this.gotoAndPlay(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root["h\u00F8yreacode"])) {
this._x = this._x - speed;
ingen2 = false;
if (keyleft == true) {
if (_root.alifeb == true) {
this.gotoAndPlay(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root.venstreacode)) {
} else if (_root.alifeb == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root["h\u00F8yreacode"])) {
} else if (_root.alifeb == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
i = 3;
while (i <= 4) {
if (this.hitTest(_parent["ball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("DEAD2");
}
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("DEAD2");
}
}
i++;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("DEAD2");
}
}
i++;
}
}
}
Instance of Symbol 347 MovieClip "skudd1" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (_root.duala == true) {
if (_parent.tidb2.tid == 0) {
if (spacehit == true) {
_parent.tidb2.play();
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
} else if (spacehit == true) {
i = 1;
while (i < 2) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
i++;
}
skudd = true;
}
}
if (skudd == true) {
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball3._x + 5;
_parent.takskuddb._y = _parent.ball3._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball3._x + 5;
_parent.pistolskuddb._y = _parent.ball3._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball3._x + 5;
_parent.dualb._y = _parent.ball3._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball3._x + 5;
_parent.defb._y = _parent.ball3._y;
_parent.defb.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball4._x + 5;
_parent.takskuddb._y = _parent.ball4._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball4._x + 5;
_parent.pistolskuddb._y = _parent.ball4._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball4._x + 5;
_parent.dualb._y = _parent.ball4._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball4._x + 5;
_parent.defb._y = _parent.ball4._y;
_parent.defb.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
Instance of Symbol 348 MovieClip "skudda" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (_root.type == 2) {
if (_parent.skuddtid.tid == 0) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
}
Instance of Symbol 350 MovieClip "skudd7" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 2) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
}
Instance of Symbol 350 MovieClip "skudd5" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 1) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
}
Instance of Symbol 350 MovieClip "skudd9" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 3) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
}
Instance of Symbol 350 MovieClip "skudd11" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 4) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
}
Instance of Symbol 347 MovieClip "skudd2" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (_root.dual == true) {
if (_parent.tid2.tid == 0) {
if (spacehit == true) {
_parent.tid2.play();
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
skudd = true;
}
}
} else {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
if (skudd == true) {
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball3._x + 5;
_parent.takskuddb._y = _parent.ball3._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball3._x + 5;
_parent.pistolskuddb._y = _parent.ball3._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball3._x + 5;
_parent.dualb._y = _parent.ball3._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball3._x + 5;
_parent.defb._y = _parent.ball3._y;
_parent.defb.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball4._x + 5;
_parent.takskuddb._y = _parent.ball4._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball4._x + 5;
_parent.pistolskuddb._y = _parent.ball4._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball4._x + 5;
_parent.dualb._y = _parent.ball4._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball4._x + 5;
_parent.defb._y = _parent.ball4._y;
_parent.defb.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
Instance of Symbol 348 MovieClip "skuddb" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 0) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
}
Instance of Symbol 350 MovieClip "skuddd8" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 2) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
}
Instance of Symbol 350 MovieClip "skudd6" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 1) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
}
Instance of Symbol 350 MovieClip "skudd10" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 3) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
}
Instance of Symbol 350 MovieClip "skudd12" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 4) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
}
Instance of Symbol 333 MovieClip "skudd3" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 3)) {
this._y = -1000;
}
if (_root.type == 3) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
if (_parent.tid.tid == 1) {
this.gotoAndStop(1);
spacehit = true;
}
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
_parent.tid.play();
this.stop();
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.tidb.gotoAndStop(1);
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball3._x + 5;
_parent.takskuddb._y = _parent.ball3._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball3._x + 5;
_parent.pistolskuddb._y = _parent.ball3._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball3._x + 5;
_parent.dualb._y = _parent.ball3._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball3._x + 5;
_parent.defb._y = _parent.ball3._y;
_parent.defb.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.tidb.gotoAndStop(1);
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball4._x + 5;
_parent.takskuddb._y = _parent.ball4._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball4._x + 5;
_parent.pistolskuddb._y = _parent.ball4._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball4._x + 5;
_parent.dualb._y = _parent.ball4._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball4._x + 5;
_parent.defb._y = _parent.ball4._y;
_parent.defb.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.tidb.gotoAndStop(1);
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
_parent.minderball1.aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.tidb.gotoAndStop(1);
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
_parent.minderball2.aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.tidb.gotoAndStop(1);
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
_parent.minderball3.aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.tidb.gotoAndStop(1);
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
_parent.minderball4.aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent.tidb.gotoAndStop(1);
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
Instance of Symbol 333 MovieClip "skudd4" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 3)) {
this._y = -1000;
}
if (_root.typeb == 3) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
if (_parent.tidb.tidb == 1) {
this.gotoAndStop(1);
spacehit = true;
}
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
_parent.tidb.play();
this.stop();
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.tidb.gotoAndStop(1);
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball3._x + 5;
_parent.takskuddb._y = _parent.ball3._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball3._x + 5;
_parent.pistolskuddb._y = _parent.ball3._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball3._x + 5;
_parent.dualb._y = _parent.ball3._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball4._x + 5;
_parent.defb._y = _parent.ball4._y;
_parent.defb.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.tidb.gotoAndStop(1);
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball4._x + 5;
_parent.takskuddb._y = _parent.ball4._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball4._x + 5;
_parent.pistolskuddb._y = _parent.ball4._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball4._x + 5;
_parent.dualb._y = _parent.ball4._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball4._x + 5;
_parent.defb._y = _parent.ball4._y;
_parent.defb.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.tidb.gotoAndStop(1);
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
_parent.minderball1.aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.tidb.gotoAndStop(1);
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
_parent.minderball2.aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.tidb.gotoAndStop(1);
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
_parent.minderball3.aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.tidb.gotoAndStop(1);
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
_parent.minderball4.aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent.tidb.gotoAndStop(1);
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
Instance of Symbol 347 MovieClip "skudd17" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (_root.duala == true) {
if (_parent.tidb2.tid == 1) {
if (spacehit == true) {
_parent.tidb2.play();
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
}
if (skudd == true) {
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball4._x + 5;
_parent.takskuddb._y = _parent.ball4._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball4._x + 5;
_parent.pistolskuddb._y = _parent.ball4._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball4._x + 5;
_parent.dualb._y = _parent.ball4._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball4._x + 5;
_parent.defb._y = _parent.ball4._y;
_parent.defb.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
Instance of Symbol 347 MovieClip "skudd16" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (_root.dual == true) {
if (_parent.tid2.tid == 1) {
if (spacehit == true) {
_parent.tid2.play();
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
}
if (skudd == true) {
i = 7;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball3._x + 5;
_parent.takskuddb._y = _parent.ball3._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball3._x + 5;
_parent.pistolskuddb._y = _parent.ball3._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball3._x + 5;
_parent.dualb._y = _parent.ball3._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball3._x + 5;
_parent.defb._y = _parent.ball3._y;
_parent.defb.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball4._x + 5;
_parent.takskuddb._y = _parent.ball4._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball4._x + 5;
_parent.pistolskuddb._y = _parent.ball4._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball4._x + 5;
_parent.dualb._y = _parent.ball4._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball4._x + 5;
_parent.defb._y = _parent.ball4._y;
_parent.defb.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 14) {
_parent.gotoAndStop("finish2");
}
}
Instance of Symbol 270 MovieClip "takskudd" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 3;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 3;
}
}
Instance of Symbol 287 MovieClip "pistolskudd" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 2;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 2;
}
}
Instance of Symbol 270 MovieClip "takskuddb" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 3;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 3;
}
}
Instance of Symbol 287 MovieClip "pistolskuddb" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 2;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 2;
}
}
Instance of Symbol 381 MovieClip "duala" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.duala = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.dual = true;
}
}
Instance of Symbol 381 MovieClip "dualb" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.duala = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.dual = true;
}
}
Instance of Symbol 382 MovieClip "defa" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.alife = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.alifeb = true;
}
}
Instance of Symbol 382 MovieClip "defb" in Symbol 493 MovieClip Frame 7
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.alife = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.alifeb = true;
}
}
Symbol 493 MovieClip Frame 8
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 9
stopAllSounds();
prevFrame();
Symbol 493 MovieClip Frame 10
stopAllSounds();
prevFrame();
Symbol 493 MovieClip Frame 11
stopAllSounds();
gotoAndPlay ("startlevel3");
prevFrame();
Symbol 493 MovieClip Frame 12
stopAllSounds();
if (this.hitTest(_parent.storball1)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball2._x + 5;
_parent.takskudd._y = _parent.storball2._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball2._x + 5;
_parent.pistolskudd._y = _parent.storball2._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball._x = 10000;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball5._x + 5;
_parent.takskudd._y = _parent.ball5._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball5._x + 5;
_parent.pistolskudd._y = _parent.ball5._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball5._x = 10000;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball6._x + 5;
_parent.takskudd._y = _parent.ball6._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball6._x + 5;
_parent.pistolskudd._y = _parent.ball6._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball6._x = 10000;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball6.aktive = true;
_parent.minderball7._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
}
stop();
Instance of Symbol 392 MovieClip in Symbol 493 MovieClip Frame 12
onClipEvent (keyDown) {
if (_root.level == 6) {
this._y = -255;
this._x = -375;
}
}
onClipEvent (keyUp) {
if (_root.level == 6) {
this._y = -255;
this._x = -375;
}
}
onClipEvent (mouseMove) {
if (_root.level == 6) {
this._y = -255;
this._x = -375;
}
}
Instance of Symbol 393 MovieClip in Symbol 493 MovieClip Frame 12
onClipEvent (keyDown) {
if (_root.level == 7) {
this._y = -255;
this._x = -375;
}
}
onClipEvent (keyUp) {
if (_root.level == 7) {
this._y = -255;
this._x = -375;
}
}
onClipEvent (mouseMove) {
if (_root.level == 7) {
this._y = -255;
this._x = -375;
}
}
Instance of Symbol 394 MovieClip in Symbol 493 MovieClip Frame 12
onClipEvent (keyDown) {
if (_root.level == 8) {
this._y = -255;
this._x = -375;
}
}
onClipEvent (keyUp) {
if (_root.level == 8) {
this._y = -255;
this._x = -375;
}
}
onClipEvent (mouseMove) {
if (_root.level == 8) {
this._y = -255;
this._x = -375;
}
}
Instance of Symbol 395 MovieClip in Symbol 493 MovieClip Frame 12
onClipEvent (keyDown) {
if (_root.level == 9) {
this._y = -250;
this._x = -375;
}
}
onClipEvent (keyUp) {
if (_root.level == 9) {
this._y = -250;
this._x = -375;
}
}
onClipEvent (mouseMove) {
if (_root.level == 9) {
this._y = -250;
this._x = -375;
}
}
Symbol 493 MovieClip Frame 13
attachMovie("brikke", "brikke1", d++);
brikke1._x = 302;
brikke1._y = -72;
brikke1._xscale = 50;
brikke1._yscale = 55;
attachMovie("brikke", "brikke2", d++);
brikke2._x = 100;
brikke2._y = -72;
brikke2._xscale = 50;
brikke2._yscale = 54.5;
attachMovie("brikke", "brikke3", d++);
brikke3._x = -100;
brikke3._y = -72;
brikke3._xscale = 50;
brikke3._yscale = 54.5;
attachMovie("brikke", "brikke4", d++);
brikke4._x = -300;
brikke4._y = -72;
brikke4._xscale = 50;
brikke4._yscale = 54.5;
attachMovie("brikke2", "brikkea1", d++);
brikkea1._x = 200;
brikkea1._y = -72;
brikkea1._xscale = 50;
brikkea1._yscale = 54.5;
attachMovie("brikke2", "brikkea2", d++);
brikkea2._x = 0;
brikkea2._y = -72;
brikkea2._xscale = 50;
brikkea2._yscale = 54.5;
attachMovie("brikke2", "brikkea3", d++);
brikkea3._x = -200;
brikkea3._y = -72;
brikkea3._xscale = 50;
brikkea3._yscale = 54.5;
_root.level = 3;
if (key.isDown(20)) {
_root.toplayer = true;
}
pistolskudda = true;
_root.duala = false;
_root.dual = false;
_root.typeb = 1;
_root.type = 1;
stop();
goalball = 0;
stop();
Instance of Symbol 104 MovieClip [ball level 3] "ball3" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 8.7;
gravety = 0;
speed = 3;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minderball1" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minderball2" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minstball1" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minstball2" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minstball3" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minstball4" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "ball4" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 8.7;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minderball4" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minderball3" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minstball5" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minstball6" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minstball7" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "minstball8" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 104 MovieClip [ball level 3] "storball1" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
gravetya = 9.7;
gravety = 0;
speed = 3;
right = true;
opp = true;
hiteda = false;
hitedb = false;
hitedc = false;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
i = 1;
while (i <= 15) {
if (hitTest(_parent["skudd" + i])) {
_parent.lyda.play();
}
i++;
}
}
}
Instance of Symbol 313 MovieClip "figur" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
if (_root.oneplayer == false) {
this._x = 1000;
}
gravety = 10;
speed = 8;
hoppe = 2;
hopperett = true;
keyleft = true;
keyright = true;
}
onClipEvent (enterFrame) {
if (_root.oneplayer == true) {
this._y = this._y + gravety;
if (hitTest(_parent.gulv)) {
this._y = this._y - gravety;
hopperett = false;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
if (key.isDown(39)) {
this._x = this._x + speed;
ingen = false;
if (keyright == true) {
if (_root.alife == true) {
this.gotoAndPlay(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root.venstrecode)) {
this._x = this._x - speed;
ingen2 = false;
if (keyleft == true) {
if (_root.alife == true) {
this.gotoAndPlay(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root["h\u00F8yrecode"])) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root.venstrecode)) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
i = 3;
while (i <= 4) {
if (this.hitTest(_parent["ball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead3");
}
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead3");
}
}
i++;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead3");
}
}
i++;
}
}
}
Instance of Symbol 323 MovieClip "figur2" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
if (_root.toplayer == false) {
this._x = -1000;
}
gravety = 10;
speed = 8;
hoppe = 2;
hopperett = true;
keyleft = true;
keyright = true;
}
onClipEvent (enterFrame) {
if (_root.toplayer == true) {
this._y = this._y + gravety;
if (hitTest(_parent.gulv)) {
this._y = this._y - gravety;
hopperett = false;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
if (key.isDown(_root.venstreacode)) {
this._x = this._x + speed;
ingen = false;
if (keyright == true) {
if (_root.alifeb == true) {
this.gotoAndPlay(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root["h\u00F8yreacode"])) {
this._x = this._x - speed;
ingen2 = false;
if (keyleft == true) {
if (_root.alifeb == true) {
this.gotoAndPlay(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root.venstreacode)) {
} else if (_root.alifeb == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root["h\u00F8yreacode"])) {
} else if (_root.alifeb == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["ball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead3");
}
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead3");
}
}
i++;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead3");
}
}
i++;
}
}
}
Instance of Symbol 333 MovieClip "skudd4" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 3)) {
this._y = -1000;
}
if (_root.type == 3) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
if (_parent.tid.tid == 1) {
this.gotoAndStop(1);
spacehit = true;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i].removeMovieClip();
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
_parent.tid.play();
this.stop();
}
i++;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball3._x + 5;
_parent.duala._y = _parent.ball3._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball3._x + 5;
_parent.defa._y = _parent.ball3._y;
_parent.defa.aktiv = true;
}
_parent.ball3._visible = false;
_parent.ball3.aktive = false;
_parent.ball3._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball4._x + 5;
_parent.duala._y = _parent.ball4._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball4._x + 5;
_parent.defa._y = _parent.ball4._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
this._y = 100000 /* 0x0186A0 */;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
_parent.minderball3._visible = false;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4._x = 10000;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
Instance of Symbol 347 MovieClip "skudd1" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (_root.duala == true) {
if (_parent.tidb2.tid == 0) {
if (spacehit == true) {
_parent.tidb2.play();
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
} else if (spacehit == true) {
i = 1;
while (i < 2) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
i++;
}
skudd = true;
}
}
if (skudd == true) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i].removeMovieClip();
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball3._x + 5;
_parent.duala._y = _parent.ball3._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball3._x + 5;
_parent.defa._y = _parent.ball3._y;
_parent.defa.aktiv = true;
}
_parent.ball3._visible = false;
_parent.ball3.aktive = false;
_parent.ball3._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball4._x + 5;
_parent.duala._y = _parent.ball4._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball4._x + 5;
_parent.defa._y = _parent.ball4._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
this._y = 100000 /* 0x0186A0 */;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
_parent.minderball3._visible = false;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4._x = 10000;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
Instance of Symbol 348 MovieClip "skudd6" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (_root.type == 2) {
if (_parent.skuddtid.tid == 0) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
}
Instance of Symbol 350 MovieClip "skudd11" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 2) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball._x = 10000;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
}
Instance of Symbol 350 MovieClip "skudd8" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 1) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball._x = 10000;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
}
Instance of Symbol 350 MovieClip "skudd12" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 3) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball._x = 10000;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
}
Instance of Symbol 350 MovieClip "skudd14" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 4) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
_parent.storball2._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball2._x + 5;
_parent.takskudd._y = _parent.storball2._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball2._x + 5;
_parent.pistolskudd._y = _parent.storball2._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball._x = 10000;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball5._x + 5;
_parent.takskudd._y = _parent.ball5._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball5._x + 5;
_parent.pistolskudd._y = _parent.ball5._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball5._x = 10000;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball6._x + 5;
_parent.takskudd._y = _parent.ball6._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball6._x + 5;
_parent.pistolskudd._y = _parent.ball6._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball6._x = 10000;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
_parent.minderball7._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball._x = 10000;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
}
Instance of Symbol 333 MovieClip "skudd5" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 3)) {
this._y = -1000;
}
if (_root.typeb == 3) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
if (_parent.tidb.tidb == 1) {
this.gotoAndStop(1);
spacehit = true;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i].removeMovieClip();
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
_parent.tidb.play();
this.stop();
}
i++;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball3._x + 5;
_parent.duala._y = _parent.ball3._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball3._x + 5;
_parent.defa._y = _parent.ball3._y;
_parent.defa.aktiv = true;
}
_parent.ball3._visible = false;
_parent.ball3.aktive = false;
_parent.ball3._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball4._x + 5;
_parent.duala._y = _parent.ball4._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball4._x + 5;
_parent.defa._y = _parent.ball4._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
this._y = 100000 /* 0x0186A0 */;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
_parent.minderball3._visible = false;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4._x = 10000;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
Instance of Symbol 347 MovieClip "skudd2" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (_root.dual == true) {
if (_parent.tid2.tid == 0) {
if (spacehit == true) {
_parent.tid2.play();
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
skudd = true;
}
}
} else {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
if (skudd == true) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i].removeMovieClip();
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball3._x + 5;
_parent.duala._y = _parent.ball3._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball3._x + 5;
_parent.defa._y = _parent.ball3._y;
_parent.defa.aktiv = true;
}
_parent.ball3._visible = false;
_parent.ball3.aktive = false;
_parent.ball3._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball4._x + 5;
_parent.duala._y = _parent.ball4._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball4._x + 5;
_parent.defa._y = _parent.ball4._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
this._y = 100000 /* 0x0186A0 */;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
_parent.minderball3._visible = false;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4._x = 10000;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
Instance of Symbol 348 MovieClip "skudd7" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 0) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
}
Instance of Symbol 350 MovieClip "skuddd10" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 2) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
}
Instance of Symbol 350 MovieClip "skudd9" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 1) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
}
Instance of Symbol 350 MovieClip "skudd13" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 3) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
}
Instance of Symbol 350 MovieClip "skudd15" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 4) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
}
Instance of Symbol 347 MovieClip "skudd17" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (_root.duala == true) {
if (_parent.tidb2.tid == 1) {
if (spacehit == true) {
_parent.tidb2.play();
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
}
if (skudd == true) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i].removeMovieClip();
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball3._x + 5;
_parent.duala._y = _parent.ball3._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball3._x + 5;
_parent.defa._y = _parent.ball3._y;
_parent.defa.aktiv = true;
}
_parent.ball3._visible = false;
_parent.ball3.aktive = false;
_parent.ball3._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball4._x + 5;
_parent.duala._y = _parent.ball4._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball4._x + 5;
_parent.defa._y = _parent.ball4._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
this._y = 100000 /* 0x0186A0 */;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
_parent.minderball3._visible = false;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4._x = 10000;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
Instance of Symbol 347 MovieClip "skudd16" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (_root.dual == true) {
if (_parent.tid2.tid == 1) {
if (spacehit == true) {
_parent.tid2.play();
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
}
if (skudd == true) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i].removeMovieClip();
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball3._x + 5;
_parent.duala._y = _parent.ball3._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball3._x + 5;
_parent.defa._y = _parent.ball3._y;
_parent.defa.aktiv = true;
}
_parent.ball3._visible = false;
_parent.ball3.aktive = false;
_parent.ball3._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball4._x + 5;
_parent.duala._y = _parent.ball4._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball4._x + 5;
_parent.defa._y = _parent.ball4._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
this._y = 100000 /* 0x0186A0 */;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
_parent.minderball3._visible = false;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4._x = 10000;
this.gotoAndStop(1);
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i].aktive = false;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 15) {
_parent.gotoAndStop("finish3");
}
}
Instance of Symbol 270 MovieClip "takskudd" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 3;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 3;
}
}
Instance of Symbol 287 MovieClip "pistolskudd" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 2;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 2;
}
}
Instance of Symbol 270 MovieClip "takskuddb" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 3;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 3;
}
}
Instance of Symbol 287 MovieClip "pistolskuddb" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 2;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 2;
}
}
Instance of Symbol 381 MovieClip "duala" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.duala = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.dual = true;
}
}
Instance of Symbol 381 MovieClip "dualb" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.duala = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.dual = true;
}
}
Instance of Symbol 382 MovieClip "defa" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.alife = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.alifeb = true;
}
}
Instance of Symbol 382 MovieClip "defb" in Symbol 493 MovieClip Frame 13
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.alife = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.alifeb = true;
}
}
Symbol 493 MovieClip Frame 14
removeMovieClip("brikke1");
removeMovieClip("brikke2");
removeMovieClip("brikke3");
removeMovieClip("brikke4");
removeMovieClip("brikkea1");
removeMovieClip("brikkea2");
removeMovieClip("brikkea3");
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 15
stopAllSounds();
prevFrame();
prevFrame();
Symbol 493 MovieClip Frame 16
stopAllSounds();
removeMovieClip("brikke1");
removeMovieClip("brikke2");
removeMovieClip("brikke3");
removeMovieClip("brikke4");
removeMovieClip("brikkea1");
removeMovieClip("brikkea2");
removeMovieClip("brikkea3");
gotoAndPlay ("startlevel4");
Symbol 493 MovieClip Frame 17
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 18
_root.level = 4;
if (key.isDown(20)) {
_root.toplayer = true;
}
pistolskudda = true;
_root.duala = false;
_root.dual = false;
_root.typeb = 1;
_root.type = 1;
stop();
goalball = 0;
stop();
Instance of Symbol 407 MovieClip "ball3" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 8.7;
gravety = 0;
speed = 3;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minderball1" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minderball2" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball1" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball2" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball3" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball4" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "ball4" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 8.7;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minderball4" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minderball3" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball5" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball6" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball7" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball8" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "storball1" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 9.7;
gravety = 0;
speed = 3;
right = true;
opp = true;
hiteda = false;
hitedb = false;
hitedc = false;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "storball2" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 9.7;
gravety = 0;
speed = 3;
right = false;
opp = true;
hiteda = false;
hitedb = false;
hitedc = false;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "ball5" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 8.7;
gravety = 0;
speed = 3;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minderball5" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minderball6" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball9" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball10" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball11" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball12" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "ball6" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 8.7;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minderball8" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minderball7" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball13" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball14" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball15" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball16" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 313 MovieClip "figur" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
if (_root.oneplayer == false) {
this._x = 1000;
}
gravety = 10;
speed = 8;
gravetyon = true;
trapp = false;
}
onClipEvent (enterFrame) {
if (_root.oneplayer == true) {
if (gravetyon == true) {
this._y = this._y + gravety;
}
if (this.hitTest(_parent.brikkea4)) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetyon = false;
if (gravetyon == true) {
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
gravetyon = false;
this._y = this._y - 10;
} else {
gravetyon = true;
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["trapp" + i])) {
} else {
gravetyon = true;
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["trapp" + i])) {
if (this.hitTest(_parent["brikkea" + i])) {
this._y = this._y + 10;
}
gravetyon = false;
if (key.isDown(_root.nedcode)) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + 11;
}
}
if (key.isDown(_root.oppcode)) {
this._y = this._y - 11;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = 0;
} else {
gravety = 10;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
if (key.isDown(39)) {
this._x = this._x + speed;
ingen = false;
if (keyright == true) {
if (_root.alife == true) {
this.gotoAndPlay(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root.venstrecode)) {
this._x = this._x - speed;
ingen2 = false;
if (keyleft == true) {
if (_root.alife == true) {
this.gotoAndPlay(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root["h\u00F8yrecode"])) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root.venstrecode)) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
i = 1;
while (i <= 2) {
if (hitTest(_parent["storball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead4");
}
}
i++;
}
i = 1;
while (i <= 6) {
if (this.hitTest(_parent["ball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead4");
}
}
i++;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead4");
}
}
i++;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead4");
}
}
i++;
}
}
}
Instance of Symbol 323 MovieClip "figur2" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
if (_root.toplayer == false) {
this._x = -1000;
}
gravety = 10;
speed = 8;
gravetyon = true;
trapp = false;
}
onClipEvent (enterFrame) {
if (_root.toplayer == true) {
if (gravetyon == true) {
this._y = this._y + gravety;
}
if (this.hitTest(_parent.brikkea4)) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetyon = false;
if (gravetyon == true) {
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
gravetyon = false;
this._y = this._y - 10;
} else {
gravetyon = true;
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["trapp" + i])) {
} else {
gravetyon = true;
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["trapp" + i])) {
if (this.hitTest(_parent["brikkea" + i])) {
this._y = this._y + 10;
}
gravetyon = false;
if (key.isDown(_root.nedacode)) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + 11;
}
}
if (key.isDown(_root.oppacode)) {
this._y = this._y - 11;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = 0;
} else {
gravety = 10;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
if (key.isDown(_root.venstreacode)) {
this._x = this._x + speed;
ingen = false;
if (keyright == true) {
if (_root.alifeb == true) {
this.gotoAndStop(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root["h\u00F8yreacode"])) {
this._x = this._x - speed;
ingen2 = false;
if (keyleft == true) {
if (_root.alifeb == true) {
this.gotoAndStop(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root.venstreacode)) {
} else if (_root.alifeb == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root["h\u00F8yreacode"])) {
} else if (_root.alifeb == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
i = 1;
while (i <= 2) {
if (hitTest(_parent["storball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead4");
}
}
i++;
}
i = 1;
while (i <= 6) {
if (this.hitTest(_parent["ball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead4");
}
}
i++;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead4");
}
}
i++;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead4");
}
}
i++;
}
}
}
Instance of Symbol 333 MovieClip "skudd4" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 3)) {
this._y = -1000;
}
if (_root.type == 3) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
if (_parent.tid.tid == 1) {
this.gotoAndStop(1);
spacehit = true;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
_parent.tid.play();
this.stop();
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
_parent.storball2._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball2._x + 5;
_parent.takskudd._y = _parent.storball2._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball2._x + 5;
_parent.pistolskudd._y = _parent.storball2._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball._x = 10000;
_parent.storball.aktive = false;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball5._x + 5;
_parent.takskudd._y = _parent.ball5._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball5._x + 5;
_parent.pistolskudd._y = _parent.ball5._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball5._x = 10000;
_parent.ball5.aktive = false;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball6._x + 5;
_parent.takskudd._y = _parent.ball6._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball6._x + 5;
_parent.pistolskudd._y = _parent.ball6._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball6._x = 10000;
_parent.ball6.aktive = false;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
_parent.minderball5.aktive = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
_parent.minderball6.aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
_parent.minderball7._x = 10000;
_parent.minderball7.aktive = false;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
_parent.minderball8.aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball._x = 10000;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
_parent.minderball1.aktive = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
_parent.minderball2.aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
_parent.minderball3.aktive = false;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
_parent.minderball4.aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
Instance of Symbol 347 MovieClip "skudd1" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (_root.duala == true) {
if (_parent.tidb2.tid == 0) {
if (spacehit == true) {
_parent.tidb2.play();
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
} else if (spacehit == true) {
i = 1;
while (i < 2) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
i++;
}
skudd = true;
}
}
if (skudd == true) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball2.aktive = false;
_parent.storball2._visible = false;
_parent.storball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball5.aktive = false;
_parent.ball5._visible = false;
_parent.ball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball6.aktive = false;
_parent.ball6._visible = false;
_parent.ball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_parent.minderball5._visible = false;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball6.aktive = false;
_parent.minderball6._visible = false;
_parent.minderball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball7.aktive = false;
_parent.minderball7._visible = false;
_parent.minderball7._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
skudd = false;
_root.score = _root.score + 50;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_parent.minderball8._visible = false;
_parent.minderball8._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball3.aktive = false;
_parent.ball3._visible = false;
_parent.ball3._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball1.aktive = false;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball2.aktive = false;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_parent.minderball3._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4.aktive = false;
_parent.minderball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
this._y = 100000 /* 0x0186A0 */;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i].aktive = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
Instance of Symbol 348 MovieClip "skudd6" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (_root.type == 2) {
if (_parent.skuddtid.tid == 0) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
}
Instance of Symbol 350 MovieClip "skudd11" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 2) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball2.aktive = false;
_parent.storball2._visible = false;
_parent.storball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball5.aktive = false;
_parent.ball5._visible = false;
_parent.ball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball6.aktive = false;
_parent.ball6._visible = false;
_parent.ball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_parent.minderball5._visible = false;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball6.aktive = false;
_parent.minderball6._visible = false;
_parent.minderball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball7.aktive = false;
_parent.minderball7._visible = false;
_parent.minderball7._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
skudd = false;
_root.score = _root.score + 50;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_parent.minderball8._visible = false;
_parent.minderball8._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball3.aktive = false;
_parent.ball3._visible = false;
_parent.ball3._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball1.aktive = false;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball2.aktive = false;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_parent.minderball3._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4.aktive = false;
_parent.minderball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
this._y = 100000 /* 0x0186A0 */;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i].aktive = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
}
Instance of Symbol 350 MovieClip "skudd8" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 1) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball2.aktive = false;
_parent.storball2._visible = false;
_parent.storball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball5.aktive = false;
_parent.ball5._visible = false;
_parent.ball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball6.aktive = false;
_parent.ball6._visible = false;
_parent.ball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_parent.minderball5._visible = false;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball6.aktive = false;
_parent.minderball6._visible = false;
_parent.minderball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball7.aktive = false;
_parent.minderball7._visible = false;
_parent.minderball7._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
skudd = false;
_root.score = _root.score + 50;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_parent.minderball8._visible = false;
_parent.minderball8._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball3.aktive = false;
_parent.ball3._visible = false;
_parent.ball3._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball1.aktive = false;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball2.aktive = false;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_parent.minderball3._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4.aktive = false;
_parent.minderball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
this._y = 100000 /* 0x0186A0 */;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i].aktive = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
}
Instance of Symbol 350 MovieClip "skudd12" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 3) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball2.aktive = false;
_parent.storball2._visible = false;
_parent.storball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball5.aktive = false;
_parent.ball5._visible = false;
_parent.ball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball6.aktive = false;
_parent.ball6._visible = false;
_parent.ball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_parent.minderball5._visible = false;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball6.aktive = false;
_parent.minderball6._visible = false;
_parent.minderball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball7.aktive = false;
_parent.minderball7._visible = false;
_parent.minderball7._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
skudd = false;
_root.score = _root.score + 50;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_parent.minderball8._visible = false;
_parent.minderball8._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball3.aktive = false;
_parent.ball3._visible = false;
_parent.ball3._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball1.aktive = false;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball2.aktive = false;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_parent.minderball3._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4.aktive = false;
_parent.minderball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
this._y = 100000 /* 0x0186A0 */;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i].aktive = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
}
Instance of Symbol 350 MovieClip "skudd14" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 2)) {
this._y = -333;
}
if (_root.type == 2) {
if (_parent.skuddtid.tid == 4) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtid.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball2.aktive = false;
_parent.storball2._visible = false;
_parent.storball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball5.aktive = false;
_parent.ball5._visible = false;
_parent.ball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball6.aktive = false;
_parent.ball6._visible = false;
_parent.ball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_parent.minderball5._visible = false;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball6.aktive = false;
_parent.minderball6._visible = false;
_parent.minderball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball7.aktive = false;
_parent.minderball7._visible = false;
_parent.minderball7._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
skudd = false;
_root.score = _root.score + 50;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_parent.minderball8._visible = false;
_parent.minderball8._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball3.aktive = false;
_parent.ball3._visible = false;
_parent.ball3._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball1.aktive = false;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball2.aktive = false;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_parent.minderball3._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4.aktive = false;
_parent.minderball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
this._y = 100000 /* 0x0186A0 */;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i].aktive = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
}
Instance of Symbol 333 MovieClip "skudd5" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 3)) {
this._y = -1000;
}
if (_root.typeb == 3) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
if (_parent.tidb.tidb == 1) {
this.gotoAndStop(1);
spacehit = true;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
_parent.tidb.play();
this.stop();
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
_parent.storball2._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.storball2._x + 5;
_parent.takskuddb._y = _parent.storball2._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.storball2._x + 5;
_parent.pistolskuddb._y = _parent.storball2._y;
_parent.pistolskuddb.aktiv = true;
}
_parent.storball._x = 10000;
_parent.storball.aktive = false;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball5._x + 5;
_parent.takskuddb._y = _parent.ball5._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball5._x + 5;
_parent.pistolskuddb._y = _parent.ball5._y;
_parent.pistolskuddb.aktiv = true;
}
_parent.ball5._x = 10000;
_parent.ball5.aktive = false;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball6._x + 5;
_parent.takskuddb._y = _parent.ball6._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball6._x + 5;
_parent.pistolskuddb._y = _parent.ball6._y;
_parent.pistolskuddb.aktiv = true;
}
_parent.ball6._x = 10000;
_parent.ball6.aktive = false;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
_parent.minderball5.aktive = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
_parent.minderball6.aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
_parent.minderball7._x = 10000;
_parent.minderball7.aktive = false;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
_parent.minderball8.aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.storball1._x + 5;
_parent.takskuddb._y = _parent.storball1._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.storball1._x + 5;
_parent.pistolskuddb._y = _parent.storball1._y;
_parent.pistolskuddb.aktiv = true;
}
_parent.storball._x = 10000;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball3._x + 5;
_parent.takskuddb._y = _parent.ball3._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball3._x + 5;
_parent.pistolskuddb._y = _parent.ball3._y;
_parent.pistolskuddb.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball4._x + 5;
_parent.takskuddb._y = _parent.ball4._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball4._x + 5;
_parent.pistolskuddb._y = _parent.ball4._y;
_parent.pistolskuddb.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
_parent.minderball1.aktive = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
_parent.minderball2.aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
_parent.minderball3.aktive = false;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
_parent.minderball4.aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
Instance of Symbol 347 MovieClip "skudd2" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (_root.dual == true) {
if (_parent.tid2.tid == 0) {
if (spacehit == true) {
_parent.tid2.play();
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
skudd = true;
}
}
} else {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
if (skudd == true) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
_parent.storball2._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball2._x + 5;
_parent.takskudd._y = _parent.storball2._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball2._x + 5;
_parent.pistolskudd._y = _parent.storball2._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball2._x + 5;
_parent.duala._y = _parent.storball2._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball2._x + 5;
_parent.defa._y = _parent.storball2._y;
_parent.defa.aktiv = true;
}
_parent.storball2._x = 10000;
_parent.storball2.aktive = false;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball5._x + 5;
_parent.takskudd._y = _parent.ball5._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball5._x + 5;
_parent.pistolskudd._y = _parent.ball5._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball5._x + 5;
_parent.duala._y = _parent.ball5._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball5._x + 5;
_parent.defa._y = _parent.ball5._y;
_parent.defa.aktiv = true;
}
_parent.ball5._x = 10000;
_parent.ball5.aktive = false;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball6._x + 5;
_parent.takskudd._y = _parent.ball6._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball6._x + 5;
_parent.pistolskudd._y = _parent.ball6._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball6._x + 5;
_parent.duala._y = _parent.ball6._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball6._x + 5;
_parent.defa._y = _parent.ball6._y;
_parent.defa.aktiv = true;
}
_parent.ball6._x = 10000;
_parent.ball6.aktive = false;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball6.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
_parent.minderball7._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball7.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball3._x + 5;
_parent.duala._y = _parent.ball3._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball3._x + 5;
_parent.defa._y = _parent.ball3._y;
_parent.defa.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
Instance of Symbol 348 MovieClip "skudd7" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 0) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
}
Instance of Symbol 350 MovieClip "skuddd10" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 2) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball2.aktive = false;
_parent.storball2._visible = false;
_parent.storball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball5.aktive = false;
_parent.ball5._visible = false;
_parent.ball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball6.aktive = false;
_parent.ball6._visible = false;
_parent.ball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_parent.minderball5._visible = false;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball6.aktive = false;
_parent.minderball6._visible = false;
_parent.minderball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball7.aktive = false;
_parent.minderball7._visible = false;
_parent.minderball7._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
skudd = false;
_root.score = _root.score + 50;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_parent.minderball8._visible = false;
_parent.minderball8._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball3.aktive = false;
_parent.ball3._visible = false;
_parent.ball3._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball1.aktive = false;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball2.aktive = false;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_parent.minderball3._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4.aktive = false;
_parent.minderball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
this._y = 100000 /* 0x0186A0 */;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i].aktive = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
}
Instance of Symbol 350 MovieClip "skudd9" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 1) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball2.aktive = false;
_parent.storball2._visible = false;
_parent.storball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball5.aktive = false;
_parent.ball5._visible = false;
_parent.ball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball6.aktive = false;
_parent.ball6._visible = false;
_parent.ball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_parent.minderball5._visible = false;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball6.aktive = false;
_parent.minderball6._visible = false;
_parent.minderball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball7.aktive = false;
_parent.minderball7._visible = false;
_parent.minderball7._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
skudd = false;
_root.score = _root.score + 50;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_parent.minderball8._visible = false;
_parent.minderball8._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball3.aktive = false;
_parent.ball3._visible = false;
_parent.ball3._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball1.aktive = false;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball2.aktive = false;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_parent.minderball3._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4.aktive = false;
_parent.minderball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
this._y = 100000 /* 0x0186A0 */;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i].aktive = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
}
Instance of Symbol 350 MovieClip "skudd13" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 3) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball2.aktive = false;
_parent.storball2._visible = false;
_parent.storball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball5.aktive = false;
_parent.ball5._visible = false;
_parent.ball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball6.aktive = false;
_parent.ball6._visible = false;
_parent.ball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_parent.minderball5._visible = false;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball6.aktive = false;
_parent.minderball6._visible = false;
_parent.minderball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball7.aktive = false;
_parent.minderball7._visible = false;
_parent.minderball7._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
skudd = false;
_root.score = _root.score + 50;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_parent.minderball8._visible = false;
_parent.minderball8._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball3.aktive = false;
_parent.ball3._visible = false;
_parent.ball3._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball1.aktive = false;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball2.aktive = false;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_parent.minderball3._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4.aktive = false;
_parent.minderball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
this._y = 100000 /* 0x0186A0 */;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i].aktive = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
}
Instance of Symbol 350 MovieClip "skudd15" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 2)) {
this._y = -333;
}
if (_root.typeb == 2) {
if (_parent.skuddtidb.tid == 4) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y;
spacehit = false;
}
}
skudd = true;
_parent.skuddtidb.play();
}
if (skudd == true) {
this._y = this._y - 15;
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball2.aktive = false;
_parent.storball2._visible = false;
_parent.storball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball5.aktive = false;
_parent.ball5._visible = false;
_parent.ball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball6.aktive = false;
_parent.ball6._visible = false;
_parent.ball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_parent.minderball5._visible = false;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball6.aktive = false;
_parent.minderball6._visible = false;
_parent.minderball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball7.aktive = false;
_parent.minderball7._visible = false;
_parent.minderball7._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
skudd = false;
_root.score = _root.score + 50;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_parent.minderball8._visible = false;
_parent.minderball8._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball3.aktive = false;
_parent.ball3._visible = false;
_parent.ball3._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball1.aktive = false;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball2.aktive = false;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_parent.minderball3._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4.aktive = false;
_parent.minderball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
this._y = 100000 /* 0x0186A0 */;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i].aktive = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
}
Instance of Symbol 347 MovieClip "skudd17" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (_root.duala == true) {
if (_parent.tidb2.tid == 1) {
if (spacehit == true) {
_parent.tidb2.play();
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
}
if (skudd == true) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball2.aktive = false;
_parent.storball2._visible = false;
_parent.storball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball5.aktive = false;
_parent.ball5._visible = false;
_parent.ball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball6.aktive = false;
_parent.ball6._visible = false;
_parent.ball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_parent.minderball5._visible = false;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball6.aktive = false;
_parent.minderball6._visible = false;
_parent.minderball6._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball7.aktive = false;
_parent.minderball7._visible = false;
_parent.minderball7._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
skudd = false;
_root.score = _root.score + 50;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_parent.minderball8._visible = false;
_parent.minderball8._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1.aktive = false;
_parent.storball1._visible = false;
_parent.storball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball3.aktive = false;
_parent.ball3._visible = false;
_parent.ball3._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.ball4.aktive = false;
_parent.ball4._visible = false;
_parent.ball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
_parent.minderball1.aktive = false;
_parent.minderball1._visible = false;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball2.aktive = false;
_parent.minderball2._visible = false;
_parent.minderball2._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_root.score = _root.score + 50;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_parent.minderball3._x = 10000;
this._y = 10000;
this.gotoAndStop(1);
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
root.score = root.score + 50;
_parent.minderball4._visible = false;
_parent.minderball4.aktive = false;
_parent.minderball4._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
this._y = 100000 /* 0x0186A0 */;
_root.score = _root.score + 25;
_parent["minstball" + i]._visible = false;
_parent["minstball" + i].aktive = false;
_parent["minstball" + i]._x = 10000;
this.gotoAndStop(1);
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
Instance of Symbol 347 MovieClip "skudd16" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (_root.dual == true) {
if (_parent.tid2.tid == 1) {
if (spacehit == true) {
_parent.tid2.play();
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
}
if (skudd == true) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
_parent.storball2._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball2._x + 5;
_parent.takskudd._y = _parent.storball2._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball2._x + 5;
_parent.pistolskudd._y = _parent.storball2._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball2._x + 5;
_parent.duala._y = _parent.storball2._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball2._x + 5;
_parent.defa._y = _parent.storball2._y;
_parent.defa.aktiv = true;
}
_parent.storball2._x = 10000;
_parent.storball2.aktive = false;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball5._x + 5;
_parent.takskudd._y = _parent.ball5._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball5._x + 5;
_parent.pistolskudd._y = _parent.ball5._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball5._x + 5;
_parent.duala._y = _parent.ball5._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball5._x + 5;
_parent.defa._y = _parent.ball5._y;
_parent.defa.aktiv = true;
}
_parent.ball5._x = 10000;
_parent.ball5.aktive = false;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball6._x + 5;
_parent.takskudd._y = _parent.ball6._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball6._x + 5;
_parent.pistolskudd._y = _parent.ball6._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball6._x + 5;
_parent.duala._y = _parent.ball6._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball6._x + 5;
_parent.defa._y = _parent.ball6._y;
_parent.defa.aktiv = true;
}
_parent.ball6._x = 10000;
_parent.ball6.aktive = false;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball6.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
_parent.minderball7._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball7.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball3._x + 5;
_parent.duala._y = _parent.ball3._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball3._x + 5;
_parent.defa._y = _parent.ball3._y;
_parent.defa.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 30) {
_parent.gotoAndStop("finish4");
}
}
Instance of Symbol 270 MovieClip "takskudd" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
gravetya = 0;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 3;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 3;
}
}
Instance of Symbol 287 MovieClip "pistolskudd" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
gravetya = 0;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 2;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 2;
}
}
Instance of Symbol 270 MovieClip "takskuddb" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
gravetya = 0;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 3;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 3;
}
}
Instance of Symbol 287 MovieClip "pistolskuddb" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
gravetya = 0;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 2;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 2;
}
}
Instance of Symbol 381 MovieClip "duala" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
gravetya = 0;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.duala = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.dual = true;
}
}
Instance of Symbol 381 MovieClip "dualb" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
gravetya = 0;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.duala = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.dual = true;
}
}
Instance of Symbol 382 MovieClip "defa" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
gravetya = 0;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.alife = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.alifeb = true;
}
}
Instance of Symbol 382 MovieClip "defb" in Symbol 493 MovieClip Frame 18
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 4;
while (i <= 7) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikke" + i])) {
gravetya = 0;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.alife = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.alifeb = true;
}
}
Symbol 493 MovieClip Frame 19
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 20
stopAllSounds();
prevFrame();
prevFrame();
Symbol 493 MovieClip Frame 21
stopAllSounds();
gotoAndPlay ("startlevel5");
Symbol 493 MovieClip Frame 22
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 23
_root.level = 5;
if (key.isDown(20)) {
_root.toplayer = true;
}
pistolskudda = true;
_root.duala = false;
_root.dual = false;
_root.typeb = 1;
_root.type = 1;
stop();
goalball = 0;
stop();
Instance of Symbol 418 MovieClip "ball3" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 8.7;
gravety = 0;
speed = 3;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minderball1" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 0) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 30) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (hiteda == false) {
if (right == true) {
right = false;
} else {
right = true;
}
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minderball2" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball1" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball2" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball3" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball4" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "ball4" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 8.7;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minderball4" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball5" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball6" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball7" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 30) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball8" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "storball1" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 10.7;
gravety = 0;
speed = 1;
right = true;
opp = true;
hiteda = false;
hitedb = false;
hitedc = false;
}
onClipEvent (enterFrame) {
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
Instance of Symbol 418 MovieClip "storball2" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 9.7;
gravety = 0;
speed = 3;
right = false;
opp = true;
hiteda = false;
hitedb = false;
hitedc = false;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "ball5" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 8.7;
gravety = 0;
speed = 3;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minderball5" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minderball6" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball9" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball10" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball11" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball12" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "ball6" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 8.7;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minderball8" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minderball7" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball13" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball14" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball15" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball16" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minderball3" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 423 MovieClip "hø" in Symbol 493 MovieClip Frame 23
onClipEvent (enterFrame) {
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["storball" + i])) {
_parent["storball" + i]._y = _parent["storball" + i]._y + 40;
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["ball" + i])) {
_parent["ball" + i]._y = _parent["ball" + i]._y + 40;
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["mindreball" + i])) {
_parent["mindreball" + i]._y = _parent["mindreball" + i]._y + 40;
}
i++;
}
}
Instance of Symbol 313 MovieClip "figur" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
if (_root.oneplayer == false) {
this._x = 1000;
}
gravety = 10;
speed = 8;
gravetyon = true;
trapp = false;
}
onClipEvent (enterFrame) {
if (_root.oneplayer == true) {
if (gravetyon == true) {
this._y = this._y + gravety;
}
if (hitTest(_parent.brikkeabc1)) {
if (hitTest(_parent.gulv)) {
this._x = this._x - speed;
}
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeabc" + i])) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
this._x = this._x - speed;
} else {
this._x = this._x + speed;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
gravetyon = false;
this._y = this._y - 10;
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["trapp" + i])) {
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["trapp" + i])) {
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkea" + i])) {
this._y = this._y + 10;
}
i++;
}
gravetyon = false;
if (key.isDown(_root.nedcode)) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + 11;
}
}
if (key.isDown(_root.oppcode)) {
this._y = this._y - 11;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = 0;
} else {
gravety = 10;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
i = 1;
while (i <= 1) {
if (hitTest(_parent["storball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead5");
}
}
i++;
}
i = 1;
while (i <= 6) {
if (this.hitTest(_parent["ball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead5");
}
}
i++;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead5");
}
}
i++;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead5");
}
}
i++;
}
if (key.isDown(_root["h\u00F8yrecode"])) {
this._x = this._x + speed;
ingen = false;
right = true;
if (keyright == true) {
if (_root.alife == true) {
this.gotoAndStop(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root.venstrecode)) {
this._x = this._x - speed;
right = false;
ingen2 = false;
if (keyleft == true) {
if (_root.alife == true) {
this.gotoAndStop(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root["h\u00F8yrecode"])) {
} else if (_root.alife == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root.venstrecode)) {
} else if (_root.alife == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 323 MovieClip "figur2" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
if (_root.toplayer == false) {
this._x = -1000;
}
gravety = 10;
speed = 8;
gravetyon = true;
trapp = false;
}
onClipEvent (enterFrame) {
if (_root.toplayer == true) {
if (gravetyon == true) {
this._y = this._y + gravety;
}
if (hitTest(_parent.brikkeabc1)) {
if (hitTest(_parent.gulv)) {
this._x = this._x - speed;
}
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeabc" + i])) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
this._x = this._x - speed;
} else {
this._x = this._x + speed;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
gravetyon = false;
this._y = this._y - 10;
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["trapp" + i])) {
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["trapp" + i])) {
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkea" + i])) {
this._y = this._y + 10;
}
i++;
}
gravetyon = false;
if (key.isDown(_root.nedacode)) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + 11;
}
}
if (key.isDown(_root.oppacode)) {
this._y = this._y - 11;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = 0;
} else {
gravety = 10;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
i = 1;
while (i <= 1) {
if (hitTest(_parent["storball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead5");
}
}
i++;
}
i = 1;
while (i <= 6) {
if (this.hitTest(_parent["ball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead5");
}
}
i++;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead5");
}
}
i++;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead5");
}
}
i++;
}
if (key.isDown(_root.venstreacode)) {
this._x = this._x + speed;
ingen = false;
right = true;
if (keyright == true) {
if (_root.alifeb == true) {
this.gotoAndStop(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root["h\u00F8yreacode"])) {
this._x = this._x - speed;
right = false;
ingen2 = false;
if (keyleft == true) {
if (_root.alifeb == true) {
this.gotoAndStop(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root.venstreacode)) {
} else if (_root.alifeb == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root["h\u00F8yreacode"])) {
} else if (_root.alifeb == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 333 MovieClip "skudd4" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 3)) {
this._y = -1000;
}
if (_root.type == 3) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
if (_parent.tid.tid == 1) {
this.gotoAndStop(1);
spacehit = true;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
_parent.tid.play();
this.stop();
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
_parent.tid.play();
this.stop();
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
_parent.storball2._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball2._x + 5;
_parent.takskudd._y = _parent.storball2._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball2._x + 5;
_parent.pistolskudd._y = _parent.storball2._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball._x = 10000;
_parent.storball.aktive = false;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball5._x + 5;
_parent.takskudd._y = _parent.ball5._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball5._x + 5;
_parent.pistolskudd._y = _parent.ball5._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball5._x = 10000;
_parent.ball5.aktive = false;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball6._x + 5;
_parent.takskudd._y = _parent.ball6._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball6._x + 5;
_parent.pistolskudd._y = _parent.ball6._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball6._x = 10000;
_parent.ball6.aktive = false;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
_parent.minderball5.aktive = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
_parent.minderball6.aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
_parent.minderball7._x = 10000;
_parent.minderball7.aktive = false;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
_parent.minderball8.aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball._x = 10000;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
_parent.minderball1.aktive = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
_parent.minderball2.aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
_parent.minderball3.aktive = false;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
_parent.minderball4.aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 22) {
_parent.gotoAndStop("finish5");
}
}
Instance of Symbol 347 MovieClip "skudd1" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (_root.duala == true) {
if (_parent.tidb2.tid == 0) {
if (spacehit == true) {
_parent.tidb2.play();
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
} else if (spacehit == true) {
i = 1;
while (i < 2) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
i++;
}
skudd = true;
}
}
if (skudd == true) {
i = 2;
while (i <= 2) {
if (this.hitTest(_parent["brikkec" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
_parent.storball2._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.storball2._x + 5;
_parent.takskuddb._y = _parent.storball2._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.storball2._x + 5;
_parent.pistolskuddb._y = _parent.storball2._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.storball2._x + 5;
_parent.dualb._y = _parent.storball2._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.storball2._x + 5;
_parent.defb._y = _parent.storball2._y;
_parent.defb.aktiv = true;
}
_parent.storball2._x = 10000;
_parent.storball2.aktive = false;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball5._x + 5;
_parent.takskuddb._y = _parent.ball5._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball5._x + 5;
_parent.pistolskuddb._y = _parent.ball5._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball5._x + 5;
_parent.dualb._y = _parent.ball5._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball5._x + 5;
_parent.defb._y = _parent.ball5._y;
_parent.defb.aktiv = true;
}
_parent.ball5._x = 10000;
_parent.ball5.aktive = false;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball6._x + 5;
_parent.takskuddb._y = _parent.ball6._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball6._x + 5;
_parent.pistolskuddb._y = _parent.ball6._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball6._x + 5;
_parent.dualb._y = _parent.ball6._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball6._x + 5;
_parent.defb._y = _parent.ball6._y;
_parent.defb.aktiv = true;
}
_parent.ball6._x = 10000;
_parent.ball6.aktive = false;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball6.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
_parent.minderball7._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball7.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.storball1._x + 5;
_parent.takskuddb._y = _parent.storball1._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.storball1._x + 5;
_parent.pistolskuddb._y = _parent.storball1._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.storball1._x + 5;
_parent.dualb._y = _parent.storball1._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.storball1._x + 5;
_parent.defb._y = _parent.storball1._y;
_parent.defb.aktiv = true;
}
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball3._x + 5;
_parent.takskuddb._y = _parent.ball3._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball3._x + 5;
_parent.pistolskuddb._y = _parent.ball3._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball3._x + 5;
_parent.dualb._y = _parent.ball3._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball3._x + 5;
_parent.defb._y = _parent.ball3._y;
_parent.defb.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball4._x + 5;
_parent.takskuddb._y = _parent.ball4._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball4._x + 5;
_parent.pistolskuddb._y = _parent.ball4._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball4._x + 5;
_parent.dualb._y = _parent.ball4._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball4._x + 5;
_parent.defb._y = _parent.ball4._y;
_parent.defb.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 22) {
_parent.gotoAndStop("finish5");
}
}
Instance of Symbol 333 MovieClip "skudd5" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 3)) {
this._y = -1000;
}
if (_root.typeb == 3) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
if (_parent.tidb.tidb == 1) {
this.gotoAndStop(1);
spacehit = true;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
_parent.tidb.play();
this.stop();
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
_parent.tidb.play();
this.stop();
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
_parent.storball2._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.storball2._x + 5;
_parent.takskuddb._y = _parent.storball2._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.storball2._x + 5;
_parent.pistolskuddb._y = _parent.storball2._y;
_parent.pistolskuddb.aktiv = true;
}
_parent.storball._x = 10000;
_parent.storball.aktive = false;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball5._x + 5;
_parent.takskuddb._y = _parent.ball5._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball5._x + 5;
_parent.pistolskuddb._y = _parent.ball5._y;
_parent.pistolskuddb.aktiv = true;
}
_parent.ball5._x = 10000;
_parent.ball5.aktive = false;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball6._x + 5;
_parent.takskuddb._y = _parent.ball6._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball6._x + 5;
_parent.pistolskuddb._y = _parent.ball6._y;
_parent.pistolskuddb.aktiv = true;
}
_parent.ball6._x = 10000;
_parent.ball6.aktive = false;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
_parent.minderball5.aktive = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
_parent.minderball6.aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
_parent.minderball7._x = 10000;
_parent.minderball7.aktive = false;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
_parent.minderball8.aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.storball1._x + 5;
_parent.takskuddb._y = _parent.storball1._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.storball1._x + 5;
_parent.pistolskuddb._y = _parent.storball1._y;
_parent.pistolskuddb.aktiv = true;
}
_parent.storball._x = 10000;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball3._x + 5;
_parent.takskuddb._y = _parent.ball3._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball3._x + 5;
_parent.pistolskuddb._y = _parent.ball3._y;
_parent.pistolskuddb.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball4._x + 5;
_parent.takskuddb._y = _parent.ball4._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball4._x + 5;
_parent.pistolskuddb._y = _parent.ball4._y;
_parent.pistolskuddb.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
_parent.minderball1.aktive = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
_parent.minderball2.aktive = false;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
_parent.minderball3.aktive = false;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
_parent.minderball4.aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 50;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 22) {
_parent.gotoAndStop("finish5");
}
}
Instance of Symbol 347 MovieClip "skudd2" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (_root.dual == true) {
if (_parent.tid2.tid == 0) {
if (spacehit == true) {
_parent.tid2.play();
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
skudd = true;
}
}
} else {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
if (skudd == true) {
i = 2;
while (i <= 2) {
if (this.hitTest(_parent["brikkec" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
_parent.storball2._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.storball2._x + 5;
_parent.takskuddb._y = _parent.storball2._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.storball2._x + 5;
_parent.pistolskuddb._y = _parent.storball2._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.storball2._x + 5;
_parent.dualb._y = _parent.storball2._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.storball2._x + 5;
_parent.defb._y = _parent.storball2._y;
_parent.defb.aktiv = true;
}
_parent.storball2._x = 10000;
_parent.storball2.aktive = false;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball5._x + 5;
_parent.takskuddb._y = _parent.ball5._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball5._x + 5;
_parent.pistolskuddb._y = _parent.ball5._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball5._x + 5;
_parent.dualb._y = _parent.ball5._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball5._x + 5;
_parent.defb._y = _parent.ball5._y;
_parent.defb.aktiv = true;
}
_parent.ball5._x = 10000;
_parent.ball5.aktive = false;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball6._x + 5;
_parent.takskuddb._y = _parent.ball6._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball6._x + 5;
_parent.pistolskuddb._y = _parent.ball6._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball6._x + 5;
_parent.dualb._y = _parent.ball6._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball6._x + 5;
_parent.defb._y = _parent.ball6._y;
_parent.defb.aktiv = true;
}
_parent.ball6._x = 10000;
_parent.ball6.aktive = false;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball6.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
_parent.minderball7._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball7.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.storball1._x + 5;
_parent.takskuddb._y = _parent.storball1._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.storball1._x + 5;
_parent.pistolskuddb._y = _parent.storball1._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.storball1._x + 5;
_parent.dualb._y = _parent.storball1._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.storball1._x + 5;
_parent.defb._y = _parent.storball1._y;
_parent.defb.aktiv = true;
}
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball3._x + 5;
_parent.takskuddb._y = _parent.ball3._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball3._x + 5;
_parent.pistolskuddb._y = _parent.ball3._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball3._x + 5;
_parent.dualb._y = _parent.ball3._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball3._x + 5;
_parent.defb._y = _parent.ball3._y;
_parent.defb.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball4._x + 5;
_parent.takskuddb._y = _parent.ball4._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball4._x + 5;
_parent.pistolskuddb._y = _parent.ball4._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball4._x + 5;
_parent.dualb._y = _parent.ball4._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball4._x + 5;
_parent.defb._y = _parent.ball4._y;
_parent.defb.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 22) {
_parent.gotoAndStop("finish5");
}
}
Instance of Symbol 347 MovieClip "skudd17" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (_root.duala == true) {
if (_parent.tidb2.tid == 1) {
if (spacehit == true) {
_parent.tidb2.play();
this._x = _parent.figur._x;
this._y = _parent.figur._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
}
if (skudd == true) {
i = 2;
while (i <= 2) {
if (this.hitTest(_parent["brikkec" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
_parent.storball2._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.storball2._x + 5;
_parent.takskuddb._y = _parent.storball2._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.storball2._x + 5;
_parent.pistolskuddb._y = _parent.storball2._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.storball2._x + 5;
_parent.dualb._y = _parent.storball2._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.storball2._x + 5;
_parent.defb._y = _parent.storball2._y;
_parent.defb.aktiv = true;
}
_parent.storball2._x = 10000;
_parent.storball2.aktive = false;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball5._x + 5;
_parent.takskuddb._y = _parent.ball5._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball5._x + 5;
_parent.pistolskuddb._y = _parent.ball5._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball5._x + 5;
_parent.dualb._y = _parent.ball5._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball5._x + 5;
_parent.defb._y = _parent.ball5._y;
_parent.defb.aktiv = true;
}
_parent.ball5._x = 10000;
_parent.ball5.aktive = false;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball6._x + 5;
_parent.takskuddb._y = _parent.ball6._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball6._x + 5;
_parent.pistolskuddb._y = _parent.ball6._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball6._x + 5;
_parent.dualb._y = _parent.ball6._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball6._x + 5;
_parent.defb._y = _parent.ball6._y;
_parent.defb.aktiv = true;
}
_parent.ball6._x = 10000;
_parent.ball6.aktive = false;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball6.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
_parent.minderball7._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball7.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.storball1._x + 5;
_parent.takskuddb._y = _parent.storball1._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.storball1._x + 5;
_parent.pistolskuddb._y = _parent.storball1._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.storball1._x + 5;
_parent.dualb._y = _parent.storball1._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.storball1._x + 5;
_parent.defb._y = _parent.storball1._y;
_parent.defb.aktiv = true;
}
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball3._x + 5;
_parent.takskuddb._y = _parent.ball3._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball3._x + 5;
_parent.pistolskuddb._y = _parent.ball3._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball3._x + 5;
_parent.dualb._y = _parent.ball3._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball3._x + 5;
_parent.defb._y = _parent.ball3._y;
_parent.defb.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskuddb._x = _parent.ball4._x + 5;
_parent.takskuddb._y = _parent.ball4._y;
_parent.takskuddb.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskuddb._x = _parent.ball4._x + 5;
_parent.pistolskuddb._y = _parent.ball4._y;
_parent.pistolskuddb.aktiv = true;
}
if (_parent.ting == 3) {
_parent.dualb._x = _parent.ball4._x + 5;
_parent.dualb._y = _parent.ball4._y;
_parent.dualb.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defb._x = _parent.ball4._x + 5;
_parent.defb._y = _parent.ball4._y;
_parent.defb.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 22) {
_parent.gotoAndStop("finish5");
}
}
Instance of Symbol 347 MovieClip "skudd16" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (_root.dual == true) {
if (_parent.tid2.tid == 1) {
if (spacehit == true) {
_parent.tid2.play();
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 20;
this.play();
spacehit = false;
}
skudd = true;
}
}
}
if (skudd == true) {
i = 2;
while (i <= 2) {
if (this.hitTest(_parent["brikkec" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
_parent.storball2._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball2._x + 5;
_parent.takskudd._y = _parent.storball2._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball2._x + 5;
_parent.pistolskudd._y = _parent.storball2._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball2._x + 5;
_parent.duala._y = _parent.storball2._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball2._x + 5;
_parent.defa._y = _parent.storball2._y;
_parent.defa.aktiv = true;
}
_parent.storball2._x = 10000;
_parent.storball2.aktive = false;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball5._x + 5;
_parent.takskudd._y = _parent.ball5._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball5._x + 5;
_parent.pistolskudd._y = _parent.ball5._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball5._x + 5;
_parent.duala._y = _parent.ball5._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball5._x + 5;
_parent.defa._y = _parent.ball5._y;
_parent.defa.aktiv = true;
}
_parent.ball5._x = 10000;
_parent.ball5.aktive = false;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball6._x + 5;
_parent.takskudd._y = _parent.ball6._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball6._x + 5;
_parent.pistolskudd._y = _parent.ball6._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball6._x + 5;
_parent.duala._y = _parent.ball6._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball6._x + 5;
_parent.defa._y = _parent.ball6._y;
_parent.defa.aktiv = true;
}
_parent.ball6._x = 10000;
_parent.ball6.aktive = false;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball6.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
_parent.minderball7._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball7.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.storball1._x + 5;
_parent.duala._y = _parent.storball1._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.storball1._x + 5;
_parent.defa._y = _parent.storball1._y;
_parent.defa.aktiv = true;
}
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball3._x + 5;
_parent.duala._y = _parent.ball3._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball3._x + 5;
_parent.defa._y = _parent.ball3._y;
_parent.defa.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.ball4)) {
_parent.minderball3._x = _parent.ball4._x + 5;
_parent.minderball3._y = _parent.ball4._y;
_parent.minderball3.aktive = true;
_parent.minderball4._x = _parent.ball4._x;
_parent.minderball4._y = _parent.ball4._y;
_parent.skudds._x = _parent.ball4._x + 5;
_parent.skudds._y = _parent.ball4._y;
_parent.minderball4.aktive = true;
skudd = false;
_parent.ting = random(6);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball4._x + 5;
_parent.takskudd._y = _parent.ball4._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball4._x + 5;
_parent.pistolskudd._y = _parent.ball4._y;
_parent.pistolskudd.aktiv = true;
}
if (_parent.ting == 3) {
_parent.duala._x = _parent.ball4._x + 5;
_parent.duala._y = _parent.ball4._y;
_parent.duala.aktiv = true;
}
if (_parent.ting == 4) {
_parent.defa._x = _parent.ball4._x + 5;
_parent.defa._y = _parent.ball4._y;
_parent.defa.aktiv = true;
}
_parent.ball4._x = 10000;
_parent.ball4.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 22) {
_parent.gotoAndStop("finish5");
}
}
Instance of Symbol 270 MovieClip "takskudd" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 3;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 3;
}
}
Instance of Symbol 270 MovieClip "takskuddb" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.type = 3;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.typeb = 3;
}
}
Instance of Symbol 381 MovieClip "duala" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.duala = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.dual = true;
}
}
Instance of Symbol 381 MovieClip "dualb" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.duala = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.dual = true;
}
}
Instance of Symbol 382 MovieClip "defa" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.alife = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.alifeb = true;
}
}
Instance of Symbol 382 MovieClip "defb" in Symbol 493 MovieClip Frame 23
onClipEvent (load) {
onetime = true;
gravetya = 6.7;
}
onClipEvent (enterFrame) {
if (aktiv == true) {
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetya = 0;
} else {
gravetya = 6.7;
}
i++;
}
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + gravetya;
}
play();
if (this.tid == 2) {
this.play();
}
if (this.tid == 1) {
this._x = 1000;
}
}
if (hitTest(_parent.figur)) {
this._x = 1000;
_root.alife = true;
}
if (hitTest(_parent.figur2)) {
this._x = 1000;
_root.alifeb = true;
}
}
Symbol 493 MovieClip Frame 24
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 25
stopAllSounds();
prevFrame();
prevFrame();
Symbol 493 MovieClip Frame 26
stopAllSounds();
gotoAndPlay ("startlevel6");
Symbol 493 MovieClip Frame 27
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 28
_root.level = 2;
if (key.isDown(20)) {
_root.toplayer = true;
}
pistolskudda = true;
_root.duala = false;
_root.dual = false;
_root.typeb = 1;
_root.type = 1;
stop();
goalball = 0;
stop();
Instance of Symbol 418 MovieClip "minderball1" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (hiteda == false) {
if (right == true) {
right = false;
} else {
right = true;
}
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball1" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball2" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball3" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball4" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minderball4" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball5" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball6" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball7" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 200) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball8" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 20) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball11" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball12" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball15" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball16" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeb" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 347 MovieClip "skudd1" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkec" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 10) {
_parent.gotoAndStop("finish6");
}
}
Instance of Symbol 347 MovieClip "skudd2" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkec" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 10) {
_parent.gotoAndStop("finish6");
}
}
Instance of Symbol 313 MovieClip "figur" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
if (_root.oneplayer == false) {
this._x = 1000;
}
gravety = 10;
speed = 8;
gravetyon = true;
trapp = false;
}
onClipEvent (enterFrame) {
if (_root.oneplayer == true) {
if (gravetyon == true) {
this._y = this._y + gravety;
}
if (hitTest(_parent.brikkeabc1)) {
if (hitTest(_parent.gulv)) {
this._x = this._x - speed;
}
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
this._x = this._x - speed;
} else {
this._x = this._x + speed;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
gravetyon = false;
this._y = this._y - 10;
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
gravetyon = false;
if (key.isDown(_root.nedcode)) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + 11;
}
}
if (key.isDown(_root.oppcode)) {
this._y = this._y - 11;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = 0;
} else {
gravety = 10;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead6");
}
}
i++;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead6");
}
}
i++;
}
if (key.isDown(_root["h\u00F8yrecode"])) {
this._x = this._x + speed;
ingen = false;
right = true;
if (keyright == true) {
if (_root.alife == true) {
this.gotoAndPlay(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root.venstrecode)) {
this._x = this._x - speed;
right = false;
ingen2 = false;
if (keyleft == true) {
if (_root.alife == true) {
this.gotoAndPlay(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root["h\u00F8yrecode"])) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root.venstrecode)) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 323 MovieClip "figur2" in Symbol 493 MovieClip Frame 28
onClipEvent (load) {
if (_root.toplayer == false) {
this._x = -1000;
}
gravety = 10;
speed = 8;
gravetyon = true;
trapp = false;
}
onClipEvent (enterFrame) {
if (_root.toplayer == true) {
if (gravetyon == true) {
this._y = this._y + gravety;
}
if (hitTest(_parent.brikkeabc1)) {
if (hitTest(_parent.gulv)) {
this._x = this._x - speed;
}
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
this._x = this._x - speed;
} else {
this._x = this._x + speed;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
gravetyon = false;
this._y = this._y - 10;
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikkea" + i])) {
this._y = this._y + 10;
}
i++;
}
gravetyon = false;
if (key.isDown(83)) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + 11;
}
}
if (key.isDown(87)) {
this._y = this._y - 11;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = 0;
} else {
gravety = 10;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead6");
}
}
i++;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead6");
}
}
i++;
}
if (key.isDown(_root.venstreacode)) {
this._x = this._x + speed;
ingen = false;
right = true;
if (keyright == true) {
if (_root.alifeb == true) {
this.gotoAndStop(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root["h\u00F8yreacode"])) {
this._x = this._x - speed;
right = false;
ingen2 = false;
if (keyleft == true) {
if (_root.alifeb == true) {
this.gotoAndStop(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root.venstreacode)) {
} else if (_root.alifeb == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root["h\u00F8yreacode"])) {
} else if (_root.alifeb == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
}
}
Symbol 493 MovieClip Frame 29
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 30
stopAllSounds();
prevFrame();
prevFrame();
Symbol 493 MovieClip Frame 31
stopAllSounds();
gotoAndPlay ("startlevel7");
Symbol 493 MovieClip Frame 32
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 33
if (key.isDown(20)) {
_root.toplayer = true;
}
pistolskudda = true;
_root.duala = false;
_root.dual = false;
_root.typeb = 1;
_root.type = 1;
stop();
goalball = 0;
stop();
Instance of Symbol 418 MovieClip "minderball1" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
aktive = true;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball1" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball2" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minderball4" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
gravetya = 6.7;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["ned" + i])) {
if (opp == true) {
opp = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball7" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball8" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball11" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball12" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball15" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball16" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball13" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 418 MovieClip "minstball14" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 313 MovieClip "figur" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
if (_root.oneplayer == false) {
this._x = 1000;
}
gravety = 10;
speed = 8;
gravetyon = true;
trapp = false;
}
onClipEvent (enterFrame) {
if (_root.oneplayer == true) {
if (gravetyon == true) {
this._y = this._y + gravety;
}
if (hitTest(_parent.brikkeabc1)) {
if (hitTest(_parent.gulv)) {
this._x = this._x - speed;
}
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkeabc" + i])) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
this._x = this._x - speed;
} else {
this._x = this._x + speed;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
i = 2;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
this._y = this._y + 10;
}
i++;
}
gravetyon = false;
if (key.isDown(_root.nedcode)) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + 11;
}
}
if (key.isDown(_root.oppcode)) {
this._y = this._y - 11;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = 0;
} else {
gravety = 10;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead7");
}
}
i++;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead7");
}
}
i++;
}
if (key.isDown(_root["h\u00F8yrecode"])) {
this._x = this._x + speed;
ingen = false;
right = true;
if (keyright == true) {
if (_root.alife == true) {
this.gotoAndStop(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root.venstrecode)) {
this._x = this._x - speed;
right = false;
ingen2 = false;
if (keyleft == true) {
if (_root.alife == true) {
this.gotoAndStop(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root["h\u00F8yrecode"])) {
} else if (_root.alife == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root.venstrecode)) {
} else if (_root.alife == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 323 MovieClip "figur2" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
if (_root.toplayer == false) {
this._x = -1000;
}
gravety = 10;
speed = 8;
gravetyon = true;
trapp = false;
}
onClipEvent (enterFrame) {
if (_root.toplayer == true) {
if (gravetyon == true) {
this._y = this._y + gravety;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
this._x = this._x - speed;
} else {
this._x = this._x + speed;
}
}
i++;
}
i = 2;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
gravetyon = false;
this._y = this._y - 10;
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
gravetyon = false;
if (key.isDown(_root.nedacode)) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + 11;
}
}
if (key.isDown(_root.oppacode)) {
this._y = this._y - 11;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = 0;
} else {
gravety = 10;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead7");
}
}
i++;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead7");
}
}
i++;
}
if (key.isDown(_root.venstreacode)) {
this._x = this._x + speed;
ingen = false;
right = true;
if (keyright == true) {
if (_root.alifeb == true) {
this.gotoAndStop(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root["h\u00F8yreacode"])) {
this._x = this._x - speed;
right = false;
ingen2 = false;
if (keyleft == true) {
if (_root.alifeb == true) {
this.gotoAndStop(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root.venstreacode)) {
} else if (_root.alifeb == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root["h\u00F8yreacode"])) {
} else if (_root.alifeb == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 347 MovieClip "skudd1" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball6.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball7)) {
_parent.minstball13._x = _parent.minderball7._x + 5;
_parent.minstball13._y = _parent.minderball7._y;
_parent.minstball13.aktive = true;
_parent.minstball14._x = _parent.minderball7._x + 5;
_parent.minstball14._y = _parent.minderball7._y;
_parent.minstball14.aktive = true;
_parent.minderball7._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball7.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball8)) {
_parent.minstball15._x = _parent.minderball8._x + 5;
_parent.minstball15._y = _parent.minderball8._y;
_parent.minstball15.aktive = true;
_parent.minstball16._x = _parent.minderball8._x + 5;
_parent.minstball16._y = _parent.minderball8._y;
_parent.minstball16.aktive = true;
_parent.minderball8._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball8.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.storball1)) {
_parent.ball3._x = _parent.storball1._x;
_parent.ball3._y = _parent.storball1._y;
_parent.ball3.aktive = true;
_parent.ball4._x = _parent.storball1._x;
_parent.ball4._y = _parent.storball1._y;
_parent.ball4.aktive = true;
_parent.storball1._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball1._x + 5;
_parent.takskudd._y = _parent.storball1._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball1._x + 5;
_parent.pistolskudd._y = _parent.storball1._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball1._x = 10000;
_parent.storball1.aktive = false;
}
if (this.hitTest(_parent.ball3)) {
_parent.minderball1._x = _parent.ball3._x + 5;
_parent.minderball1._y = _parent.ball3._y;
_parent.minderball1.aktive = true;
_parent.minderball2._x = _parent.ball3._x;
_parent.minderball2._y = _parent.ball3._y;
_parent.skudds._x = _parent.ball3._x + 5;
_parent.skudds._y = _parent.ball3._y;
_parent.minderball2.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball3._x + 5;
_parent.takskudd._y = _parent.ball3._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball3._x + 5;
_parent.pistolskudd._y = _parent.ball3._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball3._x = 10000;
_parent.ball3.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
i = 11;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
i = 7;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 12) {
_parent.gotoAndStop("finish7");
}
}
Instance of Symbol 347 MovieClip "skudd2" in Symbol 493 MovieClip Frame 33
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.storball2)) {
_parent.ball5._x = _parent.storball2._x;
_parent.ball5._y = _parent.storball2._y;
_parent.ball5.aktive = true;
_parent.ball6._x = _parent.storball2._x;
_parent.ball6._y = _parent.storball2._y;
_parent.ball6.aktive = true;
_parent.storball2._x = 10000;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 150;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.storball2._x + 5;
_parent.takskudd._y = _parent.storball2._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.storball2._x + 5;
_parent.pistolskudd._y = _parent.storball2._y;
_parent.pistolskudd.aktiv = true;
}
_parent.storball2._x = 10000;
_parent.storball2.aktive = false;
}
if (this.hitTest(_parent.ball5)) {
_parent.minderball5._x = _parent.ball5._x + 5;
_parent.minderball5._y = _parent.ball5._y;
_parent.minderball5.aktive = true;
_parent.minderball6._x = _parent.ball5._x;
_parent.minderball6._y = _parent.ball5._y;
_parent.skudds._x = _parent.ball5._x + 5;
_parent.skudds._y = _parent.ball5._y;
_parent.minderball6.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball5._x + 5;
_parent.takskudd._y = _parent.ball5._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball5._x + 5;
_parent.pistolskudd._y = _parent.ball5._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball5._x = 10000;
_parent.ball5.aktive = false;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball2)) {
_parent.minstball3._x = _parent.minderball2._x + 5;
_parent.minstball3._y = _parent.minderball2._y;
_parent.minstball3.aktive = true;
_parent.minstball4._x = _parent.minderball2._x + 5;
_parent.minstball4._y = _parent.minderball2._y;
_parent.minstball4.aktive = true;
_parent.minderball2._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball2.aktive = false;
root.score = root.score + 50;
}
if (this.hitTest(_parent.minderball3)) {
_parent.minstball5._x = _parent.minderball3._x + 5;
_parent.minstball5._y = _parent.minderball3._y;
_parent.minstball5.aktive = true;
_parent.minstball6._x = _parent.minderball3._x + 5;
_parent.minstball6._y = _parent.minderball3._y;
_parent.minstball6.aktive = true;
_parent.minderball3._x = 10000;
this.gotoAndStop(1);
this._y = 10000;
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball3.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 11;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
i = 7;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 12) {
_parent.gotoAndStop("finish7");
}
}
Symbol 493 MovieClip Frame 34
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 35
stopAllSounds();
prevFrame();
prevFrame();
Symbol 493 MovieClip Frame 36
stopAllSounds();
gotoAndPlay ("startlevel8");
Symbol 493 MovieClip Frame 37
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 38
_root.level = 2;
if (key.isDown(20)) {
_root.toplayer = true;
}
pistolskudda = true;
_root.duala = false;
_root.dual = false;
_root.typeb = 1;
_root.type = 1;
stop();
goalball = 0;
stop();
Instance of Symbol 407 MovieClip "minstball8" in Symbol 493 MovieClip Frame 38
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 3;
while (i <= 5) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 2;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 5;
while (i <= 8) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball1" in Symbol 493 MovieClip Frame 38
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball3" in Symbol 493 MovieClip Frame 38
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 3;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball6" in Symbol 493 MovieClip Frame 38
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["opp" + i])) {
if (opp == false) {
opp = true;
}
}
i++;
}
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
i = 3;
while (i <= 3) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
right = false;
} else {
right = true;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball2" in Symbol 493 MovieClip Frame 38
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball7" in Symbol 493 MovieClip Frame 38
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball5" in Symbol 493 MovieClip Frame 38
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["h\u00F8yre" + i])) {
if (right == false) {
right = true;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball4" in Symbol 493 MovieClip Frame 38
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 1) {
if (this.hitTest(_parent["venstre" + i])) {
if (right == true) {
right = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 313 MovieClip "figur" in Symbol 493 MovieClip Frame 38
onClipEvent (load) {
if (_root.oneplayer == false) {
this._x = 1000;
}
gravety = 10;
speed = 8;
gravetyon = true;
trapp = false;
}
onClipEvent (enterFrame) {
if (_root.oneplayer == true) {
if (gravetyon == true) {
this._y = this._y + gravety;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
this._x = this._x - speed;
} else {
this._x = this._x + speed;
}
}
i++;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
gravetyon = false;
this._y = this._y - 10;
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 6) {
if (this.hitTest(_parent["trapp" + i])) {
if (this.hitTest(_parent.brikkea1)) {
this._y = this._y + 10;
}
if (this.hitTest(_parent.brikkea8)) {
this._y = this._y + 10;
}
gravetyon = false;
if (key.isDown(_root.nedcode)) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + 11;
}
}
if (key.isDown(_root.oppcode)) {
this._y = this._y - 11;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = 0;
} else {
gravety = 10;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead8");
}
}
i++;
}
if (key.isDown(_root["h\u00F8yrecode"])) {
this._x = this._x + speed;
ingen = false;
right = true;
if (keyright == true) {
if (_root.alife == true) {
this.gotoAndPlay(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root.venstrecode)) {
this._x = this._x - speed;
right = false;
ingen2 = false;
if (keyleft == true) {
if (_root.alife == true) {
this.gotoAndPlay(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root["h\u00F8yrecode"])) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root.venstrecode)) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 323 MovieClip "figur2" in Symbol 493 MovieClip Frame 38
onClipEvent (load) {
if (_root.toplayer == false) {
this._x = -1000;
}
gravety = 10;
speed = 8;
gravetyon = true;
trapp = false;
}
onClipEvent (enterFrame) {
if (_root.toplayer == true) {
if (gravetyon == true) {
this._y = this._y + gravety;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikkec" + i])) {
if (right == true) {
this._x = this._x - speed;
} else {
this._x = this._x + speed;
}
}
i++;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
gravetyon = false;
this._y = this._y - 10;
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 6) {
if (this.hitTest(_parent["trapp" + i])) {
if (this.hitTest(_parent.brikkea1)) {
this._y = this._y + 10;
}
if (this.hitTest(_parent.brikkea8)) {
this._y = this._y + 10;
}
gravetyon = false;
if (key.isDown(_root.nedacode)) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + 11;
}
}
if (key.isDown(_root.oppacode)) {
this._y = this._y - 11;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = 0;
} else {
gravety = 10;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
i = 1;
while (i <= 6) {
if (this.hitTest(_parent["minderball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead8");
}
}
i++;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead8");
}
}
i++;
}
if (key.isDown(_root.venstreacode)) {
this._x = this._x + speed;
ingen = false;
right = true;
if (keyright == true) {
if (_root.alifeb == true) {
this.gotoAndStop(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root["h\u00F8yreacode"])) {
this._x = this._x - speed;
right = false;
ingen2 = false;
if (keyleft == true) {
if (_root.alifeb == true) {
this.gotoAndStop(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root.venstreacode)) {
} else if (_root.alifeb == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root["h\u00F8yreacode"])) {
} else if (_root.alifeb == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 347 MovieClip "skudd1" in Symbol 493 MovieClip Frame 38
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
i = 1;
while (i <= 6) {
if (this.hitTest(_parent["brikkec" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.ball6)) {
_parent.minderball7._x = _parent.ball6._x + 5;
_parent.minderball7._y = _parent.ball6._y;
_parent.minderball7.aktive = true;
_parent.minderball8._x = _parent.ball6._x;
_parent.minderball8._y = _parent.ball6._y;
_parent.skudds._x = _parent.ball6._x + 5;
_parent.skudds._y = _parent.ball6._y;
_parent.minderball8.aktive = true;
skudd = false;
_parent.ting = random(3);
spacehit = true;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 100;
if (_parent.ting == 1) {
_parent.takskudd._x = _parent.ball6._x + 5;
_parent.takskudd._y = _parent.ball6._y;
_parent.takskudd.aktiv = true;
}
if (_parent.ting == 2) {
_parent.pistolskudd._x = _parent.ball6._x + 5;
_parent.pistolskudd._y = _parent.ball6._y;
_parent.pistolskudd.aktiv = true;
}
_parent.ball6._x = 10000;
_parent.ball6.aktive = false;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball6.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 8) {
_parent.gotoAndStop("finish8");
}
}
Instance of Symbol 347 MovieClip "skudd2" in Symbol 493 MovieClip Frame 38
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkec" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 2) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
if (this.hitTest(_parent.minderball5)) {
_parent.minstball9._x = _parent.minderball5._x + 5;
_parent.minstball9._y = _parent.minderball5._y;
_parent.minstball9.aktive = true;
_parent.minstball10._x = _parent.minderball5._x + 5;
_parent.minstball10._y = _parent.minderball5._y;
_parent.minstball10.aktive = true;
_parent.minderball5._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball5.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball6)) {
_parent.minstball11._x = _parent.minderball6._x + 5;
_parent.minstball11._y = _parent.minderball6._y;
_parent.minstball11.aktive = true;
_parent.minstball12._x = _parent.minderball6._x + 5;
_parent.minstball12._y = _parent.minderball6._y;
_parent.minstball12.aktive = true;
_parent.minderball6._x = 10000;
skudd = false;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball6.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball1)) {
_parent.minstball1._x = _parent.minderball1._x + 5;
_parent.minstball1._y = _parent.minderball1._y;
_parent.minstball1.aktive = true;
_parent.minstball2._x = _parent.minderball1._x + 5;
_parent.minstball2._y = _parent.minderball1._y;
_parent.minstball2.aktive = true;
_parent.minderball1._x = 10000;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
skudd = false;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball1.aktive = false;
_root.score = _root.score + 50;
}
if (this.hitTest(_parent.minderball4)) {
_parent.minstball7._x = _parent.minderball4._x + 5;
_parent.minstball7._y = _parent.minderball4._y;
_parent.minstball7.aktive = true;
_parent.minstball8._x = _parent.minderball4._x + 5;
_parent.minstball8._y = _parent.minderball4._y;
_parent.minstball8.aktive = true;
_parent.minderball4._x = 10000;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_parent.minderball4.aktive = false;
root.score = root.score + 50;
}
i = 1;
while (i <= 8) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 8) {
_parent.gotoAndStop("finish8");
}
}
Symbol 493 MovieClip Frame 39
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 40
stopAllSounds();
prevFrame();
prevFrame();
Symbol 493 MovieClip Frame 41
stopAllSounds();
gotoAndPlay ("startlevel9");
Symbol 493 MovieClip Frame 42
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 43
_root.level = 2;
if (key.isDown(20)) {
_root.toplayer = true;
}
pistolskudda = true;
_root.duala = false;
_root.dual = false;
_root.typeb = 1;
_root.type = 1;
stop();
goalball = 0;
stop();
Instance of Symbol 407 MovieClip "minstball1" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball2" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball3" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball4" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball5" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball6" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball7" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball8" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball9" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball10" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball11" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball12" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball13" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball14" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 3;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball15" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = false;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 407 MovieClip "minstball16" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
gravetya = 4.5;
gravety = 0;
speed = 4;
right = true;
opp = true;
aktive = true;
}
onClipEvent (enterFrame) {
if (aktive == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
gravety = gravetya;
opp = true;
this._y = this._y - 10;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
if (hiteda == false) {
if (opp == true) {
opp = false;
hiteda = true;
} else {
this._y = this._y - 10;
gravety = gravetya;
opp = true;
hiteda = true;
}
} else {
hiteda = false;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = gravetya;
opp = true;
}
if (hitTest(_parent.tak)) {
opp = false;
}
if (hitTest(_parent.vegga)) {
right = true;
}
if (hitTest(_parent.veggb)) {
right = false;
}
if (right == true) {
this._x = this._x + speed;
} else {
this._x = this._x - speed;
}
if (opp == true) {
this._y = this._y - gravety;
gravety = gravety - 0.15;
} else {
gravety = gravetya;
this._y = this._y + gravety;
}
}
}
Instance of Symbol 313 MovieClip "figur" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
if (_root.oneplayer == false) {
this._x = 1000;
}
gravety = 10;
speed = 8;
gravetyon = true;
trapp = false;
}
onClipEvent (enterFrame) {
if (_root.oneplayer == true) {
if (gravetyon == true) {
this._y = this._y + gravety;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
gravetyon = false;
this._y = this._y - 10;
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
if (this.hitTest(_parent["brikkea" + i])) {
this._y = this._y + 10;
}
gravetyon = false;
if (key.isDown(_root.nedcode)) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + 11;
}
}
if (key.isDown(_root.oppcode)) {
this._y = this._y - 11;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = 0;
} else {
gravety = 10;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alife == true) {
_root.alife = false;
} else {
_root.liv = _root.liv - 1;
_parent.gotoAndPlay("dead9");
}
}
i++;
}
if (key.isDown(_root["h\u00F8yrecode"])) {
this._x = this._x + speed;
ingen = false;
right = true;
if (keyright == true) {
if (_root.alife == true) {
this.gotoAndPlay(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root.venstrecode)) {
this._x = this._x - speed;
right = false;
ingen2 = false;
if (keyleft == true) {
if (_root.alife == true) {
this.gotoAndPlay(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root["h\u00F8yrecode"])) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root.venstrecode)) {
} else if (_root.alife == true) {
this.gotoAndPlay(5);
} else {
this.gotoAndStop(1);
}
}
}
}
Instance of Symbol 323 MovieClip "figur2" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
if (_root.toplayer == false) {
this._x = -1000;
}
gravety = 10;
speed = 8;
gravetyon = true;
trapp = false;
}
onClipEvent (enterFrame) {
if (_root.toplayer == true) {
if (gravetyon == true) {
this._y = this._y + gravety;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikkea" + i])) {
gravetyon = false;
if (gravetyon == true) {
} else {
this._y = this._y - 10;
}
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
gravetyon = false;
this._y = this._y - 10;
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
} else {
gravetyon = true;
}
i++;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["trapp" + i])) {
i = 1;
while (i <= 4) {
if (this.hitTest(_parent["brikkea" + i])) {
this._y = this._y + 10;
}
i++;
}
gravetyon = false;
if (key.isDown(_root.nedacode)) {
if (hitTest(_parent.gulv)) {
} else {
this._y = this._y + 11;
}
}
if (key.isDown(_root.oppacode)) {
this._y = this._y - 11;
}
}
i++;
}
if (hitTest(_parent.gulv)) {
gravety = 0;
} else {
gravety = 10;
}
if (hitTest(_parent.veggb)) {
this._x = this._x - speed;
}
if (hitTest(_parent.vegga)) {
this._x = this._x + speed;
}
if (key.isDown(_root.venstreacode)) {
this._x = this._x + speed;
ingen = false;
if (keyright == true) {
if (_root.alifeb == true) {
this.gotoAndStop(7);
} else {
this.gotoAndStop(3);
}
keyright = false;
}
} else {
ingen = true;
keyright = true;
}
if (key.isDown(_root["h\u00F8yreacode"])) {
this._x = this._x - speed;
ingen2 = false;
if (keyleft == true) {
if (_root.alifeb == true) {
this.gotoAndStop(8);
} else {
this.gotoAndStop(4);
}
keyleft = false;
}
} else {
ingen2 = true;
keyleft = true;
}
if (ingen2 == true) {
if (key.isDown(_root.venstreacode)) {
} else if (_root.alifeb == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
if (ingen == true) {
if (key.isDown(_root["h\u00F8yreacode"])) {
} else if (_root.alifeb == true) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
if (_root.alifeb == true) {
_root.alifeb = false;
} else {
_root.livb = _root.livb - 1;
_parent.gotoAndPlay("dead9");
}
}
i++;
}
}
}
Instance of Symbol 347 MovieClip "skudd1" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.type === 1)) {
this._y = -1000;
}
if (_root.type == 1) {
if (key.isDown(_root.skytcode)) {
if (spacehit == true) {
this._x = _parent.figur._x;
this._y = _parent.figur._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 16) {
_parent.gotoAndStop("finish9");
}
}
Instance of Symbol 347 MovieClip "skudd2" in Symbol 493 MovieClip Frame 43
onClipEvent (load) {
spacehit = true;
}
onClipEvent (enterFrame) {
if (!(_root.typeb === 1)) {
this._y = -1000;
}
if (_root.typeb == 1) {
if (key.isDown(_root.skytacode)) {
if (spacehit == true) {
this._x = _parent.figur2._x;
this._y = _parent.figur2._y + 25;
this.play();
spacehit = false;
}
skudd = true;
}
if (skudd == true) {
i = 1;
while (i <= 3) {
if (this.hitTest(_parent["brikke" + i])) {
_parent["brikke" + i]._x = 10000;
_root.score = _root.score + 100;
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 5) {
if (this.hitTest(_parent["brikkea" + i])) {
skudd = false;
spacehit = true;
this._y = 100000 /* 0x0186A0 */;
this.gotoAndStop(1);
}
i++;
}
i = 1;
while (i <= 16) {
if (this.hitTest(_parent["minstball" + i])) {
_parent["minstball" + i]._x = 10000;
_parent["minstball" + i].aktive = false;
skudd = false;
this.gotoAndStop(1);
this._y = 100000 /* 0x0186A0 */;
spacehit = true;
_parent.goalball = _parent.goalball + 1;
_root.score = _root.score + 25;
}
i++;
}
}
} else {
this._y = 100000 /* 0x0186A0 */;
}
if (_parent.goalball == 16) {
_parent.gotoAndStop("finish9");
}
}
Symbol 493 MovieClip Frame 44
stopAllSounds();
stop();
Symbol 493 MovieClip Frame 45
stopAllSounds();
prevFrame();
prevFrame();
Symbol 493 MovieClip Frame 46
stopAllSounds();
play();
Symbol 493 MovieClip Frame 47
clipA.loadMovie("newlevels.swf");
stop();
Symbol 493 MovieClip Frame 101
play();
Symbol 493 MovieClip Frame 123
_parent.level2text._visible = false;
stop();
Symbol 493 MovieClip Frame 203
gotoAndPlay (6);
Symbol 493 MovieClip Frame 210
play();
Symbol 493 MovieClip Frame 228
stop();
Symbol 493 MovieClip Frame 312
stopAllSounds();
gotoAndPlay (12);
Symbol 493 MovieClip Frame 313
play();
Symbol 493 MovieClip Frame 325
stop();
Symbol 493 MovieClip Frame 391
gotoAndPlay (17);
Symbol 493 MovieClip Frame 395
play();
Symbol 493 MovieClip Frame 404
stop();
Symbol 493 MovieClip Frame 491
gotoAndPlay (22);
Symbol 493 MovieClip Frame 492
_root.level = 6;
play();
Symbol 493 MovieClip Frame 501
stop();
Symbol 493 MovieClip Frame 589
gotoAndPlay (27);
Symbol 493 MovieClip Frame 594
_root.level = 7;
play();
Symbol 493 MovieClip Frame 604
stop();
Symbol 493 MovieClip Frame 680
gotoAndPlay (32);
Symbol 493 MovieClip Frame 688
_root.level = 8;
play();
Symbol 493 MovieClip Frame 700
stop();
Symbol 493 MovieClip Frame 797
gotoAndPlay (37);
Symbol 493 MovieClip Frame 805
_root.level = 9;
play();
Symbol 493 MovieClip Frame 814
stop();
Symbol 493 MovieClip Frame 901
gotoAndPlay (42);
Symbol 493 MovieClip Frame 903
_root.gotoAndPlay("highscore", 1);
Symbol 495 Button
on (release, keyPress "<Enter>") {
if ((substring(wordbank, 1, 1)) ne ",") {
wordbank = ("," add wordbank) add ",";
}
comma = 0;
r = length(wordbank);
count = 1;
while (Number(count) <= Number(r)) {
if ((substring(wordbank, count, 1)) eq ",") {
comma = Number(comma) + 1;
Set("num" add comma, count);
}
count = Number(count) + 1;
}
count = 1;
while (Number(count) <= Number(comma)) {
Set("bad" add count, substring(wordbank, eval ("num" add count) + 1, (eval ("num" add (count + 1)) - eval ("num" add count)) - 1));
count = Number(count) + 1;
}
badwords = comma - 1;
short = my_name;
length = length(short);
l = 1;
while (Number(l) <= Number(length)) {
Set("w" add l, ord(substring(short, l, 1)));
if ((eval ("w" add l) >= 65) and (eval ("w" add l) <= 90)) {
Set("w" add l, chr(eval ("w" add l) + 32));
} else {
Set("w" add l, chr(eval ("w" add l)));
}
l = Number(l) + 1;
}
l = 1;
short = "";
while (Number(l) <= Number(length)) {
short = short add eval ("w" add l);
l = Number(l) + 1;
}
m = 1;
n = length(my_name);
while (Number(m) <= Number(badwords)) {
if (length(eval ("bad" add m)) <= n) {
v = 1;
while (v <= ((n - length(eval ("bad" add m))) + 1)) {
if ((substring(short, v, length(eval ("bad" add m)))) eq eval ("bad" add m)) {
my_name = replacement;
gotoAndPlay (17);
}
v = Number(v) + 1;
}
}
m = Number(m) + 1;
}
if (name_txt.length > 0) {
game_so.data.playerName = name_txt.text;
}
if (_root.score > 44000) {
if (_root.oncecheat == false) {
gotoAndPlay (13);
} else {
nextFrame();
}
} else {
nextFrame();
}
}
Symbol 509 Button
on (press) {
page = page - 10;
if (page < 0) {
page = 0;
}
if (page < 10) {
last_btn._visible = false;
}
next_btn._visible = true;
showScores();
}
Symbol 511 Button
on (press) {
page = page + 10;
if (page > maxScore) {
page = maxScore;
}
if (page > (maxScore - 20)) {
next_btn._visible = false;
}
last_btn._visible = true;
showScores();
}
Symbol 514 Button
on (release) {
gotoAndStop (11);
}
Symbol 526 Button
on (release) {
gotoAndPlay (6);
}