Frame 1
function doSomething() {
getURL ("http://www.eggysblog", _blank);
}
function doSomething2() {
getURL ("http://www.cremationproductions.com", _blank);
}
function doSomething3() {
getURL ("http://www.hypegames.com", _blank);
}
stop();
_root.kongregateServices.connect();
_root.proceedok = false;
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Eggy", doSomething);
Functioned2 = new ContextMenuItem("ShibbyMedia", doSomething2);
Functioned3 = new ContextMenuItem("Visit Hype Games", doSomething3);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
MENU.customItems.push(Functioned3);
_root.menu = MENU;
Frame 2
stop();
Instance of Symbol 41 MovieClip in Frame 2
on (press) {
getURL ("http://www.hypegames.com", "blank");
}
Frame 3
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__("92d2100a", this, 10301, true);
__com_mochibot__("ab25bf52", this, 10301, true);
stop();
_root.power = 0;
_root.hardmode = false;
_root.lvl = 0;
_root.scr = 0;
_root.bob = 0;
Instance of Symbol 61 MovieClip in Frame 3
on (release) {
getURL ("http://eggysblog.com/", "blank");
}
Instance of Symbol 64 MovieClip in Frame 3
on (release) {
getURL ("http://shibbymedia.net/", "blank");
}
Frame 4
stop();
Instance of Symbol 61 MovieClip in Frame 4
on (release) {
getURL ("http://eggysblog.wordpress.com/", "blank");
}
Frame 5
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 103 MovieClip "timer" in Frame 5
onClipEvent (load) {
if (_root.hardmode == true) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 105 MovieClip in Frame 5
onClipEvent (enterFrame) {
if ((_root.timer.time <= 0) and (_root.explo._currentframe == 1)) {
_root.explo.play();
}
}
Instance of Symbol 117 MovieClip "node1" in Frame 5
onClipEvent (enterFrame) {
if (_root.power == 2) {
stopDrag();
}
}
on (press) {
if (_root.power != 2) {
startDrag (this);
}
}
on (release) {
if (_root.power != 2) {
stopDrag();
}
}
Instance of Symbol 121 MovieClip in Frame 5
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 5
onClipEvent (enterFrame) {
if (_root.power == 2) {
stopDrag();
}
}
on (press) {
if (_root.power != 2) {
startDrag (this);
}
}
on (release) {
if (_root.power != 2) {
stopDrag();
}
}
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 5
onClipEvent (load) {
onlyonce = false;
test = 0;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 141 MovieClip "proceed" in Frame 5
onClipEvent (enterFrame) {
if (_root.power == 2) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Frame 6
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 7
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node1" in Frame 7
onClipEvent (enterFrame) {
if (_root.power == 4) {
stopDrag();
}
}
on (press) {
if (_root.power != 4) {
startDrag (this);
}
}
on (release) {
if (_root.power != 4) {
stopDrag();
}
}
Instance of Symbol 121 MovieClip in Frame 7
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
}
Instance of Symbol 133 MovieClip in Frame 7
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 7
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 141 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.power == 4) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 7
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 7
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 8
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 9
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node1" in Frame 9
onClipEvent (enterFrame) {
if (_root.power == 4) {
stopDrag();
}
}
on (press) {
if (_root.power != 4) {
startDrag (this);
}
}
on (release) {
if (_root.power != 4) {
stopDrag();
}
}
Instance of Symbol 121 MovieClip in Frame 9
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 9
onClipEvent (enterFrame) {
if (_root.power == 4) {
stopDrag();
}
}
on (press) {
if (_root.power != 4) {
startDrag (this);
}
}
on (release) {
if (_root.power != 4) {
stopDrag();
}
}
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 141 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.power == 4) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 9
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 9
onClipEvent (enterFrame) {
if (_root.power == 4) {
stopDrag();
}
}
on (press) {
if (_root.power != 4) {
startDrag (this);
}
}
on (release) {
if (_root.power != 4) {
stopDrag();
}
}
Frame 10
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 11
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node1" in Frame 11
onClipEvent (enterFrame) {
if (_root.power == 4) {
stopDrag();
}
}
on (press) {
if (_root.power != 4) {
startDrag (this);
}
}
on (release) {
if (_root.power != 4) {
stopDrag();
}
}
Instance of Symbol 121 MovieClip in Frame 11
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 11
onClipEvent (enterFrame) {
if (_root.power == 4) {
stopDrag();
}
}
on (press) {
if (_root.power != 4) {
startDrag (this);
}
}
on (release) {
if (_root.power != 4) {
stopDrag();
}
}
Instance of Symbol 133 MovieClip in Frame 11
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 11
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 141 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.power == 4) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 11
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 11
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 11
onClipEvent (enterFrame) {
if (_root.power == 4) {
stopDrag();
}
}
on (press) {
if (_root.power != 4) {
startDrag (this);
}
}
on (release) {
if (_root.power != 4) {
stopDrag();
}
}
Frame 12
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 13
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node1" in Frame 13
onClipEvent (enterFrame) {
if (_root.power == 5) {
stopDrag();
}
}
on (press) {
if (_root.power != 5) {
startDrag (this);
}
}
on (release) {
if (_root.power != 5) {
stopDrag();
}
}
Instance of Symbol 121 MovieClip in Frame 13
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.moveTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 13
onClipEvent (enterFrame) {
if (_root.power == 5) {
stopDrag();
}
}
on (press) {
if (_root.power != 5) {
startDrag (this);
}
}
on (release) {
if (_root.power != 5) {
stopDrag();
}
}
Instance of Symbol 133 MovieClip in Frame 13
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 13
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 141 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.power == 5) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 13
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 13
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 13
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node4" in Frame 13
onClipEvent (enterFrame) {
if (_root.power == 5) {
stopDrag();
}
}
on (press) {
if (_root.power != 5) {
startDrag (this);
}
}
on (release) {
if (_root.power != 5) {
stopDrag();
}
}
Frame 14
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 15
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node1" in Frame 15
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 15
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.moveTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 15
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.power == 5) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 15
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 15
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 15
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 15
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node4" in Frame 15
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 15
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 15
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 16
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 17
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node1" in Frame 17
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 17
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.moveTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 17
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.power == 6) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 17
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 17
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node4" in Frame 17
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 17
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 17
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 17
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 17
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 17
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 18
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 19
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node5" in Frame 19
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 19
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node5._x, _root.node5._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 19
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.power == 8) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 19
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 19
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node4" in Frame 19
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 19
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 19
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 19
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 19
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node1" in Frame 19
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 19
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 19
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 19
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 20
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 21
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node5" in Frame 21
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 21
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node5._x, _root.node5._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 21
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.power == 7) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 21
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 21
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node4" in Frame 21
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 21
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 21
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 21
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 21
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node1" in Frame 21
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 21
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 21
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 22
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 23
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node5" in Frame 23
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip in Frame 23
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node5._x, _root.node5._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 23
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (_root.power == 7) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 23
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 23
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node4" in Frame 23
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 23
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 23
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 23
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node1" in Frame 23
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 23
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 23
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 23
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 24
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 25
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node5" in Frame 25
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 163 MovieClip in Frame 25
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node5._x, _root.node5._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 25
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.power == 7) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 25
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 25
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node4" in Frame 25
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 25
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 25
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node1" in Frame 25
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 25
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 25
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 25
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 25
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 26
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 27
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node5" in Frame 27
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 165 MovieClip in Frame 27
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node5._x, _root.node5._y);
_root.myline.lineTo(_root.node6._x, _root.node6._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 27
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.power == 9) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 27
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 27
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node4" in Frame 27
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 27
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 27
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node1" in Frame 27
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 27
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 27
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 27
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node6" in Frame 27
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 27
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 27
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 27
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 28
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 29
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node5" in Frame 29
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 165 MovieClip in Frame 29
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node5._x, _root.node5._y);
_root.myline.lineTo(_root.node6._x, _root.node6._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 29
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (_root.power == 8) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 29
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 29
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node4" in Frame 29
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node1" in Frame 29
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 29
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 29
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 29
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node6" in Frame 29
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 29
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 29
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 29
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 29
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 30
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 31
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node5" in Frame 31
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 165 MovieClip in Frame 31
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node5._x, _root.node5._y);
_root.myline.lineTo(_root.node6._x, _root.node6._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 31
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.power == 7) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 31
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node4" in Frame 31
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 31
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node1" in Frame 31
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 31
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node6" in Frame 31
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 31
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 31
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 31
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 31
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 31
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 32
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 33
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node5" in Frame 33
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 165 MovieClip in Frame 33
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node5._x, _root.node5._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 33
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.power == 6) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 33
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node4" in Frame 33
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 33
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node1" in Frame 33
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 33
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 33
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 33
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 33
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 33
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 34
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 35
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node5" in Frame 35
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 165 MovieClip in Frame 35
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node5._x, _root.node5._y);
_root.myline.lineTo(_root.node6._x, _root.node6._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 35
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (_root.power == 7) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 35
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node4" in Frame 35
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 35
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 35
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node6" in Frame 35
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 35
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 35
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 35
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 35
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 35
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 36
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 37
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node5" in Frame 37
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 165 MovieClip in Frame 37
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node5._x, _root.node5._y);
_root.myline.lineTo(_root.node6._x, _root.node6._y);
_root.myline.lineTo(_root.node7._x, _root.node7._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 37
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.power == 9) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 37
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node4" in Frame 37
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node1" in Frame 37
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node6" in Frame 37
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 37
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 37
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 37
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 37
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node7" in Frame 37
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 37
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 37
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 37
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 37
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 37
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 38
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 39
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node5" in Frame 39
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 165 MovieClip in Frame 39
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node5._x, _root.node5._y);
_root.myline.lineTo(_root.node6._x, _root.node6._y);
_root.myline.lineTo(_root.node7._x, _root.node7._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 39
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.power == 15) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 39
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node4" in Frame 39
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node1" in Frame 39
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node6" in Frame 39
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node7" in Frame 39
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 39
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 40
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 41
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node5" in Frame 41
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 173 MovieClip in Frame 41
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node5._x, _root.node5._y);
_root.myline.lineTo(_root.node6._x, _root.node6._y);
_root.myline.lineTo(_root.node7._x, _root.node7._y);
_root.myline.lineTo(_root.node8._x, _root.node8._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 41
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (_root.power == 10) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 41
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node4" in Frame 41
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node1" in Frame 41
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node6" in Frame 41
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node7" in Frame 41
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 41
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 41
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node8" in Frame 41
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 41
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 41
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 41
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 41
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 41
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 41
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 41
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 41
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 42
_root.power = 0;
_root.proceedok = false;
nextFrame();
Frame 43
stop();
if (_root.hardmode == true) {
_root.timer.time = 60;
} else {
_root.timer.time = 1E26;
}
Instance of Symbol 117 MovieClip "node5" in Frame 43
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 173 MovieClip in Frame 43
onClipEvent (enterFrame) {
_root.myline.clear();
_root.myline.lineStyle(5, 16711680);
_root.myline.moveTo(_root.node1._x, _root.node1._y);
_root.myline.lineTo(_root.node2._x, _root.node2._y);
_root.myline.lineTo(_root.node3._x, _root.node3._y);
_root.myline.lineTo(_root.node4._x, _root.node4._y);
_root.myline.lineTo(_root.node5._x, _root.node5._y);
_root.myline.lineTo(_root.node6._x, _root.node6._y);
_root.myline.lineTo(_root.node7._x, _root.node7._y);
_root.myline.lineTo(_root.node8._x, _root.node8._y);
_root.myline.lineTo(_root.node1._x, _root.node1._y);
}
Instance of Symbol 117 MovieClip "node2" in Frame 43
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 141 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.power == 10) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node3" in Frame 43
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node4" in Frame 43
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node1" in Frame 43
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node6" in Frame 43
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 117 MovieClip "node7" in Frame 43
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 43
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 43
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 117 MovieClip "node8" in Frame 43
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip in Frame 43
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 43
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 43
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 43
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 43
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 43
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 43
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Instance of Symbol 133 MovieClip in Frame 43
onClipEvent (load) {
onlyonce = false;
}
onClipEvent (enterFrame) {
if (_root.myline.hitTest(_x, _y, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 1, _y + 1, true) or (_root.myline.hitTest(_x + 4, _y + 4, true) or (_root.myline.hitTest(_x + 5, _y + 5, true) or (_root.myline.hitTest(_x + 6, _y + 6, true) or (_root.myline.hitTest(_x - 1, _y - 1, true) or (_root.myline.hitTest(_x - 2, _y - 2, true) or (_root.myline.hitTest(_x - 3, _y - 3, true) or _root.myline.hitTest(_x - 4, _y - 4, true)(_root.myline.hitTest(_x - 5, _y - 5, true)(((_root.myline.hitTest(_x - 6, _y - 6, true) or _root.myline.hitTest(_x + 1, _y - 1, true)) or _root.myline.hitTest(_x + 2, _y - 2, true)) or (_root.myline.hitTest(_x + 3, _y - 3, true) or (_root.myline.hitTest(_x + 4, _y - 4, true) or (_root.myline.hitTest(_x + 5, _y - 5, true) or (_root.myline.hitTest(_x + 6, _y - 6, true) or (_root.myline.hitTest(_x - 1, _y + 1, true) or (_root.myline.hitTest(_x - 2, _y + 2, true) or (_root.myline.hitTest(_x - 3, _y + 3, true) or (_root.myline.hitTest(_x - 4, _y + 4, true) or (_root.myline.hitTest(_x - 5, _y + 5, true) or _root.myline.hitTest(_x - 6, _y + 6, true))))))))))))))))))))) {
this.gotoAndStop(2);
if (onlyonce == false) {
onlyonce = true;
_root.power = _root.power + 1;
}
} else {
if (onlyonce == true) {
onlyonce = false;
_root.power = _root.power - 1;
}
this.gotoAndStop(1);
}
}
Frame 44
stopAllSounds();
stop();
_root.kongregateStats.submit("timebeat", 1);
Instance of Symbol 191 MovieClip "rar" in Frame 44
onClipEvent (load) {
if (_root.hardmode == true) {
this.gotoAndStop(2);
}
}
Frame 45
stopAllSounds();
stop();
Frame 46
stop();
Symbol 8 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
_root.gotoAndStop(2);
}
Symbol 8 MovieClip Frame 2
gotoAndPlay (1);
Symbol 15 Button
on (press) {
getURL ("http://www.hypegames.com");
}
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 21
stop();
Symbol 26 MovieClip Frame 22
prevFrame();
Symbol 41 MovieClip Frame 140
_root.gotoAndStop(3);
Symbol 52 Button
on (release) {
_root.nextFrame();
}
Symbol 56 Button
on (press) {
getURL ("http://www.hypegames.com", "blank");
}
Symbol 65 Button
on (press) {
getURL ("http://www.hypegames.com", "blank");
}
Symbol 72 Button
on (release) {
_root.nextFrame();
}
Symbol 75 Button
on (release) {
_root.hardmode = true;
_root.nextFrame();
}
Symbol 103 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 2
stop();
Symbol 105 MovieClip Frame 30
if (_root.proceedok == false) {
_root.timer.time = _root.timer.time - 1;
}
Symbol 108 Button
on (press) {
stopAllSounds();
_root.gotoAndStop(3);
}
Symbol 110 Button
on (press) {
stopAllSounds();
}
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 21
stop();
Symbol 117 MovieClip Frame 22
prevFrame();
Symbol 126 MovieClip Frame 10
stop();
Symbol 132 MovieClip Frame 10
stop();
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 2
stop();
Symbol 139 Button
on (press) {
_root.bob = _root.bob + _root.timer.time;
_root.nextFrame();
}
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 2
stop();
_root.proceedok = true;
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 2
stopAllSounds();
Symbol 150 MovieClip Frame 17
_root.gotoAndStop(45);
Symbol 179 Button
on (press) {
_root.gotoAndStop(3);
}
Symbol 187 Button
on (press) {
ab20_09 = new LoadVars();
ab20_09.z = namee.text;
ab20_09.x = scr;
ab20_09.c = 1268;
ab20_09.v = "FECRTH";
ab20_09.sendAndLoad("http://www.hypegames.com/hs.php", ab20_09, "POST");
getURL ("http://www.hypegames.com/nodes.php");
_root.gotoAndStop(2);
_root.gotoAndStop(46);
}
Symbol 191 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 2
stop();
scr = _root.bob;
Symbol 194 MovieClip Frame 24
stop();
Symbol 204 Button
on (release) {
_parent._parent._parent.rateOpen();
}
Symbol 211 Button
on (release) {
_parent.rateOpen();
}
Symbol 213 Button
on (release) {
_parent.showInfo();
}
Symbol 237 Button
on (release) {
_parent.showComments();
}
Symbol 240 MovieClip Frame 1
stop();
Symbol 240 MovieClip Frame 2
play();
Symbol 240 MovieClip Frame 6
stop();
Symbol 241 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 2
star1_mc.gotoAndPlay("grow");
Symbol 241 MovieClip Frame 3
star2_mc.gotoAndPlay("grow");
Symbol 241 MovieClip Frame 4
star3_mc.gotoAndPlay("grow");
Symbol 241 MovieClip Frame 5
star4_mc.gotoAndPlay("grow");
Symbol 241 MovieClip Frame 6
star5_mc.gotoAndPlay("grow");
Symbol 244 MovieClip Frame 1
var base_mc = this;
var i = 1;
while (i <= 5) {
base_mc["b" + i].num = i;
base_mc["b" + i].onRollOver = function () {
stars_mc.gotoAndStop(this.num + 1);
};
base_mc["b" + i].onRollOut = function () {
stars_mc.gotoAndStop(1);
};
base_mc["b" + i].onPress = function () {
submit_vote(this.num);
};
i++;
}
Symbol 252 MovieClip Frame 15
stop();
Symbol 252 MovieClip Frame 23
stop();
Symbol 252 MovieClip Frame 66
var flr = Math.floor(this.score);
var flr_w = (flr * 20);
var dc = (this.score - Math.floor(this.score));
var dc_w = (dc * 17.1);
var w = (flr_w + dc_w);
star_mask_mc._width = w;
Symbol 252 MovieClip Frame 72
stop();
Symbol 257 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 4
stop();
Symbol 259 MovieClip Frame 11
stop();
mochibot_btn.onPress = function () {
getURL ("http://www.mochibot.com?cpe=dT0yJmNwPUluZm8gUGFuZWwgTGluayZzPUZlZWRiYWNrIEJhciB2MQ%3D%3D", "_blank");
};
mochibot_btn.onRollOver = function () {
logo_mc.gotoAndPlay("in");
};
mochibot_btn.onRollOut = function () {
logo_mc.gotoAndPlay("out");
};
Symbol 262 Button
on (release) {
_parent.rateOpen();
}
Symbol 267 MovieClip Frame 1
stop();
_parent.init_rate_me();
Symbol 267 MovieClip Frame 10
stop();
Symbol 267 MovieClip Frame 18
stop();
Symbol 268 MovieClip Frame 1
function init_rate_me() {
cookie = SharedObject.getLocal("rate_me_limit");
var _local1 = cookie.data.year;
var _local4 = cookie.data.month;
var _local3 = cookie.data.date;
var _local5 = cookie.data.hour;
var _local6 = cookie.data.min;
var _local9 = cookie.data.sec;
cookieDate = new Date(_local1, _local4, _local3, _local5, _local6, _local9);
cookieMillisecs = cookieDate.getTime();
currentDate = new Date();
currentMillisecs = currentDate.getTime();
var _local8 = currentMillisecs - cookieMillisecs;
var _local7 = Math.floor(_local8 / 1000);
var _local2 = Math.floor(_local7 / 60);
var _local10 = Math.floor(_local2 / 60);
if ((_local2 < mochi_rate_me_time) && (_local1 != undefined)) {
get_rating();
}
}
function set_rate_me_cookie() {
cookie = SharedObject.getLocal("rate_me_limit");
var _local1 = new Date();
var _local4 = _local1.getFullYear();
var _local3 = _local1.getMonth();
var _local5 = _local1.getDate();
var _local7 = _local1.getHours();
var _local6 = _local1.getMinutes();
var _local2 = _local1.getSeconds();
cookie.data.year = _local4;
cookie.data.month = _local3;
cookie.data.date = _local5;
cookie.data.hour = _local7;
cookie.data.min = _local6;
cookie.data.sec = _local2;
cookie.flush();
}
function show_comment_pane() {
if (!comment_on) {
comment_on = true;
if (!help_on) {
gotoAndPlay ("comment_on");
} else {
help_on = false;
next_frame = "comment_on";
gotoAndPlay ("comment_off");
}
comment_btn_mc.gotoAndPlay("off");
} else {
comment_on = false;
next_frame = null;
gotoAndPlay ("comment_off");
comment_btn_mc.gotoAndPlay("off");
}
}
function show_help_pane() {
if (!help_on) {
help_on = true;
if (!comment_on) {
gotoAndPlay ("comment_on");
} else {
comment_on = false;
next_frame = "comment_on";
gotoAndPlay ("comment_off");
}
} else {
help_on = false;
next_frame = null;
gotoAndPlay ("comment_off");
}
}
function show_component(comment_on) {
if (!is_on) {
is_on = true;
gotoAndPlay ("component_on");
} else if (comment_on) {
next_frame = "component_off";
comment_on = false;
gotoAndPlay ("comment_off");
} else {
next_frame = null;
is_on = false;
gotoAndPlay ("component_off");
}
}
function clear_cookie() {
cookie = SharedObject.getLocal("rate_me_limit");
cookie.clear();
}
var mochibot_id = "92d2100a";
guide_mc._visible = false;
var mochi_rate_me_time = 720;
var mochi_vote_url = "http://www.mochibot.com/api/api-feedback.html";
var mochi_comment_url = "http://www.mochibot.com/api/api-feedback.html";
var mochi_public_comments_url = ("http://www.mochibot.com/shared/shared_feedback.html?swfid=" + mochibot_id);
var comment_on = false;
var help_on = false;
var is_on = false;
var next_frame = null;
_global.submit_vote = function (vote) {
get_rating();
panel_mc.rate_me.gotoAndPlay("out");
var _local3 = new LoadVars();
var _local4 = new LoadVars();
_local3.mochibot_id = mochibot_id;
_local3.vote = vote;
_local3.swfurl = _root._url;
_local4.onLoad = function () {
panel_mc.rate.score = this.score;
panel_mc.rate_me.gotoAndPlay("thanks");
};
_local3.sendAndLoad(mochi_vote_url, _local4, "POST");
set_rate_me_cookie();
};
_global.submit_comment = function (name_str, email_str, comment_str) {
var _local3 = new LoadVars();
var _local4 = new LoadVars();
_local3.name = name_str;
_local3.email = email_str;
_local3.comment = comment_str;
_local3.mochibot_id = mochibot_id;
_local3.swfurl = _root._url;
_local4.onLoad = function () {
if (this.invalidSwf == "true") {
panel_mc.gotoAndStop("error");
} else {
panel_mc.gotoAndStop("success");
}
};
_local3.sendAndLoad(mochi_comment_url, _local4, "POST");
};
_global.get_rating = function () {
panel_mc.rate_me.gotoAndStop("score");
var _local2 = new LoadVars();
var _local3 = new LoadVars();
_local2.mochibot_id = mochibot_id;
_local3.onLoad = function () {
panel_mc.rate_me.score = this.score;
panel_mc.rate_me.gotoAndPlay("score");
};
_local2.sendAndLoad(mochi_vote_url, _local3, "GET");
};
toggle_btn.onRelease = function () {
show_component();
};
toggle_btn.onRollOver = function () {
head_mc._alpha = 100;
bubble_mc.gotoAndPlay(2);
};
toggle_btn.onRollOut = function () {
head_mc._alpha = 50;
bubble_mc.gotoAndStop(1);
};
init_rate_me();
Symbol 268 MovieClip Frame 11
function showComments() {
getURL (mochi_public_comments_url, "_blank");
}
function showInfo() {
if (showingInfo == true) {
panel_mc.gotoAndStop("feedback");
showingInfo = false;
} else {
panel_mc.gotoAndStop("info");
showingInfo = true;
}
}
function rateOpen() {
play();
}
function valid() {
if ((panel_mc.comment_txt.text == undefined) || (panel_mc.comment_txt.text == "")) {
return(false);
}
return(true);
}
stop();
init_rate_me();
panel_mc.gotoAndStop(1);
panel_mc.btnSubmit.onPress = function () {
if (valid()) {
panel_mc.btnSubmit.enabled = false;
submit_comment(panel_mc.name_txt.text, panel_mc.email_txt.text, panel_mc.comment_txt.text);
}
};
Symbol 268 MovieClip Frame 21
stop();
Symbol 268 MovieClip Frame 27
gotoAndStop ("open");