Instance of Symbol 41 MovieClip in Frame 2
on (press) {
getURL ("http://www.hypegames.com");
}
Instance of Symbol 64 MovieClip in Frame 3
on (press) {
getURL ("http://www.eggysgames.com", "blank");
}
Frame 4
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("87f2f040", this, 10301, true);
__com_mochibot__("dee04cfd", this, 10301, true);
_root.music = true;
_root.timerselect = true;
stop();
if (_root.music == true) {
someSound = new Sound();
someSound.attachSound("menumusic", this);
someSound.start(0, 999999);
}
_root.hard = false;
Instance of Symbol 91 MovieClip in Frame 4
on (release) {
getURL ("http://www.shibbymedia.net/", "blank");
}
Instance of Symbol 97 MovieClip in Frame 4
on (release) {
getURL ("http://www.eggysgames.com/", "blank");
}
Instance of Symbol 104 MovieClip "SS" in Frame 4
on (press) {
if (_currentframe == 2) {
someSound = new Sound();
someSound.attachSound("menumusic", this);
someSound.start(0, 99999999);
gotoAndStop (1);
} else if (_currentframe == 1) {
gotoAndStop (2);
}
}
Frame 5
stop();
_root.PRamount = 2;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
if (_root.music == true) {
someSound = new Sound();
someSound.attachSound("maintrack", this);
someSound.start(0, 99999999999);
}
Instance of Symbol 110 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.inter.power != _root.PRamount) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 135 MovieClip in Frame 5
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(3, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
}
Instance of Symbol 136 MovieClip "node1" in Frame 5
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node2" in Frame 5
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 5
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 5
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 104 MovieClip "SS" in Frame 5
on (press) {
if (_currentframe == 2) {
someSound = new Sound();
someSound.attachSound("maintrack", this);
someSound.start(0, 99999999);
gotoAndStop (1);
} else if (_currentframe == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 151 MovieClip in Frame 5
on (press) {
stopAllSounds();
_root.gotoAndPlay(4);
}
Frame 6
_root.power = 0;
_root.inter.power = 0;
_root.millitime = 99;
_root.lefttime = 60;
nextFrame();
Frame 7
stop();
_root.PRamount = 2;
_root.inter.power = 0;
_root.millitime = 99;
_root.lefttime = 59;
Instance of Symbol 110 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.inter.power == 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.inter.power != 2) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 135 MovieClip in Frame 7
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(3, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
}
Instance of Symbol 136 MovieClip "node2" in Frame 7
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 7
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 7
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Frame 8
_root.power = 0;
_root.inter.power = 0;
_root.millitime = 99;
_root.lefttime = 60;
nextFrame();
Frame 9
stop();
_root.PRamount = 2;
_root.inter.power = 0;
_root.millitime = 99;
_root.lefttime = 59;
Instance of Symbol 110 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.inter.power == 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 173 MovieClip in Frame 9
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node4._x - 900, _root.node4._y);
if (_root.myline.hitTest(_root.mirror)) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo((_root.mirror._x - _root.node4._y) + _root.mirror._y, (_root.mirror._y + _root.node4._y) - _root.mirror._y);
_root.myline.moveTo((_root.mirror._x - _root.node4._y) + _root.mirror._y, (_root.mirror._y + _root.node4._y) - _root.mirror._y);
_root.myline.lineTo(750, ((_root.node4._y + 450) + _root.node4._y) - _root.mirror._y);
}
}
Instance of Symbol 132 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.inter.power != 2) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 178 MovieClip "mirror" in Frame 9
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node4" in Frame 9
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 9
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 9
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Frame 10
_root.power = 0;
_root.inter.power = 0;
_root.millitime = 99;
_root.lefttime = 60;
nextFrame();
Frame 11
stop();
_root.PRamount = 3;
_root.inter.power = 0;
_root.millitime = 99;
_root.lefttime = 59;
Instance of Symbol 110 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.inter.power == 3) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.inter.power != 3) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 193 MovieClip "node2" in Frame 11
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "node1" in Frame 11
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 195 MovieClip in Frame 11
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
_root.myline2.moveTo(_root.node1._x, _root.node1._y);
_root.myline2.curveTo(200, 200, _root.node2._x, _root.node2._y);
}
Instance of Symbol 145 MovieClip in Frame 11
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 11
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 11
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Frame 12
_root.power = 0;
_root.inter.power = 0;
_root.millitime = 99;
_root.lefttime = 60;
nextFrame();
Frame 13
stop();
_root.PRamount = 6;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
Instance of Symbol 110 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.inter.power != _root.PRamount) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 13
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 13
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 195 MovieClip in Frame 13
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
Instance of Symbol 145 MovieClip in Frame 13
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 13
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 13
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 173 MovieClip in Frame 13
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
Instance of Symbol 145 MovieClip in Frame 13
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 13
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 13
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 13
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 13
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Frame 14
stop();
Instance of Symbol 230 MovieClip in Frame 14
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(12);
}
on (press) {
stopAllSounds();
_root.gotoAndStop(4);
}
Instance of Symbol 233 MovieClip in Frame 14
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline2.clear();
}
Frame 15
stop();
Instance of Symbol 72 MovieClip in Frame 15
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(12);
}
on (press) {
stopAllSounds();
_root.gotoAndStop(4);
}
Instance of Symbol 72 MovieClip in Frame 15
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(12);
}
on (press) {
_root.gotoAndStop(17);
}
Instance of Symbol 72 MovieClip in Frame 15
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(12);
}
on (press) {
_root.nextFrame();
}
Instance of Symbol 151 MovieClip in Frame 15
on (press) {
stopAllSounds();
_root.gotoAndStop(4);
}
Frame 16
stop();
_root.PRamount = 10;
_root.inter.power = 0;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
Instance of Symbol 244 MovieClip "test9" in Frame 16
on (press) {
startDrag (this);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 16
on (press) {
startDrag (this);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 173 MovieClip in Frame 16
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 16
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 16
on (press) {
startDrag (this);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 16
on (press) {
startDrag (this);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 16
on (press) {
startDrag (this);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 16
on (press) {
startDrag (this);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 16
on (press) {
startDrag (this);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 16
on (press) {
startDrag (this);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 16
on (press) {
startDrag (this);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 16
on (press) {
startDrag (this);
}
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 251 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 16
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 104 MovieClip "SS" in Frame 16
on (press) {
if (_currentframe == 1) {
gotoAndStop (2);
} else if (_currentframe == 2) {
gotoAndStop (1);
}
}
Frame 17
stop();
_root.inter.power = 0;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 0;
Instance of Symbol 244 MovieClip "test9" in Frame 17
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 17
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 17
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 17
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 17
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 17
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 17
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 17
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 17
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 17
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 17
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 17
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 277 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 17
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Frame 18
stop();
Instance of Symbol 91 MovieClip in Frame 18
on (release) {
getURL ("http://shibbymedia.net/", "blank");
}
Instance of Symbol 97 MovieClip in Frame 18
on (release) {
getURL ("http://www.eggysgames.com/", "blank");
}
Instance of Symbol 284 MovieClip in Frame 18
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(12);
}
on (press) {
stopAllSounds();
_root.gotoAndStop(19);
}
Instance of Symbol 289 MovieClip in Frame 18
on (press) {
_root.timerselect = true;
}
onClipEvent (enterFrame) {
if (_root.timerselect == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 290 MovieClip in Frame 18
on (press) {
_root.timerselect = false;
}
onClipEvent (enterFrame) {
if (_root.timerselect == false) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 151 MovieClip in Frame 18
on (press) {
stopAllSounds();
_root.gotoAndStop(4);
}
Frame 19
stop();
_root.THESCORE = 0;
_root.inter.score = 0;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "390279120107437104132303281212298028346028392029439029486028368049482037523151503310129310129310179310179310231310231310522310522310468310468310415310415310360310360310308310308310||%%%%%%%%|||||%%%%%";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
stopAllSounds();
someSound = new Sound();
someSound.attachSound("maintrack", this);
someSound.start(0, 99999999);
Instance of Symbol 110 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 19
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 19
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 19
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 19
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 19
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 19
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 19
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 19
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 19
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 19
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 19
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 19
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 19
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 19
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Instance of Symbol 104 MovieClip "SS" in Frame 19
on (press) {
if (_currentframe == 2) {
someSound = new Sound();
someSound.attachSound("maintrack", this);
someSound.start(0, 99999999);
gotoAndStop (1);
} else if (_currentframe == 1) {
gotoAndStop (2);
}
}
Frame 20
_root.inter.power = 0;
_root.nextFrame();
Frame 21
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "470310297111163063168148361056358239469081466310360204486028125223204307069048521310129310129310179310179310231310231310123310059207041047029310415310415310360310360310308310308310|%%%%|%%%%||||||%%%%";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
stopAllSounds();
if (_root.music == true) {
someSound = new Sound();
someSound.attachSound("maintrack", this);
someSound.start(0, 1);
}
Instance of Symbol 110 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 301 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 21
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 21
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 21
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 21
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 21
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 21
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 21
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 21
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 21
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 21
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 21
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 21
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 21
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 21
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Frame 22
_root.inter.power = 0;
_root.nextFrame();
Frame 23
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "305218197233198106442047309126298028346028392029439029486028146141387032079292079292129292129292179292179292231292231292254295084303504310502171415292415292360292360293308292308292%%%%%||%%%|||||%%%%%";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 110 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 23
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 23
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 23
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 23
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 23
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 23
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 23
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 23
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 23
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 23
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 23
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 23
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 23
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 23
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Frame 24
_root.inter.power = 0;
_root.nextFrame();
Frame 25
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "390279120107391109251230281212181162236150381236439029486028360010223092151289445307129310129310179310179310231310231310074167133028468310468310415310415310360310360310308310308310||%%%|%%%%||||||||%%";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 110 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 25
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 25
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 25
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 25
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 25
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 25
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 25
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 25
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 25
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 25
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 25
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 25
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 25
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 25
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 26
_root.inter.power = 0;
_root.nextFrame();
Frame 27
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "483310081094471041097263058302402107346028392029439029486028055310480082058078503310129310129310179310179310231310231310179011273018320030143038415310415310360310360310308310308310%%%%%||%%%||||||%%%%";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 110 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 27
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 27
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 27
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 27
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 27
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 27
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 27
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 27
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 27
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 27
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 27
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 27
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 27
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 27
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 28
_root.inter.power = 0;
_root.nextFrame();
Frame 29
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "481310260145467029095164284103374234346028392029439029486028521310400073049187043310129310129310179310179310231310231310150278209302041047073294415310415310360310360310308310308310||%%%||%%%||||||%%%%";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 110 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 29
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 29
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 29
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 29
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 29
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 29
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 29
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 29
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 29
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 29
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 29
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 29
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 29
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 29
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 30
_root.inter.power = 0;
_root.nextFrame();
Frame 31
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "425184339132300222121296327282447060346028392029439029486028116208010139079310079310129310129310179310179310231310231310072011248050468310468310415310415310360310360310308310308310|%%%%|%%%%||||||%%%%";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 110 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 31
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 31
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 31
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 31
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 31
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 31
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 31
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 31
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 31
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 31
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 31
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 31
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 31
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 31
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 32
_root.inter.power = 0;
_root.nextFrame();
Frame 33
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "053046484046479118048290057310453310288045280204439029486028010120119139366223410213210105182158179310179310231310231310420248522310468310468310415310415310360310360310308310308310|||%%%%%%%||||||||%%";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 110 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 33
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 33
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 33
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 33
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 33
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 33
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 33
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 33
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 33
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 33
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 33
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 33
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 33
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 33
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 34
_root.inter.power = 0;
_root.nextFrame();
Frame 35
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "357310216310238107080095303114097310469081469291360204486028054276064215058027066101129310129310179310179310231310231310095106142047041047029310415310415310360310360310308310308310||%%%|%%%%|||||||||%";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 110 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 35
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 35
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 35
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 35
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 35
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 35
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 35
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 35
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 35
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 35
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 35
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 35
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 35
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 35
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 36
_root.inter.power = 0;
_root.nextFrame();
Frame 37
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "173091115116448074170223300220357266364123254158380036472059489267521154135303057281129292129292179292179292231292231292217310306304468292468292415292415292360292360293308292308292||%%%|%%%%||||||||||";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 110 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 37
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 37
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 37
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 37
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 37
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 37
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 37
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 37
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 37
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 37
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 37
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 37
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 37
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 37
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 38
_root.inter.power = 0;
_root.nextFrame();
Frame 39
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "198078198043318087322046194176062288332170480301152263412281117013043022448059497140129310129310179310179310231310231310090087039223038310516310415310415310360310360310308310308310||%%%|%%%%||||||||||";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 110 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 39
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 39
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 39
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 39
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 39
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 39
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 39
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 39
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 39
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 39
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 39
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 39
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 39
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 39
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 40
_root.inter.power = 0;
_root.nextFrame();
Frame 41
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "134310159082159203304115322310337048483058484310378244486028029310029310079310097257129310129310179310179310231310231310116237228109033274237171482192453045360310360310308310308310%%%%%|||%%|||||||||%";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 110 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 41
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 41
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 41
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 41
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 41
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 41
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 41
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 41
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 41
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 41
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 41
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 41
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 41
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 41
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 42
_root.inter.power = 0;
_root.nextFrame();
Frame 43
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "174310176041174275207079342303333310259310286245439029486028372138454185212108381057129310129310179310179310231310231310312154255126342166468310415310415310360310360310308310308310||%%%|%%%%|||||||||%";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 110 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 43
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 43
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 43
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 43
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 43
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 43
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 43
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 43
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 43
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 43
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 43
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 43
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 43
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 43
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 44
_root.inter.power = 0;
_root.nextFrame();
Frame 45
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "123145207297290156389301481155424030293028331203439029486028172035080116084131090264129310129310179310179310231310231310051276098206468310468310415310415310360310360310308310308310||%%%|%%%%||||||||%%";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 110 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 45
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 45
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 45
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 45
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 45
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 45
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 45
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 45
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 45
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 45
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 45
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 45
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 45
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 45
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 46
_root.inter.power = 0;
_root.nextFrame();
Frame 47
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "219090309199360216499062449274457231478310321310078310142310078042070136348026196055129310129310179310179310231310231310131029124093468310468310415310415310360310360310308310308310||%%%|%%%%||||||||||";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 110 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 47
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 47
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 47
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 47
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 47
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 47
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 47
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 47
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 47
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 47
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 47
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 47
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 251 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 47
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 132 MovieClip in Frame 47
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 48
stop();
showscore = _root.THESCORE;
Instance of Symbol 132 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (_root.inter.power != _root.PRamount) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 230 MovieClip in Frame 48
on (press) {
_root.gotoAndStop(4);
}
Instance of Symbol 233 MovieClip in Frame 48
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline2.clear();
}
Frame 49
stop();
Instance of Symbol 284 MovieClip in Frame 49
on (press) {
_root.nextFrame();
}
Instance of Symbol 289 MovieClip in Frame 49
on (press) {
_root.timerselect = true;
}
onClipEvent (enterFrame) {
if (_root.timerselect == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 290 MovieClip in Frame 49
on (press) {
_root.timerselect = false;
}
onClipEvent (enterFrame) {
if (_root.timerselect == false) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 91 MovieClip in Frame 49
on (release) {
getURL ("http://shibbymedia.net/", "blank");
}
Instance of Symbol 97 MovieClip in Frame 49
on (release) {
getURL ("http://www.eggysgames.com/", "blank");
}
Frame 50
stop();
_root.THESCORE = 0;
_root.inter.score = 0;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "304034107214084281488023204211476115470292403262069310503306361299333255235309190303129310129310179310179310231310231310380085501253339010197059415310415310360310360310308310308310||%%%|%%%%||||||||||";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
stopAllSounds();
if (_root.music == true) {
someSound = new Sound();
someSound.attachSound("maintrack", this);
someSound.start(0, 99999999);
}
Instance of Symbol 173 MovieClip in Frame 50
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 50
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 251 MovieClip in Frame 50
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 132 MovieClip in Frame 50
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 110 MovieClip in Frame 50
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 50
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 50
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 50
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 50
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 50
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 50
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 50
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 50
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 50
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 50
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 50
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 301 MovieClip in Frame 50
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 51
_root.inter.power = 0;
_root.nextFrame();
Frame 52
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "193147297213213229319162463118455272080310179295239275496038357068505026506196505181129310129310179310179310231310231310189057271047188068146054415310415310360310360310308310308310||%%%|%%%%||||||||||";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 173 MovieClip in Frame 52
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 52
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 251 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 132 MovieClip in Frame 52
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 110 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 52
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 52
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 52
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 52
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 52
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 52
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 52
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 52
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 52
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 52
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 52
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 301 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 53
_root.inter.power = 0;
_root.nextFrame();
Frame 54
stop();
_root.inter.score = _root.THESCORE;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.AmountofRedLasers = 0;
_root.AmountofBlueLasers = 0;
_root.AmountofNodes = 1;
if (_root.timerselect == false) {
_root.lefttime = 0;
_root.millitime = 0;
}
_root.code.text = "219090309199360216499062449274457231478310321310078310142310316142257126390071505028129310129310179310179310231310231310143285368168468310468310415310415310360310360310308310308310||%%%|%%%%||||||||||";
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
Instance of Symbol 173 MovieClip in Frame 54
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
if (_root.rednode2._visible == true) {
_root.myline.moveTo(_root.rednode1._x, _root.rednode1._y);
_root.myline.lineTo(_root.rednode2._x, _root.rednode2._y);
}
if (_root.rednode4._visible == true) {
_root.myline.moveTo(_root.rednode3._x, _root.rednode3._y);
_root.myline.lineTo(_root.rednode4._x, _root.rednode4._y);
}
if (_root.rednode5._visible == true) {
_root.myline.moveTo(_root.rednode5._x, _root.rednode5._y);
_root.myline.lineTo(_root.rednode6._x, _root.rednode6._y);
}
if (_root.rednode8._visible == true) {
_root.myline.moveTo(_root.rednode7._x, _root.rednode7._y);
_root.myline.lineTo(_root.rednode8._x, _root.rednode8._y);
}
if (_root.rednode9._visible == true) {
_root.myline.moveTo(_root.rednode9._x, _root.rednode9._y);
_root.myline.lineTo(_root.rednode10._x, _root.rednode10._y);
}
}
Instance of Symbol 195 MovieClip in Frame 54
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
if (_root.bluenode2._visible == true) {
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
if (_root.bluenode4._visible == true) {
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
}
if (_root.bluenode6._visible == true) {
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
if (_root.bluenode8._visible == true) {
_root.myline2.moveTo(_root.bluenode7._x, _root.bluenode7._y);
_root.myline2.curveTo(200, 200, _root.bluenode8._x, _root.bluenode8._y);
}
if (_root.bluenode10._visible == true) {
_root.myline2.moveTo(_root.bluenode9._x, _root.bluenode9._y);
_root.myline2.curveTo(200, 200, _root.bluenode10._x, _root.bluenode10._y);
}
}
Instance of Symbol 251 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.AmountofNodes <= 9) {
_root.test10._visible = false;
} else {
_root.test10._visible = true;
}
if (_root.AmountofNodes <= 8) {
_root.test9._visible = false;
} else {
_root.test9._visible = true;
}
if (_root.AmountofNodes <= 7) {
_root.test8._visible = false;
} else {
_root.test8._visible = true;
}
if (_root.AmountofNodes <= 6) {
_root.test7._visible = false;
} else {
_root.test7._visible = true;
}
if (_root.AmountofNodes <= 5) {
_root.test6._visible = false;
} else {
_root.test6._visible = true;
}
if (_root.AmountofNodes <= 4) {
_root.test5._visible = false;
} else {
_root.test5._visible = true;
}
if (_root.AmountofNodes <= 3) {
_root.test4._visible = false;
} else {
_root.test4._visible = true;
}
if (_root.AmountofNodes <= 2) {
_root.test3._visible = false;
} else {
_root.test3._visible = true;
}
if (_root.AmountofNodes <= 1) {
_root.test2._visible = false;
} else {
_root.test2._visible = true;
}
if (_root.AmountofRedLasers <= 4) {
_root.rednode10._visible = false;
_root.rednode9._visible = false;
} else {
_root.rednode10._visible = true;
_root.rednode9._visible = true;
}
if (_root.AmountofRedLasers <= 3) {
_root.rednode8._visible = false;
_root.rednode7._visible = false;
} else {
_root.rednode8._visible = true;
_root.rednode7._visible = true;
}
if (_root.AmountofRedLasers <= 2) {
_root.rednode6._visible = false;
_root.rednode5._visible = false;
} else {
_root.rednode6._visible = true;
_root.rednode5._visible = true;
}
if (_root.AmountofRedLasers <= 1) {
_root.rednode4._visible = false;
_root.rednode3._visible = false;
} else {
_root.rednode4._visible = true;
_root.rednode3._visible = true;
}
if (_root.AmountofRedLasers <= 0) {
_root.rednode2._visible = false;
_root.rednode1._visible = false;
} else {
_root.rednode2._visible = true;
_root.rednode1._visible = true;
}
if (_root.AmountofBlueLasers <= 4) {
_root.bluenode10._visible = false;
_root.bluenode9._visible = false;
} else {
_root.bluenode10._visible = true;
_root.bluenode9._visible = true;
}
if (_root.AmountofBlueLasers <= 3) {
_root.bluenode8._visible = false;
_root.bluenode7._visible = false;
} else {
_root.bluenode8._visible = true;
_root.bluenode7._visible = true;
}
if (_root.AmountofBlueLasers <= 2) {
_root.bluenode6._visible = false;
_root.bluenode5._visible = false;
} else {
_root.bluenode6._visible = true;
_root.bluenode5._visible = true;
}
if (_root.AmountofBlueLasers <= 1) {
_root.bluenode4._visible = false;
_root.bluenode3._visible = false;
} else {
_root.bluenode4._visible = true;
_root.bluenode3._visible = true;
}
if (_root.AmountofBlueLasers <= 0) {
_root.bluenode2._visible = false;
_root.bluenode1._visible = false;
} else {
_root.bluenode2._visible = true;
_root.bluenode1._visible = true;
}
}
Instance of Symbol 132 MovieClip in Frame 54
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 110 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 244 MovieClip "test9" in Frame 54
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test10" in Frame 54
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test7" in Frame 54
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test8" in Frame 54
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test5" in Frame 54
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test6" in Frame 54
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test3" in Frame 54
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test4" in Frame 54
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test2" in Frame 54
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 244 MovieClip "test1" in Frame 54
on (releaseOutside) {
stopDrag();
}
on (release) {
stopDrag();
}
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 310) {
_y = 310;
}
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
if (_visible == true) {
_root.inter.power = _root.inter.power + 1;
}
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
if (_visible == true) {
_root.inter.power = _root.inter.power - 1;
}
}
}
}
Instance of Symbol 136 MovieClip "rednode1" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode2" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode3" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode4" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode6" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode5" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode8" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode7" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode10" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "rednode9" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode8" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode7" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode10" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode9" in Frame 54
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 301 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 55
_root.inter.power = 0;
_root.nextFrame();
Frame 56
stop();
_root.PRamount = 9;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
Instance of Symbol 110 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 56
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 195 MovieClip in Frame 56
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
_root.myline2.moveTo(_root.bluenode2._x, _root.bluenode2._y);
_root.myline2.curveTo(200, 200, _root.bluenode3._x, _root.bluenode3._y);
}
Instance of Symbol 136 MovieClip "node1" in Frame 56
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node2" in Frame 56
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 450 MovieClip in Frame 56
onClipEvent (enterFrame) {
_root.myline3.clear();
_root.myline3.lineStyle(5, 16711680);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.node2._x, _root.node2._y);
_root.myline3.moveTo(_root.node2._x, _root.node2._y);
_root.myline3.lineTo(_root.node3._x, _root.node3._y);
}
Instance of Symbol 136 MovieClip "node3" in Frame 56
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 56
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 56
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 56
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 56
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 56
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 56
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 56
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 56
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 56
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 56
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 56
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 56
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 301 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 57
_root.inter.power = 0;
_root.nextFrame();
Frame 58
stop();
_root.PRamount = 7;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.inter.score = _root.THESCORE;
Instance of Symbol 110 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 58
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 195 MovieClip in Frame 58
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
_root.myline2.moveTo(_root.bluenode2._x, _root.bluenode2._y);
_root.myline2.curveTo(200, 200, _root.bluenode3._x, _root.bluenode3._y);
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
_root.myline2.moveTo(_root.bluenode4._x, _root.bluenode4._y);
_root.myline2.curveTo(200, 200, _root.bluenode5._x, _root.bluenode5._y);
}
Instance of Symbol 450 MovieClip in Frame 58
onClipEvent (enterFrame) {
_root.myline3.clear();
_root.myline3.lineStyle(5, 16711680);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.node2._x, _root.node2._y);
_root.myline3.moveTo(_root.node2._x, _root.node2._y);
_root.myline3.lineTo(_root.node3._x, _root.node3._y);
}
Instance of Symbol 145 MovieClip in Frame 58
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 58
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 58
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 58
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 58
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 58
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 58
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 58
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 58
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 58
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 58
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 58
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 301 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 59
_root.inter.power = 0;
_root.nextFrame();
Frame 60
stop();
_root.PRamount = 7;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.inter.score = _root.THESCORE;
Instance of Symbol 110 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 60
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 195 MovieClip in Frame 60
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
Instance of Symbol 450 MovieClip in Frame 60
onClipEvent (enterFrame) {
_root.myline3.clear();
_root.myline3.lineStyle(5, 16711680);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.node2._x, _root.node2._y);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline3.moveTo(_root.node2._x, _root.node2._y);
_root.myline3.lineTo(_root.bluenode2._x, _root.bluenode2._y);
}
Instance of Symbol 145 MovieClip in Frame 60
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 60
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 60
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 60
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 60
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 60
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 60
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 60
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 60
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node2" in Frame 60
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node1" in Frame 60
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 301 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 61
_root.inter.power = 0;
_root.nextFrame();
Frame 62
stop();
_root.PRamount = 11;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.inter.score = _root.THESCORE;
Instance of Symbol 110 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 62
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 450 MovieClip in Frame 62
onClipEvent (enterFrame) {
_root.myline3.clear();
_root.myline3.lineStyle(5, 16711680);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.node2._x, _root.node2._y);
_root.myline3.moveTo(_root.node2._x, _root.node2._y);
_root.myline3.lineTo(_root.node3._x, _root.node3._y);
_root.myline3.moveTo(_root.node4._x, _root.node4._y);
_root.myline3.lineTo(_root.node5._x, _root.node5._y);
_root.myline3.moveTo(_root.node5._x, _root.node5._y);
_root.myline3.lineTo(_root.node6._x, _root.node6._y);
_root.myline3.moveTo(_root.node2._x, _root.node2._y);
_root.myline3.lineTo(_root.node6._x, _root.node6._y);
}
Instance of Symbol 145 MovieClip in Frame 62
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 62
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 62
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 62
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 62
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 62
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 136 MovieClip "node6" in Frame 62
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node1" in Frame 62
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node5" in Frame 62
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node4" in Frame 62
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node3" in Frame 62
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node2" in Frame 62
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 62
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 62
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 62
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 62
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 62
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 63
_root.inter.power = 0;
_root.nextFrame();
Frame 64
stop();
_root.PRamount = 11;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.inter.score = _root.THESCORE;
Instance of Symbol 110 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 64
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 450 MovieClip in Frame 64
onClipEvent (enterFrame) {
_root.myline3.clear();
_root.myline3.lineStyle(5, 16711680);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.node2._x, _root.node2._y);
}
Instance of Symbol 480 MovieClip in Frame 64
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node4._x - 900, _root.node4._y);
if (_root.myline.hitTest(_root.mirror)) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo((_root.mirror._x - _root.node4._y) + _root.mirror._y, (_root.mirror._y + _root.node4._y) - _root.mirror._y);
_root.myline.moveTo((_root.mirror._x - _root.node4._y) + _root.mirror._y, (_root.mirror._y + _root.node4._y) - _root.mirror._y);
_root.myline.lineTo(750, ((_root.node4._y + 450) + _root.node4._y) - _root.mirror._y);
if (_root.myline.hitTest(_root.mirror2)) {
}
}
}
Instance of Symbol 178 MovieClip "mirror" in Frame 64
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 195 MovieClip in Frame 64
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.node2._x, _root.node2._y);
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.node4._x, _root.node4._y);
}
Instance of Symbol 301 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Instance of Symbol 145 MovieClip in Frame 64
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 64
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 64
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 64
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 136 MovieClip "node2" in Frame 64
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node1" in Frame 64
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 64
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 64
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 64
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 136 MovieClip "node4" in Frame 64
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 64
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 64
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 64
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 64
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 64
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Frame 65
_root.inter.power = 0;
_root.nextFrame();
Frame 66
stop();
_root.PRamount = 9;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.inter.score = _root.THESCORE;
Instance of Symbol 110 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 66
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 450 MovieClip in Frame 66
onClipEvent (enterFrame) {
_root.myline3.clear();
_root.myline3.lineStyle(5, 16711680);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.node2._x, _root.node2._y);
_root.myline3.moveTo(_root.node2._x, _root.node2._y);
_root.myline3.lineTo(_root.node3._x, _root.node3._y);
_root.myline3.moveTo(_root.node4._x, _root.node4._y);
_root.myline3.lineTo(_root.node4._x, _root.node4._y);
}
Instance of Symbol 136 MovieClip "node2" in Frame 66
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node1" in Frame 66
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 66
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 195 MovieClip in Frame 66
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.node2._x, _root.node2._y);
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.node4._x, _root.node4._y);
}
Instance of Symbol 145 MovieClip in Frame 66
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 66
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 66
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 66
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 66
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 66
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 66
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 66
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 66
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 136 MovieClip "node3" in Frame 66
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node4" in Frame 66
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 301 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 67
_root.inter.power = 0;
_root.nextFrame();
Frame 68
stop();
_root.PRamount = 19;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.inter.score = _root.THESCORE;
Instance of Symbol 110 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 68
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 450 MovieClip in Frame 68
onClipEvent (enterFrame) {
_root.myline3.clear();
_root.myline3.lineStyle(5, 16711680);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.node2._x, _root.node2._y);
_root.myline3.moveTo(_root.node2._x, _root.node2._y);
_root.myline3.lineTo(_root.node3._x, _root.node3._y);
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 68
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 195 MovieClip in Frame 68
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode1._x, _root.bluenode1._y);
_root.myline2.moveTo(_root.bluenode4._x, _root.bluenode4._y);
_root.myline2.curveTo(200, 200, _root.bluenode1._x, _root.bluenode1._y);
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode1._x, _root.bluenode1._y);
_root.myline2.moveTo(_root.bluenode2._x, _root.bluenode2._y);
_root.myline2.curveTo(200, 200, _root.bluenode1._x, _root.bluenode1._y);
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 68
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 68
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 68
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 68
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 136 MovieClip "node1" in Frame 68
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node2" in Frame 68
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node3" in Frame 68
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 68
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 69
_root.inter.power = 0;
_root.nextFrame();
Frame 70
stop();
_root.PRamount = 11;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.inter.score = _root.THESCORE;
Instance of Symbol 110 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 70
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 195 MovieClip in Frame 70
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
Instance of Symbol 480 MovieClip in Frame 70
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node4._x - 900, _root.node4._y);
if (_root.myline.hitTest(_root.mirror)) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo((_root.mirror._x - _root.node4._y) + _root.mirror._y, (_root.mirror._y + _root.node4._y) - _root.mirror._y);
_root.myline.moveTo((_root.mirror._x - _root.node4._y) + _root.mirror._y, (_root.mirror._y + _root.node4._y) - _root.mirror._y);
_root.myline.lineTo(750, ((_root.node4._y + 450) + _root.node4._y) - _root.mirror._y);
if (_root.myline.hitTest(_root.mirror2)) {
}
}
}
Instance of Symbol 450 MovieClip in Frame 70
onClipEvent (enterFrame) {
_root.myline3.clear();
_root.myline3.lineStyle(5, 16711680);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.node2._x, _root.node2._y);
_root.myline3.moveTo(_root.node2._x, _root.node2._y);
_root.myline3.lineTo(_root.node3._x, _root.node3._y);
_root.myline3.moveTo(_root.node3._x, _root.node3._y);
_root.myline3.lineTo(_root.node4._x, _root.node4._y);
}
Instance of Symbol 301 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Instance of Symbol 178 MovieClip "mirror" in Frame 70
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node1" in Frame 70
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node2" in Frame 70
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node4" in Frame 70
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node3" in Frame 70
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 70
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 70
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 70
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 70
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 70
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 70
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 70
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 70
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 70
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 70
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 70
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Frame 71
_root.inter.power = 0;
_root.nextFrame();
Frame 72
stop();
_root.PRamount = 8;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.inter.score = _root.THESCORE;
Instance of Symbol 110 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 72
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 450 MovieClip in Frame 72
onClipEvent (enterFrame) {
_root.myline3.clear();
_root.myline3.lineStyle(5, 16711680);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline3.moveTo(_root.node3._x, _root.node3._y);
_root.myline3.lineTo(_root.bluenode2._x, _root.bluenode2._y);
_root.myline3.moveTo(_root.node3._x, _root.node3._y);
_root.myline3.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 195 MovieClip in Frame 72
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.node2._x, _root.node2._y);
_root.myline2.moveTo(_root.bluenode2._x, _root.bluenode2._y);
_root.myline2.curveTo(200, 200, _root.node2._x, _root.node2._y);
}
Instance of Symbol 136 MovieClip "node2" in Frame 72
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node1" in Frame 72
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 72
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 72
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 72
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node3" in Frame 72
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 72
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 72
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 72
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 72
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 72
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 72
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 72
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 73
_root.inter.power = 0;
_root.nextFrame();
Frame 74
stop();
_root.PRamount = 23;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.inter.score = _root.THESCORE;
Instance of Symbol 110 MovieClip in Frame 74
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 74
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 450 MovieClip in Frame 74
onClipEvent (enterFrame) {
_root.myline3.clear();
_root.myline3.lineStyle(5, 16711680);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.node2._x, _root.node2._y);
_root.myline3.moveTo(_root.node3._x, _root.node3._y);
_root.myline3.lineTo(_root.node4._x, _root.node4._y);
_root.myline3.moveTo(_root.node5._x, _root.node5._y);
_root.myline3.lineTo(_root.node6._x, _root.node6._y);
}
Instance of Symbol 195 MovieClip in Frame 74
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
_root.myline2.moveTo(_root.bluenode3._x, _root.bluenode3._y);
_root.myline2.curveTo(200, 200, _root.bluenode4._x, _root.bluenode4._y);
_root.myline2.moveTo(_root.bluenode5._x, _root.bluenode5._y);
_root.myline2.curveTo(200, 200, _root.bluenode6._x, _root.bluenode6._y);
}
Instance of Symbol 136 MovieClip "node2" in Frame 74
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node1" in Frame 74
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 74
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 74
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node3" in Frame 74
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 74
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 136 MovieClip "node4" in Frame 74
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode3" in Frame 74
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode4" in Frame 74
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node5" in Frame 74
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node6" in Frame 74
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode5" in Frame 74
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode6" in Frame 74
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 301 MovieClip in Frame 74
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 75
_root.inter.power = 0;
_root.nextFrame();
Frame 76
stop();
_root.PRamount = 14;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.inter.score = _root.THESCORE;
Instance of Symbol 110 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 76
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 450 MovieClip in Frame 76
onClipEvent (enterFrame) {
_root.myline3.clear();
_root.myline3.lineStyle(5, 16711680);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.node2._x, _root.node2._y);
_root.myline3.moveTo(_root.node5._x, _root.node5._y);
_root.myline3.lineTo(_root.node6._x, _root.node6._y);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline3.moveTo(_root.node2._x, _root.node2._y);
_root.myline3.lineTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline3.moveTo(_root.node5._x, _root.node5._y);
_root.myline3.lineTo(_root.bluenode2._x, _root.bluenode2._y);
_root.myline3.moveTo(_root.node6._x, _root.node6._y);
_root.myline3.lineTo(_root.bluenode2._x, _root.bluenode2._y);
}
Instance of Symbol 195 MovieClip in Frame 76
onClipEvent (enterFrame) {
_root.myline2.clear();
_root.myline2.lineStyle(5, 255);
_root.myline2.moveTo(_root.bluenode1._x, _root.bluenode1._y);
_root.myline2.curveTo(200, 200, _root.bluenode2._x, _root.bluenode2._y);
}
Instance of Symbol 136 MovieClip "node2" in Frame 76
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node1" in Frame 76
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode1" in Frame 76
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 193 MovieClip "bluenode2" in Frame 76
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node5" in Frame 76
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node6" in Frame 76
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 76
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Frame 77
_root.inter.power = 0;
_root.nextFrame();
Frame 78
stop();
_root.PRamount = 19;
_root.lefttime = 59;
_root.inter.power = 0;
_root.millitime = 99;
_root.inter.score = _root.THESCORE;
Instance of Symbol 110 MovieClip in Frame 78
onClipEvent (enterFrame) {
if (_root.inter.power == _root.PRamount) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 132 MovieClip in Frame 78
onClipEvent (enterFrame) {
if ((_root.inter.power != _root.PRamount) and (_root.timerselect == true)) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 450 MovieClip in Frame 78
onClipEvent (enterFrame) {
_root.myline3.clear();
_root.myline3.lineStyle(5, 16711680);
_root.myline3.moveTo(_root.node1._x, _root.node1._y);
_root.myline3.lineTo(_root.node2._x, _root.node2._y);
_root.myline3.moveTo(_root.node2._x, _root.node2._y);
_root.myline3.lineTo(_root.node3._x, _root.node3._y);
_root.myline3.moveTo(_root.node3._x, _root.node3._y);
_root.myline3.lineTo(_root.node4._x, _root.node4._y);
_root.myline3.moveTo(_root.node4._x, _root.node4._y);
_root.myline3.lineTo(_root.node5._x, _root.node5._y);
_root.myline3.moveTo(_root.node5._x, _root.node5._y);
_root.myline3.lineTo(_root.node6._x, _root.node6._y);
_root.myline3.moveTo(_root.node6._x, _root.node6._y);
_root.myline3.lineTo(_root.node7._x, _root.node7._y);
_root.myline3.moveTo(_root.node7._x, _root.node7._y);
_root.myline3.lineTo(_root.node8._x, _root.node8._y);
_root.myline3.moveTo(_root.node2._x, _root.node2._y);
_root.myline3.lineTo(_root.node6._x, _root.node6._y);
_root.myline3.moveTo(_root.node3._x, _root.node3._y);
_root.myline3.lineTo(_root.node5._x, _root.node5._y);
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 136 MovieClip "node1" in Frame 78
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node2" in Frame 78
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node4" in Frame 78
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node3" in Frame 78
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node5" in Frame 78
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node6" in Frame 78
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node7" in Frame 78
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 136 MovieClip "node8" in Frame 78
onClipEvent (enterFrame) {
if (_x > 540) {
_x = 540;
}
if (_x < 10) {
_x = 10;
}
if (_y < 10) {
_y = 10;
}
if (_y > 370) {
_y = 370;
}
if (_root.inter.power == _root.PRamount) {
stopDrag();
}
}
on (press) {
if (_root.inter.power != _root.PRamount) {
startDrag (this);
}
}
on (release) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
on (releaseOutside) {
if (_root.inter.power != _root.PRamount) {
stopDrag();
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 145 MovieClip in Frame 78
onClipEvent (load) {
radius = this._width / 2;
onlyonce = false;
}
onClipEvent (enterFrame) {
found = false;
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if ((_root.myline.hitTest(X, Y, true) or _root.myline2.hitTest(X, Y, true)) or _root.myline3.hitTest(X, Y, true)) {
found = true;
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.inter.power = _root.inter.power + 1;
}
}
i = i + 10;
}
if (!found) {
this.gotoAndStop(1);
if (onlyonce == true) {
onlyonce = false;
_root.inter.power = _root.inter.power - 1;
}
}
}
Instance of Symbol 301 MovieClip in Frame 78
onClipEvent (enterFrame) {
if (((_root.lefttime <= 0) and (_root.millitime <= 10)) and (_root.timerselect == true)) {
_root.explo.gotoAndPlay(2);
}
}
Frame 79
stop();
showscore = _root.THESCORE;
Instance of Symbol 132 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.inter.power != _root.PRamount) {
_root.millitime = _root.millitime - 3;
if (_root.millitime <= 0) {
_root.millitime = 99;
_root.lefttime = _root.lefttime - 1;
}
}
}
Instance of Symbol 546 MovieClip in Frame 79
on (press) {
ab20_09 = new LoadVars();
ab20_09.z = _root.namee.text;
ab20_09.x = _root.THESCORE;
ab20_09.c = 1268;
ab20_09.v = "FECRTH";
ab20_09.sendAndLoad("http://www.hypegames.com/hs2.php", ab20_09, "POST");
getURL ("http://www.hypegames.com/nodes2.php");
stopAllSounds();
_root.gotoAndStop(4);
}
Instance of Symbol 233 MovieClip in Frame 79
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline2.clear();
}
Instance of Symbol 230 MovieClip in Frame 79
on (press) {
stopAllSounds();
_root.gotoAndStop(4);
}
Frame 80
showscore = _root.THESCORE;
Instance of Symbol 233 MovieClip in Frame 80
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline2.clear();
}
Instance of Symbol 230 MovieClip in Frame 80
on (press) {
_root.gotoAndStop(4);
}
Instance of Symbol 546 MovieClip in Frame 80
onClipEvent (enterFrame) {
if (_root.hard == false) {
_x = 5788878;
} else {
_x = 331;
}
}
on (press) {
ab20_09 = new LoadVars();
ab20_09.z = _root.namee.text;
ab20_09.x = _root.THESCORE;
ab20_09.c = 1268;
ab20_09.v = "FECRTH";
ab20_09.sendAndLoad("http://www.hypegames.com/hs2.php", ab20_09, "POST");
getURL ("http://www.hypegames.com/nodes2.php");
stopAllSounds();
_root.gotoAndStop(4);
}
Symbol 14 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
_root.gotoAndStop(2);
}
Symbol 14 MovieClip Frame 2
gotoAndPlay (1);
Symbol 21 Button
on (release) {
getURL ("http://www.hypegames.com/", "blank");
}
Symbol 41 MovieClip Frame 140
_root.nextFrame();
Symbol 44 MovieClip Frame 25
stop();
Symbol 55 MovieClip Frame 58
stop();
Symbol 64 MovieClip Frame 155
stopAllSounds();
_root.nextFrame();
Symbol 66 MovieClip Frame 25
stop();
Symbol 72 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 2
if (_root.music == true) {
someSound = new Sound();
someSound.attachSound("beep", this);
someSound.start(0, 1);
}
Symbol 72 MovieClip Frame 11
stop();
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 2
if (_root.music == true) {
someSound = new Sound();
someSound.attachSound("beep", this);
someSound.start(0, 1);
}
Symbol 74 MovieClip Frame 11
stop();
Instance of Symbol 72 MovieClip in Symbol 75 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(12);
}
on (press) {
_root.gotoAndStop(18);
}
Instance of Symbol 72 MovieClip in Symbol 75 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(12);
}
on (press) {
_root.hard = true;
_root.gotoAndStop(49);
}
Instance of Symbol 74 MovieClip in Symbol 75 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(12);
}
on (press) {
_root.gotoAndStop(15);
}
Instance of Symbol 72 MovieClip in Symbol 75 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(12);
}
on (press) {
_root.getURL("http://hypegames.com", "_blank");
}
Instance of Symbol 72 MovieClip in Symbol 75 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(12);
}
on (press) {
stopAllSounds();
_root.nextFrame();
}
Instance of Symbol 72 MovieClip in Symbol 75 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(12);
}
on (press) {
_root.getURL("http://www.hypegames.com", "_blank");
}
Symbol 98 Button
on (release) {
getURL ("http://www.hypegames.com/", "blank");
}
Symbol 104 MovieClip Frame 1
stop();
_root.music = true;
Symbol 104 MovieClip Frame 2
stop();
_root.music = false;
stopAllSounds();
Instance of Symbol 72 MovieClip in Symbol 108 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay(2);
}
on (rollOut) {
this.gotoAndPlay(12);
}
Symbol 109 MovieClip Frame 22
stop();
Symbol 110 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 2
stop();
Instance of Symbol 109 MovieClip in Symbol 110 MovieClip Frame 2
on (press) {
_root.THESCORE = _root.THESCORE + _root.lefttime;
_root.nextFrame();
}
Symbol 144 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 2
stop();
if (_root.music == true) {
someSound = new Sound();
someSound.attachSound("nodesound", this);
someSound.start(0, 1);
}
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 2
stopAllSounds();
Symbol 159 MovieClip Frame 17
_root.gotoAndStop(80);
Symbol 230 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 2
if (_root.music == true) {
someSound = new Sound();
someSound.attachSound("beep", this);
someSound.start(0, 1);
}
Symbol 230 MovieClip Frame 11
stop();
Symbol 240 Button
on (press) {
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
}
Symbol 242 Button
on (press) {
_root.code.text = "";
if (_root.test1._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test1._x);
if (_root.test1._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test1._y);
if (_root.test2._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test2._x);
if (_root.test2._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test2._y);
if (_root.test3._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test3._x);
if (_root.test3._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test3._y);
if (_root.test4._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test4._x);
if (_root.test4._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test4._y);
if (_root.test5._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test5._x);
if (_root.test5._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test5._y);
if (_root.test6._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test6._x);
if (_root.test6._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test6._y);
if (_root.test7._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test7._x);
if (_root.test7._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test7._y);
if (_root.test8._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test8._x);
if (_root.test8._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test8._y);
if (_root.test9._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test9._x);
if (_root.test9._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test9._y);
if (_root.test10._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test10._x);
if (_root.test10._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.test10._y);
if (_root.rednode1._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode1._x);
if (_root.rednode1._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode1._y);
if (_root.rednode2._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode2._x);
if (_root.rednode2._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode2._y);
if (_root.rednode3._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode3._x);
if (_root.rednode3._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode3._y);
if (_root.rednode4._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode4._x);
if (_root.rednode4._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode4._y);
if (_root.rednode5._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode5._x);
if (_root.rednode5._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode5._y);
if (_root.rednode6._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode6._x);
if (_root.rednode6._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode6._y);
if (_root.rednode7._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode7._x);
if (_root.rednode7._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode7._y);
if (_root.rednode8._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode8._x);
if (_root.rednode8._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode8._y);
if (_root.rednode9._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode9._x);
if (_root.rednode9._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode9._y);
if (_root.rednode10._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode10._x);
if (_root.rednode10._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.rednode10._y);
if (_root.bluenode1._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode1._x);
if (_root.bluenode1._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode1._y);
if (_root.bluenode2._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode2._x);
if (_root.bluenode2._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode2._y);
if (_root.bluenode3._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode3._x);
if (_root.bluenode3._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode3._y);
if (_root.bluenode4._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode4._x);
if (_root.bluenode4._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode4._y);
if (_root.bluenode5._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode5._x);
if (_root.bluenode5._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode5._y);
if (_root.bluenode6._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode6._x);
if (_root.bluenode6._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode6._y);
if (_root.bluenode7._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode7._x);
if (_root.bluenode7._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode7._y);
if (_root.bluenode8._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode8._x);
if (_root.bluenode8._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode8._y);
if (_root.bluenode9._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode9._x);
if (_root.bluenode9._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode9._y);
if (_root.bluenode10._x < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode10._x);
if (_root.bluenode10._y < 100) {
_root.code.text = _root.code.text + "0";
}
_root.code.text = _root.code.text + Math.round(_root.bluenode10._y);
if (_root.rednode1._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.rednode3._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.rednode5._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.rednode7._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.rednode9._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.bluenode1._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.bluenode3._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.bluenode5._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.bluenode7._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.bluenode9._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.test1._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.test2._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.test3._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.test4._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.test5._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.test6._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.test7._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.test8._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.test9._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
if (_root.test10._visible == true) {
_root.code.text = _root.code.text + "|";
} else {
_root.code.text = _root.code.text + "%";
}
}
Symbol 244 MovieClip Frame 1
stop();
Symbol 244 MovieClip Frame 2
stop();
if (_root.music == true) {
someSound = new Sound();
someSound.attachSound("nodesound", this);
someSound.start(0, 1);
}
Symbol 254 Button
on (press) {
if (_root.AmountofNodes < 10) {
_root.AmountofNodes = _root.AmountofNodes + 1;
}
}
Symbol 256 Button
on (press) {
if (_root.AmountofNodes > 1) {
_root.AmountofNodes = _root.AmountofNodes - 1;
}
}
Symbol 259 Button
on (press) {
if (_root.AmountofRedLasers < 5) {
_root.AmountofRedLasers = _root.AmountofRedLasers + 1;
}
}
Symbol 261 Button
on (press) {
if (_root.AmountofRedLasers > 0) {
_root.AmountofRedLasers = _root.AmountofRedLasers - 1;
}
}
Symbol 264 Button
on (press) {
if (_root.AmountofBlueLasers < 5) {
_root.AmountofBlueLasers = _root.AmountofBlueLasers + 1;
}
}
Symbol 266 Button
on (press) {
if (_root.AmountofBlueLasers > 0) {
_root.AmountofBlueLasers = _root.AmountofBlueLasers - 1;
}
}
Symbol 270 Button
on (press) {
_root.gotoAndStop(15);
}
Symbol 272 Button
on (press) {
_root.test1._x = _root.code.text.substring(0, 3);
_root.test1._y = _root.code.text.substring(3, 6);
_root.test2._x = _root.code.text.substring(6, 9);
_root.test2._y = _root.code.text.substring(9, 12);
_root.test3._x = _root.code.text.substring(12, 15);
_root.test3._y = _root.code.text.substring(15, 18);
_root.test4._x = _root.code.text.substring(18, 21);
_root.test4._y = _root.code.text.substring(21, 24);
_root.test5._x = _root.code.text.substring(24, 27);
_root.test5._y = _root.code.text.substring(27, 30);
_root.test6._x = _root.code.text.substring(30, 33);
_root.test6._y = _root.code.text.substring(33, 36);
_root.test7._x = _root.code.text.substring(36, 39);
_root.test7._y = _root.code.text.substring(39, 42);
_root.test8._x = _root.code.text.substring(42, 45);
_root.test8._y = _root.code.text.substring(45, 48);
_root.test9._x = _root.code.text.substring(48, 51);
_root.test9._y = _root.code.text.substring(51, 54);
_root.test10._x = _root.code.text.substring(54, 57);
_root.test10._y = _root.code.text.substring(57, 60);
_root.rednode1._x = _root.code.text.substring(60, 63);
_root.rednode1._y = _root.code.text.substring(63, 66);
_root.rednode2._x = _root.code.text.substring(66, 69);
_root.rednode2._y = _root.code.text.substring(69, 72);
_root.rednode3._x = _root.code.text.substring(72, 75);
_root.rednode3._y = _root.code.text.substring(75, 78);
_root.rednode4._x = _root.code.text.substring(78, 81);
_root.rednode4._y = _root.code.text.substring(81, 84);
_root.rednode5._x = _root.code.text.substring(84, 87);
_root.rednode5._y = _root.code.text.substring(87, 90);
_root.rednode6._x = _root.code.text.substring(90, 93);
_root.rednode6._y = _root.code.text.substring(93, 96);
_root.rednode7._x = _root.code.text.substring(96, 99);
_root.rednode7._y = _root.code.text.substring(99, 102);
_root.rednode8._x = _root.code.text.substring(102, 105);
_root.rednode8._y = _root.code.text.substring(105, 108);
_root.rednode9._x = _root.code.text.substring(108, 111);
_root.rednode9._y = _root.code.text.substring(111, 114);
_root.rednode10._x = _root.code.text.substring(114, 117);
_root.rednode10._y = _root.code.text.substring(117, 120);
_root.bluenode1._x = _root.code.text.substring(120, 123);
_root.bluenode1._y = _root.code.text.substring(123, 126);
_root.bluenode2._x = _root.code.text.substring(126, 129);
_root.bluenode2._y = _root.code.text.substring(129, 132);
_root.bluenode3._x = _root.code.text.substring(132, 135);
_root.bluenode3._y = _root.code.text.substring(135, 138);
_root.bluenode4._x = _root.code.text.substring(138, 141);
_root.bluenode4._y = _root.code.text.substring(141, 144);
_root.bluenode5._x = _root.code.text.substring(144, 147);
_root.bluenode5._y = _root.code.text.substring(147, 150);
_root.bluenode6._x = _root.code.text.substring(150, 153);
_root.bluenode6._y = _root.code.text.substring(153, 156);
_root.bluenode7._x = _root.code.text.substring(156, 159);
_root.bluenode7._y = _root.code.text.substring(159, 162);
_root.bluenode8._x = _root.code.text.substring(162, 165);
_root.bluenode8._y = _root.code.text.substring(165, 168);
_root.bluenode9._x = _root.code.text.substring(168, 171);
_root.bluenode9._y = _root.code.text.substring(171, 174);
_root.bluenode10._x = _root.code.text.substring(174, 177);
_root.bluenode10._y = _root.code.text.substring(177, 180);
if (_root.code.text.charAt(180) == "|") {
_root.AmountofRedLasers = 1;
} else {
_root.rednode1._visible = false;
}
if (_root.code.text.charAt(181) == "|") {
_root.AmountofRedLasers = 2;
} else {
_root.rednode2._visible = false;
}
if (_root.code.text.charAt(182) == "|") {
_root.AmountofRedLasers = 3;
} else {
_root.rednode3._visible = false;
}
if (_root.code.text.charAt(183) == "|") {
_root.AmountofRedLasers = 4;
} else {
_root.rednode4._visible = false;
}
if (_root.code.text.charAt(184) == "|") {
_root.AmountofRedLasers = 5;
} else {
_root.rednode5._visible = false;
}
if (_root.code.text.charAt(185) == "|") {
_root.AmountofBlueLasers = 1;
} else {
_root.bluenode1._visible = false;
}
if (_root.code.text.charAt(186) == "|") {
_root.AmountofBlueLasers = 2;
} else {
_root.bluenode2._visible = false;
}
if (_root.code.text.charAt(187) == "|") {
_root.AmountofBlueLasers = 3;
} else {
_root.bluenode3._visible = false;
}
if (_root.code.text.charAt(188) == "|") {
_root.AmountofBlueLasers = 4;
} else {
_root.bluenode4._visible = false;
}
if (_root.code.text.charAt(189) == "|") {
_root.AmountofBlueLasers = 5;
} else {
_root.bluenode5._visible = false;
}
if (_root.code.text.charAt(190) == "|") {
_root.AmountofNodes = 1;
} else {
_root.test1._visible = false;
}
if (_root.code.text.charAt(191) == "|") {
_root.AmountofNodes = 2;
} else {
_root.test2._visible = false;
}
if (_root.code.text.charAt(192) == "|") {
_root.AmountofNodes = 3;
} else {
_root.test3._visible = false;
}
if (_root.code.text.charAt(193) == "|") {
_root.AmountofNodes = 4;
} else {
_root.test4._visible = false;
}
if (_root.code.text.charAt(194) == "|") {
_root.AmountofNodes = 5;
} else {
_root.test5._visible = false;
}
if (_root.code.text.charAt(195) == "|") {
_root.AmountofNodes = 6;
} else {
_root.test6._visible = false;
}
if (_root.code.text.charAt(196) == "|") {
_root.AmountofNodes = 7;
} else {
_root.test7._visible = false;
}
if (_root.code.text.charAt(197) == "|") {
_root.AmountofNodes = 8;
} else {
_root.test8._visible = false;
}
if (_root.code.text.charAt(198) == "|") {
_root.AmountofNodes = 9;
} else {
_root.test9._visible = false;
}
if (_root.code.text.charAt(199) == "|") {
_root.AmountofNodes = 10;
} else {
_root.test10._visible = false;
}
_root.PRamount = _root.AmountofNodes;
}
Symbol 277 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 2
stop();
Symbol 278 Button
on (press) {
getURL ("http://www.hypegames.com", "blank");
}
Symbol 284 MovieClip Frame 1
stop();
Symbol 284 MovieClip Frame 2
if (_root.music == true) {
someSound = new Sound();
someSound.attachSound("beep", this);
someSound.start(0, 1);
}
Symbol 284 MovieClip Frame 11
stop();
Symbol 289 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 2
stop();
Symbol 290 MovieClip Frame 1
stop();
Symbol 290 MovieClip Frame 2
stop();
Symbol 546 MovieClip Frame 1
stop();
Symbol 546 MovieClip Frame 2
if (_root.music == true) {
someSound = new Sound();
someSound.attachSound("beep", this);
someSound.start(0, 1);
}
Symbol 546 MovieClip Frame 11
stop();
Symbol 549 Button
on (release) {
getURL ("http://www.hypegames.com", "blank");
}